summaryrefslogtreecommitdiff
path: root/usr.sbin/rbootd/bpf.c
AgeCommit message (Expand)Author
2015-08-20stdlib.h is in scope; do not cast malloc/calloc/realloc*Theo de Raadt
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-11-02remove bogus commentTheo de Raadt
2013-11-28unsigned char for ctypeTheo de Raadt
2013-04-20Use offsetof() instead of rolling our own; gets rid of truncation warningsMiod Vallat
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2004-05-10write filter and lock bpf descriptor before dropping privileges,Can Erkin Acar
2004-05-01priv revoking; tested by millertTheo de Raadt
2003-08-19one missing freeifaddrsJun-ichiro itojun Hagino
2003-08-19rewrite SIOCGIFCONF into getifaddrs. deraadt okJun-ichiro itojun Hagino
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-12-13ansi & knfTheo de Raadt
2002-05-29more strlcat and strlcpyTheo de Raadt
2002-05-29more sprintfTheo de Raadt
2002-05-27unsigned to unsigned intTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
2002-02-19Fix the signal races in rbootd.Miod Vallat
2001-01-17OpenBSD-ify.Paul Janzen
2000-09-28according to the strlcpy man page the order of argumentsMichael Shalayeff
2000-06-28buf oflow safeTheo de Raadt
1995-11-16repair byte order botches; from scottr@plexus.com via netbsdTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt