History log of /openbsd/usr.sbin/mrouted/kern.c (Results 1 – 6 of 6)
Revision Date Author Comments
# df69c215 28-Jun-2019 deraadt <deraadt@openbsd.org>

When system calls indicate an error they return -1, not some arbitrary
value < 0. errno is only updated in this case. Change all (most?)
callers of syscalls to follow this better, and let's see if

When system calls indicate an error they return -1, not some arbitrary
value < 0. errno is only updated in this case. Change all (most?)
callers of syscalls to follow this better, and let's see if this strictness
helps us in the future.

show more ...


# 40443a2f 26-Nov-2003 millert <millert@openbsd.org>

Replace log() with logit() since ISO C reserves log() for the math
library and gcc 3.x will complain. Replacement name taken from NetBSD.
espie@ OK.


# 63fec25f 03-Mar-2003 deraadt <deraadt@openbsd.org>

spaces


# 5017e83e 03-Mar-2003 deraadt <deraadt@openbsd.org>

ansi, from cloder


# a17240f2 14-Dec-1995 deraadt <deraadt@openbsd.org>

from netbsd; update to mrouted 3.8


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree