summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
...
* Allow dispatched reswords to carry arguments. Fix a comment while here.dteske2014-03-072-9/+8
* Open the uart emulation's backing tty in non-blocking mode.grehan2014-03-071-1/+1
* Part 2 of bug 187310.. had to commit separately due to local confusion.julian2014-03-061-15/+21
* Stop pw(8) from segfaulting when given certain inputjulian2014-03-061-6/+13
* Disable libwrap (TCP wrappers) support in rpcbind by default, introducingmav2014-03-064-11/+31
* Allow comments at end of line.sjg2014-03-041-0/+7
* Add SMBIOS support.tychon2014-03-046-11/+890
* Add missing description of du (daemon.user) printcap capability.dwmalone2014-03-041-0/+1
* Merge from head up to r262611.dim2014-02-281-1/+1
|\
| * We install the tool, so why not the man page?des2014-02-271-1/+1
* | Merge from head up to r262536.dim2014-02-264-35/+53
|\ \ | |/
| * Document the "-a" and "-x" options to match the changes in r262236.neel2014-02-261-2/+7
| * Queue pending exceptions in the 'struct vcpu' instead of directly updating theneel2014-02-261-4/+10
| * Rough cleanup (new sentence -> new line, grammar, spelling, mdoc).brueffer2014-02-251-28/+35
| * In puthdr(), start the ELF .data section on a new page, as this isbrueffer2014-02-251-1/+1
* | Merge from head up to r262472.dim2014-02-257-4/+189
|\ \ | |/
| * Add correct attributions.adrian2014-02-242-0/+2
| * Add a new option - 'a <file>' - which spits out annotated callgraphs.adrian2014-02-246-3/+186
| * Remove a useless newline, warnx already appends a newlinebapt2014-02-231-1/+1
* | Merge from head up to r262415.dim2014-02-234-161/+117
|\ \ | |/
| * Update my copyrightbapt2014-02-232-2/+2
| * Switch pkg(7) from libyaml to libuclbapt2014-02-233-146/+82
| * ZFS boot support for bhyveload.grehan2014-02-221-13/+33
* | In usr.sbin/eeprom/ofw_options.c, remove a superfluous const specifier.dim2014-02-221-1/+1
|/
* Fix virtio spec URL.grehan2014-02-211-1/+1
* Avoid clobbering the counter mode when issuing a latch command.tychon2014-02-211-2/+3
* Simplify APIC mode switching from MMIO to x2APIC. In part this is done toneel2014-02-201-15/+13
* Add a check to validate that memory BARs of passthru devices are 4KB aligned.neel2014-02-183-27/+53
* Tweak the handling of PCI capabilities in emulated devices to removejhb2014-02-182-47/+26
* Add zfsboot to the scripted interface of bsdinstall(8); oops!dteske2014-02-161-1/+5
* Update bhyve(8) man page to describe the usage of the "-s" option to assignneel2014-02-141-3/+9
* Allow PCI devices to be configured on all valid bus numbers from 0 to 255.neel2014-02-145-107/+270
* In chat_UpdateSet(), initialize the input buffer to prevent stale databrueffer2014-02-141-0/+5
* Bump .Dd forgotten in r261832.zeising2014-02-131-1/+1
* Add commas (,) to the list in the SEE ALSO section, to match most otherzeising2014-02-131-3/+3
* Add cross references between rc.conf(5) and jail.conf(5).zeising2014-02-131-0/+1
* Fix world build WITHOUT_PF.glebius2014-02-121-1/+4
* Provide an indication a "PIO Setup Device to Host FIS" occurred while executingtychon2014-02-121-3/+13
* In acline_init(), initialize ac_line to SRC_UNKNOWN. Previouslybrueffer2014-02-111-0/+1
* Make the debug messages during ctld(8) shutdown less confusing.trasz2014-02-111-3/+3
* Show proper configuration file line numbers in error messages.trasz2014-02-111-1/+1
* Make ctld error out on invalid characters in ctl.conf.trasz2014-02-111-0/+1
* Improve error reporting.trasz2014-02-111-7/+24
* So, it turns out SIGCHLD is discarded by default, so we have to set uptrasz2014-02-111-0/+16
* Use new auth-type "deny" instead of using "chap" with no chap entries;trasz2014-02-115-11/+15
* Use "default" as default discovery-auth-group, instead of "no-access".trasz2014-02-112-4/+7
* Update manual page to match recent auth-group "default" changes.trasz2014-02-111-3/+4
* Add a new auth-group "default", defaulting to deny, and make it possibletrasz2014-02-112-5/+25
* Make it possible to redefine portal-group "default".trasz2014-02-112-3/+26
* Add auth-type.trasz2014-02-115-11/+119
OpenPOWER on IntegriCloud