| Commit message (Expand) | Author | Age | Files | Lines |
* | Synthesize the change from NetBSD's 1.33: | dougb | 2011-02-11 | 1 | -1/+5 |
* | Always convert Paskha day from Julian (old) to Gregorian (new) style by | osa | 2011-02-09 | 1 | -2/+2 |
* | Fix Paskha and Paskha-specific holidays. | osa | 2011-02-09 | 1 | -0/+1 |
* | Update manpage to remove CRT reference. | gjb | 2011-02-07 | 1 | -2/+2 |
* | - Use LINE_MAX from limits.h as the maximum line length instead of | jh | 2011-02-07 | 1 | -6/+12 |
* | Handle EOF when skipping lines. | jh | 2011-02-07 | 1 | -1/+4 |
* | Make sys_signame upper case. | jilles | 2011-02-04 | 2 | -2/+2 |
* | Fix typo in example getopt(1) script: $i vs $1 [1] | uqs | 2011-01-26 | 1 | -17/+17 |
* | Add -H flag to print thread id. | dchagin | 2011-01-26 | 2 | -3/+15 |
* | Remove dead code. | jhb | 2011-01-25 | 1 | -1/+0 |
* | Use test(1) operators and test for the catpage not being older than the | uqs | 2011-01-25 | 1 | -2/+2 |
* | While printing out the WSID and CPU ID only the first time it appears for | rwatson | 2011-01-24 | 1 | -8/+2 |
* | Fix off-by-one whitespace error in netstat -Q workstream listing. | rwatson | 2011-01-24 | 1 | -4/+4 |
* | Touch up the sample memory usage numbers a bit, to avoid wrapping | keramida | 2011-01-23 | 1 | -3/+6 |
* | Update to upstrea version 2.5.6. | fanf | 2011-01-21 | 1 | -16/+25 |
* | - Hide the internal scope address representation of the KAME IPv6 | ume | 2011-01-20 | 3 | -22/+36 |
* | Update to upstream version 2.3 | fanf | 2011-01-18 | 1 | -15/+10 |
* | Add two more features to cpuset(1): | jhb | 2011-01-14 | 2 | -5/+43 |
* | sed: Try hard links to make -i target available continually. | jilles | 2011-01-08 | 1 | -4/+21 |
* | Retire TARGET_ABI. | imp | 2011-01-07 | 1 | -1/+1 |
* | Fix typo: March -> September. | osa | 2011-01-05 | 1 | -1/+1 |
* | Add myself. | jpaetzel | 2011-01-02 | 1 | -0/+1 |
* | printf: Do not use sh memory functions in sh builtin. | jilles | 2010-12-29 | 1 | -13/+0 |
* | Start sentences on a new line to ease life for translators. Tweak the | jhb | 2010-12-28 | 1 | -7/+8 |
* | Revert most of r210764, now that mdocml does the right | uqs | 2010-12-28 | 3 | -6/+6 |
* | Fix style bug introduced in r216696. | ed | 2010-12-27 | 1 | -1/+2 |
* | Document the syntax accepted by the `-M` option. | kaiw | 2010-12-26 | 1 | -0/+129 |
* | Improve the description of the `-q` option. | kaiw | 2010-12-26 | 1 | -13/+5 |
* | * Add mention of the `-f`, `-q`, `-S`, and `-V` options in the synopsis | kaiw | 2010-12-26 | 1 | -31/+75 |
* | o Fix -u flag description: it takes a username as an argument. | maxim | 2010-12-25 | 1 | -1/+1 |
* | Fix typo (Pashka -> Paskha). | osa | 2010-12-25 | 3 | -3/+3 |
* | Slightly improve output of lock(1). | ed | 2010-12-25 | 1 | -1/+8 |
* | sh: Make warnings in the printf builtin non-fatal, like in the program. | jilles | 2010-12-20 | 1 | -17/+13 |
* | Add __unused | charnier | 2010-12-20 | 1 | -1/+1 |
* | Add __unused. Ansi prototypes. | charnier | 2010-12-19 | 20 | -470/+204 |
* | Add __unused. Ansi prototypes. | charnier | 2010-12-19 | 1 | -33/+18 |
* | - Signal that data should not be modified. | lulf | 2010-12-18 | 2 | -2/+4 |
* | Bring in the relevant changes from NetBSD's 1.31: | dougb | 2010-12-18 | 1 | -3/+3 |
* | Revert r216423 per request from Jilles. | delphij | 2010-12-14 | 1 | -10/+10 |
* | When printf is being used as a sh(1) builtin, it can not call | delphij | 2010-12-14 | 1 | -3/+1 |
* | Move sysctl invocation to using a variable that's fully pathed. | gordon | 2010-12-14 | 1 | -2/+3 |
* | We work on ctype's and not only on numbers so set LC_ALL instead of | delphij | 2010-12-14 | 1 | -1/+1 |
* | IEEE Std 1003.1-2008, Section 1.4, Utility Description Defaults says | delphij | 2010-12-14 | 1 | -10/+10 |
* | Make use of EX_USAGE for usage(). | delphij | 2010-12-14 | 1 | -2/+4 |
* | The only caller of mknum() provides a char instead of an int, so make it | delphij | 2010-12-13 | 1 | -2/+2 |
* | Move locale.h include to the beginning header section as pointed out by | delphij | 2010-12-13 | 1 | -3/+2 |
* | FreeBSD committer Dan Moschuk has passed away. Here is his death notice: | imp | 2010-12-13 | 1 | -1/+1 |
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | joel | 2010-12-11 | 422 | -1688/+38 |
* | Bring in the change from OpenBSD's 1.14: | dougb | 2010-12-09 | 1 | -2/+4 |
* | printf: Remove support for building as a csh builtin. | jilles | 2010-12-08 | 1 | -8/+2 |