aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Explain how the test_option_q test works.Tim Kientzle2008-08-221-0/+15
* Test for -q (aka --fast-read).Tim Kientzle2008-08-223-1/+106
* The results for test 2 here are short enough to just be included inline.Tim Kientzle2008-08-212-8/+3
* Use the SCHEME_ knobs rather than knowing what they expand to.David E. O'Brien2008-08-211-2/+2
* Lockf was exiting with status 1 if the command did not exit normally.David Malone2008-08-212-1/+6
* Add some more tests to verify that "./foo" matches "foo" but "/foo" does not.Tim Kientzle2008-08-214-1/+76
* Always display the unedited pathname in -t output.Tim Kientzle2008-08-214-21/+12
* cpio should restore file flags and ACLs when they're availableTim Kientzle2008-08-201-0/+2
* w(1) uses strftime %b with to print the abbreviated month nameAndrey A. Chernov2008-08-201-1/+2
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-203-1/+60
* Better comment the pattern tests; adjust the filenames for theTim Kientzle2008-08-204-12/+22
* Use kvm_getcptime(3) to fetch the global CPU time stats from a crashdumpJohn Baldwin2008-08-191-15/+14
* Fix SVN r181821 by not using FNM_LEADING_DIR whereTim Kientzle2008-08-181-1/+1
* Strip leading "./" or ".//" from patterns and filenamesTim Kientzle2008-08-181-3/+39
* Don't strip a leading '/' from a pattern to be matched.Tim Kientzle2008-08-171-2/+0
* Add limited support for units that are related by affine ratherDavid Malone2008-08-162-22/+63
* Test updates: Handling of patterns on command line, error messages.Tim Kientzle2008-08-156-1/+40
* When generating thread-safe server code, handle procedures with void returnDoug Rabson2008-08-121-0/+3
* Delete unused files in the window(1) directory that contain a colon.Ed Schouten2008-08-094-38/+0
* Use arc4random_uniform(3)Andrey A. Chernov2008-08-071-1/+1