]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin
Improve errno documentation in pthread_create(3) and thr_new(2)
[FreeBSD/FreeBSD.git] / usr.sbin /
2016-06-03 delphijMFV r301238:
2016-06-03 lidlAdd blacklistd.conf manpage
2016-06-02 lidlAdd basic blacklist build support
2016-06-01 lidlImport NetBSD's blacklist source from vendor tree
2016-06-01 gjbRevert r301137 and r301163, and implement a correct fix
2016-06-01 gjbRevert r289096:
2016-06-01 smhFix tzsetup not installing /etc/localtime for UTC
2016-06-01 traszDescribe default value for "offload".
2016-05-30 pfgkeyserv(1): drop useless comparison.
2016-05-29 ngieFollow up to r300932
2016-05-29 markjFix rpcbind init after r300941.
2016-05-29 edInvoke the dirname() function in a POSIX compliant...
2016-05-29 ngieStaticize variables only used in rpcbind.c
2016-05-29 ngieRemove unnecessary caller_uaddr != NULL test before...
2016-05-29 ngieRemove a useless if (x != NULL) check before calling...
2016-05-29 ngieDon't leak res in network_init(..)
2016-05-29 ngieMark out_of_mem(..) and usage(..) with __dead2 as they...
2016-05-29 ngiePlug leak with ifp by calling freeifaddrs after calling...
2016-05-29 ngieCatch malloc(3) errors and socket(2) errors
2016-05-29 allanjudeImport the skein hashing algorithm, based on the threef...
2016-05-27 ngieOnly expose `hint_uaddr` in the ND_DEBUG case
2016-05-27 baptImprove error message when failing to open a backing...
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.
next