summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* kbdcontrol: add -P path option to add keymap search pathsemaste2016-03-162-23/+73
* Make fail() preserve the errno.trasz2016-03-151-1/+5
* Use the log_errno value passed to the function instead of the errno globaltrasz2016-03-153-18/+27
* Just install ar5523.bin into /usr/share/firmware and stop compiling itimp2016-03-153-36/+16
* Clean up repeated "All rights reserved"rstone2016-03-144-4/+4
* Fix typo: nmd->cur_tx_ring should be used in pci_vtnet_netmap_writev()gnn2016-03-141-5/+9
* Check value returned from ucl_parser_add_file().jceel2016-03-131-2/+1
* dd report short write as error, so don't halt on it.mav2016-03-121-2/+2
* Fix gcc warnings about possibly uninitialized variables in gpioctl.c.dim2016-03-121-2/+1
* Make it possible for operations to refer to GPIO pins by namegonzo2016-03-112-42/+127
* Add to CFLAGS, rather than replacing.jhibbits2016-03-114-4/+4
* Oops, remove debugging forgotten in r296655.mav2016-03-111-1/+1
* Don't bother to invoke gmirror or zpool if the module is not loaded.mav2016-03-111-0/+6
* Unify and improve metadata wiping.mav2016-03-111-24/+18
* Use `geom disk list` instead `camcontrol identify`.mav2016-03-111-2/+2
* DIRDEPS_BUILD: Connect MK_TESTS.bdrewery2016-03-0910-0/+120
* Set argument encode/result decode call backs for 'maplist' and 'all'.araujo2016-03-041-0/+4
* Implement the 'master' request.araujo2016-03-041-1/+10
* o -t comman line option added to the usage().maxim2016-03-031-3/+3
* daemon(8): Add -t option to set process titlecem2016-03-022-6/+16
* Fix a typo that prevented pw(8) from setting a user's UID to 0.markj2016-03-021-1/+1
* - update portsnap(8) to direct users to pkg-versionjgh2016-03-011-3/+5
* Fix typo.trasz2016-02-291-1/+1
* jls(1) -> jls(8)trasz2016-02-291-3/+3
* Fix typo.trasz2016-02-291-1/+1
* tzsetup(1) -> tzsetup(8)trasz2016-02-292-3/+3
* Autofs is section 5, not 4.trasz2016-02-291-1/+1
* Fix typo.trasz2016-02-291-1/+1
* Fix .Xr - autofs(5) is section 5, not 8.trasz2016-02-281-2/+2
* pciconf: Silence a GCC warning.pfg2016-02-261-1/+1
* Update dependencies.bdrewery2016-02-261-1/+2
* Add option -C to have the guest memory included in core files.marcel2016-02-262-2/+12
* Support version 4 of the userboot structure by implementing themarcel2016-02-261-1/+20
* Change format string in pciconf EA to jxwma2016-02-261-3/+3
* Add support for Enhanced Allocation in pciconfwma2016-02-261-0/+138
* Convert casperd(8) daemon to the libcasper.oshogbo2016-02-252-3/+4
* DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-2454-638/+0
* Following revision r295924, the changes to a db file should be fsynceddwmalone2016-02-231-4/+4
* Fix the usr.sbin/iostat build with GCC, broken by r295768asomers2016-02-221-9/+9
* Document the ability to override compiled-in env and hints using variablesian2016-02-211-3/+6
* Fix possible out-of-bounds access detected by Ulrich Spörleins "scan-build".se2016-02-191-19/+15
* Use __unused instead of casting to void to silence the unused parameterse2016-02-182-10/+4
* Fix compiler warnings in iostatasomers2016-02-182-24/+25
* Make WARNS=6 safe.se2016-02-183-10/+19
* Use the _SAFE loop variant, since the loop body may remove queue entries.markj2016-02-181-2/+3
* crontab: ftruncate() with ftello() instead of ftell().pfg2016-02-161-1/+1
* cron: use (char *)NULL instead of (char *)0 in execle.pfg2016-02-161-2/+3
OpenPOWER on IntegriCloud