aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/common_source
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-275-15/+0
* usr.sbin: Remove ancient SCCS tags.Warner Losh2023-11-279-23/+0
* lpr: Remove now unused fallback definition for __FBSDIDJohn Baldwin2023-09-251-14/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-169-18/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-165-5/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* lpr: Fix typosElyes Haouas2023-06-022-2/+2
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-125-5/+5
* lpr: Remove useless return at the end of void functionElyes Haouas2023-03-021-2/+0
* lpr(1): Fix a typo in a source code commentGordon Bergling2021-11-191-1/+1
* Fix `clang -Wcast-qual` issuesEnji Cooper2019-05-041-14/+8
* 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-275-4/+14
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-206-6/+16
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-183-3/+9
* lpr(1): small bounds check with reallocarray(3).Pedro F. Giffuni2017-03-071-4/+6
* Renumber copyright clause 4Warner Losh2017-02-286-6/+6
* Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin2016-05-104-8/+8
* usr.sbin: minor spelling fixes on comments.Pedro F. Giffuni2016-05-011-1/+1
* lpr: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-105-10/+10
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+14
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge from headSimon J. Gerraty2013-09-052-8/+29
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync from headSimon J. Gerraty2012-11-046-78/+88
| |\
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+17
* | | 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-256-10/+3
* | 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-226-64/+79
* | 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
|/
* Hide DIR definition by making it an opaque struct typedef.Gleb Kurtsou2012-05-191-1/+1
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-4/+4
* - 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-116-24/+2
* 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-021-0/+2
* Fix end-of-line issues that can come up when `lpq' reads informationGarance A Drosehn2009-06-241-1/+102
* NI_WITHSCOPEID cleanupHajimu UMEMOTO2005-05-131-2/+2
* Fix so all parts of lpd, lpc, lpq, and lprm will use the same algorithmGarance A Drosehn2004-12-315-37/+79
* Do more extensive checking of the userid field which is read in from theGarance A Drosehn2004-12-311-7/+46
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Fix a warning about mismatched pointers. A pointer to "void *" is not thePeter Wemm2003-10-261-1/+1
* Remove a 'From:' that snuck into an sccsid comment line as part of -v1.3Garance A Drosehn2003-08-011-1/+1
* Get the 'sccsid' lines even closer to correct style(9) form. TheGarance A Drosehn2003-07-145-0/+13
* Get the 'sccsid' for this to match the original lines you wouldGarance A Drosehn2003-07-141-2/+6
* Take advantage of the common_source/lp.cdefs.h file to change lprGarance A Drosehn2003-07-1412-42/+26