aboutsummaryrefslogtreecommitdiff
path: root/bin/pax
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initialize listf at main()Peter Wemm2001-08-131-1/+2
* mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov2001-08-101-7/+6
* Remove whitespace at EOL.Dima Dorfman2001-07-151-39/+39
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+6
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-2/+0
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+2
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* Minor comment fixWarner Losh2001-05-301-1/+1
* mdoc(7) police: fix markup, rename and reorder some sections.Ruslan Ermilov2001-05-082-78/+104
* mdoc(7) police: sort xrefs.Ruslan Ermilov2001-05-081-2/+2
* Sync up with OpenBSD. Too many changes to note, but the major featuresKris Kennaway2001-05-0821-209/+1562
* Add -z flag to pax to allow gzipping of archive output. Add -z and -Z (gzipKris Kennaway2001-05-055-13/+107
* Whitespace cleanup pass; reduce diffs with OpenBSD. No functional changes.Kris Kennaway2001-04-2610-80/+82
* Reduce diffs with OpenBSD:Kris Kennaway2001-04-2617-466/+468
* Use mkstemp() for secure tempfile creation instead of tempnam()Kris Kennaway2001-04-264-17/+39
* -Wnon-const-format sweep: make format strings const char *'s, addKris Kennaway2001-04-172-9/+9
* Use nl_langinfo instead of %EfAndrey A. Chernov2001-03-211-6/+16
* POSIX wrote:Ruslan Ermilov2001-03-023-30/+11
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.Ruslan Ermilov2001-02-131-2/+2
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-5/+5
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-181-24/+24
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-5/+5
* Don't explicitly declare optarg and optind. These are declared inWarner Losh2000-08-161-2/+0
* Use %EfAndrey A. Chernov2000-06-221-2/+2
* Remove more single-space hard sentence breaks.Sheldon Hearn2000-03-021-1/+2