aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/lam/lam.c
Commit message (Expand)AuthorAgeFilesLines
* capsicum: use a new capsicum helpers in toolsMariusz Zaborski2018-11-041-2/+1
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Do not die on system built without CAPSICUMBaptiste Daroussin2017-03-151-1/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Better fix for r314098Baptiste Daroussin2017-02-221-1/+2
* lam(1): Failing to restrict stdin/stdout/stderr should not be fatalAllan Jude2017-02-221-2/+1
* Capsicum-ize lam(1)Allan Jude2017-02-191-0/+20
* Mark global functions and/or variables in lam(1) static where possible.Ed Schouten2011-11-061-5/+5
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* ANSIfy various tools in usr.bin/.Ed Schouten2010-01-021-1/+1
* Call usage() instead of being insolent.Juli Mallett2005-08-051-5/+4
* Avoid passing negative values to tolower() on machines with signed chars.Tim J. Robbins2004-07-191-1/+1
* Back out my minorly disputed and possibly not well thought out changes to howJuli Mallett2002-07-011-7/+7
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Increment morefiles, balance braces. This should really be using getopt(3).Juli Mallett2002-06-271-2/+3
* Instead of not using argc and doing other great evil, check for no argumentsJuli Mallett2002-06-271-5/+6
* Constify, staticize, and set WARNS=2.Mike Barcroft2001-08-061-9/+9
* Fix style(9) bugs from previous commit: remove space after functionMike Heffner2001-02-081-6/+6
* De-__P()-ify, convert K&R style declarations to ANSI onesMike Heffner2001-02-081-13/+8
* Prevent string overflows by using safer string functionsMike Heffner2001-02-081-21/+27
* Don't call err() with no format string.Kris Kennaway2000-07-101-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Use err(3) instead of local redefintion. Add usage() as a separatePhilippe Charnier1997-07-181-24/+19
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+233