AMD64 depenguinator?

2007-12-06 Thread Stanislaw Halik
Heya, I'd like to use depenguinator to get rid of Linux on my dedicated servers. This one only works for IA-32 and my machines are mostly AMD64. Could you please share an AMD64 depenguinator so I won't have to either stick with Linux or change my dedica

Re: A question about ipcperm() call?

2006-07-23 Thread Stanislaw Halik
On Mon, Jul 24, 2006, ?? wrote: > 93 if (mode & IPC_M) { > 94 error = suser(td); > 95 if (error) > 96 return (error); > why not directly return the error in line 94? Assignment could return boolean

Re: [PATCH] Fancy rc startup style RFC

2006-04-18 Thread Stanislaw Halik
On Tue, Apr 18, 2006, Anish Mistry wrote: > printf '\033[%s;%s;%sm %02s;%02s ' $attr $fore $back however, as stated previously in this thread: `printf is /usr/bin/printf'. embedding raw ^[s in the rc script would do, is this acceptable? -- sh pgpeAfaSh4tlK.pgp Description: PGP signature

patch for openssh - opinions?

2006-04-07 Thread Stanislaw Halik
hello, a while ago i've made a patch against RELENG_6's openssh. it adds an option called `ControlFork' - if it is set on the master (ControlMaster) and its session disconnects, master forks into the background instead of waiting and blocking the te