summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rbootd/bpf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-12/+12
* Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has beennatano2017-04-191-2/+2
* Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...).natano2016-05-281-14/+4
* Replace bcopy() from struct bpf_timeval to struct timeval; thosenatano2016-04-161-3/+3
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-201-2/+2
* Convert many atoi() calls to strtonum(), adding range checks and failurederaadt2015-04-181-3/+5
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* remove bogus commentderaadt2014-11-021-2/+2
* unsigned char for ctypederaadt2013-11-281-2/+2
* Use offsetof() instead of rolling our own; gets rid of truncation warningsmiod2013-04-201-12/+13
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-6/+1
* write filter and lock bpf descriptor before dropping privileges,canacar2004-05-101-5/+49
* priv revoking; tested by millertderaadt2004-05-011-4/+4
* one missing freeifaddrsitojun2003-08-191-2/+3
* rewrite SIOCGIFCONF into getifaddrs. deraadt okitojun2003-08-191-44/+15
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* ansi & knfderaadt2002-12-131-18/+14
* more strlcat and strlcpyderaadt2002-05-291-3/+3
* more sprintfderaadt2002-05-291-3/+3
* unsigned to unsigned intderaadt2002-05-271-3/+3
* kill more registers.mpech2002-03-141-3/+3
* Fix the signal races in rbootd.miod2002-02-191-48/+11
* OpenBSD-ify.pjanzen2001-01-171-1/+2
* according to the strlcpy man page the order of argumentsmickey2000-09-281-9/+9
* buf oflow safederaadt2000-06-281-5/+9
* repair byte order botches; from scottr@plexus.com via netbsdderaadt1995-11-161-4/+4
* initial import of NetBSD treederaadt1995-10-181-0/+425