aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Implement the FLUSH operation in the virtio-block emulation.Neel Natu2014-10-071-0/+6
* Properly set the timeout in a query_state. The global query_timeoutJohn Baldwin2014-10-061-2/+2
* - Add some tests for modifying groupsBrad Davis2014-10-062-1/+35
* Add new fields in the FADT, required by IASL 20140926-64.Peter Grehan2014-10-031-1/+4
* - Add a test for bug 191427 where pw(8) will go into an infinite loopBrad Davis2014-10-026-0/+62
* Merge ACPICA 20140926.Jung-uk Kim2014-10-026-41/+69
* Optimize program flow for execution speed. Also fix some more style(9) nitsDevin Teske2014-10-012-67/+153
* Use snprintf(3) in place of unbounded sprintf(3) (prevent buffer overflow).Devin Teske2014-09-292-78/+97
* Change the /var dataset in the default ZFS layout to have theAllan Jude2014-09-281-1/+1
* - Cleanups pc98 code.Yoshihiro Takahashi2014-09-281-20/+6
* After r271635 mmap(2) requires either MAP_PRIVATE or MAP_SHAREDNeel Natu2014-09-271-1/+1
* Add a line to the post-installation configuration dialog to enable theDag-Erling Smørgrav2014-09-261-0/+1
* Fix thinko that, with two map entries like shown below, in that order,Edward Tomasz Napierala2014-09-231-1/+11
* Make it more explicitly clear that -t will not change filename.Bryan Drewery2014-09-231-1/+2
* Correct display of bhyve SMBIOS UUIDs with dmidecode by bumping the version.Peter Grehan2014-09-231-1/+1
* Restructure the MSR handling so it is entirely handled by processor-specificNeel Natu2014-09-203-10/+68
* Style (9) fixes, spaces to tabs.Steven Hartland2014-09-191-50/+50
* Make kernel to update LUN size from the backing storage on configurationAlexander Motin2014-09-181-1/+2
* lpr: replace setpgrp(2) with setpgid(2).Pedro F. Giffuni2014-09-181-1/+1
* Fix incremental builds involving non-root users with read-only source files.Will Andrews2014-09-181-1/+1
* r258695 introduces a sanity check for makefs in order to verify thatDavide Italiano2014-09-181-1/+2
* Update the bhyve(8) manual to reflect that it is noGlen Barber2014-09-171-2/+2
* Fix two small nits in ctl.conf(5).Edward Tomasz Napierala2014-09-141-2/+3
* ZFS support isn't actually experimental anymore, so no need to scareNathan Whitehorn2014-09-141-1/+1
* Make the root-on-zfs part of the installer warn a user who booted the install...Allan Jude2014-09-141-0/+58
* Resolve an ambiguity with the definition of a new auth-groupAllan Jude2014-09-131-0/+1
* Rename the choices in the partitioning methods dialog to reflect currentNathan Whitehorn2014-09-131-5/+5
* Make the default choice for the chroot shell at the end be "No". This allowsNathan Whitehorn2014-09-131-1/+2
* Add the new iscsi(4) man pageAllan Jude2014-09-131-5/+7
* Add ZFS support to the bsdinstall partition editor and sade.Nathan Whitehorn2014-09-1313-45/+217
* Implement control over command reordering via options and control mode page.Alexander Motin2014-09-131-0/+7
* Add "readcache" and "writecache" LUN options to control default behavior.Alexander Motin2014-09-131-2/+6
* Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft,Xin LI2014-09-135-0/+29
* Fix minor syntax errorAllan Jude2014-09-121-1/+1
* Improve markup and language throughout the ctl.conf man pageAllan Jude2014-09-121-123/+190
* Initialize 'bc_rdonly' to the right value.Neel Natu2014-09-111-0/+1
* Don't blindly assume the target agreed to transition to Full Feature Phase;Edward Tomasz Napierala2014-09-111-9/+31
* Conditionalize build of etcupdate(8) on MK_RCS. Since etcupdate callsAlan Somers2014-09-101-1/+4
* Fix memory leak, reported by Coverity.Alexander Motin2014-09-101-0/+1
* Allow vtnet operation without merged rx buffers.Peter Grehan2014-09-091-20/+66
* Use keys_add_int() where appropriate. No functional changes.Edward Tomasz Napierala2014-09-091-22/+4
* Fix ctld(8) to not forget to send TargetPortalGroupTag and TargetAliasEdward Tomasz Napierala2014-09-091-4/+20
* Add a callback to be notified about negotiated features.Peter Grehan2014-09-095-0/+8
* Fix support for IPv6 nameservers.Dag-Erling Smørgrav2014-09-081-1/+1
* Avoid ctld(8) crash on getaddrinfo(3) failure.Edward Tomasz Napierala2014-09-061-9/+7
* Document initiator-portal netmask support.Edward Tomasz Napierala2014-09-051-5/+8
* Turn two errors, which are possible to trigger only by bugs,Edward Tomasz Napierala2014-09-051-7/+3
* Make it possible to quote names in autofs maps using double quotes.Edward Tomasz Napierala2014-09-051-0/+1
* Fix typo.Edward Tomasz Napierala2014-09-051-2/+2
* Fix regression introduced by SVN r270954. Correct way to reset getoptsDevin Teske2014-09-021-2/+2