aboutsummaryrefslogtreecommitdiff
path: root/bin/pax
Commit message (Collapse)AuthorAgeFilesLines
* Fix some of the alignment warnings on ARM.Ruslan Ermilov2006-11-272-17/+17
| | | | Notes: svn path=/head/; revision=164699
* Markup fixes.Ruslan Ermilov2006-09-171-1/+2
| | | | Notes: svn path=/head/; revision=162379
* Fix the wording about the blocksize (-b) parameter. The existingColeman Kane2006-05-101-2/+3
| | | | | | | | | | | | wording makes it look like pax archives > 32256 bytes are not POSIX-compliant! Correct this to state that pax archives with block sizes > 32256 are not POSIX compliant...and settle our fears. PR: docs/97059 Reviewed by: Giorgos Keramidas <keramida> Notes: svn path=/head/; revision=158414
* Fix bin/pax doesn't wait for compress/gzip before exiting.David E. O'Brien2005-03-121-4/+6
| | | | | | | | Submitted by: Joerg Sonnenberger <joerg@britannica.bec.de> Obtained from: OpenBSD (commited fix to PR 3455) Notes: svn path=/head/; revision=143447
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
| | | | Notes: svn path=/head/; revision=141846
* Fixed the misplaced $FreeBSD$.Ruslan Ermilov2005-02-092-2/+2
| | | | Notes: svn path=/head/; revision=141580
* Add the new standard EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-163-51/+51
| | | | | | | Sort standard sections in the (documented) preferred order. Notes: svn path=/head/; revision=140353
* Don't decend into directories when -d is set and the directory itself doesn'tBrian Somers2005-01-123-2/+19
| | | | | | | | | | | match. PR: 28095 Submitted by: bill at twwells dot com MFC after: 7 days Notes: svn path=/head/; revision=140097
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-104-3/+4
| | | | Notes: svn path=/head/; revision=139969
* Fix off-by-one errors and potential buffer overrunsYaroslav Tykhiy2004-11-131-18/+30
| | | | | | | | | | | | | WRT handling file and link names that reach the allowed maximum for old tar and ustar archive formats. PR: bin/40466 Submitted by: Cyrille Lefevre <email in the PR> (portions) Reviewed by: freebsd-arch (silence) MFC after: 1 month Notes: svn path=/head/; revision=137645
* Document missing multibyte character handling in utilities specifiedTim J. Robbins2004-07-031-1/+5
| | | | | | | by POSIX. Notes: svn path=/head/; revision=131513
* Deal with double whitespace.Ruslan Ermilov2004-07-031-2/+2
| | | | Notes: svn path=/head/; revision=131505
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+2
| | | | Notes: svn path=/head/; revision=131484
* Don't continue if the '-C' option (a-la GNUtar; commited in options.cDavid E. O'Brien2004-06-251-1/+3
| | | | | | | | | | | rev 1.18, but not documented in the man page) caused a failed chdir. Otherwise, one can easily overwrite files. Submitted by: Robert Nagy <robert@openbsd.org> Obtained from: OpenBSD Notes: svn path=/head/; revision=131085
* Use WARNS?=3 for these in the arm case for now, due to toolchain issues.Olivier Houchard2004-05-141-0/+4
| | | | Notes: svn path=/head/; revision=129215
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-0626-104/+0
| | | | | | | OK'ed by: imp, core Notes: svn path=/head/; revision=127958
* Fix memory leakColin Percival2004-03-161-2/+2
| | | | | | | | | | PR: bin/64321 Submitted by: Rodney Ruddock <rodney@interopsystems.com> MFOpenBSD: rev 1.17 MFC after: 3 days Notes: svn path=/head/; revision=127055
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-051-1/+1
| | | | | | | | | | | | | | | | | | that this provokes. "Wherever possible" means "In the kernel OR NOT C++" (implying C). There are places where (void *) pointers are not valid, such as for function pointers, but in the special case of (void *)0, agreement settles on it being OK. Most of the fixes were NULL where an integer zero was needed; many of the fixes were NULL where ascii <nul> ('\0') was needed, and a few were just "other". Tested on: i386 sparc64 Notes: svn path=/head/; revision=126643
* Get this area compiling with the highest WARNS= that it works with.Mark Murray2003-06-131-1/+0
| | | | | | | | | | Obsolete WFORMAT= junk also removed where possible. OK'ed by: obrien Tested on: sparc64, alpha, i386 Notes: svn path=/head/; revision=116282
* Fix a bazillion warnings. This makes almost the whole of src/bin/*Mark Murray2003-05-0311-75/+88
| | | | | | | | | WARNS=6, std=c99 clean. Tested on: i386, alpha Notes: svn path=/head/; revision=114583
* Quiet warnings about copyright[].David E. O'Brien2003-05-021-2/+2
| | | | Notes: svn path=/head/; revision=114470
* Fix signed/unsigned mix comparisons involving sizeof.David E. O'Brien2003-05-023-11/+13
| | | | Notes: svn path=/head/; revision=114469
* Add the -j and -y options to the synopsis.Tim J. Robbins2003-05-011-1/+1
| | | | Notes: svn path=/head/; revision=114369
* Make the "tarcp" example more direct.David E. O'Brien2003-01-101-5/+5
| | | | Notes: svn path=/head/; revision=109075
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-0110-21/+21
| | | | | | | especially in troff files. Notes: svn path=/head/; revision=108533
* Ensure all va_starts have a matching va_end.Tim J. Robbins2002-10-061-1/+1
| | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=104560
* /dev/sa0 is the default tape device, not /dev/rst0.Tim J. Robbins2002-10-062-6/+6
| | | | Notes: svn path=/head/; revision=104556
* Fix format string errors relating mainly to the use of %qu to print off_t's.Tim J. Robbins2002-10-064-9/+15
| | | | | | | | | | | | Instead use %ju and cast the argument. WFORMAT=0 is still required in the Makefile because gcc warns about some strftime() calls (I don't think this behaviour is useful.) Tested on: sparc64, alpha, i386 Notes: svn path=/head/; revision=104548
* Removed extra $FreeBSD$. Moved #if 0 for the vendor id to the correctBruce Evans2002-08-221-5/+3
| | | | | | | place. Restored indent protection of copyright comment. Notes: svn path=/head/; revision=102245
* s/filesystem/file system/ as discussed on -developersTom Rhodes2002-08-2113-37/+37
| | | | Notes: svn path=/head/; revision=102230
* Fix a couple of typos in a comment.Giorgos Keramidas2002-07-152-3/+3
| | | | | | | | PR: docs/33559 Submitted by: Marc Olzheim <marcolz@ilse.nl> Notes: svn path=/head/; revision=100012
* Consistently use FBSDIDDavid E. O'Brien2002-06-3016-31/+32
| | | | Notes: svn path=/head/; revision=99110
* more file system > filesystemTom Rhodes2002-05-161-1/+1
| | | | Notes: svn path=/head/; revision=96706
* Consistancy check s/file system/filesystem/Tom Rhodes2002-05-1612-33/+33
| | | | | | | Reviewed by: brian Notes: svn path=/head/; revision=96702
* Use `The .Nm utility'Philippe Charnier2002-04-211-23/+24
| | | | Notes: svn path=/head/; revision=95204
* Use `The .Nm utility'Philippe Charnier2002-04-202-5/+5
| | | | Notes: svn path=/head/; revision=95122
* Do not return(f_returning_void());. Spell FALLTHROUGH to make it lint()able.Philippe Charnier2002-04-121-9/+15
| | | | Notes: svn path=/head/; revision=94553
* No need to cast; ().gr_gid is already the correct type.Mark Murray2002-03-221-1/+1
| | | | Notes: svn path=/head/; revision=92956
* Correct inadvertent style botches in previous commit.Kris Kennaway2002-02-041-2/+1
| | | | Notes: svn path=/head/; revision=90167
* Lock down with WFORMAT=1 except those directories with unfixed warnings.Kris Kennaway2002-02-041-0/+2
| | | | | | | Tested on i386 and alpha. Notes: svn path=/head/; revision=90166
* Ooops, forgot to remove the registers here.Warner Losh2002-02-0214-318/+318
| | | | Notes: svn path=/head/; revision=90113
* o __P has been reovedWarner Losh2002-02-0217-1342/+181
| | | | | | | | | | | | o Old-style K&R declarations have been converted to new C89 style o register has been removed o prototype for main() has been removed (gcc3 makes it an error) o int main(int argc, char *argv[]) is the preferred main definition. o Attempt to not break style(9) conformance for declarations more than they already are. Notes: svn path=/head/; revision=90110
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyDavid E. O'Brien2001-12-041-0/+1
| | | | | | | | | set WARNS=0. Reviewed by: mike Notes: svn path=/head/; revision=87323
* Use a quad int conversion routine for time_t instead of ulong, capable ofMatthew Dillon2001-10-281-2/+4
| | | | | | | decoding tar's full time buffer (12 digits). Notes: svn path=/head/; revision=85618
* Various string fields for certain cpio types are 11 rather then 8Matthew Dillon2001-10-281-6/+15
| | | | | | | | | | | | characters. Use quad conversion functions rather then long conversion where appropriate to handle the available range. Mainly fixes time_t but there was also a st_size ulong conversion in there that has to be quad or cpio cannot be used to copy files > 2G. MFC after: 1 day Notes: svn path=/head/; revision=85617
* Remove unnecessary casts in timeval.tv_sec load from st_*timeMatthew Dillon2001-10-281-4/+4
| | | | Notes: svn path=/head/; revision=85616
* mdoc(7) police: s/BSD/.Bx/ where appropriate.Ruslan Ermilov2001-08-141-1/+4
| | | | Notes: svn path=/head/; revision=81622
* Initialize listf at main()Peter Wemm2001-08-131-1/+2
| | | | Notes: svn path=/head/; revision=81601
* mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov2001-08-101-7/+6
| | | | Notes: svn path=/head/; revision=81462
* Remove whitespace at EOL.Dima Dorfman2001-07-151-39/+39
| | | | Notes: svn path=/head/; revision=79754