aboutsummaryrefslogtreecommitdiff
path: root/bin/pax/options.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin2016-05-101-14/+14
* Implement pax -O option to permit limiting a PAX archive to a single volume.Eitan Adler2015-03-181-9/+15
* Stop the options string leak if it is not attached into the optionsKevin Lo2014-01-261-0/+2
* Fix warnings found by -Wmising-variable-declarations.Ed Schouten2012-10-191-0/+1
* Fix a bunch of typos and a couple of whitespace nits.Ulrich Spörlein2011-05-221-1/+1
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-051-1/+1
* Fix a bazillion warnings. This makes almost the whole of src/bin/*Mark Murray2003-05-031-15/+15
* Fix signed/unsigned mix comparisons involving sizeof.David E. O'Brien2003-05-021-2/+3
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-2/+2
* Removed extra $FreeBSD$. Moved #if 0 for the vendor id to the correctBruce Evans2002-08-221-5/+3
* s/filesystem/file system/ as discussed on -developersTom Rhodes2002-08-211-3/+3
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-0/+2
* Consistancy check s/file system/filesystem/Tom Rhodes2002-05-161-2/+2
* Do not return(f_returning_void());. Spell FALLTHROUGH to make it lint()able.Philippe Charnier2002-04-121-9/+15
* Ooops, forgot to remove the registers here.Warner Losh2002-02-021-19/+19
* o __P has been reovedWarner Losh2002-02-021-100/+11
* Sync up with OpenBSD. Too many changes to note, but the major featuresKris Kennaway2001-05-081-62/+569
* Add -z flag to pax to allow gzipping of archive output. Add -z and -Z (gzipKris Kennaway2001-05-051-5/+26
* Whitespace cleanup pass; reduce diffs with OpenBSD. No functional changes.Kris Kennaway2001-04-261-11/+11
* Reduce diffs with OpenBSD:Kris Kennaway2001-04-261-34/+34
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Don't explicitly declare optarg and optind. These are declared inWarner Losh2000-08-161-2/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Various spelling/formatting changes.Kris Kennaway1999-05-081-2/+2
* Correct use of .Nm. Add rcsid.Philippe Charnier1998-05-151-3/+5
* Remove simultaneous include of <sys/param.h> and <sys/types.h>.Eivind Eklund1997-12-101-3/+1
* Dont have an internal function named "warn" it clashes with libc..Søren Schmidt1997-08-291-15/+15
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* -Wall cleaning.Steve Price1996-12-141-2/+2
* Remove unneded ctype.h everywhereAndrey A. Chernov1995-10-231-2/+1
* You will find enclosed some changes to make gcc -Wall more happy inJoerg Wunsch1995-03-191-16/+16
* Added $Id$David Greenman1994-09-241-0/+2
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-261-0/+1140