aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* I caught the following snippet at the end of my /var/log/bsdinstall_log:Devin Teske2013-12-121-4/+3
* Add a command to inject an NMI on a specific vcpu. It is a simpleJohn Baldwin2013-12-121-1/+8
* Fix multi-repository support by properly respecting 'enabled' flag.Bryan Drewery2013-12-123-15/+186
* - Use <x86/mptable.h> instead of duplicating its definitions.John Baldwin2013-12-111-315/+145
* Fix handling for empty auth-groups. Without it, ctld child processEdward Tomasz Napierala2013-12-101-0/+8
* Change the type of addr argument in dump() function to be ableAndrey V. Elsukov2013-12-101-4/+8
* Remove unused macro ADVANCE() and replace ROUNDUP() macro with ALIGN().Andrey V. Elsukov2013-12-101-8/+3
* Ansify function definitions.Andrey V. Elsukov2013-12-101-34/+13
* mtest(8): use correct macro in mdocEitan Adler2013-12-101-2/+2
* Fix a regression introduced by SVN r257842; resulting in mountroot promptDevin Teske2013-12-091-1/+1
* Fix a regression introduced by SVN r257842. Result was that afterDevin Teske2013-12-091-1/+1
* sed(1): Use /i instead of /IEitan Adler2013-12-091-1/+1
* - Refresh /etc/localtime after each update using tzsetup -r.John Baldwin2013-12-092-3/+66
* Forgot to utilize feature added in SVN r257782 to prevent truncatingDevin Teske2013-12-091-0/+1
* Fix failed attempt to send pkg(8) stderr to /dev/nullDevin Teske2013-12-091-2/+2
* If a vcpu disables its local apic and then executes a 'HLT' then spin down theNeel Natu2013-12-071-4/+28
* Performance and debugging enhancements:Devin Teske2013-12-0777-746/+839
* Fix the processor table entry structure to use a fixed-width type forJohn Baldwin2013-12-051-16/+3
* Fix a regression introduced by SVN r257842 that prevents Encryption fromDevin Teske2013-12-041-4/+6
* svn r251516 resized the buf argument a bit too much. Pass a hardcodedSean Bruno2013-12-041-1/+1
* mdoc: quote string properly.Joel Dahl2013-12-021-1/+1
* Fix PKG_ABI detection in bsdconfig(8) after pkg-1.2 is released, sinceGlen Barber2013-12-021-1/+1
* Grammar fix.Edward Tomasz Napierala2013-12-021-2/+2
* Fix typos.Edward Tomasz Napierala2013-12-021-3/+3
* Sort function output on name of the function.Devin Teske2013-11-301-5/+30
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-1/+1
* Make process descriptors standard part of the kernel. rwhod(8) alreadyPawel Jakub Dawidek2013-11-301-1/+1
* Fix an issue where additional lines of a function definition didn't lineDevin Teske2013-11-291-2/+2
* Fix an issue where the leading `+' sign before a function name was notDevin Teske2013-11-291-1/+1
* Add support for level triggered interrupt pins on the vioapic. Prior to thisNeel Natu2013-11-272-2/+2
* Provide a helpful diagnostic when the minimum size rounded to the block sizeJuli Mallett2013-11-271-0/+7
* Don't create an initial value for the host filesystem of "/".Peter Grehan2013-11-271-1/+1
* Allow bhyve and bhyveload to attach to tty devices.Peter Grehan2013-11-273-58/+149
* The Data Byte Count (DBC) field of a Physical Region DescriptorPeter Grehan2013-11-261-11/+21
* Fix discrepancy between the IOAPIC ID advertised by firmware tables and theNeel Natu2013-11-252-3/+3
* iostat: fix extracting TTY statistics from core.Sergey Kandaurov2013-11-251-6/+6
* Sort messages.Devin Teske2013-11-256-29/+29
* Add missing newline to printf format string.Devin Teske2013-11-251-2/+2
* Add missing `$' before variable name `pgm'. Unnoticed unless runningDevin Teske2013-11-251-1/+1
* Add HPET device emulation to bhyve.Neel Natu2013-11-251-3/+84
* Replace Sun RPC license with a 3-clause BSD license, with the explicitHiroki Sato2013-11-259-243/+234
* Do not create pkg.conf, as it is not necessary anymore and packagesite is dep...Baptiste Daroussin2013-11-251-24/+0
* Add an ioctl to assert and deassert an ioapic pin atomically. This will be usedNeel Natu2013-11-234-10/+17
* Teach acpidump(8) to display the 'Flags' field in the HPET Description Table.Neel Natu2013-11-221-0/+1
* Improve network device scanning in the netdev module. First, make it use theDevin Teske2013-11-223-35/+173
* Fix mergemaster -U by forcing FreeBSD 9 compatiblity in mtree when mtree isBrooks Davis2013-11-221-1/+7
* f_die() (see `bsdconfig includes -dF die') uses a dialog box (and has beenDevin Teske2013-11-212-4/+6
* Fix reference to ioctl(2).Sergey Kandaurov2013-11-211-1/+1
* Remove unused line -- cruft left over from SVN r258360.Devin Teske2013-11-211-1/+0
* Quote the interface name for good measure.Devin Teske2013-11-211-6/+7