summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr
Commit message (Expand)AuthorAgeFilesLines
* MFC r314877:pfg2017-03-211-4/+6
* Rename getline with get_line to avoid collision with getline(3)bapt2016-05-105-10/+10
* Rename getline with get_line to avoid collision with getline(3)bapt2016-05-101-6/+6
* Use MIN macro from sys/param.h.araujo2016-05-021-1/+1
* usr.sbin: minor spelling fixes on comments.pfg2016-05-012-3/+3
* Remove a variable and three lines of code which I should have removed asgad2016-04-251-5/+1
* lpr: replace 0 with NULL for pointers.pfg2016-04-108-23/+23
* Use LIBEXECDIR for /usr/libexec.bdrewery2015-11-261-1/+1
* Add more SUBDIR_PARALLEL.bdrewery2015-09-261-1/+3
* META_MODE: Remove DEP_MACHINE from Makefile.depend files.bdrewery2015-09-251-2/+0
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.bdrewery2015-09-251-2/+0
* Add META_MODE support.sjg2015-06-1314-0/+245
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-0813-26/+0
| * Merge sync of headsjg2015-05-279-19/+10
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-198-15/+1
| |\
| * \ Merge head from 7/28sjg2014-08-199-4/+18
| |\ \
| * | | Updated dependenciessjg2014-05-1611-11/+0
| * | | Updated dependenciessjg2014-05-1011-0/+22
| * | | Merge from headsjg2014-05-081-1/+1
| |\ \ \
| * \ \ \ Merge headsjg2014-04-284-3/+4
| |\ \ \ \
| * \ \ \ \ Merge from headsjg2013-09-052-8/+29
| |\ \ \ \ \
| * | | | | | Updated dependenciessjg2013-03-1111-0/+11
| * | | | | | Updated dependenciessjg2013-02-1613-26/+0
| | | | | | |
| | \ \ \ \ \
| *-. \ \ \ \ \ Sync from headsjg2012-11-0415-147/+162
| |\ \ \ \ \ \ \
| * | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-2214-0/+261
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Adjust printf format specifiers for dev_t and ino_t in user space.gleb2014-12-171-2/+2
* | | | | | | | Convert usr.sbin to LIBADDbapt2014-11-258-17/+8
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | lpr: replace setpgrp(2) with setpgid(2).pfg2014-09-181-1/+1
* | | | | | | Revert r267233 for now. PIE support needs to be reworked.bdrewery2014-08-197-14/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | Replace all uses of libncurses and libtermcap with their wide characterbrooks2014-07-171-2/+2
* | | | | | use .Mt to mark up email addresses consistently (part2)bapt2014-06-201-1/+1
* | | | | | In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.bdrewery2014-06-087-0/+14
| |_|_|_|/ |/| | | |
* | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| |_|_|/ |/| | |
* | | | NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-133-3/+3
* | | | Add missing description of du (daemon.user) printcap capability.dwmalone2014-03-041-0/+1
| |_|/ |/| |
* | | Change the closeallfds() routine to use closefrom() when it isgad2013-05-272-8/+29
| |/ |/|
* | Let lpr build with -Wmissing-variable-declarations.ed2012-10-257-21/+14
* | PRIV_START and PRIV_END were reversed.eadler2012-10-241-2/+2
* | Check the return error of set[ug]id. While this can never fail in theeadler2012-10-2213-118/+137
* | Fix usr.bin/ and usr.sbin/ build with a 64-bit ino_t.mdf2012-09-271-2/+3
* | Remove unused valueskevlo2012-09-111-1/+1
* | Correct description of minfree to kilobytes rather than blocks.wblock2012-08-131-1/+1
* | Make sure that arraysz is initialized to a value larger than zero.jh2012-07-171-0/+2
* | Remove trailing whitespace.jh2012-07-171-4/+4
|/
* Relax security permissions on '.seq' file creation - the strict,eadler2012-05-301-1/+1
* Hide DIR definition by making it an opaque struct typedef.gleb2012-05-191-1/+1
* Print out a warning message if a `lpc setstatus' is done whengad2012-04-301-0/+18
* Catch the user-error when no queue name was specified on angad2012-04-301-0/+8
* The scandir(3) function expects fourth parameter, compar, be in type of:delphij2012-04-131-4/+4
* mdoc: terminate quoted strings.joel2012-03-261-1/+1
OpenPOWER on IntegriCloud