Re: CVS commit: src/etc/rc.d

2011-01-08 Thread Hubert Feyrer
On Sat, 8 Jan 2011, David Holland wrote: > XXX. Why is chown in /usr/sbin ? it should be moved to /sbin Because historically nothing needed to be chowned during boot because it was all root. This is no longer true, for lvm and other things, so let's take a deep breath and move chown. I don't li

Re: CVS commit: src/etc/rc.d

2011-01-08 Thread David Holland
On Sat, Jan 08, 2011 at 11:49:54PM +, Matthias Scheler wrote: > > This is no longer true, for lvm and other things, so let's take a deep > > breath and move chown. > > Yes, but we should probably provide a symlink from > "/usr/sbin/chown" to "/sbin/chown" for backwards compatibility > re

Re: CVS commit: src/tests/lib/libc

2011-01-08 Thread Paul Goyette
Yup - I missed the Makefile. Just committed it now. Sorry about that. On Sun, 9 Jan 2011, Julio Merino wrote: On Sat, Jan 8, 2011 at 6:10 PM, Paul Goyette wrote: Module Name:    src Committed By:   pgoyette Date:           Sat Jan  8 18:10:32 UTC 2011 Modified Files:        src/tests/lib/l

Re: CVS commit: src/tests/lib/libc

2011-01-08 Thread Julio Merino
On Sat, Jan 8, 2011 at 6:10 PM, Paul Goyette wrote: > Module Name:    src > Committed By:   pgoyette > Date:           Sat Jan  8 18:10:32 UTC 2011 > > Modified Files: >        src/tests/lib/libc: Makefile > Added Files: >        src/tests/lib/libc/regex: README debug.c main.c split.c t_regex.awk

Re: CVS commit: src/etc/rc.d

2011-01-08 Thread Matthias Scheler
On 8 Jan 2011, at 23:21, David Holland wrote: > This is no longer true, for lvm and other things, so let's take a deep > breath and move chown. Yes, but we should probably provide a symlink from "/usr/sbin/chown" to "/sbin/chown" for backwards compatibility reasons. > I don't like the idea of h

Re: CVS commit: src/bin/sh

2011-01-08 Thread David Holland
On Sat, Jan 08, 2011 at 02:10:16AM +, Christos Zoulas wrote: > >Modified Files: > >src/bin/sh: histedit.c > > > >Log Message: > >Call el_source before initializing sh-specific editline properties (i.e. > >the editor type and the tab completion binding). > > > >This allows tab comple

Re: CVS commit: src/etc/rc.d

2011-01-08 Thread David Holland
On Sat, Jan 08, 2011 at 04:16:52PM +, Adam Hamsik wrote: > Modified Files: > src/etc/rc.d: mountcritlocal > > Log Message: > Use /rescue/chown not chown from /usr/sbin which might not be available in > time of running this script. > > XXX. Why is chown in /usr/sbin ? it should be

Re: CVS commit: src/usr.sbin/iostat

2011-01-08 Thread Martin Husemann
On Sat, Jan 08, 2011 at 05:12:00PM +, Matthias Scheler wrote: > Why not? It doesn't sound hard to do that based on the manual page. Because it special cases +0.0 > -0.0 and also claims to deal with NaNs. We problaby should do a naive implementation and conditionalize the man page claims "on ar

Re: CVS commit: src/sbin/disklabel

2011-01-08 Thread Izumi Tsutsui
> Modified Files: > src/sbin/disklabel: interact.c main.c printlabel.c > > Log Message: > Change printf formats to match the data type of the values being > printed. There's now a lot of PRIu16 and PRIu32, some PRIu8, some > SCNu32, and a few cases where %u and %d were reversed. Probably y

Re: CVS commit: src/usr.sbin/iostat

2011-01-08 Thread Matthias Scheler
On 8 Jan 2011, at 2:36, Jonathan A. Kollasch wrote: > Module Name: src > Committed By: jakllsch > Date: Sat Jan 8 02:36:52 UTC 2011 > > Modified Files: > src/usr.sbin/iostat: iostat.c > > Log Message: > NetBSD/vax does not implement fmax(3), substitute with existing MAX() macro.