summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Add support for PCI-to-ISA LPC bridge emulation. If the LPC bus is attachedneel2013-10-2913-591/+1097
* edquota: Don't pass fd for temporary file to editor.jilles2013-10-271-1/+1
* Fix build with GCC.bdrewery2013-10-261-1/+2
* Link in libcrypto as well to fix build in some cases.bdrewery2013-10-261-2/+3
* Add support to check the signature of a local pkg.txz file beingbdrewery2013-10-261-12/+47
* Tell which fingerprint pkg is being validated against.bdrewery2013-10-261-14/+29
* Support checking signature for pkg bootstrap.bdrewery2013-10-264-45/+613
* Be verbose and tell where pkg(8) is being bootstrapped from.bdrewery2013-10-261-1/+2
* Add support for reading configuration files from /etc/pkg.bdrewery2013-10-262-31/+103
* Wrap long linesbdrewery2013-10-262-6/+12
* Fix bug in the ioapic emulation for level-triggered interrupts,grehan2013-10-251-31/+85
* Add support for using "pkg+http://" for the PACKAGESITE.bdrewery2013-10-243-1/+9
* Be more selective when filtering for lib*.so.N files. These are deletedcperciva2013-10-241-7/+7
* Tidy usage messages for bhyve and bhyveload.neel2013-10-232-9/+11
* Export the block size capability to guests.grehan2013-10-231-2/+7
* Fix build with gccbapt2013-10-231-6/+6
* Allow to bootstrap by doing pkg add ./a/path/to/a/pkg_package.txzbapt2013-10-231-0/+16
* Improve SRV records support for the pkg(8) bootstrap:bapt2013-10-233-3/+92
* Fix AHCI ATAPI emulation when backed with /dev/cd0grehan2013-10-221-4/+3
* Rename the "alfred" command to "auto", and document it. Retain supportgavin2013-10-222-4/+21
* 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
OpenPOWER on IntegriCloud