summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rbootd/utils.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* In "%.*s" the * takes (int). gcc whines if you try to use the resultkrw2017-01-201-2/+2
* Pull in <sys/time.h> for struct timespec, timeval, or clockrateguenther2016-08-271-1/+2
* Delete blocking/unblocking of signals, as the handlers now just set flagsguenther2016-05-291-17/+2
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-201-3/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+1
* Correct format string mismatches turned up by -Wformat=2guenther2013-08-221-3/+5
* do not assume time_t and timeval.tv_sec are the same typederaadt2013-04-031-2/+5
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-6/+1
* priv revoking; tested by millertderaadt2004-05-011-3/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* ansi & knfderaadt2002-12-131-84/+73
* more strlcat and strlcpyderaadt2002-05-291-5/+4
* kill more registers.mpech2002-03-141-16/+16
* OpenBSD-ify.pjanzen2001-01-171-1/+2
* 64 bit botch; thorpejderaadt1997-08-011-2/+2
* repair byte order botches; from scottr@plexus.com via netbsdderaadt1995-11-161-3/+3
* initial import of NetBSD treederaadt1995-10-181-0/+557