aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Fix the code to conform to the "or more" part of the following POSIXDiomidis Spinellis2008-11-111-1/+1
* Include more detailed explanation of this case, since it's prettyTim Kientzle2008-11-101-5/+34
* Test --strip-components and fix it to actually work. Jaakko did aTim Kientzle2008-11-103-16/+116
* Add workaround for a back reference when no correspondingHiroki Sato2008-11-091-0/+8
* New command-line parser for bsdtar.Tim Kientzle2008-11-086-356/+455
* Restore (intmax_t) casts I lost during the last change & unbreak the build.Max Laier2008-11-061-4/+6
* Add two new options to du(1):Max Laier2008-11-062-35/+85
* Merge latest DTrace changes from Perforce.Craig Rodrigues2008-11-051-0/+1
* When comparing, cast to the larger size, off_t in this case.Tim Kientzle2008-11-051-1/+1
* Fix compile warnings building on amd64. This is modified slightlyTim Kientzle2008-11-051-4/+5
* Declare functions and variables static and save a few byte. This is aMax Laier2008-11-041-9/+9
* style(9): mostly avoiding line wrap by not indenting cases. No obj change.Max Laier2008-11-041-114/+121
* Fix comment typo that managed to sneak in when I copy pasted someGiorgos Keramidas2008-11-041-1/+1
* Repeat vmstat header after window.rows instead of a hardcoded 20.Giorgos Keramidas2008-11-041-9/+69
* Use strlcpy() when we mean it.Xin LI2008-10-172-6/+3
* Free old arrays if we increase them.Poul-Henning Kamp2008-10-161-0/+1
* Make ministat(1) vastly faster on huge datasets.Poul-Henning Kamp2008-10-162-51/+36
* ANSIfy, plus constify interfaces where possible.Xin LI2008-10-134-115/+50
* Use strlcpy() instead of strncpy() when we want the string to beXin LI2008-10-131-3/+2
* Make the CPU column in top always be 2 characters and print in decimalJohn Baldwin2008-10-011-3/+3
* Since in some cases (when found obsolete) 'make' can be builded earlierAndrey A. Chernov2008-09-291-1/+6
* Support for CPU sets is going to appear in 7.1 before 8.0.John Baldwin2008-09-291-1/+1
* Add back ar(1) which was accidentally decoupled in r183242.Marius Strobl2008-09-241-0/+1
* add new build knobs and jigger some existing controls to improveSam Leffler2008-09-214-32/+95
* Fix build.Kai Wang2008-09-211-0/+2
* Add support for option "-M", which is used to operate ar(1) in aKai Wang2008-09-206-47/+864
* Clean up flags support just a tad: FreeBSD support depends onTim Kientzle2008-09-142-28/+30
* Test handling of restores relative to symlinks.Tim Kientzle2008-09-142-0/+173
* Display the sum of the runtime of all the threads in a process when it'sStephane E. Potvin2008-09-121-0/+1
* Don't destroy the archive until after you finish pulling usefulTim Kientzle2008-09-041-1/+1
* Add support for RLIMIT_NPTS to limits(1).Ed Schouten2008-09-022-54/+68
* Add gprof MIPS MD header and enable building gprof.David E. O'Brien2008-09-022-2/+46
* Use RUSAGE_SELF for the current process instead of hardcoded valueKevin Lo2008-09-021-1/+1
* Truss and gprof doesn't build for MIPS.David E. O'Brien2008-09-011-1/+3
* Correct a silly typo I introduced: withing -> within.Yaroslav Tykhiy2008-09-011-1/+1
* Minimize changes CURRENT<->releng7.David E. O'Brien2008-09-014-9/+8
* pkill(1) first appeared in /usr/bin, but later it was moved to /binYaroslav Tykhiy2008-08-314-1064/+0
* Add ECN stats.Rui Paulo2008-08-261-0/+5
* MfP4: Verify correct interaction with umask: Add anotherTim Kientzle2008-08-251-6/+27
* Explicitly tell that one needs to start a context address with aYaroslav Tykhiy2008-08-241-4/+11
* Update the total archive byte counters when writing entries to disk usingTim Kientzle2008-08-247-13/+19
* straighten out the "clean" targetTim Kientzle2008-08-241-6/+2
* cpio -v emits a line for every item copied.Tim Kientzle2008-08-241-1/+1
* Update the passthrough_dotdot test to reproduce aTim Kientzle2008-08-241-0/+2
* Test for proper handling of "cpio -p .."Tim Kientzle2008-08-242-0/+88
* Test for a bug reported by Bernd Walter: In passthrough mode,Tim Kientzle2008-08-243-3/+107
* Comment a couple of places where bsdcpio and gcpio 2.9 disagree.Tim Kientzle2008-08-223-2/+10
* The newc-format verification is now a little smarter aboutTim Kientzle2008-08-221-9/+24
* Minor cleanup of the -q test: Assert that stdout/stderr are empty for eachTim Kientzle2008-08-221-3/+9
* Don't clean before running tests.Tim Kientzle2008-08-221-1/+1