| Age | Commit message (Expand) | Author |
| 2010-02-03 | Userland now builds and uses terminfo instead of termcap. | roy |
| 2009-08-20 | Remove what appears to be a spurious include of a.out.h. | he |
| 2009-07-13 | Rename internal getline() function to get_line() so it does | roy |
| 2009-04-22 | Enable WARNS=4 by default, except for: | lukem |
| 2009-04-12 | New sentence, new line. Use .An. | wiz |
| 2009-04-12 | Remove conditional, groff now knows how to deal with ASCII output. | joerg |
| 2009-03-10 | Remove redundant .Xo / .Xc scope. | joerg |
| 2009-01-18 | fix -Wsign-compare issues | lukem |
| 2008-12-28 | fix for 64 bit dev_t | christos |
| 2008-12-06 | PR/40117 - Bug Hunting -- new line, new sentence; punctuation | jnemeth |
| 2008-10-22 | Perform line feed after printing usage line. | mishka |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-05-07 | patch from Dennis den Brok for foomatic | christos |
| 2008-05-03 | Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is | lukem |
| 2008-03-03 | Use mkstemp(3) (in a hokey manner) instead of mktemp(3). | lukem |
| 2008-02-24 | This file requires errno.h | dholland |
| 2008-02-16 | scnkey is const char [][HEIGHT], not char [][HEIGHT] | matt |
| 2007-12-15 | convert __attribute__s to applicable cdefs.h macros | perry |
| 2007-12-01 | Sort queue by time and jobid so that jobs submitted within the | mlelstv |
| 2007-10-03 | remove null test; it is not necessary as we always look at the next element. | christos |
| 2007-10-03 | - int -> size_t | christos |
| 2007-09-11 | - remove extraneous \n in err(3) message | ginsbach |
| 2007-05-28 | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the | tls |
| 2007-05-16 | coverity CID 1220: Don't use size_t for return of read. | christos |
| 2006-11-24 | fix spelling of accommodate; from Zapher. | christos |
| 2006-10-22 | use c99 initializers | christos |
| 2006-05-25 | Add missing semicolon. | christos |
| 2006-05-25 | Coverity CID 830: Avoid NULL deref. | christos |
| 2006-05-25 | Coverity CID 3322: Fix memory leak. | christos |
| 2006-05-11 | end the argument list to exec*(3) with a NULL instead of a bare '0', as | mrg |
| 2006-03-21 | Coverity CID 1225: Don't close negative fd. While here fix fd leak. | christos |
| 2006-03-21 | Coverity CID 1750: Add a function to free a queue and use it. | christos |
| 2006-03-21 | Coverity CID 1752: getq() always allocates a queue if nitems >= 0, so always | christos |
| 2006-03-17 | Appease Coverity CID 2580 [not a bug] | christos |
| 2006-03-17 | free memory on allocation failure. | christos |
| 2006-01-29 | - use sizeof() instead of the buffer size. | christos |
| 2006-01-22 | New sentence, new line. Bump date for previous. Properly case PostScript. | wiz |
| 2006-01-21 | Bump date for previous. | wiz |
| 2006-01-20 | Instead of dealing with port@host in many places, do it where it is needed. | christos |
| 2006-01-20 | Add control file documentation for 'o' handling, and fix the | garbled |
| 2006-01-20 | Add a simple filter that encapsulates ascii text into HP PJL format. | garbled |
| 2006-01-19 | Fix PR bin/30272 Lpd would create the tempfile "remotexxxxx" and send | garbled |
| 2006-01-18 | If we set SIGCHLD to SIG_IGN then any wait()'s on the child processes will | garbled |
| 2006-01-18 | change return(0) to return(rv). We went to all the trouble to calculate the | garbled |
| 2006-01-17 | per PR bin/12958 change buf[MAXPATHLEN] to buf[BUFSIZ] to avoid potential | garbled |
| 2006-01-17 | Update a comment regarding control file WRT "o" | garbled |
| 2006-01-17 | Fix PR bin/14247 | garbled |
| 2006-01-17 | in ckqueue() if "sd" is not an existing capability, than sd will be | garbled |
| 2006-01-15 | Fix obvious error, hopefully correctly. | is |
| 2006-01-12 | New sentence, new line. | wiz |