]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2008-04-01 attilioAdd manpages for rw_try_rlock() and rw_try_wlock()...
2008-04-01 emasteCalling RequestSupplementAdapterInfo before RequestAdap...
2008-04-01 attilioBump __FreeBSD_version in order to reflect rw_try_rlock...
2008-04-01 attilioAdd rw_try_rlock() and rw_try_wlock() to rwlocks.
2008-04-01 dfrDon't try to use an SX lock while holding the vnode...
2008-04-01 bmsAdd an -O option to disable TCP options, for protocol...
2008-04-01 flzAdd pkg_check and pkg_sign to ObsoleteFiles.inc
2008-04-01 kibCorrect the prototype for the faccessat().
2008-04-01 weongyoConnect malo.4 to the build.
2008-04-01 davidxuNormally, we are often reading local time rather than...
2008-04-01 davidxuRestore normal pthread_cond_signal path to avoid some...
2008-04-01 weongyoAdd malo driver to the build
2008-04-01 weongyoremove warnings for 64bit aware platforms.
2008-04-01 davidxureturn EAGAIN early rather than running bunch of code...
2008-03-31 scottlThe MPT driver treats the "core" module with the same...
2008-03-31 kmacyreduce the size of the jumbo ring on i386 and disable...
2008-03-31 samadd include path required to find ah_osdep.h
2008-03-31 samFix handling of create operation together with setting...
2008-03-31 skvFix punctiation.
2008-03-31 phkAccept empty -T arguments.
2008-03-31 pavDouble up the necessary size of /usr/obj to 800MB
2008-03-31 dasRemove a (bogus) remnant of debugging this on sparc64.
2008-03-31 flzRetire pkg_sign. It was used to embed signatures in...
2008-03-31 kibAdd the libc glue and headers definitions for the ...
2008-03-31 kibRegen
2008-03-31 kibAdd the freebsd32 compatibility shims for the *at(...
2008-03-31 kibAdd the openat(), fexecve() and other *at() syscalls...
2008-03-31 kibImplement the fexecve(2) syscall.
2008-03-31 kibImplement the
2008-03-31 kibAdd the support for the AT_FDCWD and fd-relative name...
2008-03-31 kibAdd the support for the O_EXEC open(2) mode, as specifi...
2008-03-31 kibAdd the constant definition needed by the implementatio...
2008-03-31 kibAdd the utility function vn_commname() to retrieve...
2008-03-31 ganboldImprove some quotes of Chinggis Khan.
2008-03-31 jeff - Since rev 1.142 of ffs_snapshot.c the interlock...
2008-03-31 jeff - Don't free snapdata structures when they are no...
2008-03-31 kientzleInclude an extra byte for the trailing NUL. <sigh>
2008-03-31 bmahMFCs noted: BTX real mode, TCP options processing...
2008-03-31 bmahNew release notes: kern.features, superpages, em(4...
2008-03-31 yongariPadding more bytes than necessary one broke another...
2008-03-31 davidxuRewrite rwlock to user atomic operations to change...
2008-03-30 marcelBetter implement I-cache invalidation. The previous...
2008-03-30 dasAdd assembly versions of remquol() and remainderl().
2008-03-30 dasTest remainderl() and remquol() as well.
2008-03-30 dasHook remquol() and remainderl() up to the build.
2008-03-30 dasImplement remainderl() as a wrapper around remquol...
2008-03-30 dasImplement remquol() based on remquo().
2008-03-30 dasAdd some minimal tests for csqrtl().
2008-03-30 alcEliminate an unnecessary printf() from kmem_suballoc...
2008-03-30 dasImplement csqrtl().
2008-03-30 dasHook hypotl() and cabsl() up to the build.
2008-03-30 dasDocument hypotl().
2008-03-30 dasAlias hypotl() and cabsl() for platforms where long...
2008-03-30 dasImplement cabsl() in terms of hypotl().
2008-03-30 dasImplement hypotl(). This is bde's conversion of fdlibm...
2008-03-30 attiliolockmgrs need to be released before to be destroyed...
2008-03-30 bdeUse fabs[f]() instead of bit fiddling for setting absol...
2008-03-30 bdeUse the expression fabs(x+0.0)-fabs(y+0.0) instead of
2008-03-30 bdeFix a missing mask in a hi+lo decomposition. Thus...
2008-03-30 rdivackyImprove style a little and remove one always-true condi...
2008-03-30 jeff - Consistently return EDEADLK when presented with...
2008-03-30 dfrDon't call xdrrec_skiprecord in the non-blocking case. If
2008-03-30 dfrDon't assume that there is readable data on the stream...
2008-03-30 mav- Account all node stats at the shape mode.
2008-03-30 brooksAdd a new function is_default_interface() which determi...
2008-03-30 mavUse new atomic_fetchadd() primitive instead of looping...
2008-03-29 jeff - Don't allow calls to vn_lock() with no lock type...
2008-03-29 jeff - Use vget() to lock the vnode rather than refing...
2008-03-29 jeff - Simplify null_hashget() and null_hashins() by using...
2008-03-29 mavThere is no need to erase hook->hk_node before freing...
2008-03-29 ruDon't always link statically with libwrap. By the...
2008-03-29 ruAdd missing library dependency.
2008-03-29 ruRegen.
2008-03-29 jhbChange kgdb_parse() to use wrapped versions of parse_ex...
2008-03-29 ruRemove options MK_LIBKSE and DEFAULT_THREAD_LIB now...
2008-03-29 marcelChange the order from SI_ORDER_FIRST to SI_ORDER_ANY...
2008-03-29 dasInclude math.h for the fmaf() prototype.
2008-03-29 dasFix some rather obscene code that has ambiguous if...
2008-03-29 dasDocument modff() and modfl(). Technically, modff()...
2008-03-29 ruAdding glabel alias killed gpart alias; fix it.
2008-03-29 jeff - Add a man page for cpuset_getaffinity() and cpuset_s...
2008-03-29 jeff - Add a man page for cpuset(), cpuset_setid(), and...
2008-03-29 jeff - Use vm_object_reference_locked() directly from
2008-03-29 mavRewrite node to support multiple hooks, alike to ng_l2t...
2008-03-29 alcEliminate an #if 0/#endif that was unintentionally...
2008-03-29 jhbInitialize the head pointer in kld_current_sos() to...
2008-03-29 mlaierMake ALTQ cope with disappearing interfaces (particular...
2008-03-28 bruefferARC-1680 is supported.
2008-03-28 jbForced commit to note that these files were repo copied.
2008-03-28 bruefferDocument lockmgr_waiters(9).
2008-03-28 emasteImplement FSACTL_LNX_GET_FEATURES and FSACTL_GET_FEATUR...
2008-03-28 bruefferAdd a couple of missing NIC driver modules.
2008-03-28 marcelAdd support for PC-9800 partition tables.
2008-03-28 rpauloAdd Qualcomm, Inc. ZTE CDMA Technologies MSM to the...
2008-03-28 emasteIf we're returning successfully from bus_dmamem_alloc...
2008-03-28 rpauloAdd Qualcomm ZTE CMDMA MSM modem to the list of support...
2008-03-28 attilioBump __FreeBSD_version in order to reflect BUF_LOCKWAIT...
2008-03-28 attiliob_waiters cannot be adequately protected by the interlo...
2008-03-28 dfrMinor changes to improve compatibility with older FreeB...
2008-03-28 brooksUse ; instead of : to end a line.
next