aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/pac
Commit message (Expand)AuthorAgeFilesLines
* package: move lpr into its own packageLexi Winter2024-04-191-0/+1
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-9/+0
* usr.sbin: Remove ancient SCCS tags.Warner Losh2023-11-273-6/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Simplify idioms in usr.sbin/lpr MakefilesEnji Cooper2017-03-011-2/+2
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-2/+0
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-191-0/+2
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|/ |/| |
* | | Revert r267233 for now. PIE support needs to be reworked.Bryan Drewery2014-08-191-2/+0
| |/ |/|
* | In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.Bryan Drewery2014-06-081-0/+2
|/
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.sbin. ThisJoel Dahl2010-12-112-8/+0
* Sort sections.Ruslan Ermilov2005-01-181-3/+3
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* (Hopefully) Last set of changes so all of lpr uses __FBSDID() forGarance A Drosehn2003-07-151-4/+5
* The .Nm utilityPhilippe Charnier2002-07-141-3/+4
* Stop adding ${CWARNFLAGS} to CFLAGS. The standard makefile processing willGarance A Drosehn2002-06-231-1/+1
* Add 'const' to some casts to fix two warnings that are printed by theGarance A Drosehn2002-04-221-2/+2
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-2/+5
* Get lpr/pac.c to compile without warnings with BDECFLAGSGarance A Drosehn2001-07-151-15/+15
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Fix about 90-100 warnings one gets when trying to compile lpr&friendsGarance A Drosehn2001-06-121-40/+30
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* Stop pac dereferencing a null pointer if accounting is not enabeled.David Malone2001-02-251-1/+2
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Fix additional warnings. Remove -Werror, since some people have complainedGarrett Wollman1998-09-112-3/+6
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalBruce Evans1998-03-071-5/+3
* Fixed DPADD.Bruce Evans1997-12-161-1/+2
* Mega lpd/lpd upgrade, part I:Garrett Wollman1997-12-022-17/+21
* Use err(3). Add usage(). Various fixes in man pages.Philippe Charnier1997-09-242-13/+22
* index -> strchr and rindex -> strrchr to reduce the number of gratuitousWarner Losh1997-07-231-2/+2
* Use setuid/seteuid around dangerous operations. Also a few bufferWarner Losh1997-07-231-0/+4
* lpc/cmds.c:Warner Losh1996-10-271-1/+1