| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly set the timeout in a query_state. The global query_timeout | jhb | 2014-10-06 | 1 | -2/+2 |
* | - Add some tests for modifying groups | brd | 2014-10-06 | 2 | -1/+35 |
* | Add new fields in the FADT, required by IASL 20140926-64. | grehan | 2014-10-03 | 1 | -1/+4 |
* | - Add a test for bug 191427 where pw(8) will go into an infinite loop | brd | 2014-10-02 | 6 | -0/+62 |
* | Merge ACPICA 20140926. | jkim | 2014-10-02 | 6 | -41/+69 |
* | Optimize program flow for execution speed. Also fix some more style(9) nits | dteske | 2014-10-01 | 2 | -67/+153 |
* | Use snprintf(3) in place of unbounded sprintf(3) (prevent buffer overflow). | dteske | 2014-09-29 | 2 | -78/+97 |
* | Change the /var dataset in the default ZFS layout to have the | allanjude | 2014-09-28 | 1 | -1/+1 |
* | - Cleanups pc98 code. | nyan | 2014-09-28 | 1 | -20/+6 |
* | After r271635 mmap(2) requires either MAP_PRIVATE or MAP_SHARED | neel | 2014-09-27 | 1 | -1/+1 |
* | Add a line to the post-installation configuration dialog to enable the | des | 2014-09-26 | 1 | -0/+1 |
* | Fix thinko that, with two map entries like shown below, in that order, | trasz | 2014-09-23 | 1 | -1/+11 |
* | Make it more explicitly clear that -t will not change filename. | bdrewery | 2014-09-23 | 1 | -1/+2 |
* | Correct display of bhyve SMBIOS UUIDs with dmidecode by bumping the version. | grehan | 2014-09-23 | 1 | -1/+1 |
* | Restructure the MSR handling so it is entirely handled by processor-specific | neel | 2014-09-20 | 3 | -10/+68 |
* | Style (9) fixes, spaces to tabs. | smh | 2014-09-19 | 1 | -50/+50 |
* | Make kernel to update LUN size from the backing storage on configuration | mav | 2014-09-18 | 1 | -1/+2 |
* | lpr: replace setpgrp(2) with setpgid(2). | pfg | 2014-09-18 | 1 | -1/+1 |
* | Fix incremental builds involving non-root users with read-only source files. | will | 2014-09-18 | 1 | -1/+1 |
* | r258695 introduces a sanity check for makefs in order to verify that | davide | 2014-09-18 | 1 | -1/+2 |
* | Update the bhyve(8) manual to reflect that it is no | gjb | 2014-09-17 | 1 | -2/+2 |
* | Fix two small nits in ctl.conf(5). | trasz | 2014-09-14 | 1 | -2/+3 |
* | ZFS support isn't actually experimental anymore, so no need to scare | nwhitehorn | 2014-09-14 | 1 | -1/+1 |
* | Make the root-on-zfs part of the installer warn a user who booted the install... | allanjude | 2014-09-14 | 1 | -0/+58 |
* | Resolve an ambiguity with the definition of a new auth-group | allanjude | 2014-09-13 | 1 | -0/+1 |
* | Rename the choices in the partitioning methods dialog to reflect current | nwhitehorn | 2014-09-13 | 1 | -5/+5 |
* | Make the default choice for the chroot shell at the end be "No". This allows | nwhitehorn | 2014-09-13 | 1 | -1/+2 |
* | Add the new iscsi(4) man page | allanjude | 2014-09-13 | 1 | -5/+7 |
* | Add ZFS support to the bsdinstall partition editor and sade. | nwhitehorn | 2014-09-13 | 13 | -45/+217 |
* | Implement control over command reordering via options and control mode page. | mav | 2014-09-13 | 1 | -0/+7 |
* | Add "readcache" and "writecache" LUN options to control default behavior. | mav | 2014-09-13 | 1 | -2/+6 |
* | Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft, | delphij | 2014-09-13 | 5 | -0/+29 |
* | Fix minor syntax error | allanjude | 2014-09-12 | 1 | -1/+1 |
* | Improve markup and language throughout the ctl.conf man page | allanjude | 2014-09-12 | 1 | -123/+190 |
* | Initialize 'bc_rdonly' to the right value. | neel | 2014-09-11 | 1 | -0/+1 |
* | Don't blindly assume the target agreed to transition to Full Feature Phase; | trasz | 2014-09-11 | 1 | -9/+31 |
* | Conditionalize build of etcupdate(8) on MK_RCS. Since etcupdate calls | asomers | 2014-09-10 | 1 | -1/+4 |
* | Fix memory leak, reported by Coverity. | mav | 2014-09-10 | 1 | -0/+1 |
* | Allow vtnet operation without merged rx buffers. | grehan | 2014-09-09 | 1 | -20/+66 |
* | Use keys_add_int() where appropriate. No functional changes. | trasz | 2014-09-09 | 1 | -22/+4 |
* | Fix ctld(8) to not forget to send TargetPortalGroupTag and TargetAlias | trasz | 2014-09-09 | 1 | -4/+20 |
* | Add a callback to be notified about negotiated features. | grehan | 2014-09-09 | 5 | -0/+8 |
* | Fix support for IPv6 nameservers. | des | 2014-09-08 | 1 | -1/+1 |
* | Avoid ctld(8) crash on getaddrinfo(3) failure. | trasz | 2014-09-06 | 1 | -9/+7 |
* | Document initiator-portal netmask support. | trasz | 2014-09-05 | 1 | -5/+8 |
* | Turn two errors, which are possible to trigger only by bugs, | trasz | 2014-09-05 | 1 | -7/+3 |
* | Make it possible to quote names in autofs maps using double quotes. | trasz | 2014-09-05 | 1 | -0/+1 |
* | Fix typo. | trasz | 2014-09-05 | 1 | -2/+2 |
* | Fix regression introduced by SVN r270954. Correct way to reset getopts | dteske | 2014-09-02 | 1 | -2/+2 |
* | Fix a bug where command line arguments could be misprocessed if getopts is | dteske | 2014-09-01 | 1 | -0/+2 |