aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* - acificfrancexchange -> pacificfrancexchangeEdwin Groothuis2008-08-071-1/+3
* Update the units library file.Edwin Groothuis2008-08-071-104/+195
* Move functions which are only locally used into their C files andEdwin Groothuis2008-08-053-23/+23
* style(9)ify usr.bin/calendarEdwin Groothuis2008-08-056-290/+324
* Mark functions as __dead2 in order to help the LLVM static checkerColin Percival2008-08-041-2/+2
* Don't close file descriptor number <whatever random garbage was on theColin Percival2008-08-041-0/+1
* Setting a variable to the same value twice doesn't actually make itColin Percival2008-08-042-3/+0
* Mark functions as __dead2 in order to help the LLVM static checkerColin Percival2008-08-044-27/+28
* Make quota(1) to compile with WARNS=6:Xin LI2008-08-041-5/+2
* ctime() expects a time_t, but qup->dqblk.dqb_btime is an int32_t, so forOlivier Houchard2008-08-031-6/+9
* calendar.holiday: Buinea-bissau should be Guinea-BissauEdwin Groothuis2008-08-031-1/+1
* A few style and whitespace fixes.John Baldwin2008-08-021-11/+9
* POSIX says that octal escapes have the format \ddd in the format string,David Schultz2008-08-021-1/+2
* Tweak the support for using ldd on 32-bit objects a bit further.John Baldwin2008-08-013-39/+68
* Try to make this code slightly less painful to read.Dag-Erling Smørgrav2008-07-312-690/+673
* Add POSIX -p flag to make(1).Ed Schouten2008-07-302-4/+19
* MfP4: Preserve permissions by default.Tim Kientzle2008-07-301-0/+1