cvs commit: src/usr.sbin/inetd Makefile src/usr.sbin/lpr Makefile.inc src/usr.sbin/syslogd Makefile src/usr.sbin/trpt Makefile

2006-07-27 Thread Yar Tikhiy
yar 2006-07-27 14:52:12 UTC FreeBSD src repository Modified files: usr.sbin/inetd Makefile usr.sbin/lpr Makefile.inc usr.sbin/syslogd Makefile usr.sbin/trptMakefile Log: Obey MK_INET6_SUPPORT. Revision ChangesPath 1.34

cvs commit: src/usr.sbin/inetd Makefile

2006-04-17 Thread David Malone
dwmalone2006-04-17 19:52:00 UTC FreeBSD src repository Modified files: usr.sbin/inetd Makefile Log: Back out a Makefile change that accidently snook in. Revision ChangesPath 1.33 +1 -1 src/usr.sbin/inetd/Makefile ___

cvs commit: src/usr.sbin/inetd Makefile builtins.c

2006-04-17 Thread David Malone
dwmalone2006-04-17 18:35:58 UTC FreeBSD src repository Modified files: usr.sbin/inetd Makefile builtins.c Log: Port 37 (RFC 738) style times are supposed to be a 32 bit time since 1900 in network byte order. Use a uint32_t to calculate and send the time, so that we don'

Re: cvs commit: src/usr.sbin/inetd Makefile inetd.c inetd.h

2006-01-18 Thread Dag-Erling Smørgrav
Xin LI <[EMAIL PROTECTED]> writes: > Log: > Improves and cleanups over inetd(8): > >- Teach inetd(8) about kqueue, originally implemented by [EMAIL PROTECTED] >- Use new C99 style function prototypes instead of K&Rs. >- Raise WARNS from 2 to 6 There is no "new C99 style" for fun

Re: cvs commit: src/usr.sbin/inetd Makefile inetd.c inetd.h

2006-01-18 Thread Doug Barton
Xin LI wrote: > delphij 2006-01-18 07:47:46 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/inetd Makefile inetd.c inetd.h > Log: > Improves and cleanups over inetd(8): > >- Teach inetd(8) about kqueue, originally implemented by [EMAIL PROTECTED] >-

cvs commit: src/usr.sbin/inetd Makefile inetd.c inetd.h

2006-01-18 Thread Xin LI
delphij 2006-01-18 19:38:43 UTC FreeBSD src repository Modified files: usr.sbin/inetd Makefile inetd.c inetd.h Log: Revert previous commit for now, which seems to have (re)introduced some old bugs, as well as some unwanted side effects. I will do more investigation and

cvs commit: src/usr.sbin/inetd Makefile inetd.c inetd.h

2006-01-17 Thread Xin LI
delphij 2006-01-18 07:47:46 UTC FreeBSD src repository Modified files: usr.sbin/inetd Makefile inetd.c inetd.h Log: Improves and cleanups over inetd(8): - Teach inetd(8) about kqueue, originally implemented by [EMAIL PROTECTED] - Use new C99 style function prototyp