summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* In bsdinstall_log, it's rather confusing to see the following sequence:dteske2013-12-181-1/+1
* Fix "[: -eq: argument expected" error introduced by SVN r256343. The codedteske2013-12-181-2/+1
* Rename the ambiguously named 'vm_setup_msi()' and 'vm_setup_msix()' toneel2013-12-181-11/+9
* Add an API to deliver message signalled interrupts to vcpus. This allowsneel2013-12-163-36/+31
* Auto-enable 4k sector alignment when disk encryption is requested (it isdteske2013-12-161-0/+1
* Fix a long-standing edge-case that would result in a ghosted `zroot' pooldteske2013-12-161-0/+6
* Add kern.geom.label.disk_ident.enable="0" to loader.conf(5).dteske2013-12-161-0/+3
* De-uglify the geli(8)-setup infobox by adding a newline.dteske2013-12-161-1/+1
* fletcher4 is currently the default.dteske2013-12-161-1/+1
* Improve default ZFS disk layout (tested):dteske2013-12-161-202/+197
* Bug-fixes and debugging improvments:dteske2013-12-161-145/+142
* Accept NULL input as also meaning zero swap.dteske2013-12-161-1/+1
* As per discussions on -current, re-add /var/mail (removed in r257842) butdteske2013-12-161-0/+1
* Mask error from newaliases(1) when the hostname is not fully qualified.dteske2013-12-161-1/+1
* Add a fix for Long-standing problem with VMware. Described in below links:dteske2013-12-161-0/+4
* Add Casper support.pjd2013-12-151-0/+5
* Export 'REPOS_DIR' when the selected source medium for packagegjb2013-12-151-0/+3
* Replace Sun RPC license for TI-RPC library with a 3-clause BSD license,hrs2013-12-151-27/+25
* mdoc: sort SEE ALSO.joel2013-12-151-2/+2
* 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
OpenPOWER on IntegriCloud