summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-261-2/+1
* More "(<blah> *)0" -> NULL, avoiding any stdarg functions.krw2016-03-161-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-162-8/+7
* Fix fd leaks when fd < 0 or flock() fails. Original diff fromkrw2013-12-291-2/+7
* more ctype cleanupsderaadt2013-11-241-4/+4
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-052-7/+3
* Change scandir()'s 'select' argument fromguenther2012-11-291-3/+3
* Update alphasort() and scandir()'s argument types to match POSIX:guenther2012-03-221-6/+3
* In preparation for getline and getdelim additions to libc, rename getline()fgsch2012-03-041-3/+3
* it is possible specifying more than one printer concurrently; usesobrado2009-10-292-27/+30
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-273-39/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* KNF, spaces; ok millert@stevesk2007-04-071-3/+3
* Avoid a segfault if only whitespace characters are entered at themillert2004-09-301-21/+12
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-026-39/+15
* stretch some ugly while();deraadt2002-06-191-2/+3
* Remove setuid root from lp*. lpr needs to be setuid daemon so themillert2002-06-083-63/+97
* Pull in useful bits from NetBSD and make our lp* easier to diff andmillert2002-05-207-200/+167
* 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-164-39/+39
* use err/warn and friends instead of printf/exit.ericj2001-12-061-3/+2
* use the same siginterrupt() trick in lpc(1) as in timedc(1). we have to hackderaadt2001-11-231-22/+27
* o kill registermillert2001-08-303-60/+60
* Fix a bunch of one-byte possible overflowspjanzen2001-06-251-13/+13
* A little more careful with buffers, only relevant if /etc/printcap was setpjanzen2001-06-251-6/+16
* use strlcpy vs strncpy+a[len-1]='\0'lebel2001-06-221-6/+4
* sigjmp & statics begonederaadt2000-11-212-45/+45
* more fixes in that area; dholland@eecs.harvard.eduderaadt2000-08-241-4/+4
* only loop through real groups; reported by dholland@eecs.harvard.eduderaadt2000-08-241-4/+5
* - For consistency, `super-user' -> `superuser' in all cases.aaron2000-04-151-2/+2
* Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otheraaron2000-03-191-6/+10
* more macro conversionaaron1999-07-041-7/+7
* remove trailing whitespace, some Nm cleanupaaron1999-06-051-4/+4
* more .El madnessaaron1999-05-281-0/+1
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-9/+15
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-3/+3
* restore traditional "all" keyword option - see lpc(8)grr1997-07-251-3/+3
* Add OpenBSD tags (was in wrong dir for previous commit)millert1997-01-176-1/+24
* possible oflowmillert1997-01-171-2/+4
* Improve portability by using ANSI/POSIX interfaces when possible.millert1996-11-031-4/+7
* buf oflows pendantrymillert1996-10-312-24/+35
* hate warnings, kill warningsderaadt1996-08-292-5/+5
* Integrated 4.4Lite2 sourcetholo1996-07-043-8/+47
* from netbsd; More descriptive message for printer status. Addresses PR #509deraadt1996-01-151-1/+1
* initial import of NetBSD treederaadt1995-10-187-0/+1792