summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lpr (follow)
Commit message (Expand)AuthorAgeFilesLines
* correct Research Unix edition "appeared in" use in HISTORYjsg2020-02-081-3/+3
* Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-261-2/+1
* fix the remaining cases of .Xr with only one argumentschwarze2016-12-281-5/+3
* build all lpr tools with -Werror-implicit-function-declarationbenno2015-12-281-1/+2
* clean up flags++ instances around getopt()deraadt2015-02-091-5/+5
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-4/+4
* Use errc/warnc to simplify code.guenther2014-05-201-2/+2
* more ctype cleanupsderaadt2013-11-241-2/+2
* Prep for big ino_t: cast to unsigned long long and format with %ll or %qguenther2013-08-081-3/+3
* Add missing break, reported by Jared S. Candelaria.mpi2013-02-151-1/+2
* no need to escape `|'; as discussed with schwartzejmc2011-05-021-4/+4
* more roff removal;jmc2010-10-281-9/+4
* Each .Bk must be closed by .Ek.schwarze2010-02-181-2/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* convert to new .Dd format;jmc2007-05-311-2/+2
* KNF, spaces; ok millert@stevesk2007-04-071-4/+4
* tidy up synopsis, usage(), and options list; from Igor Sobradojmc2007-03-062-44/+26
* use SEEK_SET; chl@tuxfamily.orgderaadt2006-10-111-4/+4
* use asprintf instead; dhill@mindcry.orgderaadt2005-11-121-10/+9
* Use the return value from getopt() instead of optopt in non-errorjaredy2005-03-251-4/+4
* Do not always print banner page.otto2004-05-101-3/+4
* Pass the job name to the input filter via the -j flag. Some filtersmillert2004-04-141-3/+3
* - section reorderjmc2003-06-121-8/+8
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-022-13/+5
* No longer complain about printing a.out files; this sort of detection reallypjanzen2003-05-192-14/+3
* Add -q to the getopt() string and document it; Brian Ginsbachmillert2003-03-272-6/+8
* Fix last commit; to emulate setuid daemon + PRIV_END we need tomillert2003-03-251-5/+5
* Make lpr and lprm setuid root but drop to daemon very early.millert2003-03-112-7/+16
* Honor the :sh: flag in the local printcap for remote printers toomillert2003-03-081-3/+4
* stretch some ugly while();deraadt2002-06-191-3/+4
* Convert remaining K&R function headers to ANSImillert2002-06-091-28/+16
* Remove setuid root from lp*. lpr needs to be setuid daemon so themillert2002-06-082-46/+50
* Pull in useful bits from NetBSD and make our lp* easier to diff andmillert2002-05-203-152/+173
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-12/+12
* When you give command examples and etc., in a manual page prefix them with:mpech2002-02-131-4/+4
* use err/warn and friends instead of printf/exit.ericj2001-12-061-71/+36
* use the same siginterrupt() trick in lpc(1) as in timedc(1). we have to hackderaadt2001-11-231-2/+4
* use _exit in signal handlerderaadt2001-11-191-3/+3
* o kill registermillert2001-08-301-22/+22
* Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otheraaron2000-03-191-22/+31
* more .Os cleansingaaron1999-06-051-12/+17
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-5/+5
* Wall cleanup; people running lpd should test!deraadt1997-07-191-4/+4
* Fix strncat(3) usage.millert1997-07-091-4/+4
* BUFSIZ -> MAXPATHLEN and strcat -> strncat.millert1997-07-081-9/+9
* It is not a reasonable default behavior to abort a printout because of itskstailey1997-06-231-6/+2
* add newline to messagekstailey1997-06-201-3/+3
* I wasted a lot of paper because of the way that printcap mx is handled.kstailey1997-06-201-3/+8
* Add OpenBSD tags (was in wrong dir for previous commit)millert1997-01-172-2/+7
* Don't use access(2) -- from Theo.millert1996-11-041-8/+4