aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lpr
Commit message (Expand)AuthorAgeFilesLines
* Adjust printf format specifiers for dev_t and ino_t in user space.Gleb Kurtsou2014-12-171-2/+2
* Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-258-17/+8
* lpr: replace setpgrp(2) with setpgid(2).Pedro F. Giffuni2014-09-181-1/+1
* Revert r267233 for now. PIE support needs to be reworked.Bryan Drewery2014-08-197-14/+0
* Replace all uses of libncurses and libtermcap with their wide characterBrooks Davis2014-07-171-2/+2
* use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-1/+1
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.Bryan Drewery2014-06-087-0/+14
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-133-3/+3
* Add missing description of du (daemon.user) printcap capability.David Malone2014-03-041-0/+1
* Change the closeallfds() routine to use closefrom() when it isGarance A Drosehn2013-05-272-8/+29
* Let lpr build with -Wmissing-variable-declarations.Ed Schouten2012-10-257-21/+14
* PRIV_START and PRIV_END were reversed.Eitan Adler2012-10-241-2/+2
* Check the return error of set[ug]id. While this can never fail in theEitan Adler2012-10-2213-118/+137
* Fix usr.bin/ and usr.sbin/ build with a 64-bit ino_t.Matthew D Fleming2012-09-271-2/+3
* Remove unused valuesKevin Lo2012-09-111-1/+1
* Correct description of minfree to kilobytes rather than blocks.Warren Block2012-08-131-1/+1
* Make sure that arraysz is initialized to a value larger than zero.Jaakko Heinonen2012-07-171-0/+2
* Remove trailing whitespace.Jaakko Heinonen2012-07-171-4/+4
* Relax security permissions on '.seq' file creation - the strict,Eitan Adler2012-05-301-1/+1
* Hide DIR definition by making it an opaque struct typedef.Gleb Kurtsou2012-05-191-1/+1
* Print out a warning message if a `lpc setstatus' is done whenGarance A Drosehn2012-04-301-0/+18
* Catch the user-error when no queue name was specified on anGarance A Drosehn2012-04-301-0/+8
* The scandir(3) function expects fourth parameter, compar, be in type of:Xin LI2012-04-131-4/+4
* mdoc: terminate quoted strings.Joel Dahl2012-03-261-1/+1
* - Remove some unnecessary cast when assigning NULL to a handle.Kevin Lo2012-02-151-3/+3
* fgets(3) returns a pointer, so compare against NULL, not integer 0.Kevin Lo2012-01-131-1/+1
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-304-11/+11
* In usr.sbin/lpr/lpd/printjob.c, use the correct printf length modifiersDimitry Andric2011-12-171-2/+4
* In usr.sbin/lpr/filters/lpf.c, use a less obtuse way of clearing theDimitry Andric2011-12-171-1/+2
* - Fix the code that matches userids in match_jobspec(). It needs to checkGarance A Drosehn2011-04-133-11/+11
* Remove the advertising clause from UCB copyrighted files in usr.sbin. ThisJoel Dahl2010-12-1130-120/+2
* Move most of the remaining USD/PSD/SMM papers into share/docUlrich Spörlein2010-12-0411-1084/+1
* Fix printing of files located on ZFS filesystem with an st_dev orEdwin Groothuis2010-10-211-1/+1
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-082-2/+0
* - Improve the wait4data() routine so it behaves better when checkingGarance A Drosehn2010-08-111-7/+23
* Fix typos and spelling mistakes.Joel Dahl2010-08-061-1/+1
* Modernize scandir(3) and alphasort(3) interfaces according to the IEEEKonstantin Belousov2010-01-042-2/+2
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-025-0/+10
* Fix using lp(1) without the new -t option after r194171.Jilles Tjoelker2009-09-291-2/+2
* Fix end-of-line issues that can come up when `lpq' reads informationGarance A Drosehn2009-06-241-1/+102
* In preparation for raising NGROUPS and NGROUPS_MAX, change baseBrooks Davis2009-06-191-2/+6
* Add -m and -t options.Brian Somers2009-06-142-2/+13
* use bigger local variable to calculate free spaceBernd Walter2008-09-011-1/+1
* Cleanup of userland __P useKevin Lo2007-11-071-2/+2
* Use sizeof() for calculating the buffer size instead of hard-coded values.Kevin Lo2007-03-061-1/+1
* Obey MK_INET6_SUPPORT.Yaroslav Tykhiy2006-07-271-0/+4
* Fix checking of the "lock" file in the spool directory for a queue,Garance A Drosehn2006-07-071-2/+9
* Rever the previous changes. It turns out that it perfectly correctGarance A Drosehn2006-03-093-3/+3
* Switch these makefiles to use 'MAN=' to indicate they will not generateGarance A Drosehn2006-03-083-3/+3