summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* DIRDEPS_BUILD: Connect new directories and update dependencies.bdrewery2016-06-033-0/+65
* MFV r301238:delphij2016-06-039-20/+42
* Add blacklistd.conf manpagelidl2016-06-031-1/+1
* Add basic blacklist build supportlidl2016-06-023-0/+48
* Revert r301137 and r301163, and implement a correct fixgjb2016-06-012-0/+40
* Revert r289096:gjb2016-06-012-40/+0
* Fix tzsetup not installing /etc/localtime for UTCsmh2016-06-011-2/+3
* Describe default value for "offload".trasz2016-06-011-0/+2
* keyserv(1): drop useless comparison.pfg2016-05-301-4/+5
* Follow up to r300932ngie2016-05-291-1/+2
* Fix rpcbind init after r300941.markj2016-05-291-1/+2
* Invoke the dirname() function in a POSIX compliant way.ed2016-05-291-2/+3
* Staticize variables only used in rpcbind.cngie2016-05-291-7/+7
* Remove unnecessary caller_uaddr != NULL test before calling free on itngie2016-05-291-2/+1
* Remove a useless if (x != NULL) check before calling free on allocated_uaddrngie2016-05-291-2/+1
* Don't leak res in network_init(..)ngie2016-05-291-0/+1
* Mark out_of_mem(..) and usage(..) with __dead2 as they both directly call exitngie2016-05-291-4/+4
* Plug leak with ifp by calling freeifaddrs after calling getifaddrsngie2016-05-291-0/+1
* Catch malloc(3) errors and socket(2) errorsngie2016-05-291-0/+7
* Only expose `hint_uaddr` in the ND_DEBUG casengie2016-05-271-0/+6
* Improve error message when failing to open a backing filebapt2016-05-271-2/+3
* WITH_AUTO_OBJ: Fix crunchgen builds.bdrewery2016-05-261-1/+6
* DIRDEPS_BUILD: Update dependencies.bdrewery2016-05-261-0/+1
* rmextattr(8) man page clarifications regarding -qqasomers2016-05-261-1/+2
* bsdinstall: unbreak static address assignment for wired networks.avos2016-05-261-1/+5
* Avoid buffer overflow or truncation when constructing path_zoneinfo_file.truckman2016-05-261-1/+3
* Make code compile when basename() is POSIX compliant.ed2016-05-251-4/+8
* Fix Coverity CIDs 1340544 Resource leak and 1340543 Use after freetruckman2016-05-253-5/+9
* Delay calling yp_malloc_dnsent() until after some additional sanitytruckman2016-05-251-3/+3
* Call free(cur) if strdup(dirp->d_name) fails to avoid a memory leak.truckman2016-05-251-0/+1
* Fix acpidb CIDs 1011279 (Buffer not null terminated) and 978405 andtruckman2016-05-241-10/+20
* Fix acpidump CID 1011278 (Buffer not null terminated) and other issuestruckman2016-05-241-18/+43
* Fix CID 1006692 in /usr/sbin/pw pw_log() function and other fixestruckman2016-05-241-21/+71
* It seems <sys/types.h> is a new prerequisite for <bitstring.h> afterpeter2016-05-243-1/+3
* Fix multiple Coverity Out-of-bounds access false postive issues in CAMtruckman2016-05-242-12/+6
* Only set kern.geom.part.mbr.enforce_chs=0 once, instead of once per diskallanjude2016-05-241-1/+1
* Add support for RAID 1+0 (striped mirrors) to bsdinstall/zfsbootallanjude2016-05-241-5/+40
* Only export and re-import the root pool if installing on MBRallanjude2016-05-231-22/+26
* Fix missing pool name in zfs set commandallanjude2016-05-231-1/+1
* Fix error in bsdinstall where additional filesystems cannot be mountedallanjude2016-05-231-1/+5
* Build iscsid(8) with ICL_KERNEL_PROXY defined by default, as requiredtrasz2016-05-231-1/+1
* bsdinstall/zfsboot GPT+BIOS+GELI installs now make use of GELIBOOTallanjude2016-05-221-60/+84
* Wrap EXPAND(..) macro with a do-while(0) loop and put a single statement on e...ngie2016-05-221-1/+4
* Fix default ZFS layout to work better by default with sysutils/beadmallanjude2016-05-221-1/+1
* Fix typo in comments for the zfsboot scriptbapt2016-05-221-1/+1
* Better document security_show_{success,info,badconfig} in /etc/periodic.confasomers2016-05-212-6/+7
* Adjust a couple of error cases in camdd(8).ken2016-05-191-3/+6
* When iscsid(8) is running in ICL proxy mode, don't try to send Logout PDUs.trasz2016-05-191-0/+12
* Fix error message.trasz2016-05-191-2/+2
* Add support for managing Shingled Magnetic Recording (SMR) drives.ken2016-05-195-2/+886
OpenPOWER on IntegriCloud