summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: protect trailing full stops of abbreviationsru2001-08-101-1/+1
* mdoc(7) police:ru2001-08-072-5/+3
* Basically rewrite the dofork() routine, to add more error-checking andgad2001-07-231-14/+55
* 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
* Fix a few more minor compile-time warnings, mainly by using size_t wheregad2001-07-231-10/+15
* Get rid of some compile-time warnings by defining (or casting) variablesgad2001-07-231-19/+20
* Fix two compile-time warnings by defining fromlen as socklen_t.gad2001-07-231-2/+2
* Replace calls to strncpy with calls to strlcpy, and remove the extra stepgad2001-07-223-37/+25
* Rename the -w option to be -W. The recently-added -w option is differentgad2001-07-222-7/+30
* Change a few read & write calls to use 'STDOUT_FILENO' instead of '1'.gad2001-07-222-7/+7
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-2016-43/+65
* Remove GCC'isms in CFLAGS.obrien2001-07-201-1/+1
* Remove whitespace at EOL.dd2001-07-154-8/+8
* Change lpd to perform sanity and safety checks on control files as itgad2001-07-154-6/+931
* Replace a call to 'alloca', thus avoiding an error when compiling ongad2001-07-151-8/+14
* Get rid of one compile-time warning by changing an 'int' to a 'size_t'.gad2001-07-151-6/+10
* Get lpr/pac.c to compile without warnings with BDECFLAGSgad2001-07-151-15/+15
* Replace three subtly-wrong calls to strncpy with calls to strlcpy, andgad2001-07-152-15/+13
* Fix most of the warnings generated by compiling lpr with -Wnon-const-format,gad2001-07-157-21/+27
* Change signal-handling to reset SIGCHLD to SIGDFLT instead of SIG_IGN.gad2001-07-142-6/+40
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-107-7/+7
* Fix the type of the NULL arg to execl()brian2001-07-091-3/+4
* 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
* Add two new options for lpd: -c will log all connection-errors to syslog,gad2001-06-252-32/+168
* Get rid of a trigraph ("??>") mistakenly put in an error message.gad2001-06-161-1/+1
* *** empty log message ***gad2001-06-151-19/+15
* Rename a few global variables which hold hostname-related values to begad2001-06-1512-69/+90
* Rename global variable 'name' to 'progname', thus fixing a number ofgad2001-06-157-27/+30
* Fix about 90-100 warnings one gets when trying to compile lpr&friendsgad2001-06-1222-568/+405
* Correct cross-references:sobomax2001-06-051-1/+1
* mdoc(7) police: properly use a -diag list in the DIAGNOSTICS section.dd2001-04-131-4/+4
* beforeinstall -> SCRIPTS.ru2001-04-071-4/+2
* Make sure the euid is restored in an obscure error situation.gad2001-04-061-3/+4
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-269-7/+7
* Set the default manual section for usr.sbin/ to 8.ru2001-03-207-4/+4
* Fix a number of warnings that come up when compiling with BDECFLAGS.gad2001-03-161-7/+7
* Add a comment pointing to the freebsd-print@bostonradio.org mailing list.gad2001-03-121-0/+3
* Change the usage() message to include the recently-added -4 and -6 options.gad2001-03-121-7/+15
* Fix "lprm -" (remove all jobs) processing for remote printer queues.gad2001-03-121-10/+17
* Improve a few error messages wrt if= filters on remote print queues.gad2001-03-121-8/+26
* Stop pac dereferencing a null pointer if accounting is not enabeled.dwmalone2001-02-251-1/+2
* mdoc(7) police: Change -filled displays (which just happenru2001-02-071-2/+2
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-012-26/+57
* Prepare for mdoc(7)NG.ru2001-01-161-1/+2
* Use macro API to <sys/queue.h>phk2000-12-302-7/+7
* Prepare for mdoc(7)NG.ru2000-12-276-7/+8
* IPv6 support for lpr.ume2000-12-165-142/+303
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-2010-20/+20
OpenPOWER on IntegriCloud