| Age | Commit message (Expand) | Author |
| 2003-10-19 | #define _PATH_BIN_RCMD in common_source/pathnames.h rather than using | lukem |
| 2003-10-16 | safer use of realloc | itojun |
| 2003-10-16 | safer realloc. | itojun |
| 2003-09-01 | plug memory leak. oenbsd-pr-3425 | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-05-17 | use strlcpy/strlcat. | itojun |
| 2003-03-15 | IPv4/IPv6, not IPV4/IPV6. | wiz |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-01-06 | Stanford, not Standford. From Chad Loder. | wiz |
| 2002-10-26 | Rather than relying on pure luck to get the log file on STDERR_FILENO, | thorpej |
| 2002-10-26 | * Use STDOUT_FILENO instead of 1. | thorpej |
| 2002-09-24 | set IPV6_V6ONLY socket option for AF_INET6 socket, to avoid | itojun |
| 2002-09-20 | cast "%ld", xxx.tv_sec to a long | lukem |
| 2002-09-19 | Simplify the accept() code a little -- sockaddr_storage is fine for both | mycroft |
| 2002-09-19 | If we exit because the pid file is locked, syslog that. | mycroft |
| 2002-09-19 | select() -> poll(), nanosleep() | mycroft |
| 2002-09-18 | use NETBSDSRCDIR as appropriate | lukem |
| 2002-09-04 | Add back __attribute__() data for pstatus() removed by error in last commit. | abs |
| 2002-09-03 | When -r is given actually pass the file through of, and also enable if. | abs |
| 2002-08-12 | Minor mdoc nit. | wiz |
| 2002-08-12 | add libwrap support for lpd (you need to pass all tests to print, | itojun |
| 2002-08-11 | specify the reason when aborting with "Malformed from address", | grant |
| 2002-08-09 | die if fd_set overruns | itojun |
| 2002-07-31 | Fix typo pointed out by haes at shrubbery dot net in PR bin/17396 | jschauma |
| 2002-07-14 | Unifdef __STDC__. Remove __P(). ANSIfy. | wiz |
| 2002-07-09 | This fixes various little problems in the lpd source. | hubertf |
| 2002-06-08 | avoid hardcoded octals. openbsd | itojun |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2002-01-21 | deamon -> daemon | wiz |
| 2002-01-19 | Convert .Xr to non-existing program to Ic. | wiz |
| 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-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-11 | Add -W parameter to lpd to disable check for a reserved port, | mjl |
| 2001-06-25 | printer of "" becomes the DEFLP (the default printer, "lp") | mrg |
| 2001-06-25 | use DEFLP instead of "lp". | mrg |
| 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-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-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 | Don't pass null pointer to syslog. | itohy |