aboutsummaryrefslogtreecommitdiff
path: root/bin/pax
Commit message (Expand)AuthorAgeFilesLines
* Before this fix, pax would stop the restore sequence forTim Kientzle2009-02-011-36/+4
* Remove unnecessary free argument casts.Brian Somers2007-05-254-32/+29
* Cleanup pax(1) sources a little bit while I poked around in them:Ralf S. Engelschall2007-05-245-25/+25
* Fix some of the alignment warnings on ARM.Ruslan Ermilov2006-11-272-17/+17
* Markup fixes.Ruslan Ermilov2006-09-171-1/+2
* Fix the wording about the blocksize (-b) parameter. The existingColeman Kane2006-05-101-2/+3
* Fix bin/pax doesn't wait for compress/gzip before exiting.David E. O'Brien2005-03-121-4/+6
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Fixed the misplaced $FreeBSD$.Ruslan Ermilov2005-02-092-2/+2
* Add the new standard EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-163-51/+51
* Don't decend into directories when -d is set and the directory itself doesn'tBrian Somers2005-01-123-2/+19
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-104-3/+4
* Fix off-by-one errors and potential buffer overrunsYaroslav Tykhiy2004-11-131-18/+30
* Document missing multibyte character handling in utilities specifiedTim J. Robbins2004-07-031-1/+5
* Deal with double whitespace.Ruslan Ermilov2004-07-031-2/+2
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+2
* Don't continue if the '-C' option (a-la GNUtar; commited in options.cDavid E. O'Brien2004-06-251-1/+3
* Use WARNS?=3 for these in the arm case for now, due to toolchain issues.Olivier Houchard2004-05-141-0/+4
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-0626-104/+0
* Fix memory leakColin Percival2004-03-161-2/+2
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-051-1/+1
* Get this area compiling with the highest WARNS= that it works with.Mark Murray2003-06-131-1/+0
* Fix a bazillion warnings. This makes almost the whole of src/bin/*Mark Murray2003-05-0311-75/+88
* Quiet warnings about copyright[].David E. O'Brien2003-05-021-2/+2
* Fix signed/unsigned mix comparisons involving sizeof.David E. O'Brien2003-05-023-11/+13
* Add the -j and -y options to the synopsis.Tim J. Robbins2003-05-011-1/+1
* Make the "tarcp" example more direct.David E. O'Brien2003-01-101-5/+5
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-0110-21/+21
* Ensure all va_starts have a matching va_end.Tim J. Robbins2002-10-061-1/+1
* /dev/sa0 is the default tape device, not /dev/rst0.Tim J. Robbins2002-10-062-6/+6
* Fix format string errors relating mainly to the use of %qu to print off_t's.Tim J. Robbins2002-10-064-9/+15
* 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-2113-37/+37
* Fix a couple of typos in a comment.Giorgos Keramidas2002-07-152-3/+3
* Consistently use FBSDIDDavid E. O'Brien2002-06-3016-31/+32
* more file system > filesystemTom Rhodes2002-05-161-1/+1
* Consistancy check s/file system/filesystem/Tom Rhodes2002-05-1612-33/+33
* Use `The .Nm utility'Philippe Charnier2002-04-211-23/+24
* Use `The .Nm utility'Philippe Charnier2002-04-202-5/+5
* Do not return(f_returning_void());. Spell FALLTHROUGH to make it lint()able.Philippe Charnier2002-04-121-9/+15
* No need to cast; ().gr_gid is already the correct type.Mark Murray2002-03-221-1/+1
* Correct inadvertent style botches in previous commit.Kris Kennaway2002-02-041-2/+1
* Lock down with WFORMAT=1 except those directories with unfixed warnings.Kris Kennaway2002-02-041-0/+2
* Ooops, forgot to remove the registers here.Warner Losh2002-02-0214-318/+318
* o __P has been reovedWarner Losh2002-02-0217-1342/+181
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyDavid E. O'Brien2001-12-041-0/+1
* Use a quad int conversion routine for time_t instead of ulong, capable ofMatthew Dillon2001-10-281-2/+4
* Various string fields for certain cpio types are 11 rather then 8Matthew Dillon2001-10-281-6/+15
* Remove unnecessary casts in timeval.tv_sec load from st_*timeMatthew Dillon2001-10-281-4/+4
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-1/+4