aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r299830, it has couple of fatal errors.Gleb Smirnoff2016-05-181-0/+1
* makefs(8): Clarify the comment concerning seeding.Pedro F. Giffuni2016-05-181-1/+4
* makefs(1): use all the random(3) range.Pedro F. Giffuni2016-05-171-1/+2
* makefs(8): use NULL instead of zero for pointers.Pedro F. Giffuni2016-05-171-5/+5
* Don't repeat the the word 'the'Eitan Adler2016-05-172-2/+2
* Add initial support for negotiating iSER parameters to iscsid(8). SomeEdward Tomasz Napierala2016-05-171-2/+42
* When clearing rtmsg, pass &rtmsg to bzero() instead of the address ofDon Lewis2016-05-171-1/+1
* Don't walk off the end of the array when proto isn't explicitlyDon Lewis2016-05-161-7/+7
* Set ai2 to NULL in in find_host() before the loop and after callingDon Lewis2016-05-161-5/+7
* Actually use the loop interation limit so carefully computed on theDon Lewis2016-05-161-1/+1
* Fix an off by one error to avoid overflowing rp[].Don Lewis2016-05-161-1/+1
* NULL releasedfl after calling deallocate_file_lock() which frees itDon Lewis2016-05-161-0/+1
* pdu_delete(request) frees request, so move the call afterDon Lewis2016-05-161-1/+1
* Don't free fnamebuf before we calling cfgfile_add(). This changes aDon Lewis2016-05-161-2/+3
* Simplify overengineered and buggy code that looked like as if it didMarcelo Araujo2016-05-161-29/+18
* When a group contains a non-existent user, make the warningMarcelo Araujo2016-05-161-3/+2
* Use NULL instead of 0 for pointers.Marcelo Araujo2016-05-161-1/+1
* Use strlcpy() instead of strncpy() when copying ifname to ensureDon Lewis2016-05-151-1/+1
* Use strlcpy() instead of strncpy() when copying ifname to ensureDon Lewis2016-05-151-4/+4
* Use strlcpy() instead of strncpy() when copying ifname to ensureDon Lewis2016-05-152-3/+3
* Use strlcpy() instead of strncpy() when copying ifname to ensureDon Lewis2016-05-151-1/+1