summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lpc
Commit message (Expand)AuthorAgeFilesLines
* Check the return error of set[ug]id. While this can never fail in theeadler2012-10-223-34/+36
* Print out a warning message if a `lpc setstatus' is done whengad2012-04-301-0/+18
* Catch the user-error when no queue name was specified on angad2012-04-301-0/+8
* The scandir(3) function expects fourth parameter, compar, be in type of:delphij2012-04-131-4/+4
* - Remove some unnecessary cast when assigning NULL to a handle.kevlo2012-02-151-3/+3
* fgets(3) returns a pointer, so compare against NULL, not integer 0.kevlo2012-01-131-1/+1
* Spelling fixes for usr.sbin/uqs2011-12-301-4/+4
* Remove the advertising clause from UCB copyrighted files in usr.sbin. Thisjoel2010-12-116-24/+0
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-0/+2
* In preparation for raising NGROUPS and NGROUPS_MAX, change basebrooks2009-06-191-2/+6
* Use the new name H_SETSIZE instead of the old H_EVENT to set the historystefanf2005-10-191-1/+1
* MFS5: Minor style(9) tweak.delphij2005-02-221-1/+1
* Be more careful when doing el_parse() - only do it when el isdelphij2005-02-151-1/+1
* Expand *n't contractions.ru2005-02-131-1/+1
* Fixed .Xr call.ru2005-01-211-1/+2
* Sort sections.ru2005-01-181-7/+7
* 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
OpenPOWER on IntegriCloud