summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/common_source/displayq.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use <fcntl.h> instead of <sys/file.h> for open() and friends.guenther2018-04-261-2/+1
* Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.bentley2016-03-171-9/+10
* Move prototypes of local functions from lp.h to the .c files and maketb2016-01-121-9/+17
* stdlib.h is in scope; do not cast malloc/calloc/realloc*deraadt2015-08-201-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* stat(2) on the spool file needs privileges. Fixes file size reported bypascal2014-05-211-2/+6
* more ctype cleanupsderaadt2013-11-241-2/+2
* If a constant string needs a name, use a static const array instead of aguenther2013-10-271-3/+3
* In preparation for getline and getdelim additions to libc, rename getline()fgsch2012-03-041-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* spacesstevesk2009-03-031-3/+3
* I have an HP LaserJet (P2015dn) whose LPR implementation may not endstevesk2007-04-081-4/+8
* trailing "\n" not needed in fatal(); ok millert@stevesk2007-04-071-3/+3
* Plug memory leak when nitems == 0.ray2006-04-081-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* Don't reformat output beyond a minimum terminal width (60).pjanzen2003-05-131-2/+4
* Do vis()-cleaning when displaying the print queue.pjanzen2003-05-121-3/+9
* trivial strlcat, tedu@ okavsm2003-04-051-3/+3
* Better fix for correct queue printing when things have been moved around.millert2002-06-091-14/+9
* Don't print jobs in transit to a remote queue as being "active"millert2002-06-091-4/+9
* o Kill "garbage" global (unused)millert2002-06-091-12/+10
* o Replace some hard-coded octal constants w/ S_I*millert2002-06-081-4/+4
* Remove setuid root from lp*. lpr needs to be setuid daemon so themillert2002-06-081-37/+43
* Remove useless sigaddset()millert2002-05-281-3/+2
* Pull in useful bits from NetBSD and make our lp* easier to diff andmillert2002-05-201-55/+62
* displayq to honor the terminal width; millert@ okmickey2001-11-011-12/+25
* o kill registermillert2001-08-301-12/+12
* Use NAME_MAX, not MAXPATHLEN for buffer sizes since they are notmillert2001-08-301-4/+4
* Fix buffer oflow reading from queue file. While we are at it, crankmillert2001-08-291-9/+15
* use strlcpy vs strncpy+a[len-1]='\0'lebel2001-06-221-4/+3
* Fix snprintf return value usage.millert1998-06-231-4/+4
* be more paranoid.deraadt1998-02-271-11/+21
* 1 byte oflows; millertderaadt1997-07-231-4/+4
* Wallderaadt1997-07-171-3/+3
* Possible buf oflow.millert1997-01-171-3/+10
* proactive bounds checking; help from millertderaadt1996-10-251-3/+4
* Integrated 4.4Lite2 sourcetholo1996-07-041-12/+13
* from netbsd; {} maniaderaadt1995-11-221-4/+5
* lprm failed to delete all files; from thomas@cevis.uni-Bremen.de; netbsd pr#1756deraadt1995-11-131-3/+6
* initial import of NetBSD treederaadt1995-10-181-0/+470