summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Remove the isf(4) driver. It was created by accident and is subset ofbrooks2013-10-214-212/+0
* Improve bootstrapping messagegavin2013-10-191-1/+1
* Allow ~ in file names so libtool droppings in contrib don't break updates.des2013-10-191-1/+1
* Changes required for OpenBSD/amd64:grehan2013-10-177-147/+60
* Eliminate unconditional debug printfs.grehan2013-10-171-1/+1
* Add an option to bhyveload(8) that allows setting a loader environment variableneel2013-10-172-16/+48
* kldxref: Add static keyword to the new function only used in the same file.jilles2013-10-161-1/+1
* When installing updates, install new directories first and remove oldcperciva2013-10-161-0/+17
* Add a new capability, VM_CAP_ENABLE_INVPCID, that can be enabled to exposeneel2013-10-164-50/+49
* Speed up `freebsd-update IDS` by using IFS to split fields instead ofcperciva2013-10-161-15/+2
* Fix logic error. MPPE only accepts protocol numbers 0x21 through 0xFA.kevlo2013-10-161-1/+1
* Make ZFSBOOT_BEROOT_NAME be ROOT by default. This is what sysutils/beadmdteske2013-10-151-4/+1
* Bump .Dd date (should have been part of SVN r256549)dteske2013-10-151-1/+1
* Man page updates to go along with SVN r256343, introducing zfsboot.dteske2013-10-151-0/+24
* Fix SVN r256540: s/TMPETC/TMPBOOT/ for loader.conf(5) GELI entries.dteske2013-10-151-3/+3
* Document BSDINSTALL_TMPBOOT environment variable introduced by SVN r256343.dteske2013-10-151-0/+8
* gjb writes: when doing encrypted zfs install, loader.conf should be updateddteske2013-10-151-1/+9
* Hide 'struct ifaddr' definition from userland. Two tools left that use it,glebius2013-10-151-0/+1
* Use INADDR_NONE instead of -1 to check inet_addr() result.kevlo2013-10-153-4/+5
* Add executable bit to docsinstall [old] and entropy [new] scripts.dteske2013-10-152-0/+0
* Rename libbsdyml to libyaml, make private, and bumpbdrewery2013-10-142-3/+6
* Fix signed integer overflow detection in f_expand_number() of strings.subr.dteske2013-10-121-24/+34
* Implement the virtio block 'get-ident' operation. This eliminates thegrehan2013-10-121-5/+47
* - Add mount.fdescfs parameter to jail(8). This is similar tohrs2013-10-125-6/+51
* Remove the dumpdev configuration dialog, merge it into the regulardteske2013-10-111-10/+11
* Incorporate PR bin/161547 to detect when an interface is wireless.dteske2013-10-111-3/+9
* Rewrite the keymap module to display an actual menu of selectabledteske2013-10-111-6/+208
* Add zfsboot module as an option for automatic configuration. Default isdteske2013-10-115-8/+1080
* After installation, dump 4096 bytes from /dev/random to /entropy in thedes2013-10-116-4/+43
* Add new f_expand_number() (shadowing expand_number(3)).dteske2013-10-111-0/+106
* Store descriptions for DEVICE_TYPE_DISK and fix static-defaults mapping.dteske2013-10-111-8/+61
* Add $VAR_ZFSINTERACTIVE (zfsInteractive) and new f_zfsinteractive() fordteske2013-10-111-0/+16
* Fix a bug that would occur in application death when debugging was enableddteske2013-10-111-6/+6
* Add keymap.subr for presenting custom keymap dialogs (with X11 support).dteske2013-10-114-2/+267
* Add a USE_DIALOG global (analogous to USE_XDIALOG); useful for insertingdteske2013-10-111-1/+2
* Fix a minor bug; if strings.subr was included by itself it may not havedteske2013-10-111-0/+5
* Add support for obtaining the capacity of disks. Add comment while here.dteske2013-10-111-9/+43
* - Update rc.d/jail to use a jail(8) configuration file instead ofhrs2013-10-101-4/+6
* Allow a 4-byte write to PCI config space to overlapgrehan2013-10-091-3/+12
* Fix missing .joel2013-10-091-1/+1
* Plug memory leak.trasz2013-10-091-0/+1
* Fix memory overrun.trasz2013-10-091-1/+1
* Plug memory leaks.trasz2013-10-091-1/+3
* Fix two off-by-ones.trasz2013-10-091-2/+2
* Fix incorrect use of sizeof().trasz2013-10-091-1/+1
* Fix off-by-one.trasz2013-10-091-1/+1
* Introduce centralized [X]dialog(1) exit codes to `dialog.subr' and make-usedteske2013-10-0947-206/+208
* Parse the memory size parameter using expand_number() to allow specifyingneel2013-10-096-14/+37
* In usr.sbin/bhyve/pci_ahci.c, fix several gcc warnings of the formdim2013-10-081-11/+11
* After r256062, the static function fbsdrun_get_next_cpu() indim2013-10-081-11/+0
OpenPOWER on IntegriCloud