aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Improve compatibility with old flex and fix build with GCC.Jung-uk Kim2013-05-223-3/+5
* Fix ipfw(8) sets of ipv6 addresses handling.Alexander V. Chernikov2013-05-181-14/+24
* Constify string pointers.Xin LI2013-05-161-3/+3
* When running the -m option to generate a newfs(8) command suitable forKirk McKusick2013-05-162-3/+27
* Clean up trailing whitespace.Kirk McKusick2013-05-161-3/+3
* sbin/camcontrol/camcontrol.cAlan Somers2013-05-151-2/+6
* mdoc sweepJoel Dahl2013-05-132-4/+10
* mdoc sweep.Joel Dahl2013-05-121-1/+3
* Get rid of libl dependency. We needed it only to provide yywrap. ButMikolaj Golub2013-05-113-3/+4
* Bump .Dd for recent content change.Eitan Adler2013-05-101-1/+1
* Add support for 'dmesg -c' which clears the dmesg buffer after it hasEitan Adler2013-05-102-6/+18
* Remove EOL whitespace.Joel Dahl2013-05-081-1/+1
* mdoc: new sentence, new line.Joel Dahl2013-05-081-2/+4
* Add vlan configuration support to etherswitchcfg.Adrian Chadd2013-05-082-10/+242
* Allow the use of lowercase 'yes'Eitan Adler2013-05-081-1/+1
* Remove includes for old versions of FreeBSD.Eitan Adler2013-05-064-12/+0
* Use FF02:0:0:0:0:2:FF00::/104 prefix for IPv6 Node Information GroupHiroki Sato2013-05-042-9/+35
* Introduce and use new flag -L to mount for mounting only late filesystems.Chris Rees2013-05-042-2/+16
* Improve compatibility with recent flex from flex.sourceforge.net.Jung-uk Kim2013-05-031-2/+3
* Prefer using the C++ version of the standard headers. These place theEitan Adler2013-05-021-6/+7
* Adapt to the fact that minidumps are now on by default.Joel Dahl2013-04-301-4/+11
* Style nit.Dag-Erling Smørgrav2013-04-291-1/+2
* Add a -Z option which zeroes unused blocks. It can be combined with -E,Dag-Erling Smørgrav2013-04-295-7/+56
* Partially revert my last change.Ed Schouten2013-04-271-5/+5
* Use C11 <stdatomic.h> instead of our non-standard <machine/atomic.h>.Ed Schouten2013-04-272-11/+21
* According to devctl(4), clients must read events whole; they may notAlan Somers2013-04-261-1/+1
* mdoc: remove superfluous paragraph macro.Joel Dahl2013-04-251-2/+0
* Don't free memory that is going to be used as error string.Gleb Smirnoff2013-04-251-3/+1
* Adds Host Protected Area (HPA) support for ATA disks to camcontrolSteven Hartland2013-04-252-2/+785
* Fix error check.Kirk McKusick2013-04-231-1/+1
* Minor clarificiation.Joel Dahl2013-04-221-2/+2
* Use a higher TTL (128) for DHCP packets. This matches the ISC DHCP client.John Baldwin2013-04-221-1/+1
* Convert over the etherswitch framework to use VLAN IDs per port, ratherAdrian Chadd2013-04-222-10/+11
* etherswitchcfg(8) crashes when you don't set vlangroup members.Adrian Chadd2013-04-221-2/+5
* Initialise this to zero before using it to configure the vlangroupAdrian Chadd2013-04-221-0/+1
* Unbreak the build of newfs_nandfs.Ed Schouten2013-04-211-16/+19
* Remove code duplication.Mikolaj Golub2013-04-211-11/+1
* Move EXAMPLES descriptions to before the actual command.Joel Dahl2013-04-211-35/+34
* Add the Clang specific -Wmissing-variable-declarations to WARNS=6.Ed Schouten2013-04-195-0/+6
* Use arc4random() instead of random().Xin LI2013-04-151-6/+1
* update information about debugging sysctl...John-Mark Gurney2013-04-141-3/+6
* Remove the NVME_IDENTIFY_CONTROLLER and NVME_IDENTIFY_NAMESPACE IOCTLs and re...Jim Harris2013-04-121-34/+86
* Minor spelling and grammar fixes.Joel Dahl2013-04-111-1/+1
* Remove contractions.Joel Dahl2013-04-113-3/+3
* Remove kernel options from the SYNOPSIS. They are already documented in theJoel Dahl2013-04-111-27/+0
* Prevent the creation of an unused variable.Ed Schouten2013-04-081-1/+1
* mdoc: new sentence should be on a new line. Also remove EOL whitespace whileJoel Dahl2013-04-061-3/+4
* mdoc: remove superfluous paragraph macro.Joel Dahl2013-04-051-3/+0
* Adds security options to camcontrol this includes the ability to secure eraseSteven Hartland2013-04-042-61/+1110
* Minor rewording.Joel Dahl2013-04-041-2/+2