Module Name:src
Committed By: christos
Date: Tue Sep 20 14:28:53 UTC 2011
Modified Files:
src/usr.sbin/chroot: chroot.c
Log Message:
- don't use an uninitialized grouplist (from Patrick Welche)
- While here:
* Allow all numeric users and groups
* Error chec
Module Name:src
Committed By: mbalmer
Date: Sun Aug 28 08:32:47 UTC 2011
Modified Files:
src/usr.sbin/chroot: chroot.c
Log Message:
Initialize local variables that previously were global (user, group).
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr
Module Name:src
Committed By: joerg
Date: Sat Aug 27 22:32:44 UTC 2011
Modified Files:
src/usr.sbin/chroot: chroot.c
Log Message:
Use __dead. Move global variables into function scope.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/chroot/chro
Module Name:src
Committed By: wiz
Date: Mon Aug 15 14:43:17 UTC 2011
Modified Files:
src/usr.sbin/chroot: chroot.8 chroot.c
Log Message:
Re-order and synchronize options listed in manpage (`SYNOPSIS' and
text) as well as `usage'-line; several punctuation improvements.
>Fro
Module Name:src
Committed By: jruoho
Date: Tue Jul 6 23:05:56 UTC 2010
Modified Files:
src/usr.sbin/chroot: chroot.8
Log Message:
Xref ldd(1) as per PR bin/30043 from Jochen Keil.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/chroot/chroot.8