libmd: Work around C++'s inability to understand C
[freebsd.git] / usr.sbin /
2016-05-26 bdreweryWITH_AUTO_OBJ: Fix crunchgen builds.
2016-05-26 bdreweryDIRDEPS_BUILD: Update dependencies.
2016-05-26 dimUpdate libc++ to 3.8.0. Excerpted list of fixes (with...
2016-05-26 asomersrmextattr(8) man page clarifications regarding -qq
2016-05-26 avosbsdinstall: unbreak static address assignment for wired...
2016-05-26 truckmanAvoid buffer overflow or truncation when constructing...
2016-05-25 edMake code compile when basename() is POSIX compliant.
2016-05-25 truckmanFix Coverity CIDs 1340544 Resource leak and 1340543...
2016-05-25 truckmanDelay calling yp_malloc_dnsent() until after some addit...
2016-05-25 truckmanCall free(cur) if strdup(dirp->d_name) fails to avoid...
2016-05-24 truckmanFix acpidb CIDs 1011279 (Buffer not null terminated...
2016-05-24 truckmanFix acpidump CID 1011278 (Buffer not null terminated...
2016-05-24 truckmanFix CID 1006692 in /usr/sbin/pw pw_log() function and...
2016-05-24 peterIt seems <sys/types.h> is a new prerequisite for <bitst...
2016-05-24 truckmanFix multiple Coverity Out-of-bounds access false postiv...
2016-05-24 allanjudeOnly set kern.geom.part.mbr.enforce_chs=0 once, instead...
2016-05-24 allanjudeAdd support for RAID 1+0 (striped mirrors) to bsdinstal...
2016-05-23 allanjudeOnly export and re-import the root pool if installing...
2016-05-23 allanjudeFix missing pool name in zfs set command
2016-05-23 allanjudeFix error in bsdinstall where additional filesystems...
2016-05-23 traszBuild iscsid(8) with ICL_KERNEL_PROXY defined by defaul...
2016-05-22 allanjudebsdinstall/zfsboot GPT+BIOS+GELI installs now make...
2016-05-22 ngieWrap EXPAND(..) macro with a do-while(0) loop and put...
2016-05-22 allanjudeFix default ZFS layout to work better by default with...
2016-05-22 baptFix typo in comments for the zfsboot script
2016-05-21 asomersBetter document security_show_{success,info,badconfig...
2016-05-20 emasteUpdate to ELF Tool Chain r3475
2016-05-19 kenAdjust a couple of error cases in camdd(8).
2016-05-19 traszWhen iscsid(8) is running in ICL proxy mode, don't...
2016-05-19 traszFix error message.
2016-05-19 kenAdd support for managing Shingled Magnetic Recording...
2016-05-18 sjgInitialize date of rootNode.
2016-05-18 glebiusRevert r299830, it has couple of fatal errors.
2016-05-18 pfgmakefs(8): Clarify the comment concerning seeding.
2016-05-17 pfgmakefs(1): use all the random(3) range.
2016-05-17 pfgmakefs(8): use NULL instead of zero for pointers.
2016-05-17 eadlerDon't repeat the the word 'the'
2016-05-17 traszAdd initial support for negotiating iSER parameters...
2016-05-17 truckmanWhen clearing rtmsg, pass &rtmsg to bzero() instead...
2016-05-16 truckmanDon't walk off the end of the array when proto isn...
2016-05-16 truckmanSet ai2 to NULL in in find_host() before the loop and...
2016-05-16 truckmanActually use the loop interation limit so carefully...
2016-05-16 truckmanFix an off by one error to avoid overflowing rp[].
2016-05-16 truckmanNULL releasedfl after calling deallocate_file_lock...
2016-05-16 truckmanpdu_delete(request) frees request, so move the call...
2016-05-16 truckmanDon't free fnamebuf before we calling cfgfile_add(...
2016-05-16 araujoSimplify overengineered and buggy code that looked...
2016-05-16 araujoWhen a group contains a non-existent user, make the...
2016-05-16 araujoUse NULL instead of 0 for pointers.
2016-05-15 truckmanUse strlcpy() instead of strncpy() when copying ifname...
2016-05-15 truckmanUse strlcpy() instead of strncpy() when copying ifname...
2016-05-15 truckmanUse strlcpy() instead of strncpy() when copying ifname...
2016-05-15 truckmanUse strlcpy() instead of strncpy() when copying ifname...
2016-05-15 ngieRemove NO_WERROR and add WARNS?= 6
2016-05-15 ngieRemove NO_WERROR.clang from this Makefile
2016-05-15 ngieReplace malloc + memset(.., 0, ..) with calloc calls
2016-05-15 ngieUse strdup instead of malloc + strlcpy
2016-05-15 ngieCorrect function names that failed in error messages
2016-05-15 ngieReplace QUADFMT with %ju and QUADXFMT with %jx and...
2016-05-15 ngieBump WARNS to 6
2016-05-15 ngieFix up r299769
2016-05-15 ngieReplace malloc + memset(.., 0, ..) with calloc calls
2016-05-15 ngieFix up both r299764 and r299770
2016-05-14 ngieConvert tok from enum tok to int32_t in function calls
2016-05-14 ngieUse a consistent errno save/restore pattern before...
2016-05-14 ngieDo minimal work necessary to cure a -Wunused-but-set...
2016-05-14 ngieFix up r299764
2016-05-14 ngieUse the size of the destination buffer instead of the...
2016-05-14 ngieMute sign compare warning by casting rc to u_int to...
2016-05-14 ngieFix logically dead code pointed out by clang/Coverity
2016-05-14 ngieFix theoretical buffer overflow issues in snmp_oid2asn_oid
2016-05-14 ngieUse the size of the destination buffer, not the source...
2016-05-14 ngieMute -Wstrlcpy-strlcat-size warning by using nitems...
2016-05-14 ngieMark snmptoolctx unused in parse_authentication(.....
2016-05-14 ngieparse_ascii: make count size_t to mute a -Wsign-compare...
2016-05-14 ngieSort variables in parse_ascii(..) per style(9)
2016-05-14 ngieUse calloc instead of memset(.., 0, ..) + malloc
2016-05-14 pfgUndo the bogus gethostname() change from r299709.
2016-05-14 ngieFix some trivial clang/gcc warnings in bsnmptc.c
2016-05-14 ngieFold two malloc + memset(.., 0, ..) calls into equivale...
2016-05-14 ngieStaticize global variables only used in bsnmpimport...
2016-05-14 pfgtimed(8): Use strlcpy() for bounds checking.
2016-05-14 pfgtimed(8): Use stronger random number generator.
2016-05-14 pfgtimed(8): use NULL instead of zero for pointers.
2016-05-13 ngieMove _bsnmptools_debug extern from bsnmpmap.c to bsnmpt...
2016-05-13 truckmanAnother attempt at resolving CID 1305629. The test...
2016-05-13 pfgi2c(8): uninitialized variable (UNINIT).
2016-05-13 pfgbhyve: consider the bogus case of a negative bar idx.
2016-05-13 pfgbhyve: replace uninitialized variable "offset".
2016-05-13 truckmanProperly compute the size argument to pass to malloc().
2016-05-13 truckmanMove a call to cam_freeccb() to avoid a use after free...
2016-05-13 truckmanRevert r299584:
2016-05-13 pfgi2c(8): uninitialized variable (UNINIT).
2016-05-13 truckmanMark usage() as __dead2 so that Coverity doesn't think...
2016-05-13 truckmanAvoid indexing an array with a negative value.
2016-05-13 truckmanUse strlcpy() instead of strncpy() to ensure that ret...
2016-05-13 truckmanUse strlcpy() instead of strncpy() to ensure that qup...
2016-05-12 truckmanUse strlcpy() instead of strncpy() when copying to...
2016-05-12 mmMFV r299425:
2016-05-12 cemrtadvd(8): Fix use-after-close in cm_handler_client
next