summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lpr
AgeCommit message (Expand)AuthorFilesLines
2020-02-08correct Research Unix edition "appeared in" use in HISTORYjsg1-3/+3
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther1-2/+1
2016-12-28fix the remaining cases of .Xr with only one argumentschwarze1-5/+3
2015-12-28build all lpr tools with -Werror-implicit-function-declarationbenno1-1/+2
2015-02-09clean up flags++ instances around getopt()deraadt1-5/+5
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-4/+4
2014-05-20Use errc/warnc to simplify code.guenther1-2/+2
2013-11-24more ctype cleanupsderaadt1-2/+2
2013-08-08Prep for big ino_t: cast to unsigned long long and format with %ll or %qguenther1-3/+3
2013-02-15Add missing break, reported by Jared S. Candelaria.mpi1-1/+2
2011-05-02no need to escape `|'; as discussed with schwartzejmc1-4/+4
2010-10-28more roff removal;jmc1-9/+4
2010-02-18Each .Bk must be closed by .Ek.schwarze1-2/+3
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-15/+1
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-04-07KNF, spaces; ok millert@stevesk1-4/+4
2007-03-06tidy up synopsis, usage(), and options list; from Igor Sobradojmc2-44/+26
2006-10-11use SEEK_SET; chl@tuxfamily.orgderaadt1-4/+4
2005-11-12use asprintf instead; dhill@mindcry.orgderaadt1-10/+9
2005-03-25Use the return value from getopt() instead of optopt in non-errorjaredy1-4/+4
2004-05-10Do not always print banner page.otto1-3/+4
2004-04-14Pass the job name to the input filter via the -j flag. Some filtersmillert1-3/+3
2003-06-12- section reorderjmc1-8/+8
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert2-13/+5
2003-05-19No longer complain about printing a.out files; this sort of detection reallypjanzen2-14/+3
2003-03-27Add -q to the getopt() string and document it; Brian Ginsbachmillert2-6/+8
2003-03-25Fix last commit; to emulate setuid daemon + PRIV_END we need tomillert1-5/+5
2003-03-11Make lpr and lprm setuid root but drop to daemon very early.millert2-7/+16
2003-03-08Honor the :sh: flag in the local printcap for remote printers toomillert1-3/+4
2002-06-19stretch some ugly while();deraadt1-3/+4
2002-06-09Convert remaining K&R function headers to ANSImillert1-28/+16
2002-06-08Remove setuid root from lp*. lpr needs to be setuid daemon so themillert2-46/+50
2002-05-20Pull in useful bits from NetBSD and make our lp* easier to diff andmillert3-152/+173
2002-02-16Part 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.millert1-12/+12
2002-02-13When you give command examples and etc., in a manual page prefix them with:mpech1-4/+4
2001-12-06use err/warn and friends instead of printf/exit.ericj1-71/+36
2001-11-23use the same siginterrupt() trick in lpc(1) as in timedc(1). we have to hackderaadt1-2/+4
2001-11-19use _exit in signal handlerderaadt1-3/+3
2001-08-30o kill registermillert1-22/+22
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otheraaron1-22/+31
1999-06-05more .Os cleansingaaron1-12/+17
1997-07-25#if __STDC__ --> #ifdef __STDC__mickey1-5/+5
1997-07-19Wall cleanup; people running lpd should test!deraadt1-4/+4
1997-07-09Fix strncat(3) usage.millert1-4/+4
1997-07-08BUFSIZ -> MAXPATHLEN and strcat -> strncat.millert1-9/+9
1997-06-23It is not a reasonable default behavior to abort a printout because of itskstailey1-6/+2
1997-06-20add newline to messagekstailey1-3/+3
1997-06-20I wasted a lot of paper because of the way that printcap mx is handled.kstailey1-3/+8
1997-01-17Add OpenBSD tags (was in wrong dir for previous commit)millert2-2/+7
1996-11-04Don't use access(2) -- from Theo.millert1-8/+4