aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Use INADDR_NONE instead of -1 to check inet_addr() result.Kevin Lo2013-10-153-4/+5
* Add executable bit to docsinstall [old] and entropy [new] scripts.Devin Teske2013-10-152-0/+0
* Rename libbsdyml to libyaml, make private, and bumpBryan Drewery2013-10-142-3/+6
* Fix signed integer overflow detection in f_expand_number() of strings.subr.Devin Teske2013-10-121-24/+34
* Implement the virtio block 'get-ident' operation. This eliminates thePeter Grehan2013-10-121-5/+47
* - Add mount.fdescfs parameter to jail(8). This is similar toHiroki Sato2013-10-125-6/+51
* Remove the dumpdev configuration dialog, merge it into the regularDevin Teske2013-10-111-10/+11
* Incorporate PR bin/161547 to detect when an interface is wireless.Devin Teske2013-10-111-3/+9
* Rewrite the keymap module to display an actual menu of selectableDevin Teske2013-10-111-6/+208
* Add zfsboot module as an option for automatic configuration. Default isDevin Teske2013-10-115-8/+1080
* After installation, dump 4096 bytes from /dev/random to /entropy in theDag-Erling Smørgrav2013-10-116-4/+43
* Add new f_expand_number() (shadowing expand_number(3)).Devin Teske2013-10-111-0/+106
* Store descriptions for DEVICE_TYPE_DISK and fix static-defaults mapping.Devin Teske2013-10-111-8/+61
* Add $VAR_ZFSINTERACTIVE (zfsInteractive) and new f_zfsinteractive() forDevin Teske2013-10-111-0/+16
* Fix a bug that would occur in application death when debugging was enabledDevin Teske2013-10-111-6/+6
* Add keymap.subr for presenting custom keymap dialogs (with X11 support).Devin Teske2013-10-114-2/+267
* Add a USE_DIALOG global (analogous to USE_XDIALOG); useful for insertingDevin Teske2013-10-111-1/+2
* Fix a minor bug; if strings.subr was included by itself it may not haveDevin Teske2013-10-111-0/+5
* Add support for obtaining the capacity of disks. Add comment while here.Devin Teske2013-10-111-9/+43
* - Update rc.d/jail to use a jail(8) configuration file instead ofHiroki Sato2013-10-101-4/+6
* Allow a 4-byte write to PCI config space to overlapPeter Grehan2013-10-091-3/+12
* Fix missing .Joel Dahl2013-10-091-1/+1
* Plug memory leak.Edward Tomasz Napierala2013-10-091-0/+1
* Fix memory overrun.Edward Tomasz Napierala2013-10-091-1/+1
* Plug memory leaks.Edward Tomasz Napierala2013-10-091-1/+3
* Fix two off-by-ones.Edward Tomasz Napierala2013-10-091-2/+2
* Fix incorrect use of sizeof().Edward Tomasz Napierala2013-10-091-1/+1
* Fix off-by-one.Edward Tomasz Napierala2013-10-091-1/+1
* Introduce centralized [X]dialog(1) exit codes to `dialog.subr' and make-useDevin Teske2013-10-0947-206/+208
* Parse the memory size parameter using expand_number() to allow specifyingNeel Natu2013-10-096-14/+37
* In usr.sbin/bhyve/pci_ahci.c, fix several gcc warnings of the formDimitry Andric2013-10-081-11/+11
* After r256062, the static function fbsdrun_get_next_cpu() inDimitry Andric2013-10-081-11/+0
* Change the behavior of bhyve such that the gdb listening port is opt-inNeel Natu2013-10-082-5/+3
* Merge projects/bhyve_npt_pmap into head.Neel Natu2013-10-055-29/+48
* Remove obsolete cmd-line options and code associated withPeter Grehan2013-10-043-154/+28
* kldxref: Do not depend on the directory order.Jilles Tjoelker2013-10-041-1/+11
* Hook up the AHCI and blockif code to the build.Peter Grehan2013-10-041-2/+2
* Import Zhixiang Yu's GSoC'13 AHCI emulation:Peter Grehan2013-10-042-0/+2109
* Block-layer backend interface for bhyve block-io device emulations.Peter Grehan2013-10-042-0/+490
* Meinberg clocks support was inadvertently removed during the last vendorOllivier Robert2013-10-022-2/+2
* Sweep man pages replacing ad -> ada.Sergey Kandaurov2013-10-011-4/+4
* Remove BIND.Dag-Erling Smørgrav2013-09-3019-525/+0
* Remove ftp5.se.f.o, as per request to -hubs@Gavin Atkinson2013-09-282-2/+0
* - Remove the is (Iceland) mirror per mail from the admins.Brad Davis2013-09-272-2/+0
* Fix incorrect assertion on the minimum side. ZFS wouldPeter Grehan2013-09-261-1/+1
* Prevent resolvconf from updating /etc/resolv.conf. As Jakob SchlyterDag-Erling Smørgrav2013-09-231-5/+3
* Fix coredump on 'arp -d'.Gleb Smirnoff2013-09-231-1/+4
* Ensure that resolvconf(8) preserves the edns0 setting.Dag-Erling Smørgrav2013-09-231-0/+1
* Fix a bug in HTTP checking/fetching.Devin Teske2013-09-234-4/+38
* Add installer support for CHRP/PAPR PowerPC systems that use MBR+BSDNathan Whitehorn2013-09-232-2/+4