aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Check value returned from ucl_parser_add_file().Jakub Wojciech Klama2016-03-131-2/+1
* dd report short write as error, so don't halt on it.Alexander Motin2016-03-121-2/+2
* Fix gcc warnings about possibly uninitialized variables in gpioctl.c.Dimitry Andric2016-03-121-2/+1
* Make it possible for operations to refer to GPIO pins by nameOleksandr Tymoshenko2016-03-112-42/+127
* Add to CFLAGS, rather than replacing.Justin Hibbits2016-03-114-4/+4
* Oops, remove debugging forgotten in r296655.Alexander Motin2016-03-111-1/+1
* Don't bother to invoke gmirror or zpool if the module is not loaded.Alexander Motin2016-03-111-0/+6
* Unify and improve metadata wiping.Alexander Motin2016-03-111-24/+18
* Use `geom disk list` instead `camcontrol identify`.Alexander Motin2016-03-111-2/+2
* DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-0910-0/+120
* Set argument encode/result decode call backs for 'maplist' and 'all'.Marcelo Araujo2016-03-041-0/+4
* Implement the 'master' request.Marcelo Araujo2016-03-041-1/+10
* o -t comman line option added to the usage().Maxim Konovalov2016-03-031-3/+3
* daemon(8): Add -t option to set process titleConrad Meyer2016-03-022-6/+16
* Fix a typo that prevented pw(8) from setting a user's UID to 0.Mark Johnston2016-03-021-1/+1
* - update portsnap(8) to direct users to pkg-versionJason Helfman2016-03-011-3/+5
* Fix typo.Edward Tomasz Napierala2016-02-291-1/+1
* jls(1) -> jls(8)Edward Tomasz Napierala2016-02-291-3/+3
* Fix typo.Edward Tomasz Napierala2016-02-291-1/+1
* tzsetup(1) -> tzsetup(8)Edward Tomasz Napierala2016-02-292-3/+3
* Autofs is section 5, not 4.Edward Tomasz Napierala2016-02-291-1/+1
* Fix typo.Edward Tomasz Napierala2016-02-291-1/+1
* Fix .Xr - autofs(5) is section 5, not 8.Edward Tomasz Napierala2016-02-281-2/+2
* pciconf: Silence a GCC warning.Pedro F. Giffuni2016-02-261-1/+1
* Update dependencies.Bryan Drewery2016-02-261-1/+2
* Add option -C to have the guest memory included in core files.Marcel Moolenaar2016-02-262-2/+12
* Support version 4 of the userboot structure by implementing theMarcel Moolenaar2016-02-261-1/+20
* Change format string in pciconf EA to jxWojciech Macek2016-02-261-3/+3
* Add support for Enhanced Allocation in pciconfWojciech Macek2016-02-261-0/+138
* Convert casperd(8) daemon to the libcasper.Mariusz Zaborski2016-02-252-3/+4
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-2454-638/+0
* Following revision r295924, the changes to a db file should be fsyncedDavid Malone2016-02-231-4/+4
* Fix the usr.sbin/iostat build with GCC, broken by r295768Alan Somers2016-02-221-9/+9
* Document the ability to override compiled-in env and hints using variablesIan Lepore2016-02-211-3/+6
* Fix possible out-of-bounds access detected by Ulrich Spörleins "scan-build".Stefan Eßer2016-02-191-19/+15
* Use __unused instead of casting to void to silence the unused parameterStefan Eßer2016-02-182-10/+4
* Fix compiler warnings in iostatAlan Somers2016-02-182-24/+25