summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Change the gptboot example so the boot partition is aligned on a 4 kBdes2012-08-291-2/+3
* Don't overwrite the global default CFLAGS when setting include paths.brooks2012-08-281-1/+1
* Link ipfilter(4) and ipfilter(5) to the build to stop the wrong man pageissyl02012-08-281-2/+2
* Check the return value of sbuf_finish().jh2012-08-231-2/+8
* Revert r239356 and use an alternate algorithm.jhb2012-08-222-6/+11
* Avoid segfault in the 'smpphylist' subcommand.pluknet2012-08-201-1/+1
* Fix dhclient to properly exit and teardown the configured lease whenjhb2012-08-171-0/+7
* Make sure the compiler knows g_gate_xvlog() and g_gate_xlog() do notdim2012-08-061-2/+2
* In sbin/camcontrol/camcontrol.c, function smpcmd(), initialize thedim2012-08-051-1/+1
* Document "destroy" as an alias for "stop".jimharris2012-08-031-1/+8
* New command "gmultipath prefer" to force selection of a specifiedthomas2012-08-032-1/+34
* fsck_ffs shall accept the configured journal size, and not refuse tokib2012-08-021-1/+1
* Restore a piece of BSD history.des2012-08-011-3/+3
* Teach md5(1) about sha512.delphij2012-08-013-10/+36
* remove the last __unused instance in sbin/ipfw.luigi2012-07-301-1/+2
* Fix some compile errors at high WARNS, including oneluigi2012-07-303-8/+13
* Remove trailing whitespace.joel2012-07-301-1/+1
* The ad(4) driver no longer exists in FreeBSD CURRENT or 9, so change theissyl02012-07-261-7/+7
* In ipfw(8), make the text about dynamic rules consistent.issyl02012-07-161-3/+5
* Metaflush on/off values don't need quotes.trociny2012-07-161-4/+4
* Document the behavior of mount with failok specified.eadler2012-07-121-1/+6
* Make ipfw0 logging pseudo-interface clonable. It can be created automaticallyhrs2012-07-091-2/+17
* Remove "prefer_source" address selection option. FreeBSD has had anhrs2012-07-092-9/+1
* Make it possible to resize md(4) devices.trasz2012-07-072-16/+46
* Remove unneeded variable reported by gcc46 which stopped being used ineadler2012-07-071-3/+0
* Remove ancient vnconfig symlinkeadler2012-07-071-1/+0
* Make use of GEOM Gate direct reads feature. This allows HAST to servepjd2012-07-041-1/+31
* Improve description of various key used by GELI.pjd2012-07-041-74/+154
* - Make ipfw's sched rules case insensitive, for user-friendliness.issyl02012-07-031-5/+6
* Use timeclear() instead of home grown version.delphij2012-07-021-1/+1
* Check if there is cmsg at all.pjd2012-07-011-1/+1
* The -S option, to specify the sector size, has been usable on all types ofgavin2012-06-271-2/+2
* Use possessive "its", no apostrophe.wblock2012-06-271-1/+1
* Change 'camcontrol defects' to first probe a drive to find out how muchken2012-06-222-7/+68
* Add progress.c and progress.h, missed in the previous commit to camcontrol.scottl2012-06-202-0/+246
* Update the 'fwdownload' command to also flash disks connected over anscottl2012-06-204-66/+167
* - Updated TOE support in the kernel.np2012-06-191-1/+3
* For incompleted block allocations or frees, the inode block count usagekib2012-06-121-0/+15
* Revert: r236909hselasky2012-06-111-1/+1
* Use the correct clock source when computing timeouts.hselasky2012-06-111-1/+1
* Update maximum number of tables available in ipfw to reflectmelifaro2012-06-091-2/+2
* mdoc: fix a few badly nested blocks.joel2012-06-091-7/+5
* mdoc: minor improvements to a few lists with tags.joel2012-06-091-6/+6
* Remove repeated words.joel2012-06-051-1/+1
* Minor spelling fixes.joel2012-06-051-2/+2
* Add -p argument for `camcontrol debug` to allow enabling CAM_DEBUG_PROBEmav2012-06-042-3/+11
* Simplify the code by using snprlcat().pjd2012-06-031-27/+24
* Minor mdoc improvements.joel2012-06-031-1/+3
* Rewrite enabling NCQ for SATA devices in a way more alike to SCSI TCQ.mav2012-06-021-43/+93
* Make devd build with libc++.dim2012-06-011-1/+1
OpenPOWER on IntegriCloud