aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Merge from head up to r262611.Dimitry Andric2014-02-281-1/+1
|\
| * We install the tool, so why not the man page?Dag-Erling Smørgrav2014-02-271-1/+1
* | Merge from head up to r262536.Dimitry Andric2014-02-264-35/+53
|\|
| * Document the "-a" and "-x" options to match the changes in r262236.Neel Natu2014-02-261-2/+7
| * Queue pending exceptions in the 'struct vcpu' instead of directly updating theNeel Natu2014-02-261-4/+10
| * Rough cleanup (new sentence -> new line, grammar, spelling, mdoc).Christian Brueffer2014-02-251-28/+35
| * In puthdr(), start the ELF .data section on a new page, as this isChristian Brueffer2014-02-251-1/+1
* | Merge from head up to r262472.Dimitry Andric2014-02-257-4/+189
|\|
| * Add correct attributions.Adrian Chadd2014-02-242-0/+2
| * Add a new option - 'a <file>' - which spits out annotated callgraphs.Adrian Chadd2014-02-246-3/+186
| * Remove a useless newline, warnx already appends a newlineBaptiste Daroussin2014-02-231-1/+1
* | Merge from head up to r262415.Dimitry Andric2014-02-234-161/+117
|\|
| * Update my copyrightBaptiste Daroussin2014-02-232-2/+2
| * Switch pkg(7) from libyaml to libuclBaptiste Daroussin2014-02-233-146/+82
| * ZFS boot support for bhyveload.Peter Grehan2014-02-221-13/+33
* | In usr.sbin/eeprom/ofw_options.c, remove a superfluous const specifier.Dimitry Andric2014-02-221-1/+1
|/
* Fix virtio spec URL.Peter Grehan2014-02-211-1/+1
* Avoid clobbering the counter mode when issuing a latch command.Tycho Nightingale2014-02-211-2/+3
* Simplify APIC mode switching from MMIO to x2APIC. In part this is done toNeel Natu2014-02-201-15/+13
* Add a check to validate that memory BARs of passthru devices are 4KB aligned.Neel Natu2014-02-183-27/+53
* Tweak the handling of PCI capabilities in emulated devices to removeJohn Baldwin2014-02-182-47/+26
* Add zfsboot to the scripted interface of bsdinstall(8); oops!Devin Teske2014-02-161-1/+5
* Update bhyve(8) man page to describe the usage of the "-s" option to assignNeel Natu2014-02-141-3/+9
* Allow PCI devices to be configured on all valid bus numbers from 0 to 255.Neel Natu2014-02-145-107/+270
* In chat_UpdateSet(), initialize the input buffer to prevent stale dataChristian Brueffer2014-02-141-0/+5
* Bump .Dd forgotten in r261832.Niclas Zeising2014-02-131-1/+1
* Add commas (,) to the list in the SEE ALSO section, to match most otherNiclas Zeising2014-02-131-3/+3
* Add cross references between rc.conf(5) and jail.conf(5).Niclas Zeising2014-02-131-0/+1
* Fix world build WITHOUT_PF.Gleb Smirnoff2014-02-121-1/+4
* Provide an indication a "PIO Setup Device to Host FIS" occurred while executingTycho Nightingale2014-02-121-3/+13
* In acline_init(), initialize ac_line to SRC_UNKNOWN. PreviouslyChristian Brueffer2014-02-111-0/+1
* Make the debug messages during ctld(8) shutdown less confusing.Edward Tomasz Napierala2014-02-111-3/+3
* Show proper configuration file line numbers in error messages.Edward Tomasz Napierala2014-02-111-1/+1
* Make ctld error out on invalid characters in ctl.conf.Edward Tomasz Napierala2014-02-111-0/+1
* Improve error reporting.Edward Tomasz Napierala2014-02-111-7/+24
* So, it turns out SIGCHLD is discarded by default, so we have to set upEdward Tomasz Napierala2014-02-111-0/+16
* Use new auth-type "deny" instead of using "chap" with no chap entries;Edward Tomasz Napierala2014-02-115-11/+15
* Use "default" as default discovery-auth-group, instead of "no-access".Edward Tomasz Napierala2014-02-112-4/+7
* Update manual page to match recent auth-group "default" changes.Edward Tomasz Napierala2014-02-111-3/+4
* Add a new auth-group "default", defaulting to deny, and make it possibleEdward Tomasz Napierala2014-02-112-5/+25
* Make it possible to redefine portal-group "default".Edward Tomasz Napierala2014-02-112-3/+26
* Add auth-type.Edward Tomasz Napierala2014-02-115-11/+119
* Rename a variable, no functional changes.Edward Tomasz Napierala2014-02-116-75/+75
* Yacc cleanup; no functional changes.Edward Tomasz Napierala2014-02-111-49/+49
* Make function ordering slightly more logical; no functional changes.Edward Tomasz Napierala2014-02-111-120/+120
* Implement initiator-name and initiator-portal restrictions.Edward Tomasz Napierala2014-02-116-6/+278
* Daemonize after applying configuration, not before, so thatEdward Tomasz Napierala2014-02-111-8/+9
* Empty data segment during Login Phase is rather unlikely, but it'sEdward Tomasz Napierala2014-02-113-8/+1
* The log_whatever() routines don't accept NULL for format strings,Edward Tomasz Napierala2014-02-111-4/+4
* Improve check for duplicated paths. It shows the warning twice forEdward Tomasz Napierala2014-02-111-10/+15