aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Use the SOCK_CLOEXEC flags in the socket(2) 'type' attribute instead ofBaptiste Daroussin2016-04-161-8/+3
* Use pipe2(2) to directly set the close-on-exec flags directlyBaptiste Daroussin2016-04-161-6/+1
* MFHGlen Barber2016-04-1621-55/+143
|\
| * Cleanup unnecessary semicolons from utilities we all love.Pedro F. Giffuni2016-04-158-10/+10
| * Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-151-8/+8
| * Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-152-2/+2
| * Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-151-3/+3
| * Use NULL instead of 0 for pointers and memory allocation.Marcelo Araujo2016-04-151-3/+3
| * Remove a link to the CTM section of the Handbook, which no longer exists.Warren Block2016-04-141-6/+1
| * Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-141-1/+1
| * Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-141-1/+1
| * Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-142-3/+3
| * Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-141-3/+5
| * Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-141-1/+1
| * Handle PBA that shares a page with MSI-X table for passthrough devices.John Baldwin2016-04-132-14/+105
* | MFHGlen Barber2016-04-133-39/+26
|\|
| * Convert ypldap_addr list to a tailq(queue(3)).Marcelo Araujo2016-04-133-39/+26
* | MFHGlen Barber2016-04-131-0/+9
|\|
| * Apply revisions 1.4 and 1.5 from ldapd's ber.c to ypldap's copy, so it canMarcelo Araujo2016-04-131-0/+9
* | MFHGlen Barber2016-04-121-1/+1
|\|
| * Make the usage() mention the -u option added in r295212.Edward Tomasz Napierala2016-04-121-1/+1
* | MFHGlen Barber2016-04-1111-27/+31
|\|
| * lpr: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-108-23/+23
| * Allow the location of the kernel source tree to be overridden.Peter Grehan2016-04-101-1/+3
| * bsdinstall/zfsboot should create /tmp and /var/tmp if they do not existAllan Jude2016-04-081-0/+2
| * Do not add swap to fstab when swapsize is 0Allan Jude2016-04-081-2/+2
| * Chase r296204 by renaming tzsetup(1) to tzsetup(8) in the testsEnji Cooper2016-04-061-1/+1
* | MFHGlen Barber2016-04-062-7/+2
|\|
| * bhyveload: fix from loading undefined size.Pedro F. Giffuni2016-04-061-2/+1
| * bhyve: Remove unneeded variable ncq.Pedro F. Giffuni2016-04-051-5/+1
* | MFHGlen Barber2016-04-0423-144/+211
|\|
| * Output information about PCI-e devices with slots.John Baldwin2016-04-021-2/+42
| * Various updates to the PCI-express capability output.John Baldwin2016-04-021-11/+17
| * mtest: Prevent access to uninitialized value.Pedro F. Giffuni2016-04-011-1/+1
| * pci_emul_dior(): fix uninitialized scalar variable.Pedro F. Giffuni2016-03-311-0/+1
| * Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.Bryan Drewery2016-03-301-5/+0
| * Adjust misleading wording of the -G option and simplify a fewWarren Block2016-03-281-11/+9
| * Cleanup headersBaptiste Daroussin2016-03-262-5/+0
| * Remove some unneeded headersBaptiste Daroussin2016-03-264-7/+0
| * fix incorrect usage of hid_set_data() which causes crashMaksim Yevmenkin2016-03-231-17/+13
| * Implement suggestion by jhb@ to have _PATH_FIRMWARE instead of hardWarner Losh2016-03-231-1/+1
| * Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-2/+2
| * Remove 50% ZFS conditional from bsdinstall/zfsbootAllan Jude2016-03-171-5/+5
| * kbdcontrol: add -P path option to add keymap search pathsEd Maste2016-03-162-23/+73
| * Make fail() preserve the errno.Edward Tomasz Napierala2016-03-151-1/+5
| * Use the log_errno value passed to the function instead of the errno globalEdward Tomasz Napierala2016-03-153-18/+27
| * Just install ar5523.bin into /usr/share/firmware and stop compiling itWarner Losh2016-03-153-36/+16
* | MFHGlen Barber2016-03-1414-82/+169
|\|
| * Clean up repeated "All rights reserved"Ryan Stone2016-03-144-4/+4
| * Fix typo: nmd->cur_tx_ring should be used in pci_vtnet_netmap_writev()George V. Neville-Neil2016-03-141-5/+9