summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/lpc
Commit message (Expand)AuthorAgeFilesLines
* Rename getline with get_line to avoid collision with getline(3)bapt2016-05-101-2/+2
* Use MIN macro from sys/param.h.araujo2016-05-021-1/+1
* lpr: replace 0 with NULL for pointers.pfg2016-04-101-6/+6
* Add META_MODE support.sjg2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-271-3/+2
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-191-2/+0
| |\
| * \ Merge head from 7/28sjg2014-08-192-3/+5
| |\ \
| * | | Updated dependenciessjg2014-05-161-1/+0
| * | | Updated dependenciessjg2014-05-101-0/+2
| * | | Updated dependenciessjg2013-03-111-0/+1
| * | | Updated dependenciessjg2013-02-161-2/+0
| | | |
| | \ \
| *-. \ \ Sync from headsjg2012-11-043-34/+36
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+22
| | |/ / / | |/| | |
* | | | | Convert usr.sbin to LIBADDbapt2014-11-251-3/+2
| |_|_|/ |/| | |
* | | | Revert r267233 for now. PIE support needs to be reworked.bdrewery2014-08-191-2/+0
| |_|/ |/| |
* | | Replace all uses of libncurses and libtermcap with their wide characterbrooks2014-07-171-2/+2
* | | In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.bdrewery2014-06-081-0/+2
| |/ |/|
* | 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
OpenPOWER on IntegriCloud