summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* more ctype cleanupsderaadt2013-11-249-27/+27
* If a constant string needs a name, use a static const array instead of aguenther2013-10-271-3/+3
* Prep for big ino_t: cast to unsigned long long and format with %ll or %qguenther2013-08-081-3/+3
* handle ECONNABORTED errors from accept(). In many code blocks they can bederaadt2013-03-111-2/+3
* Add missing break, reported by Jared S. Candelaria.mpi2013-02-151-1/+2
* some simple macro fixes;jmc2013-01-171-3/+2
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-054-11/+5
* Change scandir()'s 'select' argument fromguenther2012-11-293-7/+7
* Update alphasort() and scandir()'s argument types to match POSIX:guenther2012-03-221-6/+3
* In preparation for getline and getdelim additions to libc, rename getline()fgsch2012-03-046-20/+20
* no need to escape `|'; as discussed with schwartzejmc2011-05-021-4/+4
* more roff removal;jmc2010-10-282-14/+7
* Do not leak file descriptor `fd' on error path; from zinovikderaadt2010-03-221-2/+4
* Each .Bk must be closed by .Ek.schwarze2010-02-181-2/+3
* Stop installing many of the incredibly dated and un-authoritative share/docderaadt2010-01-041-5/+1
* replace a few remaining UNIX terms with .Ux macros; this diffsobrado2009-12-291-4/+4
* it is possible specifying more than one printer concurrently; usesobrado2009-10-292-27/+30
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-2721-244/+21
* spacesstevesk2009-03-031-3/+3
* be more careful in checking disk space; ok millertderaadt2008-09-021-3/+5
* cgetstr(3) can also return 2 so handle that. Also restructre things a bitotto2008-05-262-18/+14
* Comparing string literals does not work as the author expected.otto2008-05-222-8/+14
* - make it clear that hosts.lpd follows the same syntax that hosts.equiv(5)ajacoutot2008-04-151-3/+5
* Proper use of fseek/fseeko macros.tobias2007-09-101-3/+3
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-024-11/+11
* convert to new .Dd format;jmc2007-05-317-14/+14
* remove code for -W, argument now a no-op; ok millert@stevesk2007-05-051-20/+8
* Deprecate the -W flag; it has been the default for years now.millert2007-05-031-7/+9
* remove #ifndef SUN_LEN; ok millert@stevesk2007-05-012-10/+4
* use warn() vs. perror() for consistency; ok millert@stevesk2007-05-011-3/+3
* I have an HP LaserJet (P2015dn) whose LPR implementation may not endstevesk2007-04-081-4/+8
* KNF, spaces; ok millert@stevesk2007-04-073-11/+11
* trailing "\n" not needed in fatal(); ok millert@stevesk2007-04-072-6/+6
* remove unused variable; ok millert@stevesk2007-03-161-3/+2
* typos in comments; ok millert@stevesk2007-03-131-4/+4
* tidy up synopsis, usage(), and options list; from Igor Sobradojmc2007-03-062-44/+26
* sort options; from Igor Sobradojmc2007-02-161-10/+10
* sync synopsis and usage(); from Igor Sobradojmc2007-02-162-9/+9
* sort options and sync usage(); from Igor Sobradojmc2007-02-162-12/+12
* kill extra word;jmc2007-02-121-2/+2
* rfc 3834 support: Auto-Submitted: auto-generated on lots of things; from Tamas TEVESZ; ok millertderaadt2006-12-111-1/+2
* use SEEK_SET; chl@tuxfamily.orgderaadt2006-10-111-4/+4
* Plug memory leak when nitems == 0.ray2006-04-081-3/+3
* use asprintf instead; dhill@mindcry.orgderaadt2005-11-121-10/+9
* document that clients need dns entries;jmc2005-07-171-1/+10
* add vsnprintf error checking. ok cloder@ millert@moritz2005-04-281-1/+3
* Use the return value from getopt() instead of optopt in non-errorjaredy2005-03-251-4/+4
* default wait time for dead server connection is 300 seconds, not 120.moritz2004-12-161-2/+2
* NI_WITHSCOPEID is no more.itojun2004-11-171-6/+2
* Avoid a segfault if only whitespace characters are entered at themillert2004-09-301-21/+12