summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Add the VM name to the process name with setproctitle().grehan2013-11-065-11/+13
* Remove condition which can never be true as the previous loopbdrewery2013-11-051-3/+0
* Axe IFF_SMART. Fortunately this layering violating flag was never used,glebius2013-11-051-3/+0
* Remove net.link.ether.inet.useloopback sysctl tunable. It was always on byglebius2013-11-051-5/+1
* Use proper capitalization for FreeBSD.orgbdrewery2013-11-051-2/+2
* Initialize the struct tm before handing it to strptime(3).markj2013-11-041-0/+1
* Remove utxrm(8). This command has been superseded by 'utx rm'.ed2013-11-033-20/+4
* Add -f support to 'pkg bootstrap' and 'pkg add' to force installationbdrewery2013-11-012-23/+61
* Remove 'netstat -i' from crashinfo, as this no longer is supported.glebius2013-10-311-6/+0
* After around 20 years of duty it is time for pkg_install to retirebapt2013-10-3154-11487/+0
* Make the virtual ioapic available unconditionally in a bhyve virtual machine.neel2013-10-315-23/+19
* A few minor mdoc improvements.joel2013-10-301-5/+5
* Bump .Dd after r257379.trasz2013-10-301-1/+1
* Rename '-h' option to '-p', and use "portal" instead of "host" or "address",trasz2013-10-302-38/+38
* Add a pkg(7) manpage for bootstrapbdrewery2013-10-302-1/+263
* Add a 'pkg bootstrap' command which will bootstrap pkg(8) withoutbdrewery2013-10-301-0/+9
* Make userland tools honor WITHOUT_PF build option.glebius2013-10-291-2/+2
* Update copyright to include the author of the LPC bridge emulation code.neel2013-10-291-0/+1
* 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
OpenPOWER on IntegriCloud