| Commit message (Expand) | Author | Age | Files | Lines |
* | Check the return error of set[ug]id. While this can never fail in the | eadler | 2012-10-22 | 1 | -1/+2 |
* | Remove unused values | kevlo | 2012-09-11 | 1 | -1/+1 |
* | Correct description of minfree to kilobytes rather than blocks. | wblock | 2012-08-13 | 1 | -1/+1 |
* | Spelling fixes for usr.sbin/ | uqs | 2011-12-30 | 1 | -2/+2 |
* | In usr.sbin/lpr/lpd/printjob.c, use the correct printf length modifiers | dim | 2011-12-17 | 1 | -2/+4 |
* | Remove the advertising clause from UCB copyrighted files in usr.sbin. This | joel | 2010-12-11 | 7 | -28/+0 |
* | - Improve the wait4data() routine so it behaves better when checking | gad | 2010-08-11 | 1 | -7/+23 |
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
* | 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 |
* | Fix checking of the "lock" file in the spool directory for a queue, | gad | 2006-07-07 | 1 | -2/+9 |
* | NI_WITHSCOPEID cleanup | ume | 2005-05-13 | 1 | -3/+3 |
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
* | 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 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -24/+48 |
* | Fixed spelling of the document date. | ru | 2004-07-02 | 1 | -1/+1 |
* | 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 |
* | Get the 'sccsid' lines even closer to correct style(9) form. The | gad | 2003-07-14 | 5 | -0/+10 |
* | More changes to use __FBSDID() for setting rcsids, and fix the | gad | 2003-07-14 | 6 | -26/+19 |
* | add FBSDID | charnier | 2003-07-06 | 1 | -4/+5 |
* | Add section number to .Xr | charnier | 2003-06-08 | 1 | -4/+4 |
* | english(4) police. | schweikh | 2002-12-27 | 1 | -1/+1 |
* | Use "deprecated" instead of "depreciated" where appropriate. | sheldonh | 2002-10-30 | 1 | -1/+1 |
* | use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY. | ume | 2002-07-22 | 1 | -4/+2 |
* | The .Nm utility | charnier | 2002-07-14 | 1 | -5/+9 |
* | Redo the way that fatal-error messages are done in the chkhost() routine, | gad | 2002-06-24 | 1 | -64/+88 |
* | Stop adding ${CWARNFLAGS} to CFLAGS. The standard makefile processing will | gad | 2002-06-23 | 1 | -1/+1 |
* | Change some "process id" variables from 'int' to 'pid_t', renaming some | gad | 2002-06-04 | 1 | -28/+31 |
* | Cosmetic improvements to some of the syslog() calls in here (in some cases | gad | 2002-06-04 | 1 | -35/+44 |
* | Fix all the 'return' statements in here to follow style(9). | gad | 2002-06-04 | 1 | -24/+24 |
* | Avoid checking WIFEXITED and WTERMSIG in some error situations where the | gad | 2002-06-04 | 1 | -3/+6 |
* | Stop using the depreciated 'union wait' definitions, moving to a more | gad | 2002-06-03 | 2 | -26/+25 |
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 2 | -29/+0 |
* | Implement new printcap option of "rc" aka "remote.resend_copies". | gad | 2002-04-23 | 1 | -11/+48 |
* | Add description of `mc' (max copies), add short-form to long-form mapping | gad | 2002-04-22 | 1 | -0/+1 |
* | Change lpd to recognize the '-s' parameter as a preferred synonym | gad | 2002-04-19 | 2 | -13/+26 |
* | Remove a safety-setting line which is unnecessary now that the previous | gad | 2002-04-19 | 1 | -1/+0 |
* | Fix 'deamon' -> 'daemon' in a comment. | gad | 2002-04-19 | 1 | -1/+1 |
* | Add a little detail to the syslog-msg that comes up when lpd can not | gad | 2002-04-19 | 1 | -2/+3 |
* | A variable had been unnecessarily assigned a bogus value because gcc was | gad | 2002-04-07 | 1 | -7/+6 |
* | Rename a variable from 'user' to 'userid' to avoid some compiler warnings. | gad | 2002-04-07 | 1 | -5/+5 |
* | Rearrange all the error returns from sendfile() to make sure the original | gad | 2002-04-07 | 1 | -43/+51 |
* | Re-arrange how output filters (of=) are handled for queues going to | gad | 2002-04-07 | 1 | -147/+191 |
* | Move the checks for '/' a little sooner in the code which receives files | gad | 2001-12-05 | 1 | -8/+8 |
* | Change the recently-added 'o'-processing so it maps to 'l' instead of 'f'. | gad | 2001-11-27 | 1 | -8/+11 |
* | Add minimal support for "o"-type print-file actions in lpd control files. | gad | 2001-09-20 | 1 | -1/+11 |
* | Basically rewrite the dofork() routine, to add more error-checking and | gad | 2001-07-23 | 1 | -14/+55 |