aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* User NULL instead of 0 for pointers.Marcelo Araujo2016-04-181-2/+2
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-183-3/+3
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-181-1/+1
* strchr(3) will return NULL if it cannot find the character in theMarcelo Araujo2016-04-182-2/+2
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-181-1/+1
* MFHGlen Barber2016-04-1613-68/+226
|\
| * Cleanup unnecessary semicolons from utilities we all love.Pedro F. Giffuni2016-04-154-4/+4
| * savecore(8): Explicitly cast to fix i386 warningConrad Meyer2016-04-151-3/+3
| * Add 4Kn kernel dump supportConrad Meyer2016-04-151-8/+25
| * Add External Actions KPI to ipfw(9).Andrey V. Elsukov2016-04-143-43/+158
| * Update the devd.conf man page to describe the new CAM/periph system/subsystem.Scott Long2016-04-141-2/+20
| * Make pfctl(8) more flexible when parsing bandwidth values.Luiz Otavio O Souza2016-04-141-3/+12
| * Fix output formatting of O_UNREACH6 opcode.Andrey V. Elsukov2016-04-143-5/+5
| * Include -a in the nextboot(8) usage string.Mark Johnston2016-04-142-3/+2
* | MFHGlen Barber2016-04-139-16/+16
|\|
| * fsck_ffs for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-129-16/+16
* | MFHGlen Barber2016-04-121-39/+27
|\|
| * Fix an intermittent bug in sbin/devd/client_test.streamAlan Somers2016-04-111-39/+27
* | MFHGlen Barber2016-04-116-28/+103
|\|
| * Fix the problem, when gpart(8) can't write both bootcode and partcodeAndrey V. Elsukov2016-04-111-8/+12
| * nextboot(8): add a -a option for appending to a configuration.Mark Johnston2016-04-102-5/+30
| * Create the GELIBOOT GEOM_ELI flagAllan Jude2016-04-082-11/+55
| * fsck_msdosfs(8): Optimimize memsetsPedro F. Giffuni2016-04-061-4/+6
* | MFHGlen Barber2016-04-0412-81/+158
|\|
| * Add a timestamp variable to the environment. This is when the eventWarner Losh2016-04-032-1/+13
| * Make $_ match the docs.Warner Losh2016-04-031-1/+1
| * restore(8): fix use of uninitialized value.Pedro F. Giffuni2016-03-311-0/+1
| * Fix bunch of .Xrs.Edward Tomasz Napierala2016-03-281-2/+1
| * Sometimes, it's useful to export the entire line to an externalWarner Losh2016-03-282-3/+15
| * Remove disconnected casperd, missed in r296047.Bryan Drewery2016-03-231-23/+0
| * DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-03-211-0/+1
| * o Restore some good whitespace killed in the previous commit.Maxim Konovalov2016-03-181-1/+1
| * o Kill EoL whitespaces.Maxim Konovalov2016-03-181-1/+1
| * o No need to resolve a mask that we get with ICMP_MASKREPLY,Maxim Konovalov2016-03-181-1/+1
| * Add the ability to print out ht emodule specific information in likely formats.Julian Elischer2016-03-182-6/+28
| * Add parsing for AP channel report IE.Adrian Chadd2016-03-181-3/+23
| * Remove duplicate LE_READ_4() definition.Adrian Chadd2016-03-181-8/+0
| * Decode VHTCAP, VHTINFO and BSSLOAD.Adrian Chadd2016-03-181-0/+62
| * Display the VHT IE names.Adrian Chadd2016-03-161-0/+3
| * Improve detection of extended QSFP diagnostics.Hans Petter Selasky2016-03-151-17/+11
* | MFHGlen Barber2016-03-147-25/+57
|\|
| * [net80211] handle unlisted information elements.Adrian Chadd2016-03-141-0/+2
| * Allow minimum and maximum sweep size be the same.Gleb Smirnoff2016-03-111-2/+2
| * In nvmecontrol, fix gcc warnings about the local 'power' variablesDimitry Andric2016-03-111-5/+5
| * o Kill EoL whitespaces. No functional changes.Maxim Konovalov2016-03-111-6/+6
| * o Xr icmp(4).Maxim Konovalov2016-03-111-0/+1
| * o Document net.inet.icmp.maskfake and net.inet.icmp.tstamprepl sysctls.Maxim Konovalov2016-03-111-2/+9
| * Allow standard commands for "unknown" classes in RESCUE mode.Alexander Motin2016-03-111-2/+1
| * - Implement -T option to allow to specify a fs type for a vnode-backed memory...Alex Kozlov2016-03-112-8/+31
* | MFHGlen Barber2016-03-108-1/+85
|\|