]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2008-02-18 bdeInline __ieee754__rem_pio2(). With gcc4-2, this gives...
2008-02-18 yarAdd a work-around to make it possible again to remount
2008-02-18 yarAdd a remark on a questionable property of vfs_mergeopts().
2008-02-18 edwinremove Vette Dinsdag. It was on the wrong day of the...
2008-02-18 kevlogetopt(3) returns -1, not EOF.
2008-02-18 dasSome basic regression tests for {sin,cos,tan}{,f,l}().
2008-02-18 mppMake the human readable numbers printed with the -h...
2008-02-18 yarBack out rev. 1.74 because the kernel isn't ready yet
2008-02-18 yarDon't forget to prepare string options for nmount(2).
2008-02-17 dasThere are 3 tests here, not 2.
2008-02-17 yarPrevent the NFS client from losing MNT_ROOTFS on the...
2008-02-17 dasUse volatile hacks to make sure exp() generates an...
2008-02-17 marcelMove the $FreeBSD$ tag in a comment as __FBSDID doesn...
2008-02-17 marcelHook the U-Boot library up to the build.
2008-02-17 yarCorrect the description of getmnt_silent: unknown optio...
2008-02-17 jasoneFix a race condition in arena_ralloc() for shrinking...
2008-02-17 jasoneRemove support for lazy deallocation. Benchmarks acros...
2008-02-17 antoineMake sysctl_kern_arnd return a random buffer instead...
2008-02-17 gibbsOnly print sense data diagnostics if debugging is enabl...
2008-02-17 krisSwitch from conditionally dropping Giant in exit1(...
2008-02-17 gibbsRemove superfluous setting of the transport_version...
2008-02-17 rwatsonRemove custom queue macros in Coda, replacing them...
2008-02-17 rwatsonRemove namecache performance-tuning todo for Coda:...
2008-02-17 dasHook up sinl(), cosl(), and tanl() to the build.
2008-02-17 dasAdd implementations of sinl(), cosl(), and tanl().
2008-02-17 dasDocumentation for sinl(), cosl(), and tanl().
2008-02-17 dasAdd kernel functions for 128-bit long doubles. These...
2008-02-17 dasAdd kernel functions for 80-bit long doubles. Many...
2008-02-17 dasAdd more pi for long doubles. Also, avoid storing multi...
2008-02-17 gibbsAdvertise to CAM the ability of 790X controllers to...
2008-02-17 gshapiroFix quoting for the dnsbl example -- m4 misparses quote...
2008-02-17 gshapiroUse better examples (and comment them out for safety).
2008-02-17 gshapiroSwitch libmilter from select(2) to poll(2) so milters...
2008-02-17 impFix typo in comment.
2008-02-16 marcelMFp4 (e500):
2008-02-16 marcelMFp4 (e500):
2008-02-16 marcelRe-sort options. While here:
2008-02-16 marcelEnable option WITNESS_SKIPSPIN by default.
2008-02-16 bmahNew release notes: AMD 6.1.5, awk 20071023, CVS 1...
2008-02-16 umeCreate a thread to handle passive cooling for 1st zone...
2008-02-16 rpauloAllow the user to override the current active cooling...
2008-02-16 rpauloSkip validation of the C3 state if we disabled C3 by...
2008-02-16 delphijAllow underscore in domain names while resolving. ...
2008-02-15 danger- fix typo
2008-02-15 antoineRemove a superfluous line in run_interrupt_driven_confi...
2008-02-15 antoine- Make Disk_Names() behave as documented in libdisk...
2008-02-15 attilioBump __FreeBSD_version in order to signal introduction...
2008-02-15 attilio- Introduce lockmgr_args() in the lockmgr space. This...
2008-02-15 rwatsonAdd privilege PRIV_NNPFS_DEBUG for use with Arla/nnpfs...
2008-02-15 olliAdd myself and the mentorship relation of des.
2008-02-15 rwatsonThe possibly interruptible msleep in coda_call() means...
2008-02-15 rwatsonSpell replys as replies.
2008-02-15 rwatsonReorder and clean up make_coda_node(), annotate weaknes...
2008-02-15 bdeSigh, the weak reference for ceill(), floorl() and...
2008-02-15 scottlTeach the dump and minidump code to respect the maxiosz...
2008-02-14 rwatsonAdd open_to_operation, a security regression test that...
2008-02-14 yarNo network addresses in the system isn't a good excuse
2008-02-14 jhbMake netstat -rn more resilient to having the routing...
2008-02-14 bruefferSome language and mdoc style improvements.
2008-02-14 marcelOn Montecito processors, the instruction cache is in...
2008-02-14 yarIn the new order of things dictated by nmount(2), a...
2008-02-14 gallatinNow that mxge supports MSI-X interrupts, reverse the...
2008-02-14 bdeOops, the weak reference for ceill(), floorl() and...
2008-02-14 rpauloDon't attach to non Core CPUs. This is needed because...
2008-02-14 bdeUse the expression fabs(x+0.0)+fabs(y+0.0) instad of...
2008-02-14 bdeForced commit to note that the minus sign in the fancy...
2008-02-14 des_pthread_mutex_isowned_np(): use a more reliable method...
2008-02-14 simonFix sendfile(2) write-only file permission bypass.
2008-02-14 bdeFix the hi+lo decomposition for 2/(3ln2). The decompos...
2008-02-14 bruefferDocument the hw.skc.jumbo_disable tunable. While here...
2008-02-14 bdeUse the expression (x+0.0)-(y+0.0) instead of x+y when...
2008-02-14 yongariPrefer NULL over integer 0 for pointer type.
2008-02-14 yongariNuke local jumbo allocator and switch to use of UMA...
2008-02-14 rwatsonRemove debugging code under OLD_DIAGNOSTIC; this is...
2008-02-14 rwatsonIn Coda, flush the attribute cache for a cnode when...
2008-02-14 gallatinAdd minimally invasive shims to ease MFCs of mxge back...
2008-02-13 jhbAdd KASSERT()'s to catch attempts to recurse on spin...
2008-02-13 jhbMark the syscons video spin mutex as recursable since...
2008-02-13 jhbMark sleepqueue chain spin mutexes are recursable since...
2008-02-13 jhbAdd a couple of assertions and KTR logging to thread_lo...
2008-02-13 gallatinMake the type of the firmware arrays match those
2008-02-13 attilioUpdate manpage with lockmgr_assert() description.
2008-02-13 jhbAdd an automatic kernel module version dependency to...
2008-02-13 attilioBump __FreeBSD_version after the introduction of:
2008-02-13 cpercivaImprove conformance to the HTTP specification by using...
2008-02-13 attilio- Add real assertions to lockmgr locking primitives.
2008-02-13 rwatsonUpdate cache flushing behavior in light of recent namec...
2008-02-13 bruefferThe hptrr driver first appeared in 6.3, not 5.3.
2008-02-13 bdeForced commit to note that the lost log message for...
2008-02-13 bdes_ceill.c
2008-02-13 jhbUse RTFREE_LOCKED() instead of rtfree() when releasing...
2008-02-13 bdeOn arches where long double is the same as double,...
2008-02-13 rwatsonRemove coda_namecache from coda5 as well. We should...
2008-02-13 rwatsonRemove coda_namecache from "options vcoda", it is no...
2008-02-13 rwatsonImplement a rudimentary access cache for the Coda kerne...
2008-02-13 bdeFix the C version of ceill(x) for -1 < x <= -0 in all...
2008-02-13 rafan- Remove duplicate tputs.3 from MLINK. As we use termca...
2008-02-13 rwatsonRemove now-unused Coda namecache.
2008-02-13 rwatsonRather than having the Coda module use its own namecach...
2008-02-13 attilioFix a lock leak in the ntfs locking scheme:
next