search for: generatie

Displaying 6 results from an estimated 6 matches for "generatie".

Did you mean: generate
2006 Apr 28
2
software for analyzing ssh logs and generatiing reports based on that
hey friends, I am using Centos 4.0 and I have setup ssh for some users who can login from outside, I want to maintain the reports of their activity means the login and logout time, data they transfered etc. I want daily,weekly and monthly reports. Is there any software which can generate reports? Thanks & Regards Ankush Grover -------------- next part -------------- An HTML attachment
2012 May 01
0
[LLVMdev] [cfe-dev] Odd PPC inline asm constraint
...is not implemented. If by stubs you mean PLT call stubs, those are created by the linker for both PPC and PPC64 binaries. I'm not sure what distro you're running on, but you may be hitting the new 32-bit secure-plt implementation all new distros are using. The old 32-bit PLT code used to generatie a branch/return to the GOT and the updated LR value was used to gain addressability to the GOT. The problem is that the GOT is in the date section, so for that to work, the data section of your program had to be marked executable. With -msecure-plt (the new default for all new distros), that is no...
2012 Apr 28
2
[LLVMdev] [cfe-dev] Odd PPC inline asm constraint
On Sat, 28 Apr 2012 13:55:13 -0500 Hal Finkel <hfinkel at anl.gov> wrote: > On Sat, 28 Apr 2012 13:46:02 -0500 > Hal Finkel <hfinkel at anl.gov> wrote: > > > On Sat, 28 Apr 2012 11:19:13 -0500 > > Peter Bergner <bergner at vnet.ibm.com> wrote: > > > > > On Fri, 2012-04-27 at 20:30 -0500, Hal Finkel wrote: > > > > Thanks! Do you
2009 Jul 17
3
dot plot with several points for 2 categories
I'm trying to wean myself off the very limited capabilities of Excel and Oo. Currently, I am trying to make a plot showing several values for 2 categories in a dot blot (see http://www.nabble.com/file/p24538360/Picture%2B1.png Picture+1.png except that the x axis should contain the category not a number, which was the only way to coax Excel into displaying a plot like this). I started
2012 May 01
2
[LLVMdev] [cfe-dev] Odd PPC inline asm constraint
...ced and help us to figure out what, if anything, is wrong with it, that would be greatly appreciated. > > I'm not sure what distro you're running on, but you may be hitting > the new 32-bit secure-plt implementation all new distros are using. > The old 32-bit PLT code used to generatie a branch/return to the GOT > and the updated LR value was used to gain addressability to the GOT. > The problem is that the GOT is in the date section, so for that to > work, the data section of your program had to be marked executable. > With -msecure-plt (the new default for all new d...
2020 Jul 07
2
How to get information about data dependencies?
Hi, > On Jul 7, 2020, at 18:37, Stefanos Baziotis via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > > Ah, that's important information I didn't have. Thank you! > > No problem, glad to help! > > To the rest of your thoughts, I certainly agree. One interesting question is why LAA > didn't use DA at all. Other than that, note that LAA is quite