aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* MFC r256557 - kernel and userland osreldate helpers.Peter Wemm2014-02-112-4/+65
| | | | Notes: svn path=/stable/6/; revision=261777
* MFC of r206568Edwin Groothuis2010-10-141-1/+1
| | | | | | | | | Allerheilingen -> Allerheiligen Submitted by: Ronald Klop <ronald at realworks dot nl> Notes: svn path=/stable/6/; revision=213866
* MFC of r212163Edwin Groothuis2010-10-141-1/+1
| | | | | | | | | | Adding a missing firstname (Monique) PR: conf/150049 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/stable/6/; revision=213863
* MFC of r213032 r213033Edwin Groothuis2010-10-141-1/+1
| | | | | | | | | | Fix location and year of the Battle of the Plains of Abraham PR: 150504 Submitted by: Douglas Berry <bitnix@bitnix.ca> Notes: svn path=/stable/6/; revision=213858
* MFC r208089:Doug Barton2010-05-181-1/+0
| | | | | | | Remove duplicate Notes: svn path=/stable/6/; revision=208247
* MFC of 202280, 202281Edwin Groothuis2010-01-212-12/+7
| | | | | | | | | | | | | | - Remove -d option, whois.nic.mil doesn't exist anymore. - Make whois capable of searching for IPv6 addresses just like it can do for IPv4 addresses without having to explicetly specify that the ARIN server should be used to get the initial information. PR: bin/142507, bin/128725 Submitted by: Dan Mahoney <danm@prime.gushi.org>, "Matt D. Harris" <mdh_lists@ Notes: svn path=/stable/6/; revision=202742
* MFC r200793:Xin LI2010-01-041-0/+1
| | | | | | | | | | | Plug a memory leak. PR: bin/141836 Submitted by: Henning Petersen <henning.petersen at t-online.de> MFC after: 2 weeks Notes: svn path=/stable/6/; revision=201460
* MFC r197437:Ed Maste2009-11-051-3/+3
| | | | | | | Use %zu for size_t, not %zd. Notes: svn path=/stable/6/; revision=198937
* MFC r197725:Doug Barton2009-10-062-19/+8
| | | | | | | The 6bone was decommissioned on 6/6/06, so remove references to it. Notes: svn path=/stable/6/; revision=197823
* MFC all recent gzip(1) changes, up to r194916.Xin LI2009-07-214-13/+374
| | | | Notes: svn path=/stable/6/; revision=195797
* MFC r168595 and r180603:Ed Maste2009-06-181-4/+3
| | | | | | | Eliminate memory leak from an accidental malloc(). Use %zd for size_t. Notes: svn path=/stable/6/; revision=194444
* MFC of r193462:Edwin Groothuis2009-06-061-1/+1
| | | | | | | | | | | | | | | | | | | [patch] calendar.music: Chuck Berry was born in St. Louis, Missouri, not California The /usr/bin/calendar program reports that Chuck Berry was born in San Jose California but he was not born in California. Chuck Berry was born in St. Louis, Missouri in 1926 on October 18. http://www.chuckberry.com/about/bio.htm http://www.khaldea.com/charts/chuckberry.shtml http://en.wikipedia.org/wiki/Chuck_Berry PR: conf/128215 Submitted by: comet--berkeley (aka Pablo Picasso) <comet@transbay.net> Notes: svn path=/stable/6/; revision=193560
* MFC r190656:Xin LI2009-04-111-0/+2
| | | | | | | | | Fix a crash when corrupted data file is found. PR: bin/32686 Notes: svn path=/stable/6/; revision=190922
* MFC 185714 from /headGiorgos Keramidas2009-01-152-11/+60
| | | | | | | | | | | | Add a -L option to wc(1), for finger compatibility with the GNU wc utility. The -L option can be used to report the length of the longest line wc has seen in one or more files. It is disabled by default, and wc uses the standard `-lwc'. Submitted by: Sheldon Givens, sheldon at sigsegv.ca Notes: svn path=/stable/6/; revision=187286
* MFC 184645 from /headGiorgos Keramidas2009-01-151-9/+69
| | | | | | | | | | | | | Repeat vmstat header after window.rows instead of a hardcoded 20. Use ioctl() to get the window size in vmstat(8), and force a new header to be prepended to the output every time the current window size changes. Change the number of lines before each header to the current lines of the terminal when the terminal is resized, so that the full terminal length can be used for output lines. Notes: svn path=/stable/6/; revision=187283
* MFC 176561Giorgos Keramidas2009-01-152-11/+23
| | | | | | | | | | | Implement from scratch a -l option for du(1), to match the same option of the GNU utility. The default behavior of our original `du' is to count hardlinked files only once for each invocation of the utility. With the new -l option they count towards the final size every time they are found. Notes: svn path=/stable/6/; revision=187276
* In 9.3.6-P1 the man page has moved to section 1Doug Barton2009-01-101-1/+1
| | | | Notes: svn path=/stable/6/; revision=187002
* MFC: r175680, r175728.Giorgos Keramidas2008-12-061-2/+30
| | | | | | | | | | Document the no-op -r option of BSD xargs(1). PR: docs/106416 Submitted by: Pete Slagle, freebsd-stable at voidcaptain.com Notes: svn path=/stable/6/; revision=185708
* MFC: Several top '-P' fixes originally from ru@. This fixes top -PJohn Baldwin2008-10-131-12/+7
| | | | | | | | | on i386. Approved by: re (kib) Notes: svn path=/stable/6/; revision=183852
* MFC:David Malone2008-09-252-1/+6
| | | | | | | | | | | Lockf was exiting with status 1 if the command did not exit normally. This is easy to confuse with the actual exit status of the program. Instead exit with EX_SOFTWARE if the command doesn't exit normally. Approved by: re (kib) Notes: svn path=/stable/6/; revision=183354
* MFC r181962: Use the SCHEME_ knobs rather than knowing what they expand to.David E. O'Brien2008-09-011-2/+2
| | | | Notes: svn path=/stable/6/; revision=182666
* MFC r181279: Don't close file descriptor <whatever random gargage was on theColin Percival2008-08-311-0/+1
| | | | | | | stack>. Notes: svn path=/stable/6/; revision=182499
* Don't clean tests before testing, lest you lose the results of previous tests.Tim Kientzle2008-08-281-1/+1
| | | | Notes: svn path=/stable/6/; revision=182355
* MFC r181979,181981,181985: Test -q option (aka --fast-read).Tim Kientzle2008-08-283-1/+127
| | | | | | | This test uncovered that 'q' had been overlooked in the opts list. <sigh> Notes: svn path=/stable/6/; revision=182354
* MFC r181750,181801,181821,181845,181904,181958,181959,181971: Pattern-matchingTim Kientzle2008-08-289-17/+161
| | | | | | | | | | | | | | | | | fixes. * Many tests. * No longer strip leading '/' from pattern, so that /foo once again matches /foo. (This was correct in FreeBSD 6.2, broken in 6.3, and will now be fixed in 6.4.) * Strip leading "./" or ".//" from both filenames and patterns so that "./foo" matches "foo", etc. PR: bin/117909 Notes: svn path=/stable/6/; revision=182353
* MFC r180283, r180284: Move duplicated code from tar_mode_[cru] intoTim Kientzle2008-08-282-44/+36
| | | | | | | | archive_write, malloc() a 64k work buffer instead of allocating it on the stack. Notes: svn path=/stable/6/; revision=182351
* MFC r180281: Simplify handling of fd's to ensure they don't get leaked.Tim Kientzle2008-08-281-13/+14
| | | | Notes: svn path=/stable/6/; revision=182350
* Apart from using the old libarchive API, this is now identical to bsdtar 2.5.5.Tim Kientzle2008-08-281-1/+1
| | | | Notes: svn path=/stable/6/; revision=182345
* MFC r179988: Include the name of the truncated file in the error message.Tim Kientzle2008-08-281-4/+6
| | | | Notes: svn path=/stable/6/; revision=182343
* MFC r179796: portability; use standard case syntaxTim Kientzle2008-08-281-1/+9
| | | | Notes: svn path=/stable/6/; revision=182342
* MFC r179795: Sundry test harness cleanup.Tim Kientzle2008-08-282-19/+21
| | | | Notes: svn path=/stable/6/; revision=182341
* MFC r179678: style fix: one-bit fields should be unsigned.Tim Kientzle2008-08-281-1/+1
| | | | Notes: svn path=/stable/6/; revision=182340
* MFC r179677: Don't access a pointer after freeing it.Tim Kientzle2008-08-281-2/+4
| | | | Notes: svn path=/stable/6/; revision=182339
* MFC r179350: Minor portability fixTim Kientzle2008-08-281-0/+4
| | | | Notes: svn path=/stable/6/; revision=182338
* MFC r179322: Many features from bsdtar 2.5.4bTim Kientzle2008-08-2814-315/+680
| | | | | | | | | | | | --numeric-owner -S (sparsify files on extraction) -s (regex filename substitutions) Uses libarchive 'linkify' support to get correct hardlink handling for cpio formats Number of test enhancements. Notes: svn path=/stable/6/; revision=182337
* MFC r179213: Minor structure renaming for portability.Tim Kientzle2008-08-282-3/+3
| | | | Notes: svn path=/stable/6/; revision=182336
* MFC r179083: SIGINFO/SIGUSR1 now reports detailed progress information.Tim Kientzle2008-08-285-1/+205
| | | | Notes: svn path=/stable/6/; revision=182334
* MFC r179072: --keep-newer-filesTim Kientzle2008-08-282-0/+9
| | | | Notes: svn path=/stable/6/; revision=182333
* MFC r178716: First bug fixed because of test harness: --version shouldTim Kientzle2008-08-281-1/+1
| | | | | | | exit with success. Notes: svn path=/stable/6/; revision=182332
* MFC r178715: New bsdtar test harness, modeled after bsdcpio and libarchiveTim Kientzle2008-08-2811-0/+2203
| | | | | | | test harnesses. Notes: svn path=/stable/6/; revision=182331
* MFC r177204,r177205,r177207: Support writing 'compress' format nowTim Kientzle2008-08-273-5/+15
| | | | | | | that libarchive supports it. Notes: svn path=/stable/6/; revision=182249
* MFC r175048: Use archive_entry_strmode() instead of the local bsdtar_strmode()Tim Kientzle2008-08-273-53/+3
| | | | Notes: svn path=/stable/6/; revision=182248
* MFC r181269: Mark that __bsdtar_errc() never returns, to aidTim Kientzle2008-08-271-1/+1
| | | | | | | static code checkers. Notes: svn path=/stable/6/; revision=182247
* MFC: Build a /usr/bin/ldd32 binary on amd64 and use it for 32-bit objectsJohn Baldwin2008-08-263-40/+67
| | | | | | | passed to ldd. This enables tracing of 32-bit shared libraries. Notes: svn path=/stable/6/; revision=182200
* Point merge of a fix for --strip-components. I'm going toTim Kientzle2008-08-151-0/+4
| | | | | | | | | wait a little longer before I merge the rest of r179322. PR: bin/121158 Notes: svn path=/stable/6/; revision=181749
* MFC of r181352Edwin Groothuis2008-08-141-102/+193
| | | | | | | | | | | | | | | | | | Update the units library file. - Merge changes from NetBSD and OpenBSD. - Add the Euro as a primitive unit, add old converted currency and pegged currency (Obtained from Wikipedia) - Rename "dollar" to "usdollar" as primitive unit, remove non-pegged currency and add pegged currency (Obtained from Wikipedia) - Updated the accuracy of a lot of constants (Obtained from Wikipedia) PR: bin/106545 bin/88252 Submitted by: trasz<trasz@pin.if.uz.zgora.pl>, J Vinopal <banshee@abattoir.com > Notes: svn path=/stable/6/; revision=181710
* Fix the merge of r175051, which inadvertently broke the output of tar --version.Tim Kientzle2008-08-131-1/+1
| | | | Notes: svn path=/stable/6/; revision=181689
* MFC r180274: Minor fix for Linux buildTim Kientzle2008-08-131-3/+0
| | | | Notes: svn path=/stable/6/; revision=181681
* MFC r180273: Use %H:%M in strftime() instead of non-portable %RTim Kientzle2008-08-131-1/+1
| | | | Notes: svn path=/stable/6/; revision=181680
* MFC r179131: avoid calling malloc(0) in a rather unusual situationTim Kientzle2008-08-131-2/+2
| | | | Notes: svn path=/stable/6/; revision=181679