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
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
___
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'
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
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]
>-
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
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