summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Only allow ZFS boot on GPT; the MBR ZFS bootblocks cannot be installed usingnwhitehorn2014-10-121-1/+3
* Centralize determination of boot firmware (UEFI vs. BIOS/CSM) into anwhitehorn2014-10-121-32/+35
* Improve and document `ctladm portlist` subcommand.mav2014-10-122-18/+74
* Check buffer length more strictly.hrs2014-10-111-4/+15
* Fix off-by-one.hrs2014-10-111-2/+2
* pstat(8): Correct description of the SESS column in pstat -t.jilles2014-10-111-2/+2
* Fix buffer overrun.hrs2014-10-111-1/+2
* Make ctld start even if some LUNs are unable to open backing storage.mav2014-10-102-41/+61
* Support Intel-specific MSRs that are accessed when booting up a linux in bhyve:neel2014-10-091-0/+7
* iasl(8) expects integer fields in data tables to be specified as hexadecimalneel2014-10-091-2/+2
* Two more places where login_setcryptfmt() defaults to MD5 were misseddes2014-10-091-2/+2
* Integrate usr.sbin/nmtree/tests from NetBSD into atf/kyuangie2014-10-092-1/+37
* If we fail to send a signal after rotation, print the pidfile from whichmarkj2014-10-081-2/+2
* Implement software (mode page) and hardware (config) write protection.mav2014-10-081-1/+4
* Remove call to access(2) which didn't serve any purpose, and make it moretrasz2014-10-071-10/+5
* Implement the FLUSH operation in the virtio-block emulation.neel2014-10-071-0/+6
* Properly set the timeout in a query_state. The global query_timeoutjhb2014-10-061-2/+2
* - Add some tests for modifying groupsbrd2014-10-062-1/+35
* Add new fields in the FADT, required by IASL 20140926-64.grehan2014-10-031-1/+4
* - Add a test for bug 191427 where pw(8) will go into an infinite loopbrd2014-10-026-0/+62
* Merge ACPICA 20140926.jkim2014-10-026-41/+69
* Optimize program flow for execution speed. Also fix some more style(9) nitsdteske2014-10-012-67/+153
* Use snprintf(3) in place of unbounded sprintf(3) (prevent buffer overflow).dteske2014-09-292-78/+97
* Change the /var dataset in the default ZFS layout to have theallanjude2014-09-281-1/+1
* - Cleanups pc98 code.nyan2014-09-281-20/+6
* After r271635 mmap(2) requires either MAP_PRIVATE or MAP_SHAREDneel2014-09-271-1/+1
* Add a line to the post-installation configuration dialog to enable thedes2014-09-261-0/+1
* Fix thinko that, with two map entries like shown below, in that order,trasz2014-09-231-1/+11
* Make it more explicitly clear that -t will not change filename.bdrewery2014-09-231-1/+2
* Correct display of bhyve SMBIOS UUIDs with dmidecode by bumping the version.grehan2014-09-231-1/+1
* Restructure the MSR handling so it is entirely handled by processor-specificneel2014-09-203-10/+68
* Style (9) fixes, spaces to tabs.smh2014-09-191-50/+50
* Make kernel to update LUN size from the backing storage on configurationmav2014-09-181-1/+2
* lpr: replace setpgrp(2) with setpgid(2).pfg2014-09-181-1/+1
* Fix incremental builds involving non-root users with read-only source files.will2014-09-181-1/+1
* r258695 introduces a sanity check for makefs in order to verify thatdavide2014-09-181-1/+2
* Update the bhyve(8) manual to reflect that it is nogjb2014-09-171-2/+2
* Fix two small nits in ctl.conf(5).trasz2014-09-141-2/+3
* ZFS support isn't actually experimental anymore, so no need to scarenwhitehorn2014-09-141-1/+1
* Make the root-on-zfs part of the installer warn a user who booted the install...allanjude2014-09-141-0/+58
* Resolve an ambiguity with the definition of a new auth-groupallanjude2014-09-131-0/+1
* Rename the choices in the partitioning methods dialog to reflect currentnwhitehorn2014-09-131-5/+5
* Make the default choice for the chroot shell at the end be "No". This allowsnwhitehorn2014-09-131-1/+2
* Add the new iscsi(4) man pageallanjude2014-09-131-5/+7
* Add ZFS support to the bsdinstall partition editor and sade.nwhitehorn2014-09-1313-45/+217
* Implement control over command reordering via options and control mode page.mav2014-09-131-0/+7
* Add "readcache" and "writecache" LUN options to control default behavior.mav2014-09-131-2/+6
* Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft,delphij2014-09-135-0/+29
* Fix minor syntax errorallanjude2014-09-121-1/+1
* Improve markup and language throughout the ctl.conf man pageallanjude2014-09-121-123/+190
OpenPOWER on IntegriCloud