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