dirlist mangling

2001-09-24 Thread Samuel Greear
Never done any kernel hacking before so I'm just looking for some pointers. What's needed is a mechanism to specify a directory (or set of them) and whenever a request is made for the contents of that directory, if it exists in the list then what is returned needs to be mangled in some ways.

Re: Recent changes to libdialog are weird

2001-09-17 Thread Samuel Greear
On Monday 17 September 2001 05:44 am, Sheldon Hearn wrote: > > > Hi folks, > > Recently, libdialog's use of tab, space and enter seems to have changed. > Now, space and enter mean the same thing. Before, enter was a > context-insensitive short-cut to the currently selected dialogue > "submit" but

Re: kernel-hack ??

2001-08-16 Thread Samuel Greear
Twiddle the sysctl: kern.ps_showallprocs Sam > Hi, i just want to know is there a patch on freebsd that can limit the > > ps aux -- and only show the current user's process and not the whole system > process. > > like, what the openwall linux patch did.. http://www.openwall.com/linux/ > > tha