]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin
Silence false LOR report due to the taskqueue mutex and kqueue lock
[FreeBSD/FreeBSD.git] / usr.sbin /
2016-05-24 Don LewisFix CID 1006692 in /usr/sbin/pw pw_log() function and...
2016-05-24 Peter WemmIt seems <sys/types.h> is a new prerequisite for <bitst...
2016-05-24 Don LewisFix multiple Coverity Out-of-bounds access false postiv...
2016-05-24 Allan JudeOnly set kern.geom.part.mbr.enforce_chs=0 once, instead...
2016-05-24 Allan JudeAdd support for RAID 1+0 (striped mirrors) to bsdinstal...
2016-05-23 Allan JudeOnly export and re-import the root pool if installing...
2016-05-23 Allan JudeFix missing pool name in zfs set command
2016-05-23 Allan JudeFix error in bsdinstall where additional filesystems...
2016-05-23 Edward Tomasz Napi... Build iscsid(8) with ICL_KERNEL_PROXY defined by defaul...
2016-05-22 Allan Judebsdinstall/zfsboot GPT+BIOS+GELI installs now make...
2016-05-22 Enji CooperWrap EXPAND(..) macro with a do-while(0) loop and put...
2016-05-22 Allan JudeFix default ZFS layout to work better by default with...
2016-05-22 Baptiste DaroussinFix typo in comments for the zfsboot script
2016-05-21 Alan SomersBetter document security_show_{success,info,badconfig...
2016-05-20 Simon J. GerratyMerge bmake-20160512
2016-05-20 Ed MasteUpdate to ELF Tool Chain r3475
2016-05-19 Kenneth D. MerryAdjust a couple of error cases in camdd(8).
2016-05-19 Edward Tomasz Napi... When iscsid(8) is running in ICL proxy mode, don't...
2016-05-19 Edward Tomasz Napi... Fix error message.
2016-05-19 Kenneth D. MerryAdd support for managing Shingled Magnetic Recording...
2016-05-18 Simon J. GerratyInitialize date of rootNode.
2016-05-18 Gleb SmirnoffRevert r299830, it has couple of fatal errors.
2016-05-18 Pedro F. Giffunimakefs(8): Clarify the comment concerning seeding.
2016-05-17 Pedro F. Giffunimakefs(1): use all the random(3) range.
2016-05-17 Pedro F. Giffunimakefs(8): use NULL instead of zero for pointers.
2016-05-17 Eitan AdlerDon't repeat the the word 'the'
2016-05-17 Edward Tomasz Napi... Add initial support for negotiating iSER parameters...
2016-05-17 Don LewisWhen clearing rtmsg, pass &rtmsg to bzero() instead...
2016-05-16 Don LewisDon't walk off the end of the array when proto isn...
2016-05-16 Don LewisSet ai2 to NULL in in find_host() before the loop and...
2016-05-16 Don LewisActually use the loop interation limit so carefully...
2016-05-16 Don LewisFix an off by one error to avoid overflowing rp[].
2016-05-16 Don LewisNULL releasedfl after calling deallocate_file_lock...
2016-05-16 Martin MatuskaRevert r299576 and MFV r299895:
2016-05-16 Don Lewispdu_delete(request) frees request, so move the call...
2016-05-16 Don LewisDon't free fnamebuf before we calling cfgfile_add(...
2016-05-16 Marcelo AraujoSimplify overengineered and buggy code that looked...
2016-05-16 Marcelo AraujoWhen a group contains a non-existent user, make the...
2016-05-16 Marcelo AraujoUse NULL instead of 0 for pointers.
2016-05-15 Don LewisUse strlcpy() instead of strncpy() when copying ifname...
2016-05-15 Don LewisUse strlcpy() instead of strncpy() when copying ifname...
2016-05-15 Don LewisUse strlcpy() instead of strncpy() when copying ifname...
2016-05-15 Don LewisUse strlcpy() instead of strncpy() when copying ifname...
2016-05-15 Enji CooperRemove NO_WERROR and add WARNS?= 6
2016-05-15 Enji CooperRemove NO_WERROR.clang from this Makefile
2016-05-15 Enji CooperReplace malloc + memset(.., 0, ..) with calloc calls
2016-05-15 Enji CooperUse strdup instead of malloc + strlcpy
2016-05-15 Enji CooperCorrect function names that failed in error messages
2016-05-15 Enji CooperReplace QUADFMT with %ju and QUADXFMT with %jx and...
2016-05-15 Enji CooperBump WARNS to 6
2016-05-15 Enji CooperFix up r299769
2016-05-15 Enji CooperReplace malloc + memset(.., 0, ..) with calloc calls
2016-05-15 Enji CooperFix up both r299764 and r299770
2016-05-14 Enji CooperConvert tok from enum tok to int32_t in function calls
2016-05-14 Enji CooperUse a consistent errno save/restore pattern before...
2016-05-14 Enji CooperDo minimal work necessary to cure a -Wunused-but-set...
2016-05-14 Enji CooperFix up r299764
2016-05-14 Enji CooperUse the size of the destination buffer instead of the...
2016-05-14 Enji CooperMute sign compare warning by casting rc to u_int to...
2016-05-14 Enji CooperFix logically dead code pointed out by clang/Coverity
2016-05-14 Enji CooperFix theoretical buffer overflow issues in snmp_oid2asn_oid
2016-05-14 Enji CooperUse the size of the destination buffer, not the source...
2016-05-14 Enji CooperMute -Wstrlcpy-strlcat-size warning by using nitems...
2016-05-14 Enji CooperMark snmptoolctx unused in parse_authentication(.....
2016-05-14 Enji Cooperparse_ascii: make count size_t to mute a -Wsign-compare...
2016-05-14 Enji CooperSort variables in parse_ascii(..) per style(9)
2016-05-14 Enji CooperUse calloc instead of memset(.., 0, ..) + malloc
2016-05-14 Xin LIMFV r299716: file 5.27
2016-05-14 Pedro F. GiffuniUndo the bogus gethostname() change from r299709.
2016-05-14 Enji CooperFix some trivial clang/gcc warnings in bsnmptc.c
2016-05-14 Enji CooperFold two malloc + memset(.., 0, ..) calls into equivale...
2016-05-14 Enji CooperStaticize global variables only used in bsnmpimport...
2016-05-14 Pedro F. Giffunitimed(8): Use strlcpy() for bounds checking.
2016-05-14 Pedro F. Giffunitimed(8): Use stronger random number generator.
2016-05-14 Pedro F. Giffunitimed(8): use NULL instead of zero for pointers.
2016-05-13 Enji CooperMove _bsnmptools_debug extern from bsnmpmap.c to bsnmpt...
2016-05-13 Don LewisAnother attempt at resolving CID 1305629. The test...
2016-05-13 Pedro F. Giffunii2c(8): uninitialized variable (UNINIT).
2016-05-13 Pedro F. Giffunibhyve: consider the bogus case of a negative bar idx.
2016-05-13 Pedro F. Giffunibhyve: replace uninitialized variable "offset".
2016-05-13 Don LewisProperly compute the size argument to pass to malloc().
2016-05-13 Don LewisMove a call to cam_freeccb() to avoid a use after free...
2016-05-13 Don LewisRevert r299584:
2016-05-13 Pedro F. Giffunii2c(8): uninitialized variable (UNINIT).
2016-05-13 Don LewisMark usage() as __dead2 so that Coverity doesn't think...
2016-05-13 Don LewisAvoid indexing an array with a negative value.
2016-05-13 Don LewisUse strlcpy() instead of strncpy() to ensure that ret...
2016-05-13 Don LewisUse strlcpy() instead of strncpy() to ensure that qup...
2016-05-12 Don LewisUse strlcpy() instead of strncpy() when copying to...
2016-05-12 Martin MatuskaMFV 299539:
2016-05-12 Martin MatuskaMFV r299425:
2016-05-12 Conrad Meyerrtadvd(8): Fix use-after-close in cm_handler_client
2016-05-12 Conrad Meyerrtadvd(8): Don't use-after-free
2016-05-12 Conrad Meyerrtadvd(8): Fix a typo in full msg receive logic
2016-05-12 Pedro F. Giffunitraceroute6(8): use NULL instead of zero for initializi...
2016-05-11 Conrad Meyerroute6d(8): Fix potential double-free
2016-05-11 Conrad Meyermixer(8): Style: Tag no-return usage() as __dead2
2016-05-11 Conrad Meyerffs_bswap: Copy one UFS dinode member at a time
2016-05-11 Alexander MotinMFV r299453: 6765 zfs_zaccess_delete() comments do...
2016-05-11 Alexander MotinMFV r299451: 6764 zfs issues with inheritance flags...
next