summaryrefslogtreecommitdiff
path: root/usr.sbin/mrinfo
AgeCommit message (Collapse)Author
2005-09-06new sentence, new line...and generally just start new lines in sane places;Jason McIntyre
while here, a little macro cleanup.
2005-09-06some grammar fixes from simon morgan;Jason McIntyre
fixes pr #4491
2005-06-20use getopt(3) for argument list parsing and remove the get_number()Robert Nagy
function becasue we use strtonum(3) from now on. ok otto@ millert@
2005-05-03setresuid; ok deraadt@Damien Miller
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-08-19convert to poll; ok dhartmeiTheo de Raadt
2003-06-12- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - new sentence, new line
2003-06-11some ansification, some de-registerTheo de Raadt
2003-03-05knfTheo de Raadt
2003-03-04skip this setuid stuffTheo de Raadt
2003-02-18copyrights added;Jason McIntyre
bootpef(8), pppd(8): Carnegie Mellon map-mbone(8), mrinfo(8): Xerox pdisk(8): Apple awk(1): Lucent sectok(3): University of Michigan
2002-08-08don't use dynamically-generated printf format string. more pickyJun-ichiro itojun Hagino
about gethostby* result. check fd_set overrun. from xs@kittenz.org
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-12-05this has been setuid for quite some timeTheo de Raadt
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok
2001-07-31New license from Xerox! This code is now FREE! Took a while and a lot ofTheo de Raadt
mails, but it is worth it.
2001-07-20we don't like:Mike Pechkin
o) .Pp before/after .Sh; o) .Pp before/after .Sh; o) .Nm without argument in SYNOPSIS;
2001-05-22Some fixes. From <mpech@prosoft.org.lv>Hakan Olsson
2001-05-22mdoc-ify. Fix section headers. Some typos.Hakan Olsson
2001-03-09exit(-#) is wrongTheo de Raadt
2000-12-21more careful euid killingTheo de Raadt
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1997-09-21$OpenBSD$Theo de Raadt
1996-10-16check malloc() ret val!Todd C. Miller
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