| Commit message (Expand) | Author | Age | Files | Lines |
* | fgets(3) returns a pointer, so compare against NULL, not integer 0. | kevlo | 2012-01-13 | 1 | -1/+1 |
* | Spelling fixes for usr.sbin/ | uqs | 2011-12-30 | 4 | -11/+11 |
* | In usr.sbin/lpr/lpd/printjob.c, use the correct printf length modifiers | dim | 2011-12-17 | 1 | -2/+4 |
* | In usr.sbin/lpr/filters/lpf.c, use a less obtuse way of clearing the | dim | 2011-12-17 | 1 | -1/+2 |
* | - Fix the code that matches userids in match_jobspec(). It needs to check | gad | 2011-04-13 | 3 | -11/+11 |
* | Remove the advertising clause from UCB copyrighted files in usr.sbin. This | joel | 2010-12-11 | 30 | -120/+2 |
* | Move most of the remaining USD/PSD/SMM papers into share/doc | uqs | 2010-12-04 | 11 | -1084/+1 |
* | Fix printing of files located on ZFS filesystem with an st_dev or | edwin | 2010-10-21 | 1 | -1/+1 |
* | mdoc: drop redundant .Pp and .LP calls | uqs | 2010-10-08 | 2 | -2/+0 |
* | - Improve the wait4data() routine so it behaves better when checking | gad | 2010-08-11 | 1 | -7/+23 |
* | Fix typos and spelling mistakes. | joel | 2010-08-06 | 1 | -1/+1 |
* | Modernize scandir(3) and alphasort(3) interfaces according to the IEEE | kib | 2010-01-04 | 2 | -2/+2 |
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | ed | 2010-01-02 | 5 | -0/+10 |
* | Fix using lp(1) without the new -t option after r194171. | jilles | 2009-09-29 | 1 | -2/+2 |
* | Fix end-of-line issues that can come up when `lpq' reads information | gad | 2009-06-24 | 1 | -1/+102 |
* | In preparation for raising NGROUPS and NGROUPS_MAX, change base | brooks | 2009-06-19 | 1 | -2/+6 |
* | Add -m and -t options. | brian | 2009-06-14 | 2 | -2/+13 |
* | use bigger local variable to calculate free space | ticso | 2008-09-01 | 1 | -1/+1 |
* | Cleanup of userland __P use | kevlo | 2007-11-07 | 1 | -2/+2 |
* | Use sizeof() for calculating the buffer size instead of hard-coded values. | kevlo | 2007-03-06 | 1 | -1/+1 |
* | Obey MK_INET6_SUPPORT. | yar | 2006-07-27 | 1 | -0/+4 |
* | Fix checking of the "lock" file in the spool directory for a queue, | gad | 2006-07-07 | 1 | -2/+9 |
* | Rever the previous changes. It turns out that it perfectly correct | gad | 2006-03-09 | 3 | -3/+3 |
* | Switch these makefiles to use 'MAN=' to indicate they will not generate | gad | 2006-03-08 | 3 | -3/+3 |
* | Use the new name H_SETSIZE instead of the old H_EVENT to set the history | stefanf | 2005-10-19 | 1 | -1/+1 |
* | Remove kludges intended to support src trees with partial obj trees. | des | 2005-06-10 | 1 | -4/+0 |
* | NI_WITHSCOPEID cleanup | ume | 2005-05-13 | 2 | -5/+5 |
* | MFS5: Minor style(9) tweak. | delphij | 2005-02-22 | 1 | -1/+1 |
* | Be more careful when doing el_parse() - only do it when el is | delphij | 2005-02-15 | 1 | -1/+1 |
* | Expand *n't contractions. | ru | 2005-02-13 | 2 | -2/+2 |
* | Fixed .Xr call. | ru | 2005-01-21 | 1 | -1/+2 |
* | Sort sections. | ru | 2005-01-18 | 5 | -34/+34 |
* | Fix so all parts of lpd, lpc, lpq, and lprm will use the same algorithm | gad | 2004-12-31 | 5 | -37/+79 |
* | Do more extensive checking of the userid field which is read in from the | gad | 2004-12-31 | 1 | -7/+46 |
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 3 | -3/+3 |
* | Call umask() before opening the lock-file for a queue, to make sure | gad | 2004-12-19 | 1 | -1/+2 |
* | When printing a data file received from some other host, check to make | gad | 2004-12-17 | 1 | -0/+100 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 5 | -5/+5 |
* | Stop on write error. | phk | 2004-09-27 | 1 | -2/+5 |
* | Eliminated double whitespace. | ru | 2004-07-03 | 3 | -12/+13 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 8 | -56/+110 |
* | Fixed spelling of the document date. | ru | 2004-07-02 | 1 | -1/+1 |
* | Removed redundant mdoc(7) macro calls. | ru | 2004-06-05 | 1 | -2/+2 |
* | Clarify the "lp" description to mention port@host syntax. | kientzle | 2004-02-19 | 1 | -1/+1 |
* | Fix a warning about mismatched pointers. A pointer to "void *" is not the | peter | 2003-10-26 | 1 | -1/+1 |
* | Fix two buffer overflows caused by off-by-one errors: avoid writing a null | tjr | 2003-10-13 | 1 | -2/+2 |
* | Minimal update to make it easier to increase the buffer-size lpd uses | gad | 2003-08-21 | 2 | -10/+20 |
* | Use STDIN_FILENO, STDOUT_FILENO, and STDERR_FILENO in a few more | gad | 2003-08-13 | 3 | -17/+17 |
* | Remove a 'From:' that snuck into an sccsid comment line as part of -v1.3 | gad | 2003-08-01 | 1 | -1/+1 |
* | Fix a grammar bogon and a typo | brueffer | 2003-07-17 | 1 | -1/+1 |