aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-215-5/+5
* Upgrade our copy of llvm/clang to r126079, from upstream's trunk.Dimitry Andric2011-02-202-8/+12
* Replace hard-coded value by Julian2Gregorian converter function.Sergey A. Osokin2011-02-182-1/+11
* Fix the beginning day of the Great Lent, it starts on Monday for 7 weeks befo...Sergey A. Osokin2011-02-171-2/+6
* Properly check for errors from waitpid().John Baldwin2011-02-151-4/+4
* Synthesize the change from NetBSD's 1.33:Doug Barton2011-02-111-1/+5
* Always convert Paskha day from Julian (old) to Gregorian (new) style bySergey A. Osokin2011-02-091-2/+2
* Fix Paskha and Paskha-specific holidays.Sergey A. Osokin2011-02-091-0/+1
* Update manpage to remove CRT reference.Glen Barber2011-02-071-2/+2
* - Use LINE_MAX from limits.h as the maximum line length instead ofJaakko Heinonen2011-02-071-6/+12
* Handle EOF when skipping lines.Jaakko Heinonen2011-02-071-1/+4
* Make sys_signame upper case.Jilles Tjoelker2011-02-042-2/+2
* Fix typo in example getopt(1) script: $i vs $1 [1]Ulrich Spörlein2011-01-261-17/+17
* Add -H flag to print thread id.Dmitry Chagin2011-01-262-3/+15
* Remove dead code.John Baldwin2011-01-251-1/+0
* Use test(1) operators and test for the catpage not being older than theUlrich Spörlein2011-01-251-2/+2
* While printing out the WSID and CPU ID only the first time it appears forRobert Watson2011-01-241-8/+2
* Fix off-by-one whitespace error in netstat -Q workstream listing.Robert Watson2011-01-241-4/+4
* Touch up the sample memory usage numbers a bit, to avoid wrappingGiorgos Keramidas2011-01-231-3/+6
* Update to upstrea version 2.5.6.Tony Finch2011-01-211-16/+25
* - Hide the internal scope address representation of the KAME IPv6Hajimu UMEMOTO2011-01-203-21/+35
* Update to upstream version 2.3Tony Finch2011-01-181-15/+10
* Add two more features to cpuset(1):John Baldwin2011-01-142-5/+43
* sed: Try hard links to make -i target available continually.Jilles Tjoelker2011-01-081-4/+21
* Retire TARGET_ABI.Warner Losh2011-01-071-1/+1
* Fix typo: March -> September.Sergey A. Osokin2011-01-051-1/+1
* Add myself.Josh Paetzel2011-01-021-0/+1
* printf: Do not use sh memory functions in sh builtin.Jilles Tjoelker2010-12-291-13/+0
* Start sentences on a new line to ease life for translators. Tweak theJohn Baldwin2010-12-281-7/+8
* Revert most of r210764, now that mdocml does the rightUlrich Spörlein2010-12-283-6/+6
* Fix style bug introduced in r216696.Ed Schouten2010-12-271-1/+2
* Document the syntax accepted by the `-M` option.Kai Wang2010-12-261-0/+129
* Improve the description of the `-q` option.Kai Wang2010-12-261-13/+5
* * Add mention of the `-f`, `-q`, `-S`, and `-V` options in the synopsisKai Wang2010-12-261-31/+75
* o Fix -u flag description: it takes a username as an argument.Maxim Konovalov2010-12-251-1/+1
* Fix typo (Pashka -> Paskha).Sergey A. Osokin2010-12-253-3/+3
* Slightly improve output of lock(1).Ed Schouten2010-12-251-1/+8
* sh: Make warnings in the printf builtin non-fatal, like in the program.Jilles Tjoelker2010-12-201-17/+13
* Add __unusedPhilippe Charnier2010-12-201-1/+1
* Add __unused. Ansi prototypes.Philippe Charnier2010-12-1920-470/+204
* Add __unused. Ansi prototypes.Philippe Charnier2010-12-191-33/+18
* - Signal that data should not be modified.Ulf Lilleengen2010-12-182-2/+4
* Bring in the relevant changes from NetBSD's 1.31:Doug Barton2010-12-181-3/+3
* Revert r216423 per request from Jilles.Xin LI2010-12-141-10/+10
* When printf is being used as a sh(1) builtin, it can not callXin LI2010-12-141-3/+1
* Move sysctl invocation to using a variable that's fully pathed.Gordon Tetlow2010-12-141-2/+3
* We work on ctype's and not only on numbers so set LC_ALL instead ofXin LI2010-12-141-1/+1
* IEEE Std 1003.1-2008, Section 1.4, Utility Description Defaults saysXin LI2010-12-141-10/+10
* Make use of EX_USAGE for usage().Xin LI2010-12-141-2/+4
* The only caller of mknum() provides a char instead of an int, so make itXin LI2010-12-131-2/+2