summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix including Kyuafile in packaged base system.gjb2016-04-291-1/+2
* Remove logically impossible test in scsidoinquiry(..)ngie2016-04-281-3/+0
* Use macro MIN() from sys/param.h.araujo2016-04-271-2/+2
* fsck_ffs: Revert partially the unsigned changes.pfg2016-04-271-1/+1
* fsck_ffs: Revert partially the unsigned changes.pfg2016-04-271-3/+3
* Add GEOM::physpath documentation to devd.conf(5)asomers2016-04-261-0/+2
* [ifconfig] add STBC TX/RX configurationadrian2016-04-261-1/+39
* ifconfig: prevent some improbable signed integer overflows.pfg2016-04-251-6/+6
* fsck_ffs: Adopt some type safety for the journalling checks.pfg2016-04-241-4/+4
* Use macro MAX() from sys/param.h.araujo2016-04-221-1/+1
* Use MIN()/MAX() macros from sys/param.h.araujo2016-04-212-3/+3
* Use MAX() from sys/param.h.araujo2016-04-211-3/+3
* Fix a missing blank space.araujo2016-04-211-1/+1
* Simplify the get_type() function.araujo2016-04-211-10/+4
* dhclient: Log a warning instead of bailing upon "illegal" optionssephe2016-04-201-10/+11
* 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
OpenPOWER on IntegriCloud