summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initialize date of rootNode.sjg2016-05-181-0/+3
* Revert r299830, it has couple of fatal errors.glebius2016-05-181-0/+1
* makefs(8): Clarify the comment concerning seeding.pfg2016-05-181-1/+4
* makefs(1): use all the random(3) range.pfg2016-05-171-1/+2
* makefs(8): use NULL instead of zero for pointers.pfg2016-05-171-5/+5
* Don't repeat the the word 'the'eadler2016-05-172-2/+2
* Add initial support for negotiating iSER parameters to iscsid(8). Sometrasz2016-05-171-2/+42
* When clearing rtmsg, pass &rtmsg to bzero() instead of the address oftruckman2016-05-171-1/+1
* Don't walk off the end of the array when proto isn't explicitlytruckman2016-05-161-7/+7
* Set ai2 to NULL in in find_host() before the loop and after callingtruckman2016-05-161-5/+7
* Actually use the loop interation limit so carefully computed on thetruckman2016-05-161-1/+1
* Fix an off by one error to avoid overflowing rp[].truckman2016-05-161-1/+1
* NULL releasedfl after calling deallocate_file_lock() which frees ittruckman2016-05-161-0/+1
* pdu_delete(request) frees request, so move the call aftertruckman2016-05-161-1/+1
* Don't free fnamebuf before we calling cfgfile_add(). This changes atruckman2016-05-161-2/+3
* Simplify overengineered and buggy code that looked like as if it didaraujo2016-05-161-29/+18
* When a group contains a non-existent user, make the warningaraujo2016-05-161-3/+2
* Use NULL instead of 0 for pointers.araujo2016-05-161-1/+1
* Use strlcpy() instead of strncpy() when copying ifname to ensuretruckman2016-05-151-1/+1
OpenPOWER on IntegriCloud