aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Don't write the terminating NUL past end of buffer.Jaakko Heinonen2010-12-061-1/+1
* Bring in the change from NetBSD 1.28:Doug Barton2010-12-051-3/+3
* Bring in the following changes from NetBSD:Doug Barton2010-12-051-13/+42
* Bring in the change from NetBSD 1.20:Doug Barton2010-12-051-2/+2
* Bring in the changes from NetBSD 1.16 that we did not already have.Doug Barton2010-12-051-2/+2
* Bring in the changes from NetBSD 1.13 that we did not already have, withDoug Barton2010-12-051-4/+9
* Bring in the change from NetBSD 1.12:Doug Barton2010-12-051-0/+7
* Bring in the following changes from NetBSD. See the discussion at:Doug Barton2010-12-051-7/+10
* Fix an "unused variable" error that gets us all the way to WARNS=6Doug Barton2010-12-052-4/+3
* Bring in the update from NetBSD 1.28:Doug Barton2010-12-051-25/+26
* Bring in the update from NetBSD 1.19, the documentation of readlink -fDoug Barton2010-12-051-4/+17
* Bring in a new feature, adding a -f option to readlink to print the pathDoug Barton2010-12-051-3/+29
* Bring in the change from NetBSD 1.22:Doug Barton2010-12-051-3/+3
* Add my own documentation for the change in our r216196, aka NetBSD's 1.18Doug Barton2010-12-051-0/+4
* Bring in the change from NetBSD 1.18:Doug Barton2010-12-051-3/+13
* Move most of the remaining USD/PSD/SMM papers into share/docUlrich Spörlein2010-12-0428-10045/+0
* Add ability to decompress different format manual pages.Gordon Tetlow2010-12-031-25/+79
* Decode IPC_CREAT and IPC_EXCL for semget(2).Xin LI2010-12-021-0/+2
* Don't error out while searching for empty directories.Kevin Lo2010-12-021-1/+1
* Add option -D for ranlib(1). When -D is speicified, ranlib(1) will generateKai Wang2010-11-282-1/+5
* Fix typo.Rebecca Cran2010-11-271-1/+1
* Pet make checkdpadd.Ulrich Spörlein2010-11-251-0/+1
* Properly use SCHAR_MAX instead of CHAR_MAX for 0x7f. This fixes operationNathan Whitehorn2010-11-231-4/+4
* Restore the (state) and \n printout when not using -T.George V. Neville-Neil2010-11-221-2/+3
* hdr.elf.e_ident[EI_OSABI] is not a bitmask so '==' should been used.Rebecca Cran2010-11-221-2/+2
* Fix some more warnings found by clang.Rebecca Cran2010-11-222-0/+2
* Add the ability for GDB to printout the thread name along with otherAttilio Rao2010-11-221-0/+11
* Don't generate input() since it's not used.Rebecca Cran2010-11-221-1/+1
* Various syntactic tweaks to satisfy style(9). No change to execution.Stephen McKay2010-11-211-14/+14
* xargs can be fooled by exiting children that it did not start, causingStephen McKay2010-11-211-5/+118
* Remove unused variableKevin Lo2010-11-201-1/+1
* sh: Add printf builtin.Jilles Tjoelker2010-11-192-7/+34
* Fix fd leakKevin Lo2010-11-191-0/+1
* Close file and directory descriptorsKevin Lo2010-11-191-0/+3
* When netstat was run with -i/-I and -w1 to produce running counters, the idropRyan Stone2010-11-181-0/+1
* Add new, per connection, statistics for TCP, including:George V. Neville-Neil2010-11-174-18/+39
* Memory stats are reported in bytes, not pages.Rebecca Cran2010-11-131-10/+10
* Set FD_CLOEXEC for the output file only when the file has been specifiedJaakko Heinonen2010-11-131-6/+7
* Add my birthday to the calendar so everyone can send me presents.Zack Kirsch2010-11-101-0/+1
* Unbreak the test target by re-generating the initial scannerUlrich Spörlein2010-11-092-183/+207
* Fix typos.Rebecca Cran2010-11-091-3/+3
* Fix the build on 64-bit hosts. WARNS=6 fails on them.David E. O'Brien2010-11-091-2/+2
* Back out r214961 for skeleton.c -- it broke the groff build.David E. O'Brien2010-11-081-4/+4
* Add/expand country/state.Ruslan Ermilov2010-11-081-7/+7
* A traditional (once per three years) sort by month/day/year/login.Ruslan Ermilov2010-11-081-19/+19
* Add '-y' for bison compatibility.David E. O'Brien2010-11-072-2/+10
* Inherit WARNS from parent directory.David E. O'Brien2010-11-071-2/+0
* Directly use memory allocation functions and remove needless casts inDavid E. O'Brien2010-11-0711-140/+136
* Change to ANSI-C function definitions.David E. O'Brien2010-11-0713-282/+182
* Retire objformat(1), take two.Ulrich Spörlein2010-11-072-33/+0