summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Fix ipfw(8) sets of ipv6 addresses handling.melifaro2013-05-181-14/+24
* Constify string pointers.delphij2013-05-161-3/+3
* When running the -m option to generate a newfs(8) command suitable formckusick2013-05-162-3/+27
* Clean up trailing whitespace.mckusick2013-05-161-3/+3
* sbin/camcontrol/camcontrol.casomers2013-05-151-2/+6
* mdoc sweepjoel2013-05-132-4/+10
* mdoc sweep.joel2013-05-121-1/+3
* Get rid of libl dependency. We needed it only to provide yywrap. Buttrociny2013-05-113-3/+4
* Bump .Dd for recent content change.eadler2013-05-101-1/+1
* Add support for 'dmesg -c' which clears the dmesg buffer after it haseadler2013-05-102-6/+18
* Remove EOL whitespace.joel2013-05-081-1/+1
* mdoc: new sentence, new line.joel2013-05-081-2/+4
* Add vlan configuration support to etherswitchcfg.adrian2013-05-082-10/+242
* Allow the use of lowercase 'yes'eadler2013-05-081-1/+1
* Remove includes for old versions of FreeBSD.eadler2013-05-064-12/+0
* Use FF02:0:0:0:0:2:FF00::/104 prefix for IPv6 Node Information Grouphrs2013-05-042-9/+35
* Introduce and use new flag -L to mount for mounting only late filesystems.crees2013-05-042-2/+16
* Improve compatibility with recent flex from flex.sourceforge.net.jkim2013-05-031-2/+3
* Prefer using the C++ version of the standard headers. These place theeadler2013-05-021-6/+7
* Adapt to the fact that minidumps are now on by default.joel2013-04-301-4/+11
* Style nit.des2013-04-291-1/+2
* Add a -Z option which zeroes unused blocks. It can be combined with -E,des2013-04-295-7/+56
* Partially revert my last change.ed2013-04-271-5/+5
* Use C11 <stdatomic.h> instead of our non-standard <machine/atomic.h>.ed2013-04-272-11/+21
* According to devctl(4), clients must read events whole; they may notasomers2013-04-261-1/+1
* mdoc: remove superfluous paragraph macro.joel2013-04-251-2/+0
* Don't free memory that is going to be used as error string.glebius2013-04-251-3/+1
* Adds Host Protected Area (HPA) support for ATA disks to camcontrolsmh2013-04-252-2/+785
* Fix error check.mckusick2013-04-231-1/+1
* Minor clarificiation.joel2013-04-221-2/+2
* Use a higher TTL (128) for DHCP packets. This matches the ISC DHCP client.jhb2013-04-221-1/+1
* Convert over the etherswitch framework to use VLAN IDs per port, ratheradrian2013-04-222-10/+11
* etherswitchcfg(8) crashes when you don't set vlangroup members.adrian2013-04-221-2/+5
* Initialise this to zero before using it to configure the vlangroupadrian2013-04-221-0/+1
* Unbreak the build of newfs_nandfs.ed2013-04-211-16/+19
* Remove code duplication.trociny2013-04-211-11/+1
* Move EXAMPLES descriptions to before the actual command.joel2013-04-211-35/+34
* Add the Clang specific -Wmissing-variable-declarations to WARNS=6.ed2013-04-195-0/+6
* Use arc4random() instead of random().delphij2013-04-151-6/+1
* update information about debugging sysctl...jmg2013-04-141-3/+6
* Remove the NVME_IDENTIFY_CONTROLLER and NVME_IDENTIFY_NAMESPACE IOCTLs and re...jimharris2013-04-121-34/+86
* Minor spelling and grammar fixes.joel2013-04-111-1/+1
* Remove contractions.joel2013-04-113-3/+3
* Remove kernel options from the SYNOPSIS. They are already documented in thejoel2013-04-111-27/+0
* Prevent the creation of an unused variable.ed2013-04-081-1/+1
* mdoc: new sentence should be on a new line. Also remove EOL whitespace whilejoel2013-04-061-3/+4
* mdoc: remove superfluous paragraph macro.joel2013-04-051-3/+0
* Adds security options to camcontrol this includes the ability to secure erasesmh2013-04-042-61/+1110
* Minor rewording.joel2013-04-041-2/+2
* Remove references to ataraid(4) and atacontrol(8).joel2013-04-042-5/+1
OpenPOWER on IntegriCloud