]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Don't map memory/IO resource in device probe and just use PCI
[FreeBSD/FreeBSD.git] / lib /
2008-03-02 David Schultz1 << 47 needs to be written 1ULL << 47.
2008-03-02 Jeff RobersonAdd cpuset, an api for thread to cpu binding and cpu...
2008-03-02 Joseph KoshyTranslate the r_info field of ELF relocation records...
2008-03-02 David SchultzHook up sqrtl() to the build.
2008-03-02 David SchultzMD implementations of sqrtl().
2008-03-02 David SchultzMI implementation of sqrtl(). This is very slow and...
2008-02-29 Philip PaepsUse the easily-greppable copyright notice template...
2008-02-28 Bruce EvansFix and improve some magic numbers for the "medium...
2008-02-28 Sean FarleyReplace the use of warnx() with direct output to stderr...
2008-02-27 John BaldwinAdd <limits.h> for SHRT_MAX.
2008-02-27 John BaldwinFile descriptors are an int, but our stdio FILE object...
2008-02-27 Tim KientzleSpelling correction, thanks to Joerg Sonnenberger.
2008-02-27 Tim KientzleOptimize skipping over Zip entries.
2008-02-27 Garrett Wollmanstdio is currently limited to file descriptors not...
2008-02-26 Ruslan ErmilovAdded the "restrict" type-qualifier to the readlink...
2008-02-26 Tim KientzleRename the archive_endian.h functions to avoid name...
2008-02-25 Bruce EvansInline __ieee754__rem_pio2f(). On amd64 (A64) and...
2008-02-25 Bruce EvansUse a temporary array instead of the arg array y[]...
2008-02-25 Bruce EvansChange __ieee754_rem_pio2f() to return double instead...
2008-02-25 Christian BruefferAdd missing words.
2008-02-25 Bruce EvansFix some off-by-1 errors.
2008-02-24 Rafal JaworowskiLet PowerPC world optionally build with -msoft-float...
2008-02-23 Bruce EvansOptimize the 9pi/2 < |x| <= 2**19pi/2 case some more...
2008-02-22 Bruce EvansAvoid using FP-to-integer conversion for !(amd64 |...
2008-02-22 Bruce EvansRemove the "quick check no cancellation" optimization for
2008-02-22 Bruce EvansOptimize the 9pi/2 < |x| <= 2**19pi/2 case on amd64...
2008-02-22 Bruce EvansAdd an irint() function in inline asm for amd64 and...
2008-02-22 Bruce EvansOptimize the conversion to bits a little (by about...
2008-02-22 Bruce EvansOptimize the fixup for +-0 by using better classificati...
2008-02-22 Bruce EvansFix rintl() on signaling NaNs and unsupported formats.
2008-02-22 David Schultzs/rcsid/__FBSDID/
2008-02-22 David SchultzRemove an unused variable.
2008-02-22 David SchultzEliminate some warnings.
2008-02-21 Philip PaepsNote, as required by our agreement with IEEE/The Open...
2008-02-21 Tim KientzleSanity-check the block size.
2008-02-19 Bruce EvansMerge cosmetic changes from e_rem_pio2.c 1.10 (convert...
2008-02-19 Bruce EvansOptimize for 3pi/4 <= |x| <= 9pi/4 in much the same...
2008-02-19 Bruce EvansRearrange the polynomial evaluation for better parallel...
2008-02-19 Tim KientzleInclude O_BINARY in open() calls on platforms that...
2008-02-19 Tim KientzleAnother tiny, tiny step towards Windows support. No...
2008-02-19 Tim KientzleSomeday I might forgive the standards bodies for omitti...
2008-02-19 Tim KientzleSimplify file type setting.
2008-02-19 Tim KientzleThe test_assert() function that backs my custom assert...
2008-02-19 Tim KientzlePortability: Since the values are fixed and the symboli...
2008-02-19 Tim KientzlePortability: Include O_BINARY if the local platform...
2008-02-19 Tim KientzleCorrect a compile error when libbz2/zlib are unavailable.
2008-02-19 Tim KientzleMark a few additional functions that are/are not availa...
2008-02-19 Tim KientzlePortability improvements:
2008-02-18 David SchultzDocument return values better.
2008-02-18 David SchultzAdd tgammaf() as a simple wrapper around tgamma().
2008-02-18 Bruce Evans2 long double constants were missing L suffixes. This...
2008-02-18 Bruce EvansFix a typo which broke k_tanl.c on !(amd64 || i386).
2008-02-18 Bruce EvansInline __ieee754__rem_pio2(). With gcc4-2, this gives...
2008-02-18 Kevin Logetopt(3) returns -1, not EOF.
2008-02-17 David SchultzUse volatile hacks to make sure exp() generates an...
2008-02-17 Jason EvansFix a race condition in arena_ralloc() for shrinking...
2008-02-17 Jason EvansRemove support for lazy deallocation. Benchmarks acros...
2008-02-17 David SchultzHook up sinl(), cosl(), and tanl() to the build.
2008-02-17 David SchultzAdd implementations of sinl(), cosl(), and tanl().
2008-02-17 David SchultzDocumentation for sinl(), cosl(), and tanl().
2008-02-17 David SchultzAdd kernel functions for 128-bit long doubles. These...
2008-02-17 David SchultzAdd kernel functions for 80-bit long doubles. Many...
2008-02-17 David SchultzAdd more pi for long doubles. Also, avoid storing multi...
2008-02-17 Gregory Neil ShapiroSwitch libmilter from select(2) to poll(2) so milters...
2008-02-16 Xin LIAllow underscore in domain names while resolving. ...
2008-02-15 Antoine Brodin- Make Disk_Names() behave as documented in libdisk...
2008-02-15 Bruce EvansSigh, the weak reference for ceill(), floorl() and...
2008-02-14 Bruce EvansOops, the weak reference for ceill(), floorl() and...
2008-02-14 Bruce EvansUse the expression fabs(x+0.0)+fabs(y+0.0) instad of...
2008-02-14 Dag-Erling Smørgrav_pthread_mutex_isowned_np(): use a more reliable method...
2008-02-14 Bruce EvansFix the hi+lo decomposition for 2/(3ln2). The decompos...
2008-02-14 Bruce EvansUse the expression (x+0.0)-(y+0.0) instead of x+y when...
2008-02-13 Bruce Evanss_ceill.c
2008-02-13 Bruce EvansOn arches where long double is the same as double,...
2008-02-13 Bruce EvansFix the C version of ceill(x) for -1 < x <= -0 in all...
2008-02-13 Rong-En Fan- Remove duplicate tputs.3 from MLINK. As we use termca...
2008-02-13 Bruce EvansFix exp2*(x) on signaling NaNs by returning x+x as...
2008-02-13 Bruce EvansRearrange the polynomial evaluation for better parallel...
2008-02-13 Bruce EvansUse hardware remainder on amd64 since it is 5 to 10...
2008-02-13 David E. O'Brienstyle.Makefile(5)
2008-02-13 David E. O'Brienstyle(9)
2008-02-12 Ruslan ErmilovChange readlink(2)'s return type and type of the last...
2008-02-12 Bruce EvansFix remainder() and remainderf() in round-towards-minus...
2008-02-11 Rong-En Fan- Update build glues for ncurses 5.6 snapshot 20080209
2008-02-11 Rong-En FanThis commit was generated by cvs2svn to compensate...
2008-02-11 Remko LodderAfter issueing a ntpdate [1] I noticed it's already...
2008-02-11 Remko LodderFix typo (s/existance/existence/)
2008-02-11 Bruce EvansUse double precision for z and thus for the entire...
2008-02-09 Bruce EvansAs usual, use a minimax polynomial that is specialized...
2008-02-09 Bruce EvansFix a comment about coefficients and expand a related...
2008-02-08 Dag-Erling SmørgravUse memcpy(3) instead of the BSD-specific bcopy(3).
2008-02-08 Dag-Erling Smørgravs/MAXPATHLEN/PATH_MAX/ to reflect five-year old change...
2008-02-08 Jason EvansFix a bug in lazy deallocation that was introduced...
2008-02-08 Bruce EvansFix truncl() when the result should be -0.0L. When...
2008-02-08 Bruce EvansOops, fix the fix in rev.1.10. logb() and logbf()...
2008-02-08 Jason EvansClean up manipulation of chunk page map elements to...
2008-02-07 Bruce EvansUse a better method of scaling by 2**k. Instead of...
2008-02-07 Bruce EvansUse a better method of scaling by 2**k. Instead of...
2008-02-06 Dag-Erling SmørgravAdd missing #include
2008-02-06 Dag-Erling SmørgravYet another pointy hat: when I zapped FBSDprivate_1...
next