summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2004-04-12the rocket science department suggests: getoptHenning Brauer
2004-04-12kill pidfile gunkHenning Brauer
2004-04-12less pathetic usage()Henning Brauer
2004-04-12oupsHenning Brauer
2004-04-12initial cut at split out dhcrelay, whacked from usr.sbin/dhcp/ and sbin/dhclientHenning Brauer
2004-04-12~1000 lines worth of ansi, KNF, various cleaning, replacing a homebrownHenning Brauer
2004-04-11Fix accidental busy loop waiting for a second to pass. Also, renameOtto Moerbeek
2004-04-10move the API_* and SAFI_* defines to where they belongHenning Brauer
2004-04-09Also pass SIGINT and SIGQUIT to child, noticed by mpech@Can Erkin Acar
2004-04-09Do not try to load directories. found+ok mpech@Cedric Berger
2004-04-08swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSDHenning Brauer
2004-04-08only close fd if its valid, from Moritz Jodeit <moritz at jodeit.org>Anil Madhavapeddy
2004-04-08In error message, use saved errno, not current errno.Anil Madhavapeddy
2004-04-08document s_time (from s_time.pod);Jason McIntyre
2004-04-07Remove those option letters from the getopt string which do not have a caseAaron Campbell
2004-04-07Fix bounds check for printing of ip6 options. Similar fix in tcpdumpOtto Moerbeek
2004-04-06sort SYNOPSIS and options, and various other fixes,Jason McIntyre
2004-04-06dont write more than 4 bytes even on 64-bit. beck@ okAnil Madhavapeddy
2004-04-06Print DELETE payload contents. ok markus@.Hakan Olsson
2004-04-05move to our new dhclientTheo de Raadt
2004-04-05Change sizeof(ptr) to the correct sizeof(*ptr) to fix a bug when clearing outAaron Campbell
2004-04-03.br workaround no longer necessary;Jason McIntyre
2004-04-03- correct SYNOPSISJason McIntyre
2004-04-03more .Pp removal;Jason McIntyre
2004-04-03correct option is `dhcp-lease-time', not `requested-lease-time';Jason McIntyre
2004-04-03remove a scad of .Pp's before displays, making postscriptJason McIntyre
2004-04-03dont try to close an invalid fd, canacar@ okAnil Madhavapeddy
2004-04-03- dont send junk err in parent_open_dump() if filename is NULLAnil Madhavapeddy
2004-04-03add pxeboot references to FILES and SEE ALSO;Jason McIntyre
2004-04-02Do not bother closing an fd when we know it has failed.Anil Madhavapeddy
2004-04-02spelinkHenning Brauer
2004-04-01Off by 1 ! OK millert@, tedu@Thierry Deval
2004-04-01audio/x-vorbis, ok henning@Todd T. Fries
2004-04-01document ipv6ification changes to s_client, polished by jmc@Damien Miller
2004-03-31For non-internal services, if no program arguments are specified useTodd C. Miller
2004-03-31it is no longer required to have local-address set with tcp md5sig,Henning Brauer
2004-03-31allow empty (wildcard) sockaddr for src or dstHenning Brauer
2004-03-30wrap each install operation into eval {} so that a die there will leaveMarc Espie
2004-03-30do not allow non-sensible stuff in packing-lists.Marc Espie
2004-03-24privsep documentation from canacarTheo de Raadt
2004-03-22Add support for PFSYNC_ACT_BUS. (Bulk Update Status)Ryan Thomas McBride
2004-03-20comment spelling fixes; ok henning@David Krause
2004-03-19Pass SIGINT to child. Noticed by mpech@, ok jakob@Can Erkin Acar
2004-03-19Fix memory leak in error path. Found by Patrick Latifi. OK henning@Claudio Jeker
2004-03-19Remove errant ';' from end of for() statement. deraadt@ okAaron Campbell
2004-03-19procmap/pmap confusion, spotted by jmc@Ted Unangst
2004-03-18When using an install prefix with -B to install packages, and the packingThorsten Lockert
2004-03-18when we are in state CONNECT, i. e. we have a half-open tcp connectionHenning Brauer
2004-03-18various fixes from Jared Yanovich;Jason McIntyre
2004-03-180 vs NULL, from Joris VinkTed Unangst