History log of /openbsd/usr.sbin/mrouted/rsrr.c (Results 1 – 16 of 16)
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 ...


# da77251e 21-Jan-2017 guenther <guenther@openbsd.org>

The POSIX APIs that that sockaddrs all ignore the s*_len field in the
incoming socket, so userspace doesn't need to set it unless it has its
own reasons for tracking the size along with the sockaddr.

The POSIX APIs that that sockaddrs all ignore the s*_len field in the
incoming socket, so userspace doesn't need to set it unless it has its
own reasons for tracking the size along with the sockaddr.

ok phessler@ deraadt@ florian@

show more ...


# 323ce4b6 21-Aug-2015 deraadt <deraadt@openbsd.org>

since stdlib.h is in scope, don't cast.... you know the drill.
no sneakiness detected by krw


# b9fc9a72 16-Jan-2015 deraadt <deraadt@openbsd.org>

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_N

Replace <sys/param.h> with <limits.h> and other less dirty headers where
possible. Annotate <sys/param.h> lines with their current reasons. Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution. These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)

show more ...


# fcc7c6a8 21-Apr-2013 tedu <tedu@openbsd.org>

deregister. no binary change.


# 25944688 21-Apr-2013 deraadt <deraadt@openbsd.org>

convert select to poll, since the select code had descriptor limits
ok tedu


# f56bb1bd 01-Aug-2004 deraadt <deraadt@openbsd.org>

ansi cleanup; khalek@linuxgamers.net


# 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.


# 334e018b 13-Mar-2003 deraadt <deraadt@openbsd.org>

lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu


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

spaces


# f3c3a9c6 17-Feb-2002 millert <millert@openbsd.org>

Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)


# c72b5b24 16-Feb-2002 millert <millert@openbsd.org>

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be don

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.

show more ...


# 9a7fa6a3 04-Sep-2001 millert <millert@openbsd.org>

Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their POSIX counterparts.


# 479a6fb9 25-Jun-2001 deraadt <deraadt@openbsd.org>

Pavlin Ivanov Radoslavov <pavlin@catarina.usc.edu> writes:
> I received an email that the USC's General Counsel's Office
> has approved that the software license to pimd can be changed to the
> 3-cla

Pavlin Ivanov Radoslavov <pavlin@catarina.usc.edu> writes:
> I received an email that the USC's General Counsel's Office
> has approved that the software license to pimd can be changed to the
> 3-clause BSD-like license!
> [...]
This is various other bits of software that is also covered by this.

show more ...


# 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