aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lpr
Commit message (Expand)AuthorAgeFilesLines
* Merge head from 7/28Simon J. Gerraty2014-08-199-4/+18
|\
| * 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
* | Updated dependenciesSimon J. Gerraty2014-05-1611-11/+0
* | Updated dependenciesSimon J. Gerraty2014-05-1011-0/+22
* | Merge from headSimon J. Gerraty2014-05-081-1/+1
|\|
| * Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* | Merge headSimon J. Gerraty2014-04-284-3/+4
|\|
| * 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
* | Merge from headSimon J. Gerraty2013-09-052-8/+29
|\|
| * Change the closeallfds() routine to use closefrom() when it isGarance A Drosehn2013-05-272-8/+29
* | Updated dependenciesSimon J. Gerraty2013-03-1111-0/+11
* | Updated dependenciesSimon J. Gerraty2013-02-1613-26/+0
* | Sync from headSimon J. Gerraty2012-11-0415-147/+162
|\|
| * 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
* | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-2214-0/+261
|/
* 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