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