summaryrefslogtreecommitdiff
path: root/usr.sbin/lpr
AgeCommit message (Expand)Author
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
2009-08-20Remove what appears to be a spurious include of a.out.h.he
2009-07-13Rename internal getline() function to get_line() so it doesroy
2009-04-22Enable WARNS=4 by default, except for:lukem
2009-04-12New sentence, new line. Use .An.wiz
2009-04-12Remove conditional, groff now knows how to deal with ASCII output.joerg
2009-03-10Remove redundant .Xo / .Xc scope.joerg
2009-01-18fix -Wsign-compare issueslukem
2008-12-28fix for 64 bit dev_tchristos
2008-12-06PR/40117 - Bug Hunting -- new line, new sentence; punctuationjnemeth
2008-10-22Perform line feed after printing usage line.mishka
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-05-07patch from Dennis den Brok for foomaticchristos
2008-05-03Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this islukem
2008-03-03Use mkstemp(3) (in a hokey manner) instead of mktemp(3).lukem
2008-02-24This file requires errno.hdholland
2008-02-16scnkey is const char [][HEIGHT], not char [][HEIGHT]matt
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2007-12-01Sort queue by time and jobid so that jobs submitted within themlelstv
2007-10-03remove null test; it is not necessary as we always look at the next element.christos
2007-10-03- int -> size_tchristos
2007-09-11- remove extraneous \n in err(3) messageginsbach
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-05-16coverity CID 1220: Don't use size_t for return of read.christos
2006-11-24fix spelling of accommodate; from Zapher.christos
2006-10-22use c99 initializerschristos
2006-05-25Add missing semicolon.christos
2006-05-25Coverity CID 830: Avoid NULL deref.christos
2006-05-25Coverity CID 3322: Fix memory leak.christos
2006-05-11end the argument list to exec*(3) with a NULL instead of a bare '0', asmrg
2006-03-21Coverity CID 1225: Don't close negative fd. While here fix fd leak.christos
2006-03-21Coverity CID 1750: Add a function to free a queue and use it.christos
2006-03-21Coverity CID 1752: getq() always allocates a queue if nitems >= 0, so alwayschristos
2006-03-17Appease Coverity CID 2580 [not a bug]christos
2006-03-17free memory on allocation failure.christos
2006-01-29- use sizeof() instead of the buffer size.christos
2006-01-22New sentence, new line. Bump date for previous. Properly case PostScript.wiz
2006-01-21Bump date for previous.wiz
2006-01-20Instead of dealing with port@host in many places, do it where it is needed.christos
2006-01-20Add control file documentation for 'o' handling, and fix thegarbled
2006-01-20Add a simple filter that encapsulates ascii text into HP PJL format.garbled
2006-01-19Fix PR bin/30272 Lpd would create the tempfile "remotexxxxx" and sendgarbled
2006-01-18If we set SIGCHLD to SIG_IGN then any wait()'s on the child processes willgarbled
2006-01-18change return(0) to return(rv). We went to all the trouble to calculate thegarbled
2006-01-17per PR bin/12958 change buf[MAXPATHLEN] to buf[BUFSIZ] to avoid potentialgarbled
2006-01-17Update a comment regarding control file WRT "o"garbled
2006-01-17Fix PR bin/14247garbled
2006-01-17in ckqueue() if "sd" is not an existing capability, than sd will begarbled
2006-01-15Fix obvious error, hopefully correctly.is
2006-01-12New sentence, new line.wiz