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

Re: RFC: Adding a ``user'' mount option

2006-04-07 Thread Jeremy Baggs
I suppose it would be nice to have something that works "out of the box", but the solution I have been using is group permissions on the devices and then making the mount point in fstab relative instead of absolute. ie: /dev/cd0 cdrom cd9660 ro,noauto 0 0 Each user ha

Re: Using any network interface whatsoever

2006-04-07 Thread Ceri Davies
On Fri, Apr 07, 2006 at 03:57:42PM -0700, Brooks Davis wrote: > On Fri, Apr 07, 2006 at 11:53:42PM +0100, Ceri Davies wrote: > > > > I'm trying to configure a bootable image to be used in various situations > > and on various (mostly unknown) hardware. > > > > For the filesystem I can use geom_la

Re: Using any network interface whatsoever

2006-04-07 Thread Brooks Davis
On Fri, Apr 07, 2006 at 11:53:42PM +0100, Ceri Davies wrote: > > I'm trying to configure a bootable image to be used in various situations > and on various (mostly unknown) hardware. > > For the filesystem I can use geom_label and /dev/ufs/UnlikelyString, but I'd > also like to have it try to con

Using any network interface whatsoever

2006-04-07 Thread Ceri Davies
I'm trying to configure a bootable image to be used in various situations and on various (mostly unknown) hardware. For the filesystem I can use geom_label and /dev/ufs/UnlikelyString, but I'd also like to have it try to configure whatever interfaces the machine happens to have via DHCP. Other t

patches for devel/mprof

2006-04-07 Thread Julian Elischer
I include patches to stop teh devel/mprof port from core-dumping when run. it seems to produce reasonable results on my limited testing. it really needs someone who knows about symbol table formats to check it over and see if I've screwed up in some way. It was coredumping whenever it couldn't

Re: RFC: Adding a ``user'' mount option

2006-04-07 Thread Vladimir V. Pavluk
Anyway, I consider this to be a "hack" too :-) > Hello all, > > I've been watching this thread with some interest. > > I have actually found quite a straightforward solution to this problem that > works for me under FreeBSD, and requires no extra entries in fstab, scripts > changing permissions on

Re: RFC: Adding a ``user'' mount option

2006-04-07 Thread Aren Olvalde Tyr
Hello all, I've been watching this thread with some interest. I have actually found quite a straightforward solution to this problem that works for me under FreeBSD, and requires no extra entries in fstab, scripts changing permissions on login, or any other fairly ugly workaround. I assume tha