summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* bhyve(8) man page.grehan2013-12-132-2/+300
* I caught the following snippet at the end of my /var/log/bsdinstall_log:dteske2013-12-121-4/+3
* Add a command to inject an NMI on a specific vcpu. It is a simplejhb2013-12-121-1/+8
* Fix multi-repository support by properly respecting 'enabled' flag.bdrewery2013-12-123-15/+186
* - Use <x86/mptable.h> instead of duplicating its definitions.jhb2013-12-111-315/+145
* Fix handling for empty auth-groups. Without it, ctld child processtrasz2013-12-101-0/+8
* Change the type of addr argument in dump() function to be ableae2013-12-101-4/+8
* Remove unused macro ADVANCE() and replace ROUNDUP() macro with ALIGN().ae2013-12-101-8/+3
* Ansify function definitions.ae2013-12-101-34/+13
* mtest(8): use correct macro in mdoceadler2013-12-101-2/+2
* Fix a regression introduced by SVN r257842; resulting in mountroot promptdteske2013-12-091-1/+1
* Fix a regression introduced by SVN r257842. Result was that afterdteske2013-12-091-1/+1
* sed(1): Use /i instead of /Ieadler2013-12-091-1/+1
* - Refresh /etc/localtime after each update using tzsetup -r.jhb2013-12-092-3/+66
* Forgot to utilize feature added in SVN r257782 to prevent truncatingdteske2013-12-091-0/+1
* Fix failed attempt to send pkg(8) stderr to /dev/nulldteske2013-12-091-2/+2
* If a vcpu disables its local apic and then executes a 'HLT' then spin down theneel2013-12-071-4/+28
* Performance and debugging enhancements:dteske2013-12-0777-746/+839
* Fix the processor table entry structure to use a fixed-width type forjhb2013-12-051-16/+3
* Fix a regression introduced by SVN r257842 that prevents Encryption fromdteske2013-12-041-4/+6
* svn r251516 resized the buf argument a bit too much. Pass a hardcodedsbruno2013-12-041-1/+1
* mdoc: quote string properly.joel2013-12-021-1/+1
* Fix PKG_ABI detection in bsdconfig(8) after pkg-1.2 is released, sincegjb2013-12-021-1/+1
* Grammar fix.trasz2013-12-021-2/+2
* Fix typos.trasz2013-12-021-3/+3
* Sort function output on name of the function.dteske2013-11-301-5/+30
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-301-1/+1
* Make process descriptors standard part of the kernel. rwhod(8) alreadypjd2013-11-301-1/+1
* Fix an issue where additional lines of a function definition didn't linedteske2013-11-291-2/+2
* Fix an issue where the leading `+' sign before a function name was notdteske2013-11-291-1/+1
* Add support for level triggered interrupt pins on the vioapic. Prior to thisneel2013-11-272-2/+2
* Provide a helpful diagnostic when the minimum size rounded to the block sizejmallett2013-11-271-0/+7
* Don't create an initial value for the host filesystem of "/".grehan2013-11-271-1/+1
* Allow bhyve and bhyveload to attach to tty devices.grehan2013-11-273-58/+149
* The Data Byte Count (DBC) field of a Physical Region Descriptorgrehan2013-11-261-11/+21
* Fix discrepancy between the IOAPIC ID advertised by firmware tables and theneel2013-11-252-3/+3
* iostat: fix extracting TTY statistics from core.pluknet2013-11-251-6/+6
* Sort messages.dteske2013-11-256-29/+29
* Add missing newline to printf format string.dteske2013-11-251-2/+2
* Add missing `$' before variable name `pgm'. Unnoticed unless runningdteske2013-11-251-1/+1
* Add HPET device emulation to bhyve.neel2013-11-251-3/+84
* Replace Sun RPC license with a 3-clause BSD license, with the explicithrs2013-11-259-243/+234
* Do not create pkg.conf, as it is not necessary anymore and packagesite is dep...bapt2013-11-251-24/+0
* Add an ioctl to assert and deassert an ioapic pin atomically. This will be usedneel2013-11-234-10/+17
* Teach acpidump(8) to display the 'Flags' field in the HPET Description Table.neel2013-11-221-0/+1
* Improve network device scanning in the netdev module. First, make it use thedteske2013-11-223-35/+173
* Fix mergemaster -U by forcing FreeBSD 9 compatiblity in mtree when mtree isbrooks2013-11-221-1/+7
* f_die() (see `bsdconfig includes -dF die') uses a dialog box (and has beendteske2013-11-212-4/+6
* Fix reference to ioctl(2).pluknet2013-11-211-1/+1
* Remove unused line -- cruft left over from SVN r258360.dteske2013-11-211-1/+0
OpenPOWER on IntegriCloud