summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initialize 'bc_rdonly' to the right value.neel2014-09-111-0/+1
* Don't blindly assume the target agreed to transition to Full Feature Phase;trasz2014-09-111-9/+31
* Conditionalize build of etcupdate(8) on MK_RCS. Since etcupdate callsasomers2014-09-101-1/+4
* Fix memory leak, reported by Coverity.mav2014-09-101-0/+1
* Allow vtnet operation without merged rx buffers.grehan2014-09-091-20/+66
* Use keys_add_int() where appropriate. No functional changes.trasz2014-09-091-22/+4
* Fix ctld(8) to not forget to send TargetPortalGroupTag and TargetAliastrasz2014-09-091-4/+20
* Add a callback to be notified about negotiated features.grehan2014-09-095-0/+8
* Fix support for IPv6 nameservers.des2014-09-081-1/+1
* Avoid ctld(8) crash on getaddrinfo(3) failure.trasz2014-09-061-9/+7
* Document initiator-portal netmask support.trasz2014-09-051-5/+8
* Turn two errors, which are possible to trigger only by bugs,trasz2014-09-051-7/+3
* Make it possible to quote names in autofs maps using double quotes.trasz2014-09-051-0/+1
* Fix typo.trasz2014-09-051-2/+2
* Fix regression introduced by SVN r270954. Correct way to reset getoptsdteske2014-09-021-2/+2
* Fix a bug where command line arguments could be misprocessed if getopts isdteske2014-09-011-0/+2
* Add -Wthread-safety to WARNS=6.ed2014-09-011-0/+4
* Add references to vt(4) to further man-pages.se2014-09-011-6/+31
* Fix typo (by -> be).se2014-09-011-1/+1
* Make SOCK_RAW sockets to be truly raw, not modifying received and sentglebius2014-09-011-1/+1
* Set the 'inst_length' to '0' early on before any error conditions are detectedneel2014-08-301-2/+16
* Allow mailwrapper to use mailer.conf from localbase (respecting LOCALBASE env...bapt2014-08-262-5/+20
OpenPOWER on IntegriCloud