search for: ivop

Displaying 3 results from an estimated 3 matches for "ivop".

Did you mean: ivo
2002 Oct 18
4
Netlogon no longer works in 2.2.6 with W2k client
Hi, We've got a fairly simple samba setup (no ldap/winbind etc) and until recently everything worked fine (using samba-2.2.5). But after switching to samba-2.2.6 w2k-clients fail to run the netlogon-scripts. When i look at the client it says: logonserver=\\<workstationname> BTW. The output of "nmblookup -S CPB" (to me) seems to say that CPB is the logonserver. querying CPB
2011 Feb 03
0
[LLVMdev] Target without registers
Hi, Would it be possible to write a backend for a target without any registers, except for a stack pointer and a program counter (i.e. it only has memory to memory operations) and without simulating registers at fixed memory locations? Best regards, --Ivo
2009 Aug 24
3
[LLVMdev] asmwriting times (was Re: LLVMContext: Suggestions for API Changes)
On Monday 24 August 2009 23:27, Albert Graef wrote: > Thank you also for the hint about bitcode reading/writing. I'm aware of > this, but I actually prefer the .ll output because it's human-readable, > which is great for debugging purposes. I might add a bitcode writer some > time, but it's not a high priority for me right now. Isn't there a tool to turn bitcode into