summaryrefslogtreecommitdiffstats
path: root/usr.sbin/map-mbone/mapper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-5/+5
* Apply fix from mrouted 3.8 via NetBSD. Our mbone support maykrw2016-08-031-2/+2
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-201-5/+5
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-4/+3
* Prefer setvbuf() to setlinebuf() for portability; ok deraadt@millert2014-11-261-2/+2
* include err.h for warnxjsg2011-09-211-1/+2
* tidy up synopsis and usage(); from Igor Sobradojmc2007-02-181-3/+3
* implement and use a real usage(); function instead of using goto usage;robert2005-06-221-16/+22
* use getopt(3) for argument list parsing and remove the get_number()robert2005-06-201-55/+45
* ansi cleanup; khalek@linuxgamers.netderaadt2004-08-011-92/+48
* Replace log() with logit() since ISO C reserves log() for the mathmillert2003-11-261-16/+16
* convert to poll; ok dhartmeideraadt2003-08-191-10/+5
* strlcpy, ok millert@avsm2003-04-041-1/+1
* die if fd_set overruns.itojun2002-08-091-0/+2
* missing sockaddr inits; ok itojunderaadt2002-06-021-0/+1
* Fix possible buffer overflow in map-mbone's dns resolution; Jose Nazariomillert2002-03-271-5/+6
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-22/+3
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-3/+3
* 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.millert2002-02-161-14/+14
* make sure that va_start() has matching va_end()deraadt2001-09-051-0/+1
* New license from Xerox! This code is now FREE! Took a while and a lot ofderaadt2001-07-311-14/+27
* exit(-#) is wrongderaadt2001-03-091-2/+2
* revoke privs at start; tested by fenner@parc.xerox.comderaadt1996-09-111-6/+7
* from netbsd; update to mrouted 3.8deraadt1995-12-141-29/+103
* initial import of NetBSD treederaadt1995-10-181-0/+960