aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Check l2cap socket initialisation and define L2CAP_SOCKET_CHECKEDTakanori Watanabe2015-04-0758-7/+70
* Remove hard limits on number of accepting NFS connections.Alexander Motin2015-04-071-2/+2
* Tidy up battery status information. Remove a trailing white space.Jung-uk Kim2015-04-061-10/+24
* Unbreak ZFS+GELI install option.Devin Teske2015-04-061-1/+1
* Make ctld to not exit on ECONNABORTED on accept().Alexander Motin2015-04-061-1/+4
* Fix permissions on ZFS root encryption key (644 -> 600).Devin Teske2015-04-061-0/+3
* bthidd: Remove unused macros from hid.c.Raphael Kubo da Costa2015-04-061-6/+0
* Stop including if_var.h from userland.Gleb Smirnoff2015-04-0623-36/+0
* bthidd: Consider usage ranges when dealing with array inputs.Raphael Kubo da Costa2015-04-051-1/+13
* Fix thinko/copypaste error.Josh Paetzel2015-04-041-1/+1
* Allow fetching pkg(8) even if servers/proxies are not passing Content-lengthBaptiste Daroussin2015-04-031-13/+6
* arp(8): add support for printing and deleting entries of typeMark Johnston2015-04-021-0/+4
* Prior to aborting due to an instruction emulation error, it is alwaysTycho Nightingale2015-04-011-7/+12
* Whoops! "arc commit --revision" != "arc diff --update"Devin Teske2015-04-011-3/+0
* Add "GELI Passphrase:" prompt to boot loader.Devin Teske2015-04-011-0/+3
* Fix typo in a comment.Devin Teske2015-03-311-1/+1
* MFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092, r276093, r278284)Cy Schubert2015-03-3032-1587/+5227
* pmcstat.8: fix -a flag description; improve -m flag to matchEric van Gyzen2015-03-282-3/+9
* crunchide: arm64 supportEd Maste2015-03-271-1/+2
* Move legacy interrupt allocation for virtio devices to common code.Peter Grehan2015-03-273-4/+5
* Rough first mdoc, spelling and grammar cleanup pass.Christian Brueffer2015-03-261-27/+39
* Opps its section 8 not 1 silly.Randall Stewart2015-03-261-1/+1
* Update the manual page to be a bit more sane. It stillRandall Stewart2015-03-264-66/+137
* Fix typo in jail(8) man pageAllan Jude2015-03-221-1/+1
* Update copyright(s)Devin Teske2015-03-211-2/+2
* Whitespace cleanup(s).Devin Teske2015-03-211-43/+49
* Add missing variable initialization.Alexander Motin2015-03-201-1/+1
* Add comment explaining existing powerd behavior on SMP systems.Alexander Motin2015-03-201-0/+6
* Remove a non-required unsafe condition added in the previous commitAllan Jude2015-03-181-4/+0
* Fix the handbook install option in bsdinstallAllan Jude2015-03-181-1/+8
* Report that we may have write cache, and that we do support FLUSH.Alexander Motin2015-03-161-0/+2
* Increase S/G list size of 32 to 33 entries.Alexander Motin2015-03-162-8/+6
* Pre-allocate one extra request per processing thread.Alexander Motin2015-03-151-1/+1
* According to Linux and QEMU, s/n equal to buffer is not zero-terminated.Alexander Motin2015-03-151-1/+3
* Close potential race on blockif_close().Alexander Motin2015-03-151-0/+2
* Fix networking problem after r280026.Alexander Motin2015-03-153-2/+17
* Give AHCI disk serial based on backing file path same as for virtio block.Alexander Motin2015-03-151-4/+16
* Rewrite virtio block device driver to work asynchronously and use the blockAlexander Motin2015-03-152-78/+76
* Modify virtqueue helpers added in r253440 to allow queuing.Alexander Motin2015-03-155-39/+24
* Block delete capability for read-only devices.Alexander Motin2015-03-152-2/+5
* Give block I/O interface multiple (8) execution threads.Alexander Motin2015-03-141-53/+76
* Add checksums to identify data and NCQ command error log.Alexander Motin2015-03-141-0/+16
* Slightly polish virtual AHCI CD reporting.Alexander Motin2015-03-141-23/+67
* Fix NOP and IDLE commands for virtual AHCI disks.Alexander Motin2015-03-141-2/+5
* Add support for NCQ variant of DSM TRIM for virtual AHCI disks.Alexander Motin2015-03-141-4/+24
* Improve NCQ errors reporting for virtual AHCI disks.Alexander Motin2015-03-141-11/+53
* Remove incorrect SERR register setting.Alexander Motin2015-03-131-2/+0
* Change prdbc value reporting.Alexander Motin2015-03-131-7/+6
* Polish AHCI disk identify data and fix speed negotiation.Alexander Motin2015-03-132-17/+49
* Add support for PIO variants of READ/WRITE commands for AHCI disks.Alexander Motin2015-03-131-4/+16