summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtrace (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-5/+5
* assorted warning fixes; ok millert@otto2017-08-311-2/+2
* Nuke whitespace foolish enough to expose itself during the greatkrw2017-01-211-13/+13
* Apply a warning fix from lukem@NetBSD circa 1997 (more '()'), andkrw2016-08-031-3/+4
* Apply fix from David Binderman via NetBSD. "Use all 3 of b, p, nkrw2016-08-031-2/+2
* (type *)0 -> NULLmmcc2016-03-071-5/+5
* Remove memory.h include.mmcc2015-11-181-2/+1
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-4/+2
* obvious cases of missing .An;schwarze2014-09-081-9/+22
* fairly obvious ctype cleanup dealing with argvderaadt2013-11-241-11/+14
* kill srandom(); ok claudioderaadt2013-04-241-18/+2
* remove one of the last stupid (unsigned) casts in the treederaadt2013-04-201-5/+6
* fix missing err.h includesjsg2011-09-211-1/+2
* more wacky macro fixing;jmc2010-09-191-5/+5
* dispense with some wacky escape sequences;jmc2010-03-261-4/+4
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-6/+1
* fix a few more typos found by spell(1); rectify a double "with" pointed outsobrado2009-04-161-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* put -n in the right place; from Igor Sobradojmc2007-02-191-5/+5
* tidy up synopsis and usage; from Igor Sobradojmc2007-02-182-33/+26
* setresuid; ok deraadt@djm2005-05-031-4/+7
* ansi cleanup; khalek@linuxgamers.netderaadt2004-08-011-103/+60
* errno is not specified to be int, but something from errno.h. ok millert@tedu2004-03-161-5/+1
* fix datalen, from Esben Norby. ok deraadt itojuntedu2004-02-261-3/+3
* Replace log() with logit() since ISO C reserves log() for the mathmillert2003-11-261-3/+3
* ignore address families other than AF_INET in get_netmask().matthieu2003-09-231-1/+3
* rewrite SIOCGIFCONF into getifaddrs. deraadt okitojun2003-08-191-20/+15
* convert to poll; ok dhartmeideraadt2003-08-191-9/+7
* - escape "It" so groff doesn't try to expand itjmc2003-07-141-8/+4
* strict proto cleanupsderaadt2003-06-261-3/+4
* - section reorderjmc2003-06-121-92/+112
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* update USC copyright, fixes "without fee" misplaced modifierderaadt2003-04-161-18/+56
* lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduderaadt2003-03-131-5/+5
* skip this setuid stuffderaadt2003-03-041-4/+1
* avoid dynamically-generated string to printf. die if fd_set overruns.itojun2002-08-091-8/+6
* spelling; from Brian Poole <raj@cerias.purdue.edu>todd2002-06-141-3/+3
* missing sockaddr inits; ok itojunderaadt2002-06-021-1/+2
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-23/+4
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-11/+9
* 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-16/+16
* follow post-2.1 ip_off & ip_len byte ordersderaadt2001-12-101-3/+3
* make sure that va_start() has matching va_end()deraadt2001-09-051-1/+2
* Wall cleanuppvalchev2001-07-271-20/+20
* Pavlin Ivanov Radoslavov <pavlin@catarina.usc.edu> writes:deraadt2001-06-251-25/+25
* Wrong section header ordering. Pointed out by <mpech@prosoft.org.lv>ho2001-05-291-13/+13
* More fixes. From <mpech@prosoft.org.lv>ho2001-05-221-4/+4
* Some fixes. From <mpech@prosoft.org.lv>ho2001-05-221-4/+4
* mdoc-ify. Add $OpenBSD$ho2001-05-221-221/+178
* exit(-#) is wrongderaadt2001-03-091-5/+5