aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lpr
Commit message (Expand)AuthorAgeFilesLines
* Move hosts.lpd and printcap to usr.sbin/lpr/lpd/Brad Davis2018-09-203-0/+59
* Fix the resource leak of a 'FILE *' which could happen in routineGarance A Drosehn2018-03-121-1/+3
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2711-9/+31
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2022-21/+63
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-184-4/+12
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-3111-11/+0
* Quiesce clang warning while building lpc.Sean Bruno2017-06-161-1/+1
* Fixes to chkprintcap:Garance A Drosehn2017-03-202-2/+12
* lpr(1): small bounds check with reallocarray(3).Pedro F. Giffuni2017-03-071-4/+6
* Simplify idioms in usr.sbin/lpr MakefilesEnji Cooper2017-03-0111-16/+16
* Renumber copyright clause 4Warner Losh2017-02-2830-30/+30
* Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin2016-05-105-10/+10
* Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin2016-05-101-6/+6
* Use MIN macro from sys/param.h.Marcelo Araujo2016-05-021-1/+1
* usr.sbin: minor spelling fixes on comments.Pedro F. Giffuni2016-05-012-3/+3
* Remove a variable and three lines of code which I should have removed asGarance A Drosehn2016-04-251-5/+1
* lpr: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-108-23/+23
* Use LIBEXECDIR for /usr/libexec.Bryan Drewery2015-11-261-1/+1
* Add more SUBDIR_PARALLEL.Bryan Drewery2015-09-261-1/+3
* META_MODE: Remove DEP_MACHINE from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
* Add META_MODE support.Simon J. Gerraty2015-06-1314-0/+245
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-0813-26/+0
| * Merge sync of headSimon J. Gerraty2015-05-279-19/+10
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-198-15/+1
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-199-4/+18
| |\ \
| * | | 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
| |\ \ \
| * \ \ \ Merge headSimon J. Gerraty2014-04-284-3/+4
| |\ \ \ \
| * \ \ \ \ Merge from headSimon J. Gerraty2013-09-052-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
| |\ \ \ \ \ \
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-2214-0/+261
* | | | | | | | 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