summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Bring in the relevant changes from NetBSD's 1.31:dougb2010-12-181-3/+3
* Revert r216423 per request from Jilles.delphij2010-12-141-10/+10
* When printf is being used as a sh(1) builtin, it can not calldelphij2010-12-141-3/+1
* Move sysctl invocation to using a variable that's fully pathed.gordon2010-12-141-2/+3
* We work on ctype's and not only on numbers so set LC_ALL instead ofdelphij2010-12-141-1/+1
* IEEE Std 1003.1-2008, Section 1.4, Utility Description Defaults saysdelphij2010-12-141-10/+10
* Make use of EX_USAGE for usage().delphij2010-12-141-2/+4
* The only caller of mknum() provides a char instead of an int, so make itdelphij2010-12-131-2/+2
* Move locale.h include to the beginning header section as pointed out bydelphij2010-12-131-3/+2
* FreeBSD committer Dan Moschuk has passed away. Here is his death notice:imp2010-12-131-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-11422-1688/+38
* Bring in the change from OpenBSD's 1.14:dougb2010-12-091-2/+4
* printf: Remove support for building as a csh builtin.jilles2010-12-081-8/+2
* Add myself to calendar.freebsd and committers-ports.dotflo2010-12-071-0/+1
* Don't write the terminating NUL past end of buffer.jh2010-12-061-1/+1
* Bring in the change from NetBSD 1.28:dougb2010-12-051-3/+3
* Bring in the following changes from NetBSD:dougb2010-12-051-13/+42
* Bring in the change from NetBSD 1.20:dougb2010-12-051-2/+2
* Bring in the changes from NetBSD 1.16 that we did not already have.dougb2010-12-051-2/+2
* Bring in the changes from NetBSD 1.13 that we did not already have, withdougb2010-12-051-4/+9
* Bring in the change from NetBSD 1.12:dougb2010-12-051-0/+7
* Bring in the following changes from NetBSD. See the discussion at:dougb2010-12-051-7/+10
* Fix an "unused variable" error that gets us all the way to WARNS=6dougb2010-12-052-4/+3
* Bring in the update from NetBSD 1.28:dougb2010-12-051-25/+26
* Bring in the update from NetBSD 1.19, the documentation of readlink -fdougb2010-12-051-4/+17
* Bring in a new feature, adding a -f option to readlink to print the pathdougb2010-12-051-3/+29
* Bring in the change from NetBSD 1.22:dougb2010-12-051-3/+3
* Add my own documentation for the change in our r216196, aka NetBSD's 1.18dougb2010-12-051-0/+4
* Bring in the change from NetBSD 1.18:dougb2010-12-051-3/+13
* Move most of the remaining USD/PSD/SMM papers into share/docuqs2010-12-0428-10045/+0
* Add ability to decompress different format manual pages.gordon2010-12-031-25/+79
* Decode IPC_CREAT and IPC_EXCL for semget(2).delphij2010-12-021-0/+2
* Don't error out while searching for empty directories.kevlo2010-12-021-1/+1
* Add option -D for ranlib(1). When -D is speicified, ranlib(1) will generatekaiw2010-11-282-1/+5
* Fix typo.brucec2010-11-271-1/+1
* Pet make checkdpadd.uqs2010-11-251-0/+1
* Properly use SCHAR_MAX instead of CHAR_MAX for 0x7f. This fixes operationnwhitehorn2010-11-231-4/+4
* Restore the (state) and \n printout when not using -T.gnn2010-11-221-2/+3
* hdr.elf.e_ident[EI_OSABI] is not a bitmask so '==' should been used.brucec2010-11-221-2/+2
* Fix some more warnings found by clang.brucec2010-11-222-0/+2
* Add the ability for GDB to printout the thread name along with otherattilio2010-11-221-0/+11
* Don't generate input() since it's not used.brucec2010-11-221-1/+1
* Various syntactic tweaks to satisfy style(9). No change to execution.mckay2010-11-211-14/+14
* xargs can be fooled by exiting children that it did not start, causingmckay2010-11-211-5/+118
* Remove unused variablekevlo2010-11-201-1/+1
* sh: Add printf builtin.jilles2010-11-192-7/+34
* Fix fd leakkevlo2010-11-191-0/+1
* Close file and directory descriptorskevlo2010-11-191-0/+3
* When netstat was run with -i/-I and -w1 to produce running counters, the idroprstone2010-11-181-0/+1
* Add new, per connection, statistics for TCP, including:gnn2010-11-174-18/+39
OpenPOWER on IntegriCloud