]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
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.
2008-03-28 brooksAdd support for hardwiring ppp sessions to particular...
2008-03-28 brooksSupport gif_interface values that don't follow the...
2008-03-28 marcelWhen retasting, wither any existing GEOMs of the same...
2008-03-28 psAdd support to mincore for detecting whether a page...
2008-03-28 attilio_lockmgr_args() accepts a 'char *' string as file,...
2008-03-28 yongariIn revision 1.70, 1.71 and 1.84 re(4) tried to workarou...
2008-03-28 jbRemove the last 3 files I missed. These have been repo...
2008-03-28 attilioInstruments buffer lock objects in order to track corre...
2008-03-28 jbRemove files that have been repo copied to their new...
2008-03-27 jbThe sources covered by Sun's CDDL have been repo copied...
2008-03-27 mavRemove ng_setisr() call from ng_dequeue(). It is useles...
2008-03-27 antoineRemove option headers that do not exist and are not...
2008-03-27 mavSwitch from timeval to bintime, to use 1/(2^20) of...
2008-03-27 iedowseAdd IFF_NEEDSGIANT to IFF_CANTCHANGE, to prevent user...
2008-03-27 dfrRemove the '-k' option.
2008-03-27 dfrAdd nfslockd and krpc modules.
2008-03-27 dfrAdd kernel module support for nfslockd and krpc. Use...
2008-03-27 jbWhen building a kernel module, define MAXCPU the same...
2008-03-27 alcMFamd64 with few changes:
2008-03-27 brooksRemove the C flag from slip.log. The current slip...
2008-03-27 jbRegen after makesyscalls.sh change.
2008-03-27 jbGenerate another function for the DTrace syscall provid...
2008-03-27 jbAllow awk (the one true one!) to handle 64 files instea...
2008-03-27 attilioReally, smb_iod_main() is not totally MPSAFE, so just...
2008-03-26 jbAllow an application to define FOPEN_MAX (like we allow...
2008-03-26 ruRemoved no longer existing CTL_MACHDEP defines.
next