| Age | Commit message (Expand) | Author |
| 2001-12-12 | MKfoo=no -> NOfoo | tv |
| 2001-12-04 | Make sure that the we have a valid pathname. [We did the check too late, | christos |
| 2001-11-21 | "than" instead of "then". | wiz |
| 2001-11-14 | Test absense of command differently to avoid null pointer deference | enami |
| 2001-10-09 | Replace 1 and 2 with STDOUT_FILENO and STDERR_FILENO. | mjl |
| 2001-09-24 | va_{start,end} audit: | wiz |
| 2001-09-16 | Spell 'occurred' with two 'r's. | wiz |
| 2001-08-30 | use strlcpy. from openbsd | itojun |
| 2001-08-30 | security fix from openbsd: | itojun |
| 2001-08-11 | Add -W parameter to lpd to disable check for a reserved port, | mjl |
| 2001-06-25 | extend file size lossage message. | mrg |
| 2001-06-25 | printer of "" becomes the DEFLP (the default printer, "lp") | mrg |
| 2001-06-25 | use DEFLP instead of "lp". | mrg |
| 2001-05-08 | Replace some .Xr with .Ic (programs non-existing or not in base system). | wiz |
| 2001-04-09 | lowercase Lpq in xref, and some whitespace fixes. | wiz |
| 2001-04-05 | Fix possible security problem (euid swapout in error handling). | wiz |
| 2001-04-05 | Improve markup, and add sections to xrefs, as well as the obligatory | wiz |
| 2001-03-28 | 80 column police. | simonb |
| 2001-02-19 | convert to use getprogname() | cgd |
| 2001-02-02 | listen to the port number specified on argument, as advertised | itojun |
| 2001-01-09 | convert to using .WAIT | lukem |
| 2001-01-07 | Use PRINTOBJDIR. | enami |
| 2001-01-05 | use %ll_ instead of the less standard %q_ | lukem |
| 2000-11-07 | fix up various .Nm abuses: | lukem |
| 2000-10-11 | More format string cleanups by sommerfeld. | is |
| 2000-10-04 | document output format, so that users would know exact meaning | jdolecek |
| 2000-10-03 | don't give result of function directly into syslog, use "%s". | itojun |
| 2000-10-03 | Free the bind-address list entries, as well as the list itself. | scw |
| 2000-10-03 | Add a "-b" option to specify one or more local addresses to bind | scw |
| 2000-09-26 | syslog() string format hole. | itojun |
| 2000-08-24 | Fix ingroup() to not check gid against trailing groups not set by | sommerfeld |
| 2000-08-24 | Don't pass null pointer to syslog. | itohy |
| 2000-08-09 | rewrite local address detection code, to use getifaddrs(3), not gethostname(3). | itojun |
| 2000-07-16 | account(): fix so that number of copies is optional and whitespace | jdolecek |
| 2000-07-04 | More #include <stdlib.h> string, etc. cleanup | matt |
| 2000-06-05 | Get rid of the stupid hack that makes this lose when ${CC} is more than one w... | mycroft |
| 2000-05-31 | Just remove the first word so that rcmd.c compiles even if the command line | enami |
| 2000-05-30 | usr.sbin/lpr/lpd now compiles lib/libc/net/rcmd.c on its own, to avoid | itojun |
| 2000-04-30 | Need <string.h> for memset() prototype. | thorpej |
| 2000-04-29 | lpf used its own broken argv parsing (-h without an argument would dump core) | abs |
| 2000-04-27 | remove unused variable | msaitoh |
| 2000-04-27 | Finish transition to using getopt(3). Fixes bin/9963 by Brian Stark. | jdolecek |
| 2000-04-25 | allow lp=port@host again. PR9975 from Andreas Gustafsson. | itojun |
| 2000-04-24 | avoid NULL pointer access when rp=<ipv4 numberic address> (no ai_canonname). | itojun |
| 2000-04-16 | make scandir(3)'s 3rd argument take a function that takes a *const* | mrg |
| 2000-04-14 | Don't declare 'extern opt*' getopt variables. | simonb |
| 2000-04-10 | - fix usage message to current reality. | mrg |
| 2000-02-24 | (rcmd.c) to make Zoularis happier, pass sa_len separately from sockaddrs. | itojun |
| 2000-02-18 | do not sleep on ECONNREFUSED, rather, try the next address first. | itojun |
| 2000-01-27 | IPv6 support, using rcmd-family funciton added. | itojun |