| Commit message (Expand) | Author | Age | Files | Lines |
* | Better way to find out available file system types is to use lsvfs(1). | pjd | 2010-03-16 | 1 | -6/+4 |
* | Update to upstream version 2.3 | fanf | 2010-03-12 | 3 | -41/+91 |
* | Now fix functionality of 'netstat -f netgraph' that hasn't worked | glebius | 2010-03-12 | 1 | -3/+3 |
* | Fix several typos in macros or macro misusage. | uqs | 2010-03-12 | 1 | -1/+1 |
* | - With the introduction of -A, -B and -3, not all combinations of | edwin | 2010-03-12 | 2 | -86/+188 |
* | The number after the command is *not* optional. | joerg | 2010-03-11 | 1 | -1/+1 |
* | Improve the change made in the previous commit. | ed | 2010-03-11 | 1 | -2/+1 |
* | Make script(1) a little less broken. | ed | 2010-03-11 | 1 | -0/+2 |
* | Fix copyright spelling. | imp | 2010-03-10 | 14 | -15/+15 |
* | Add SIZE_MAX overflow check | ache | 2010-03-09 | 1 | -0/+2 |
* | Add SIZE_MAX overflow check | ache | 2010-03-09 | 1 | -0/+2 |
* | - 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 |