summaryrefslogtreecommitdiffstats
path: root/bin/pax
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leakcperciva2004-03-161-2/+2
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)markm2004-03-051-1/+1
* Get this area compiling with the highest WARNS= that it works with.markm2003-06-131-1/+0
* Fix a bazillion warnings. This makes almost the whole of src/bin/*markm2003-05-0311-75/+88
* Quiet warnings about copyright[].obrien2003-05-021-2/+2
* Fix signed/unsigned mix comparisons involving sizeof.obrien2003-05-023-11/+13
* Add the -j and -y options to the synopsis.tjr2003-05-011-1/+1
* Make the "tarcp" example more direct.obrien2003-01-101-5/+5
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-0110-21/+21
* Ensure all va_starts have a matching va_end.tjr2002-10-061-1/+1
* /dev/sa0 is the default tape device, not /dev/rst0.tjr2002-10-062-6/+6
* Fix format string errors relating mainly to the use of %qu to print off_t's.tjr2002-10-064-9/+15
* Removed extra $FreeBSD$. Moved #if 0 for the vendor id to the correctbde2002-08-221-5/+3
* s/filesystem/file system/ as discussed on -developerstrhodes2002-08-2113-37/+37
* Fix a couple of typos in a comment.keramida2002-07-152-3/+3
* Consistently use FBSDIDobrien2002-06-3016-31/+32
* more file system > filesystemtrhodes2002-05-161-1/+1
* Consistancy check s/file system/filesystem/trhodes2002-05-1612-33/+33
* Use `The .Nm utility'charnier2002-04-211-23/+24
* Use `The .Nm utility'charnier2002-04-202-5/+5
* Do not return(f_returning_void());. Spell FALLTHROUGH to make it lint()able.charnier2002-04-121-9/+15
* No need to cast; ().gr_gid is already the correct type.markm2002-03-221-1/+1
* Correct inadvertent style botches in previous commit.kris2002-02-041-2/+1
* Lock down with WFORMAT=1 except those directories with unfixed warnings.kris2002-02-041-0/+2
* Ooops, forgot to remove the registers here.imp2002-02-0214-318/+318
* o __P has been reovedimp2002-02-0217-1342/+181
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyobrien2001-12-041-0/+1
* Use a quad int conversion routine for time_t instead of ulong, capable ofdillon2001-10-281-2/+4
* Various string fields for certain cpio types are 11 rather then 8dillon2001-10-281-6/+15
* Remove unnecessary casts in timeval.tv_sec load from st_*timedillon2001-10-281-4/+4
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-141-1/+4
* Initialize listf at main()peter2001-08-131-1/+2
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-101-7/+6
* Remove whitespace at EOL.dd2001-07-151-39/+39
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+6
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-2/+0
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+2
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
* Minor comment fiximp2001-05-301-1/+1
* mdoc(7) police: fix markup, rename and reorder some sections.ru2001-05-082-78/+104
* mdoc(7) police: sort xrefs.ru2001-05-081-2/+2
* Sync up with OpenBSD. Too many changes to note, but the major featureskris2001-05-0821-209/+1562
* Add -z flag to pax to allow gzipping of archive output. Add -z and -Z (gzipkris2001-05-055-13/+107
* Whitespace cleanup pass; reduce diffs with OpenBSD. No functional changes.kris2001-04-2610-80/+82
* Reduce diffs with OpenBSD:kris2001-04-2617-466/+468
* Use mkstemp() for secure tempfile creation instead of tempnam()kris2001-04-264-17/+39
* -Wnon-const-format sweep: make format strings const char *'s, addkris2001-04-172-9/+9
* Use nl_langinfo instead of %Efache2001-03-211-6/+16
* POSIX wrote:ru2001-03-023-30/+11
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.ru2001-02-131-2/+2
OpenPOWER on IntegriCloud