Re: cvs commit: src/sbin/init init.c

2008-09-29 Thread Ed Schouten
* Christoph Mallon <[EMAIL PROTECTED]> wrote: > If a function or variable can be made static, it should be. There is > basically not excuse not to do so. In fact, it is considered a design > flaw of C, that symbols default to external linkage instead of internal > by default. If I remember correct

Re: cvs commit: src/sbin/init init.c

2008-09-28 Thread Christoph Mallon
Kostik Belousov wrote: On Sun, Sep 28, 2008 at 12:55:42PM -0700, Xin LI wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kostik Belousov wrote: On Sat, Sep 27, 2008 at 12:09:10AM +, Xin LI wrote: delphij 2008-09-27 00:09:10 UTC FreeBSD src repository Modified files: sbin

Re: cvs commit: src/sbin/init init.c

2008-09-28 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kostik Belousov wrote: > On Sun, Sep 28, 2008 at 12:55:42PM -0700, Xin LI wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Kostik Belousov wrote: >>> On Sat, Sep 27, 2008 at 12:09:10AM +, Xin LI wrote: delphij 2008-09-27 00

Re: cvs commit: src/sbin/init init.c

2008-09-28 Thread Kostik Belousov
On Sun, Sep 28, 2008 at 12:55:42PM -0700, Xin LI wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Kostik Belousov wrote: > > On Sat, Sep 27, 2008 at 12:09:10AM +, Xin LI wrote: > >> delphij 2008-09-27 00:09:10 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: >

Re: cvs commit: src/sbin/init init.c

2008-09-28 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kostik Belousov wrote: > On Sat, Sep 27, 2008 at 12:09:10AM +, Xin LI wrote: >> delphij 2008-09-27 00:09:10 UTC >> >> FreeBSD src repository >> >> Modified files: >> sbin/initinit.c >> Log: >> SVN rev 183391 on 2008-09-

Re: cvs commit: src/sbin/init init.c

2008-09-27 Thread Kostik Belousov
On Sat, Sep 27, 2008 at 12:09:10AM +, Xin LI wrote: > delphij 2008-09-27 00:09:10 UTC > > FreeBSD src repository > > Modified files: > sbin/initinit.c > Log: > SVN rev 183391 on 2008-09-27 00:09:10Z by delphij > > Static-ify procedures in init(8). > > Re

cvs commit: src/sbin/init init.c

2008-09-26 Thread Xin LI
delphij 2008-09-27 00:09:10 UTC FreeBSD src repository Modified files: sbin/initinit.c Log: SVN rev 183391 on 2008-09-27 00:09:10Z by delphij Static-ify procedures in init(8). Revision ChangesPath 1.66 +79 -79src/sbin/init/init.c

cvs commit: src/sbin/init init.c

2008-03-16 Thread David E. O'Brien
obrien 2008-03-16 07:52:22 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sbin/initinit.c Log: MFC: revs 1.64-65: style(9) Revision ChangesPath 1.63.2.1 +99 -98src/sbin/init/init.c ___

cvs commit: src/sbin/init init.c

2007-11-20 Thread David E. O'Brien
obrien 2007-11-20 21:25:59 UTC FreeBSD src repository Modified files: sbin/initinit.c Log: Addition style(9) change. Revision ChangesPath 1.65 +3 -3 src/sbin/init/init.c ___ cvs-all@freebsd.org mailing

cvs commit: src/sbin/init init.c

2007-11-20 Thread David E. O'Brien
obrien 2007-11-20 19:50:45 UTC FreeBSD src repository Modified files: sbin/initinit.c Log: style(9) Revision ChangesPath 1.64 +96 -95src/sbin/init/init.c ___ cvs-all@freebsd.org mailing list http://list

cvs commit: src/sbin/init init.c

2007-02-03 Thread Warner Losh
imp 2007-02-04 06:33:14 UTC FreeBSD src repository Modified files: sbin/initinit.c Log: Patches to allow one to allow one to specify a directory to chroot to. This includes support for running a script to setup that directory. The kenv variables init_chroot an

cvs commit: src/sbin/init init.c

2006-07-08 Thread Konstantin Belousov
kib 2006-07-08 15:34:27 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/initinit.c Log: MFC rev. 1.62: Reparent the process that executes the window= command from the ttys to the init. This prevents zombies from being accumulated.

cvs commit: src/sbin/init init.c

2006-06-08 Thread Konstantin Belousov
kib 2006-06-08 14:04:36 UTC FreeBSD src repository Modified files: sbin/initinit.c Log: Reparent the process that executes the window= command from the ttys to the init. This prevents zombies from being accumulated. PR: bin/64198 Tested by: