summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr/common_source
Commit message (Expand)AuthorAgeFilesLines
* MFC r314877:pfg2017-03-211-4/+6
* Rename getline with get_line to avoid collision with getline(3)bapt2016-05-104-8/+8
* usr.sbin: minor spelling fixes on comments.pfg2016-05-011-1/+1
* lpr: replace 0 with NULL for pointers.pfg2016-04-105-10/+10
* Add META_MODE support.sjg2015-06-131-0/+14
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge from headsjg2013-09-052-8/+29
| |\ | |/ |/|
| * Updated dependenciessjg2013-02-161-2/+0
| *-. Sync from headsjg2012-11-046-78/+88
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+17
| | |/ | |/|
* | | Change the closeallfds() routine to use closefrom() when it isgad2013-05-272-8/+29
| |/ |/|
* | Let lpr build with -Wmissing-variable-declarations.ed2012-10-256-10/+3
* | PRIV_START and PRIV_END were reversed.eadler2012-10-241-2/+2
* | Check the return error of set[ug]id. While this can never fail in theeadler2012-10-226-64/+79
* | Make sure that arraysz is initialized to a value larger than zero.jh2012-07-171-0/+2
* | Remove trailing whitespace.jh2012-07-171-4/+4
|/
* Hide DIR definition by making it an opaque struct typedef.gleb2012-05-191-1/+1
* Spelling fixes for usr.sbin/uqs2011-12-301-4/+4
* - Fix the code that matches userids in match_jobspec(). It needs to checkgad2011-04-133-11/+11
* Remove the advertising clause from UCB copyrighted files in usr.sbin. Thisjoel2010-12-116-24/+2
* Modernize scandir(3) and alphasort(3) interfaces according to the IEEEkib2010-01-042-2/+2
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-0/+2
* Fix end-of-line issues that can come up when `lpq' reads informationgad2009-06-241-1/+102
* NI_WITHSCOPEID cleanupume2005-05-131-2/+2
* Fix so all parts of lpd, lpc, lpq, and lprm will use the same algorithmgad2004-12-315-37/+79
* Do more extensive checking of the userid field which is read in from thegad2004-12-311-7/+46
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* Fix a warning about mismatched pointers. A pointer to "void *" is not thepeter2003-10-261-1/+1
* Remove a 'From:' that snuck into an sccsid comment line as part of -v1.3gad2003-08-011-1/+1
* Get the 'sccsid' lines even closer to correct style(9) form. Thegad2003-07-145-0/+13
* Get the 'sccsid' for this to match the original lines you wouldgad2003-07-141-2/+6
* Take advantage of the common_source/lp.cdefs.h file to change lprgad2003-07-1412-42/+26
* Introduce a new lp.cdefs.h file, which will be used to make itgad2003-07-141-0/+107
* Minor improvement to some debugging code that is probably used by no onegad2003-06-121-4/+15
* When sanity-checking a variable, it's good to check the correct variable...gad2003-06-121-1/+1
* Change DEFMX to 0. This removes the size limit for print jobs by default.eivind2003-03-271-2/+3
* Fix typos; each file has at least one s/seperat/separat/schweikh2002-08-111-1/+1
* Changes which rewrite 'lpc topq', and which add 'lpc bottomq'. Thesegad2002-07-173-2/+688
* Fix set_qstate() so it correctly checks for any error from chmod().gad2002-07-121-1/+1
* Add a SQS_QCHANGED option to set_qstate(). This will soon be used by 'lpc'.gad2002-07-122-1/+11
* Add two variables to struct jobqueue, and change the way that getq()gad2002-07-122-3/+10
* Move prototypes for ctl_readcf and ctl_freeinf from ctlinfo.c to ctlinfo.h,gad2002-07-122-2/+2
* Stop adding ${CWARNFLAGS} to CFLAGS. The standard makefile processing willgad2002-06-231-2/+0
* Bah humbug. Fix another typo on the same comment line. It also hadgad2002-06-131-1/+1
* Fix a typo in a comment from the previous commit. I had a bullet-charactergad2002-06-131-1/+1
* Almost complete rewrite of the lpc commands 'abort', 'enable', 'disable',gad2002-06-132-0/+151
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-281-15/+0
* Mark all internal libraries with INTERNALLIB.ru2002-05-131-5/+1
* When using %p to print out pointers to struct's, first cast the valuesgad2002-04-251-7/+8
* Improve the error message the user sees if the startdaemon routine cannotgad2002-04-231-4/+6
OpenPOWER on IntegriCloud