| Commit message (Expand) | Author | Age | Files | Lines |
* | - Fix the highlighting for non-terminals when the last week is not | edwin | 2010-03-09 | 2 | -10/+22 |
* | Rewrite input processing to not exit with error on the first EILSEQ found | ache | 2010-03-08 | 1 | -108/+68 |
* | Add file forgotten in r204879. | kib | 2010-03-08 | 1 | -0/+139 |
* | Teach procstat(1) to display some information about signal disposition | kib | 2010-03-08 | 4 | -8/+84 |
* | 1) Reimplement (differently) unlimited line length restricted in prev. | ache | 2010-03-08 | 1 | -54/+65 |
* | Pass the correct size to memset(). | jh | 2010-03-08 | 1 | -1/+1 |
* | - document the -3, -A and -B properly in Synopsis. | edwin | 2010-03-07 | 2 | -59/+106 |
* | Remove vestiges of old %-format which prevents build on amd64 | ache | 2010-03-06 | 1 | -2/+2 |
* | 1) Rewrite input processing to not exit with error on the first EILSEQ found | ache | 2010-03-06 | 1 | -106/+68 |
* | - Use errx(3) instead of err(3) when checking if snprintf(3) succeeded. | jh | 2010-03-05 | 2 | -35/+34 |
* | Let the afterinstall target ignore failures from running chflags. This | scottl | 2010-03-04 | 1 | -1/+1 |
* | Remove no-op of WARNS?= | edwin | 2010-03-04 | 1 | -1/+0 |
* | - Implement -3 option (show previous, this and next month) option. | edwin | 2010-03-04 | 3 | -206/+266 |
* | - Fix spelling. | lulf | 2010-03-03 | 1 | -1/+1 |
* | Use expand_number(3) from libutil instead of home-grown function to parse | sobomax | 2010-03-03 | 2 | -62/+7 |
* | - Include CURDIR in case the makefile is not run from the same directory. | lulf | 2010-03-03 | 1 | -1/+1 |
* | - Remove unused include path. | lulf | 2010-03-03 | 1 | -1/+1 |
* | - Revert Makefile to revision r203368, as the svn mv from contrib/csup replaced | lulf | 2010-03-03 | 1 | -14/+32 |
* | Always assign WARNS using ?= | uqs | 2010-03-02 | 1 | -3/+3 |
* | - Unmark authentication support as a TODO item. | lulf | 2010-03-02 | 1 | -3/+2 |
* | - Move csup away from contrib/ and into usr.bin/. Software is no longer | lulf | 2010-03-02 | 63 | -33/+20847 |
* | Prefer vocabulary of 'Current' and 'Limit' to 'Value' and 'Maximum' in | rwatson | 2010-03-01 | 1 | -1/+1 |
* | Teach netstat -Q to work with -N and -M by adding libkvm versions of data | rwatson | 2010-03-01 | 3 | -26/+278 |
* | Make pr build with WARNS=6. | ed | 2010-02-26 | 2 | -2/+2 |
* | Use time(NULL) instead of gettimeofday(), because we only need tv_sec. | ed | 2010-02-26 | 1 | -8/+3 |
* | Fixed static linkage. | ru | 2010-02-26 | 2 | -4/+4 |
* | Fixed dependencies (make checkdpadd). | ru | 2010-02-25 | 4 | -6/+9 |
* | Update date on netstat(1) for -Q. | rwatson | 2010-02-22 | 1 | -1/+1 |
* | Teach netstat(1) to print out netisr statistics when given the -Q argument. | rwatson | 2010-02-22 | 5 | -4/+298 |
* | Fix common misspelling of hierarchy | uqs | 2010-02-20 | 5 | -5/+5 |
* | Treat numbers after [Ee] a positive number rather than an invalid | delphij | 2010-02-20 | 1 | -1/+2 |
* | Add a reference to newly added seq(1) command. | delphij | 2010-02-20 | 1 | -1/+2 |
* | Add seq(1), a small utility to generate sequence number. | delphij | 2010-02-19 | 4 | -0/+648 |
* | Update to upstream version 1.338 | fanf | 2010-02-19 | 2 | -27/+50 |
* | The correct value of DEL is 0x7f, not 0xff. This is purely a documentation | gavin | 2010-02-18 | 2 | -4/+4 |
* | The kdump data stream is an unaligned data stream for stat and | imp | 2010-02-18 | 1 | -3/+9 |
* | bc and dc are not BSD version, not GNU version. | imp | 2010-02-18 | 1 | -1/+1 |
* | Bump .Dd for r203977 | gavin | 2010-02-16 | 1 | -1/+1 |
* | Implement the rename query, for when a file with the same name as the one | gavin | 2010-02-16 | 2 | -28/+69 |
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 | imp | 2010-02-16 | 12 | -84/+0 |
* | The -newerXB option was being interpreted the same as the -newerXm option | gavin | 2010-02-14 | 1 | -0/+2 |
* | Make manpage's SYNOPSIS match program's usage(). | ru | 2010-02-12 | 2 | -2/+5 |
* | Remove unneeded CFLAGS. | ed | 2010-02-10 | 1 | -1/+0 |
* | Add new -o option (r203042) to manpage synopsis and usage(). | emaste | 2010-02-10 | 2 | -2/+2 |
* | Don't let find(1) depend on struct timeb. | ed | 2010-02-09 | 3 | -42/+31 |
* | As it turns out, fmt(1) is being used by the base system as well as the | delphij | 2010-02-09 | 1 | -2/+1 |
* | - pt_BR.ISO8859-1 catalog | gabor | 2010-02-09 | 2 | -1/+188 |
* | Initialize the execfile argument to NULL instead of _PATH_DEVNULL. This allow... | brucec | 2010-02-08 | 1 | -1/+2 |
* | Simplify, remove unnecessary code. | kientzle | 2010-02-07 | 1 | -30/+10 |
* | Merge a bunch of refactoring from Joerg Sonnenberger to | kientzle | 2010-02-07 | 13 | -433/+724 |