summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Don't use SYSDIR to avoid conflicts with existing usage.grehan2016-04-201-2/+2
* Update the bhyve(8) man page:novel2016-04-201-1/+22
* Always emit an error message on passthru configuration errors.jhb2016-04-191-22/+34
* Add a new installation type to bsdinstall/zfsboot: BIOS+UEFIallanjude2016-04-191-16/+52
* Reuse our roundup2() macro instead of reinventing the wheel.pfg2016-04-182-6/+2
* The malloc will return NULL if it can't allocate memory.araujo2016-04-181-1/+1
* Use nitems instead of 'sizeof(mapnames) / sizeof(mapnames[0]'.araujo2016-04-181-2/+2
* Use the SOCK_CLOEXEC flags in the socket(2) 'type' attribute instead ofbapt2016-04-161-8/+3
* Use pipe2(2) to directly set the close-on-exec flags directlybapt2016-04-161-6/+1
* MFHgjb2016-04-1621-55/+143
|\
| * Cleanup unnecessary semicolons from utilities we all love.pfg2016-04-158-10/+10
| * Use NULL instead of 0 for pointers.araujo2016-04-151-8/+8
| * Use NULL instead of 0 for pointers.araujo2016-04-152-2/+2
| * Use NULL instead of 0 for pointers.araujo2016-04-151-3/+3
| * Use NULL instead of 0 for pointers and memory allocation.araujo2016-04-151-3/+3
| * Remove a link to the CTM section of the Handbook, which no longer exists.wblock2016-04-141-6/+1
| * Use NULL instead of 0 for pointers.araujo2016-04-141-1/+1
| * Use NULL instead of 0 for pointers.araujo2016-04-141-1/+1
| * Use NULL instead of 0 for pointers.araujo2016-04-142-3/+3
| * Use NULL instead of 0 for pointers.araujo2016-04-141-3/+5
| * Use NULL instead of 0 for pointers.araujo2016-04-141-1/+1
| * Handle PBA that shares a page with MSI-X table for passthrough devices.jhb2016-04-132-14/+105
| * Convert ypldap_addr list to a tailq(queue(3)).araujo2016-04-133-39/+26
* | MFHgjb2016-04-133-39/+26
* | MFHgjb2016-04-131-0/+9
|\ \ | |/
| * Apply revisions 1.4 and 1.5 from ldapd's ber.c to ypldap's copy, so it canaraujo2016-04-131-0/+9
| * Make the usage() mention the -u option added in r295212.trasz2016-04-121-1/+1
* | MFHgjb2016-04-121-1/+1
* | MFHgjb2016-04-1111-27/+31
|\ \ | |/
| * lpr: replace 0 with NULL for pointers.pfg2016-04-108-23/+23
| * Allow the location of the kernel source tree to be overridden.grehan2016-04-101-1/+3
| * bsdinstall/zfsboot should create /tmp and /var/tmp if they do not existallanjude2016-04-081-0/+2
| * Do not add swap to fstab when swapsize is 0allanjude2016-04-081-2/+2
| * Chase r296204 by renaming tzsetup(1) to tzsetup(8) in the testsngie2016-04-061-1/+1
| * bhyveload: fix from loading undefined size.pfg2016-04-061-2/+1
| * bhyve: Remove unneeded variable ncq.pfg2016-04-051-5/+1
* | MFHgjb2016-04-062-7/+2
* | MFHgjb2016-04-0423-144/+211
|\ \ | |/
| * Output information about PCI-e devices with slots.jhb2016-04-021-2/+42
| * Various updates to the PCI-express capability output.jhb2016-04-021-11/+17
| * mtest: Prevent access to uninitialized value.pfg2016-04-011-1/+1
| * pci_emul_dior(): fix uninitialized scalar variable.pfg2016-03-311-0/+1
| * Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.bdrewery2016-03-301-5/+0
| * Adjust misleading wording of the -G option and simplify a fewwblock2016-03-281-11/+9
| * Cleanup headersbapt2016-03-262-5/+0
| * Remove some unneeded headersbapt2016-03-264-7/+0
| * fix incorrect usage of hid_set_data() which causes crashemax2016-03-231-17/+13
| * Implement suggestion by jhb@ to have _PATH_FIRMWARE instead of hardimp2016-03-231-1/+1
| * Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-181-2/+2
| * Remove 50% ZFS conditional from bsdinstall/zfsbootallanjude2016-03-171-5/+5
OpenPOWER on IntegriCloud