summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Display the sum of the runtime of all the threads in a process when it'ssepotvin2008-09-121-0/+1
* Don't destroy the archive until after you finish pulling usefulkientzle2008-09-041-1/+1
* Add support for RLIMIT_NPTS to limits(1).ed2008-09-022-54/+68
* Add gprof MIPS MD header and enable building gprof.obrien2008-09-022-2/+46
* Use RUSAGE_SELF for the current process instead of hardcoded valuekevlo2008-09-021-1/+1
* Truss and gprof doesn't build for MIPS.obrien2008-09-011-1/+3
* Correct a silly typo I introduced: withing -> within.yar2008-09-011-1/+1
* Minimize changes CURRENT<->releng7.obrien2008-09-014-9/+8
* pkill(1) first appeared in /usr/bin, but later it was moved to /binyar2008-08-314-1064/+0
* Add ECN stats.rpaulo2008-08-261-0/+5
* MfP4: Verify correct interaction with umask: Add anotherkientzle2008-08-251-6/+27
* Explicitly tell that one needs to start a context address with ayar2008-08-241-4/+11
* Update the total archive byte counters when writing entries to disk usingkientzle2008-08-247-13/+19
* straighten out the "clean" targetkientzle2008-08-241-6/+2
* cpio -v emits a line for every item copied.kientzle2008-08-241-1/+1
* Update the passthrough_dotdot test to reproduce akientzle2008-08-241-0/+2
* Test for proper handling of "cpio -p .."kientzle2008-08-242-0/+88
* Test for a bug reported by Bernd Walter: In passthrough mode,kientzle2008-08-243-3/+107
* Comment a couple of places where bsdcpio and gcpio 2.9 disagree.kientzle2008-08-223-2/+10
* The newc-format verification is now a little smarter aboutkientzle2008-08-221-9/+24
* Minor cleanup of the -q test: Assert that stdout/stderr are empty for eachkientzle2008-08-221-3/+9
* Don't clean before running tests.kientzle2008-08-221-1/+1
* Explain how the test_option_q test works.kientzle2008-08-221-0/+15
* Test for -q (aka --fast-read).kientzle2008-08-223-1/+106
* The results for test 2 here are short enough to just be included inline.kientzle2008-08-212-8/+3
* Use the SCHEME_ knobs rather than knowing what they expand to.obrien2008-08-211-2/+2
* Lockf was exiting with status 1 if the command did not exit normally.dwmalone2008-08-212-1/+6
* Add some more tests to verify that "./foo" matches "foo" but "/foo" does not.kientzle2008-08-214-1/+76
* Always display the unedited pathname in -t output.kientzle2008-08-214-21/+12
* cpio should restore file flags and ACLs when they're availablekientzle2008-08-201-0/+2
* w(1) uses strftime %b with to print the abbreviated month nameache2008-08-201-1/+2
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-203-1/+60
* Better comment the pattern tests; adjust the filenames for thekientzle2008-08-204-12/+22
* Use kvm_getcptime(3) to fetch the global CPU time stats from a crashdumpjhb2008-08-191-15/+14
* Fix SVN r181821 by not using FNM_LEADING_DIR wherekientzle2008-08-181-1/+1
* Strip leading "./" or ".//" from patterns and filenameskientzle2008-08-181-3/+39
* Don't strip a leading '/' from a pattern to be matched.kientzle2008-08-171-2/+0
* Add limited support for units that are related by affine ratherdwmalone2008-08-162-22/+63
* Test updates: Handling of patterns on command line, error messages.kientzle2008-08-156-1/+40
* When generating thread-safe server code, handle procedures with void returndfr2008-08-121-0/+3
* Delete unused files in the window(1) directory that contain a colon.ed2008-08-094-38/+0
* Use arc4random_uniform(3)ache2008-08-071-1/+1
* - acificfrancexchange -> pacificfrancexchangeedwin2008-08-071-1/+3
* Update the units library file.edwin2008-08-071-104/+195
* Move functions which are only locally used into their C files andedwin2008-08-053-23/+23
* style(9)ify usr.bin/calendaredwin2008-08-056-290/+324
* Mark functions as __dead2 in order to help the LLVM static checkercperciva2008-08-041-2/+2
* Don't close file descriptor number <whatever random garbage was on thecperciva2008-08-041-0/+1
* Setting a variable to the same value twice doesn't actually make itcperciva2008-08-042-3/+0
* Mark functions as __dead2 in order to help the LLVM static checkercperciva2008-08-044-27/+28
OpenPOWER on IntegriCloud