summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Merge headsjg2014-04-28469-23721/+22935
|\
| * Finish connecting up installer UEFI support. If the kernel was booted usingnwhitehorn2014-04-271-5/+5
| * Add EFI support to the installer. This requires that the kernel providenwhitehorn2014-04-267-17/+85
| * Remove sa_equal() definition since it is already defined in net/route.h.melifaro2014-04-261-3/+0
| * Respect and track the enable bit in the PCI configuration address word.grehan2014-04-251-5/+9
| * Provide a very basic stub for the 8042 PS/2 keyboard controller.tychon2014-04-253-4/+86
| * Style fixes.trasz2014-04-241-9/+9
| * Update zfsboot to coincide with r264840 to bsdconfig(8) addingdteske2014-04-231-23/+71
| * Implement GEOM based media device classification. You'll notice a fewdteske2014-04-2322-771/+1579
| * Import libucl 0.4.0bapt2014-04-222-6/+6
| * Simplify reading pw.conf(5) by using getline(3)bapt2014-04-222-24/+12
| * Use calloc() in favor of malloc + memset.delphij2014-04-229-24/+12
| * Factor out common ioport handler code for better hygiene -- pointedtychon2014-04-221-22/+12
| * - Fix an off by one error when checking for the stop event. This resultedjhb2014-04-221-6/+12
| * Don't claim the adapter is idle if it is clearing a drive.jhb2014-04-221-1/+1
| * Use case insensitive match in portsnap.delphij2014-04-211-1/+1
| * Fix ACPI DSDT indentation cosmetic breakage introduced in r264631 --tychon2014-04-181-1/+1
| * Respect the destination operand size of the 'Input from Port' instruction.tychon2014-04-181-4/+23
| * Add support for reading the PIT Counter 2 output signal via the NMItychon2014-04-181-0/+18
| * Remove redundant code.trasz2014-04-171-1/+0
| * Make it possible for the initiator side to operate in both proxytrasz2014-04-163-34/+46
| * English.trasz2014-04-161-3/+3
| * If we fail to create LUN, try again on next configuration reload.trasz2014-04-161-1/+9
| * Use consistent punctuation.trasz2014-04-161-3/+4
| * Use proper terminology in debug messages.trasz2014-04-161-3/+3
| * Constify.trasz2014-04-162-10/+13
| * Properly pass the initiator address when running in proxy mode.trasz2014-04-163-31/+34
| * Use socket address from accept(2) instead of retrieving it viatrasz2014-04-161-11/+13
| * Rework the way we enable CTL iSCSI port. Previously conf_apply()trasz2014-04-163-8/+16
| * Properly identify target portal when running in proxy mode. While here,trasz2014-04-163-28/+45
| * Make it possible for the iSCSI target side to operate in both normaltrasz2014-04-163-86/+112
| * Stop treating LUN 0 as mandatory. There is no reason to do that.trasz2014-04-151-7/+6
| * When merging docsinstall and zfsboot updates to stable/9 it was discovereddteske2014-04-152-0/+2
| * mergemaster: Avoid "/var/tmp/temproot disappeared" if there is nothing tojilles2014-04-141-1/+1
| * Add support for emulating the slave PIC.tychon2014-04-141-2/+2
| * Fix typo in debug/log statement.dteske2014-04-141-1/+1
| * NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-1323-23/+23
| * Remove the names of the build host and user and the build date. Thisdes2014-04-121-9/+0
| * Fix stray "." left over from previous commit.brueffer2014-04-101-1/+1
| * Fix Xref order in SEE ALSO.brueffer2014-04-101-2/+2
| * More mdoc/spelling/grammar cleanup.brueffer2014-04-101-30/+36
| * Constrain the amount of data returned to what is actually availabletychon2014-04-091-3/+5
| * Handle single-byte reads from the bvmcons port (0x220) by returningjhb2014-04-081-0/+9
| * Quick mdoc/whitespace/spelling pass, this needs some more work.brueffer2014-04-081-20/+24
| * Explicitly initialize 'vmname' to NULL.jhb2014-04-081-0/+1
| * Add Stacey Son's binary activation patches that allow remapping ofsbruno2014-04-084-0/+705
| * Fork a child process and wait until the process terminates when the -Pjh2014-04-061-1/+1
| * Timestamps may not have a decimal point.marcel2014-04-061-1/+3
| * Speed up the lookup of interfaces when there are a large numbergnn2014-04-051-8/+19
| * Add support for the virtio RNG entropy-source device.grehan2014-04-024-1/+194
OpenPOWER on IntegriCloud