summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Re-ident lines.araujo2016-04-201-12/+4
* Use nitems() from sys/param.h.araujo2016-04-201-4/+4
* Use nitems() from sys/param.h.araujo2016-04-201-2/+2
* Don't leak fd on sectorsize malloc failurengie2016-04-201-1/+2
* restore: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-192-4/+4
* dump: use NULL instead of zero for pointers.pfg2016-04-192-6/+5
* fsck_msdosfs: use NULL instead of zero for pointers.pfg2016-04-191-1/+1
* Mention fsck_ffs -E in tunefs(8). It's non-obvious that one shouldtrasz2016-04-191-2/+8
* Use nitems() from sys/param.h.araujo2016-04-191-1/+1
* Use nitems() from sys/param.h.araujo2016-04-191-1/+1
* Use nitems() from sys/param.h.araujo2016-04-191-1/+1
* Use nitems() from sys/param.h.araujo2016-04-191-16/+8
* Add VHT power envelope parsing to ifconfig.adrian2016-04-191-1/+36
* Use nitems() from sys/param.h.araujo2016-04-192-2/+2
* Use nitems() from sys/param.h.araujo2016-04-191-1/+1
* Use nitems() from sys/param.h.araujo2016-04-191-1/+1
* Remove redundant parenthesis.araujo2016-04-191-1/+1
* Use nitems() from sys/param.h.araujo2016-04-192-7/+4
* Use nitems() from sys/param.h.araujo2016-04-191-1/+1
* Use nitems() instead of sizeof(name) / sizeof(*name).araujo2016-04-191-1/+1
* malloc will return NULL if it cannot allocate memory.araujo2016-04-191-1/+1
* getfsent(3) will return NULL on EOF or error.araujo2016-04-191-1/+1
* Use NULL instead of 0 for pointers.araujo2016-04-191-1/+1
* Use NULL instead of 0 for pointers.araujo2016-04-191-4/+4
* Use NULL instead of 0.araujo2016-04-191-1/+1
* Use NULL for pointers instead of 0.araujo2016-04-191-1/+1
* User NULL instead of 0 for pointers.araujo2016-04-181-2/+2
* Use NULL instead of 0 for pointers.araujo2016-04-183-3/+3
* Use NULL instead of 0 for pointers.araujo2016-04-181-1/+1
* strchr(3) will return NULL if it cannot find the character in thearaujo2016-04-182-2/+2
* Use NULL instead of 0 for pointers.araujo2016-04-181-1/+1
* MFHgjb2016-04-1613-68/+226
|\
| * Cleanup unnecessary semicolons from utilities we all love.pfg2016-04-154-4/+4
| * savecore(8): Explicitly cast to fix i386 warningcem2016-04-151-3/+3
| * Add 4Kn kernel dump supportcem2016-04-151-8/+25
| * Add External Actions KPI to ipfw(9).ae2016-04-143-43/+158
| * Update the devd.conf man page to describe the new CAM/periph system/subsystem.scottl2016-04-141-2/+20
| * Make pfctl(8) more flexible when parsing bandwidth values.loos2016-04-141-3/+12
| * Fix output formatting of O_UNREACH6 opcode.ae2016-04-143-5/+5
| * Include -a in the nextboot(8) usage string.markj2016-04-142-3/+2
* | MFHgjb2016-04-139-16/+16
|\ \ | |/
| * fsck_ffs for pointers replace 0 with NULL.pfg2016-04-129-16/+16
| * Fix an intermittent bug in sbin/devd/client_test.streamasomers2016-04-111-39/+27
* | MFHgjb2016-04-121-39/+27
* | MFHgjb2016-04-116-28/+103
|\ \ | |/
| * Fix the problem, when gpart(8) can't write both bootcode and partcodeae2016-04-111-8/+12
| * nextboot(8): add a -a option for appending to a configuration.markj2016-04-102-5/+30
| * Create the GELIBOOT GEOM_ELI flagallanjude2016-04-082-11/+55
| * fsck_msdosfs(8): Optimimize memsetspfg2016-04-061-4/+6
* | MFHgjb2016-04-0412-81/+158
|\ \ | |/
OpenPOWER on IntegriCloud