]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Accept LE event on hccontrol socket.
[FreeBSD/FreeBSD.git] / lib /
2015-02-26 dimMinor updates to llvm's pregenerated config headers.
2015-02-26 kibUse pthread_mutex_trylock(3) to implement mtx_trylock(3).
2015-02-26 kibCheck that the pointer to the thread return value is...
2015-02-26 dimMerge ^/head r279163 through r279308.
2015-02-25 dimMerge llvm 3.6.0 final from ^/vendor/llvm/dist, merge...
2015-02-25 dimVendor import of llvm RELEASE_360/final tag r230434...
2015-02-25 kibPropagate errors from _thr_umutex_unlock2 through mutex...
2015-02-25 cpercivaAdjust wording slightly to emphasize that random(3...
2015-02-25 kenFix several problems found by Coverity.
2015-02-24 pfgmsun: drop unnecessary checks (part 2).
2015-02-23 kenSignificant upgrades to sa(4) and mt(1).
2015-02-22 dimUpdate compiler-rt to trunk r230183. This has some...
2015-02-22 dimImport compiler-rt trunk r230183.
2015-02-22 dimUpdate compiler-rt to trunk r228651. This enables...
2015-02-22 pfgsetmode(3): Make sure that setmode sets errno on failure.
2015-02-22 dimMerge ^/head r279023 through r279162.
2015-02-22 jillesnice(): Correct return value and [EPERM] error.
2015-02-22 pfgmsun: drop unnecessary checks.
2015-02-21 pfgPrevent NULL pointer de-reference.
2015-02-20 pfgregex(3): Fix uninitialized pointer values.
2015-02-20 pfgtab vs spaces.
2015-02-20 pfgdbm_delete(3) correct man page to match current behaviour.
2015-02-20 pfgFix small memleaks in nis_passwd() and nis_group().
2015-02-19 dimMerge llvm 3.6.0rc4 from ^/vendor/llvm/dist, merge...
2015-02-19 dimMerging ^/head r278916 through r279022.
2015-02-19 dimVendor import of llvm RELEASE_360/rc4 tag r229772 ...
2015-02-19 jmgfix spelling, add comma and remove BUGS section.. ...
2015-02-18 jkimMerge ACPICA 20141107 and 20150204.
2015-02-18 pfglibc: clean some set-but-not-used errors.
2015-02-17 dimMerge ^/head r278756 through r278915.
2015-02-17 pfgulimit(3): simplify.
2015-02-17 emasteUpdate elftoolchain to upstream revision 3163
2015-02-17 jillescompress,gzip,xz: Preserve timestamps with nanosecond...
2015-02-17 kibRestore the extern qualifier on __cleanup.
2015-02-16 mariusUnbreak sparc64 after r276630 by calling __sparc_sigtra...
2015-02-16 pfgrexec(3): prevent uninitialized access to "port" variable.
2015-02-15 pfgReplace strcpy() with strlcpy()
2015-02-15 pfgReverse one of the initializations from r278804.
2015-02-15 pfgMismatch in r278804.
2015-02-15 pfgMore tidy-ups on uninitialized scalar variable
2015-02-15 pfgulimit(3): Fix broken check.
2015-02-14 tijlThe ld(1) flag is -Bsymbolic not -Wsymbolic.
2015-02-14 dimMerge llvm 3.6.0rc3 from ^/vendor/llvm/dist, merge...
2015-02-14 dimMerge ^/head r278499 through r278755.
2015-02-14 dimVendor import of llvm RELEASE_360/rc3 tag r229040 ...
2015-02-14 kibProperly interpose libc spinlocks, was missed in r27663...
2015-02-14 delphijDisallow pattern spaces which would cause intermediate...
2015-02-13 bdreweryRemove disconnected (and broken) directory libiconv...
2015-02-13 rpauloTeach libproc how to find debugging symbols in /usr...
2015-02-13 pfgRevert 278634: This broke the build due to the compiler...
2015-02-12 pfgulimit(3): Fix broken check.
2015-02-12 kibUpdate libthr(3) man page to reflect the work done...
2015-02-10 bdreweryWhen catopen(3) returns an error, it caches the result...
2015-02-10 gnnInitial version of DTrace on ARM32.
2015-02-10 dimMerge ^/head r278351 through r278498.
2015-02-10 dimImport compiler-rt trunk r228651.
2015-02-09 rpauloMerge xz 5.2.0.
2015-02-08 baptrevert r278414
2015-02-08 baptReapply r255891
2015-02-08 emasteUpdate FreeBSD LLDB build for 3.6 update
2015-02-07 pfgProtect uninitialized scalar variable from being accessed
2015-02-07 traszRemove useless comment.
2015-02-07 dimMerging ^/head r278298 through r278350.
2015-02-07 karglTruncate the exponent 'n' of type long to a domain...
2015-02-06 emasteUpdate LLDB snapshot to upstream r225923 (git 2b588ecd)
2015-02-06 jhbAdd a new device control utility for new-bus devices...
2015-02-06 pfgUpdate comment and NetBSD ID tag.
2015-02-06 pfgDrop cgetclose() from getdiskbyname().
2015-02-06 kibFully initialize allocated memory for the new barrier...
2015-02-06 mavSome NetGraph debug polishing.
2015-02-06 jhibbitsAdd a comment explaining why gcc is needed.
2015-02-05 pfgtdelete(3): don't delete the node we are about to return.
2015-02-05 pfggetdiskbyname(): plug resource leak
2015-02-05 jhbExpose the constants for internal new-bus device flags...
2015-02-05 dimMerging ^/head r278224 through r278297.
2015-02-05 cyVendor import ntp-4.2.8p1.
2015-02-05 jhibbitspowerpc64 csu needs to be built by gcc, so enforce...
2015-02-04 dimFollowup to r278223, by only using -stdlib=libc++ when...
2015-02-04 dimMerge ^/head r278110 through r278223.
2015-02-04 dimFor now, add -stdlib=libc++ to the flags for building...
2015-02-04 ngieAdd MK_FILE to control whether or not to build file...
2015-02-04 ngieConditionalize building radius support into libpam...
2015-02-03 pfgscanblnl: drop extra braces.
2015-02-03 pfgReduce confusion in scalbnl() family of functions.
2015-02-02 dimPull in r227752 from upstream llvm trunk (by Michael...
2015-02-02 dimMerge ^/head r278005 through r278109.
2015-02-02 pfgrpc: Uninitialized pointer read
2015-02-01 pfgResource leak
2015-02-01 jillesttyname_r(): Return actual error, not always [ENOTTY].
2015-01-31 dimMerge llvm 3.6.0rc2 from ^/vendor/llvm/dist, merge...
2015-01-31 dimVendor import of llvm RELEASE_360/rc2 tag r227651 ...
2015-01-31 dimMerge ^/head r277956 through r277974.
2015-01-31 markjStop iterating and return if the caller-supplied callba...
2015-01-30 dimMerge ^/head r277945 through r277955.
2015-01-30 pfgmsun: use previously ignored value.
2015-01-30 dimMerge ^/head r277902 through r277944.
2015-01-30 pjdMake gcc happy.
2015-01-30 pjdAdd missing nvlist_get_parent(3) link.
2015-01-30 pjdHandle empty nvlists correctly.
2015-01-30 pjdModify nvlist_get_parent() API to take additional cooki...
next