summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Get the 'sccsid' lines even closer to correct style(9) form. Thegad2003-07-145-0/+10
* More changes to use __FBSDID() for setting rcsids, and fix thegad2003-07-146-26/+19
* 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
* add FBSDIDcharnier2003-07-061-4/+5
* We don't need two $FreeBSD$'s. Remove the older one.gad2003-06-211-2/+0
* Minor improvement to some debugging code that is probably used by no onegad2003-06-121-4/+15
* Remove MAINTAINER= lines. That info is now in /usr/src/MAINTAINERSgad2003-06-121-3/+0
* When sanity-checking a variable, it's good to check the correct variable...gad2003-06-121-1/+1
* There is no need for this makefile to reference BDECFLAGS, particularlygad2003-06-111-1/+0
* Include stdlib.h for atoi declaration.imp2003-06-091-0/+3
* Include stdlib.h for atoi declarationimp2003-06-091-0/+3
* Add section number to .Xrcharnier2003-06-081-4/+4
* Change DEFMX to 0. This removes the size limit for print jobs by default.eivind2003-03-272-3/+4
* english(4) police.schweikh2002-12-271-1/+1
* mdoc(7) police: markup fixes.ru2002-11-271-13/+16
* Use "deprecated" instead of "depreciated" where appropriate.sheldonh2002-10-301-1/+1
* Fix typos; each file has at least one s/seperat/separat/schweikh2002-08-111-1/+1
* use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.ume2002-07-221-4/+2
* Changes which rewrite 'lpc topq', and which add 'lpc bottomq'. Thesegad2002-07-179-10/+1103
* The .Nm utilitycharnier2002-07-144-16/+24
* Call routine to free everything obtained when filling in 'struct printer'.gad2002-07-121-0/+1
* 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
* Remove the backup-versions ("x*") of various lpc commands that weregad2002-07-023-377/+0
* Redo the way that fatal-error messages are done in the chkhost() routine,gad2002-06-241-64/+88
* Stop adding ${CWARNFLAGS} to CFLAGS. The standard makefile processing willgad2002-06-238-9/+7
* 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
* 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-135-14/+457
* Change some "process id" variables from 'int' to 'pid_t', renaming somegad2002-06-041-28/+31
* Cosmetic improvements to some of the syslog() calls in here (in some casesgad2002-06-041-35/+44
* Fix all the 'return' statements in here to follow style(9).gad2002-06-041-24/+24
* Avoid checking WIFEXITED and WTERMSIG in some error situations where thegad2002-06-041-3/+6
* Stop using the depreciated 'union wait' definitions, moving to a moregad2002-06-032-26/+25
* mdoc(7) police: markup nits.ru2002-05-301-7/+11
* Have this use 'static const char rcsid' instead of __RCSID()gad2002-05-281-3/+4
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-283-44/+0
* Mark all internal libraries with INTERNALLIB.ru2002-05-131-5/+1
* Include <netinet/in.h> to squash one more compile-time warning.gad2002-04-251-0/+2
* When using %p to print out pointers to struct's, first cast the valuesgad2002-04-251-7/+8
OpenPOWER on IntegriCloud