aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* MFV r301238:Xin LI2016-06-039-20/+42
* Add blacklistd.conf manpageKurt Lidl2016-06-031-1/+1
* Add basic blacklist build supportKurt Lidl2016-06-023-0/+48
* Revert r301137 and r301163, and implement a correct fixGlen Barber2016-06-012-0/+40
* Revert r289096:Glen Barber2016-06-012-40/+0
* Fix tzsetup not installing /etc/localtime for UTCSteven Hartland2016-06-011-2/+3
* Describe default value for "offload".Edward Tomasz Napierala2016-06-011-0/+2
* keyserv(1): drop useless comparison.Pedro F. Giffuni2016-05-301-4/+5
* Follow up to r300932Enji Cooper2016-05-291-1/+2
* Fix rpcbind init after r300941.Mark Johnston2016-05-291-1/+2
* Invoke the dirname() function in a POSIX compliant way.Ed Schouten2016-05-291-2/+3
* Staticize variables only used in rpcbind.cEnji Cooper2016-05-291-7/+7
* Remove unnecessary caller_uaddr != NULL test before calling free on itEnji Cooper2016-05-291-2/+1
* Remove a useless if (x != NULL) check before calling free on allocated_uaddrEnji Cooper2016-05-291-2/+1
* Don't leak res in network_init(..)Enji Cooper2016-05-291-0/+1
* Mark out_of_mem(..) and usage(..) with __dead2 as they both directly call exitEnji Cooper2016-05-291-4/+4
* Plug leak with ifp by calling freeifaddrs after calling getifaddrsEnji Cooper2016-05-291-0/+1
* Catch malloc(3) errors and socket(2) errorsEnji Cooper2016-05-291-0/+7
* Only expose `hint_uaddr` in the ND_DEBUG caseEnji Cooper2016-05-271-0/+6
* Improve error message when failing to open a backing fileBaptiste Daroussin2016-05-271-2/+3
* WITH_AUTO_OBJ: Fix crunchgen builds.Bryan Drewery2016-05-261-1/+6
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-05-261-0/+1
* rmextattr(8) man page clarifications regarding -qqAlan Somers2016-05-261-1/+2
* bsdinstall: unbreak static address assignment for wired networks.Andriy Voskoboinyk2016-05-261-1/+5
* Avoid buffer overflow or truncation when constructing path_zoneinfo_file.Don Lewis2016-05-261-1/+3
* Make code compile when basename() is POSIX compliant.Ed Schouten2016-05-251-4/+8
* Fix Coverity CIDs 1340544 Resource leak and 1340543 Use after freeDon Lewis2016-05-253-5/+9
* Delay calling yp_malloc_dnsent() until after some additional sanityDon Lewis2016-05-251-3/+3
* Call free(cur) if strdup(dirp->d_name) fails to avoid a memory leak.Don Lewis2016-05-251-0/+1
* Fix acpidb CIDs 1011279 (Buffer not null terminated) and 978405 andDon Lewis2016-05-241-10/+20
* Fix acpidump CID 1011278 (Buffer not null terminated) and other issuesDon Lewis2016-05-241-18/+43
* Fix CID 1006692 in /usr/sbin/pw pw_log() function and other fixesDon Lewis2016-05-241-21/+71
* It seems <sys/types.h> is a new prerequisite for <bitstring.h> afterPeter Wemm2016-05-243-1/+3
* Fix multiple Coverity Out-of-bounds access false postive issues in CAMDon Lewis2016-05-242-12/+6
* Only set kern.geom.part.mbr.enforce_chs=0 once, instead of once per diskAllan Jude2016-05-241-1/+1
* Add support for RAID 1+0 (striped mirrors) to bsdinstall/zfsbootAllan Jude2016-05-241-5/+40
* Only export and re-import the root pool if installing on MBRAllan Jude2016-05-231-22/+26
* Fix missing pool name in zfs set commandAllan Jude2016-05-231-1/+1
* Fix error in bsdinstall where additional filesystems cannot be mountedAllan Jude2016-05-231-1/+5
* Build iscsid(8) with ICL_KERNEL_PROXY defined by default, as requiredEdward Tomasz Napierala2016-05-231-1/+1
* bsdinstall/zfsboot GPT+BIOS+GELI installs now make use of GELIBOOTAllan Jude2016-05-221-60/+84
* Wrap EXPAND(..) macro with a do-while(0) loop and put a single statement on e...Enji Cooper2016-05-221-1/+4
* Fix default ZFS layout to work better by default with sysutils/beadmAllan Jude2016-05-221-1/+1
* Fix typo in comments for the zfsboot scriptBaptiste Daroussin2016-05-221-1/+1
* Better document security_show_{success,info,badconfig} in /etc/periodic.confAlan Somers2016-05-212-6/+7
* Adjust a couple of error cases in camdd(8).Kenneth D. Merry2016-05-191-3/+6
* When iscsid(8) is running in ICL proxy mode, don't try to send Logout PDUs.Edward Tomasz Napierala2016-05-191-0/+12
* Fix error message.Edward Tomasz Napierala2016-05-191-2/+2
* Add support for managing Shingled Magnetic Recording (SMR) drives.Kenneth D. Merry2016-05-195-2/+886
* Initialize date of rootNode.Simon J. Gerraty2016-05-181-0/+3