| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fsck_msdosfs: use NULL instead of zero for pointers. | pfg | 2016-04-19 | 1 | -1/+1 |
* | Mention fsck_ffs -E in tunefs(8). It's non-obvious that one should | trasz | 2016-04-19 | 1 | -2/+8 |
* | Use nitems() from sys/param.h. | araujo | 2016-04-19 | 1 | -1/+1 |
* | Use nitems() from sys/param.h. | araujo | 2016-04-19 | 1 | -1/+1 |
* | Use nitems() from sys/param.h. | araujo | 2016-04-19 | 1 | -1/+1 |
* | Use nitems() from sys/param.h. | araujo | 2016-04-19 | 1 | -16/+8 |
* | Add VHT power envelope parsing to ifconfig. | adrian | 2016-04-19 | 1 | -1/+36 |
* | Use nitems() from sys/param.h. | araujo | 2016-04-19 | 2 | -2/+2 |
* | Use nitems() from sys/param.h. | araujo | 2016-04-19 | 1 | -1/+1 |
* | Use nitems() from sys/param.h. | araujo | 2016-04-19 | 1 | -1/+1 |
* | Remove redundant parenthesis. | araujo | 2016-04-19 | 1 | -1/+1 |
* | Use nitems() from sys/param.h. | araujo | 2016-04-19 | 2 | -7/+4 |
* | Use nitems() from sys/param.h. | araujo | 2016-04-19 | 1 | -1/+1 |
* | Use nitems() instead of sizeof(name) / sizeof(*name). | araujo | 2016-04-19 | 1 | -1/+1 |
* | malloc will return NULL if it cannot allocate memory. | araujo | 2016-04-19 | 1 | -1/+1 |
* | getfsent(3) will return NULL on EOF or error. | araujo | 2016-04-19 | 1 | -1/+1 |
* | Use NULL instead of 0 for pointers. | araujo | 2016-04-19 | 1 | -1/+1 |
* | Use NULL instead of 0 for pointers. | araujo | 2016-04-19 | 1 | -4/+4 |
* | Use NULL instead of 0. | araujo | 2016-04-19 | 1 | -1/+1 |
* | Use NULL for pointers instead of 0. | araujo | 2016-04-19 | 1 | -1/+1 |
* | User NULL instead of 0 for pointers. | araujo | 2016-04-18 | 1 | -2/+2 |
* | Use NULL instead of 0 for pointers. | araujo | 2016-04-18 | 3 | -3/+3 |
* | Use NULL instead of 0 for pointers. | araujo | 2016-04-18 | 1 | -1/+1 |
* | strchr(3) will return NULL if it cannot find the character in the | araujo | 2016-04-18 | 2 | -2/+2 |
* | Use NULL instead of 0 for pointers. | araujo | 2016-04-18 | 1 | -1/+1 |
* | MFH | gjb | 2016-04-16 | 13 | -68/+226 |
|\ |
|
| * | Cleanup unnecessary semicolons from utilities we all love. | pfg | 2016-04-15 | 4 | -4/+4 |
| * | savecore(8): Explicitly cast to fix i386 warning | cem | 2016-04-15 | 1 | -3/+3 |
| * | Add 4Kn kernel dump support | cem | 2016-04-15 | 1 | -8/+25 |
| * | Add External Actions KPI to ipfw(9). | ae | 2016-04-14 | 3 | -43/+158 |
| * | Update the devd.conf man page to describe the new CAM/periph system/subsystem. | scottl | 2016-04-14 | 1 | -2/+20 |
| * | Make pfctl(8) more flexible when parsing bandwidth values. | loos | 2016-04-14 | 1 | -3/+12 |
| * | Fix output formatting of O_UNREACH6 opcode. | ae | 2016-04-14 | 3 | -5/+5 |
| * | Include -a in the nextboot(8) usage string. | markj | 2016-04-14 | 2 | -3/+2 |
* | | MFH | gjb | 2016-04-13 | 9 | -16/+16 |
|\ \
| |/ |
|
| * | fsck_ffs for pointers replace 0 with NULL. | pfg | 2016-04-12 | 9 | -16/+16 |
| * | Fix an intermittent bug in sbin/devd/client_test.stream | asomers | 2016-04-11 | 1 | -39/+27 |
* | | MFH | gjb | 2016-04-12 | 1 | -39/+27 |
* | | MFH | gjb | 2016-04-11 | 6 | -28/+103 |
|\ \
| |/ |
|
| * | Fix the problem, when gpart(8) can't write both bootcode and partcode | ae | 2016-04-11 | 1 | -8/+12 |
| * | nextboot(8): add a -a option for appending to a configuration. | markj | 2016-04-10 | 2 | -5/+30 |
| * | Create the GELIBOOT GEOM_ELI flag | allanjude | 2016-04-08 | 2 | -11/+55 |
| * | fsck_msdosfs(8): Optimimize memsets | pfg | 2016-04-06 | 1 | -4/+6 |
* | | MFH | gjb | 2016-04-04 | 12 | -81/+158 |
|\ \
| |/ |
|
| * | Add a timestamp variable to the environment. This is when the event | imp | 2016-04-03 | 2 | -1/+13 |
| * | Make $_ match the docs. | imp | 2016-04-03 | 1 | -1/+1 |
| * | restore(8): fix use of uninitialized value. | pfg | 2016-03-31 | 1 | -0/+1 |
| * | Fix bunch of .Xrs. | trasz | 2016-03-28 | 1 | -2/+1 |
| * | Sometimes, it's useful to export the entire line to an external | imp | 2016-03-28 | 2 | -3/+15 |
| * | Remove disconnected casperd, missed in r296047. | bdrewery | 2016-03-23 | 1 | -23/+0 |