summaryrefslogtreecommitdiff
path: root/usr.sbin/mtrace/mtrace.c
AgeCommit message (Collapse)Author
2011-09-21fix missing err.h includesJonathan Gray
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2009-04-16fix a few more typos found by spell(1); rectify a double "with" pointed outIgor Sobrado
by jmc@ while looking at this diff. ok jmc@, reyk@ (for the hostapd part)
2007-02-18tidy up synopsis and usage; from Igor SobradoJason McIntyre
2005-05-03setresuid; ok deraadt@Damien Miller
2004-08-01ansi cleanup; khalek@linuxgamers.netTheo de Raadt
2004-03-16errno is not specified to be int, but something from errno.h. ok millert@Ted Unangst
2004-02-26fix datalen, from Esben Norby. ok deraadt itojunTed Unangst
2003-11-26Replace log() with logit() since ISO C reserves log() for the mathTodd C. Miller
library and gcc 3.x will complain. Replacement name taken from NetBSD. espie@ OK.
2003-09-23ignore address families other than AF_INET in get_netmask().Matthieu Herrb
ok cedric@
2003-08-19rewrite SIOCGIFCONF into getifaddrs. deraadt okJun-ichiro itojun Hagino
2003-08-19convert to poll; ok dhartmeiTheo de Raadt
2003-06-26strict proto cleanupsTheo de Raadt
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2002-08-09avoid dynamically-generated string to printf. die if fd_set overruns.Jun-ichiro itojun Hagino
from xs@kittenz.org
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-02missing sockaddr inits; ok itojunTheo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-12-10follow post-2.1 ip_off & ip_len byte ordersTheo de Raadt
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-07-27Wall cleanupPeter Valchev
2001-06-25Pavlin Ivanov Radoslavov <pavlin@catarina.usc.edu> writes:Theo de Raadt
> I received an email that the USC's General Counsel's Office > has approved that the software license to pimd can be changed to the > 3-clause BSD-like license! > [...] This is various other bits of software that is also covered by this.
2001-03-09exit(-#) is wrongTheo de Raadt
2000-12-21more careful euid killingTheo de Raadt
1996-09-11revoke privs at start; tested by fenner@parc.xerox.comTheo de Raadt
1995-12-14from netbsd; update to mrouted 3.8Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt