summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lpc
Commit message (Expand)AuthorAgeFilesLines
* Fix two buffer overflows caused by off-by-one errors: avoid writing a nulltjr2003-10-131-2/+2
* More changes to use __FBSDID() for setting rcsids, and fix thegad2003-07-145-18/+17
* mdoc(7) police: markup fixes.ru2002-11-271-13/+16
* Changes which rewrite 'lpc topq', and which add 'lpc bottomq'. Thesegad2002-07-176-8/+415
* The .Nm utilitycharnier2002-07-141-3/+4
* Call routine to free everything obtained when filling in 'struct printer'.gad2002-07-121-0/+1
* Remove the backup-versions ("x*") of various lpc commands that weregad2002-07-023-377/+0
* Stop adding ${CWARNFLAGS} to CFLAGS. The standard makefile processing willgad2002-06-231-1/+1
* Just rename two generic-queue init routines from 'init_*' to '*_gi'gad2002-06-163-7/+7
* Add a nearly complete rewrite of the lpc command 'down'. The only user-gad2002-06-164-3/+73
* Make the description of the 'down' command a little more readable.gad2002-06-151-2/+4
* Reorganize the way that arguments are processed in lpc's generic-queuegad2002-06-151-20/+24
* Add a new command to 'lpc' called 'setstatus', which would be used togad2002-06-156-28/+140
* Almost complete rewrite of the lpc commands 'abort', 'enable', 'disable',gad2002-06-133-14/+306
* Add 'const' to some casts to fix two warnings that are printed by thegad2002-04-221-2/+2
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-3/+3
* Add description of `mc' (max copies), add short-form to long-form mappinggad2002-04-221-0/+1
* My recent changes to add the ctl_renametf routine assumed that print jobgad2001-11-281-13/+22
* Fix minor compile-time warning that snunk in with changes to sortq() rtn.gad2001-10-091-0/+1
* *** empty log message ***obrien2001-10-011-3/+4
* Basically rewrite the sortq() routine which is used by 'lpc clean' andgad2001-09-271-20/+126
* Fix so that lpc's interactive-mode will not be confused by EditLine processinggad2001-09-171-0/+9
* Get rid of a compile-time warning by casting to (size_t).gad2001-07-231-1/+1
* Get rid of a compile-time warning by casting to (size_t).gad2001-07-231-1/+1
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-3/+6
* Get rid of one compile-time warning by changing an 'int' to a 'size_t'.gad2001-07-151-6/+10
* Fix most of the warnings generated by compiling lpr with -Wnon-const-format,gad2001-07-151-5/+5
* mdoc(7) police: removed hard sentence breaks, use new .Brq macro.ru2001-07-051-54/+27
* Make 'lpc clean' somewhat safer. Add an 'lpc tclean' command, which allowsgad2001-06-256-47/+351
* Rename global variable 'name' to 'progname', thus fixing a number ofgad2001-06-151-1/+1
* Fix about 90-100 warnings one gets when trying to compile lpr&friendsgad2001-06-124-137/+104
* mdoc(7) police: properly use a -diag list in the DIAGNOSTICS section.dd2001-04-131-4/+4
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-23/+54
* Prepare for mdoc(7)NG.ru2000-12-271-0/+1
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
* Cosmetic change of a structure name.gad2000-11-061-10/+10
* Get rid of a minor compile-time warning.gad2000-11-061-2/+2
* the code assumes that getgroups() always returns NGROUPS groups, howeveralfred2000-08-231-2/+4
* Quit on EOF from terminal instead of redisplaying the prompt.mph2000-06-301-1/+1
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-2/+4
* 'start' command was not reenabling printing.dillon2000-01-241-3/+4
* $Id$ -> $FreeBSD$peter1999-08-285-5/+5
* Fix some cut and paste damage.mdodd1999-08-201-2/+2
* What the heck was I thinking? Nobody else saw this? Sheesh.mdodd1999-08-201-3/+5
* Use el_source() so we pick up .editrcmdodd1999-08-191-1/+2
* Add support for command line editing and history.mdodd1999-08-192-26/+47
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
* Fix additional warnings. Remove -Werror, since some people have complainedwollman1998-09-113-11/+12
OpenPOWER on IntegriCloud