]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Use __ldexp_exp() to simplify things and improve accuracy for x near
[FreeBSD/FreeBSD.git] / lib /
2011-10-21 dasUse __ldexp_exp() to simplify things and improve accura...
2011-10-21 dasThe cexp() and {,c}{cos,sin}h functions all need to...
2011-10-21 dasUse STRICT_ASSIGN() to ensure that the compiler doesn...
2011-10-21 dasPer IEEE754r, pow(1, y) is 1 even if y is NaN, and...
2011-10-21 dasBugfix: feenableexcept() and fedisableexcept() should...
2011-10-19 deslatin1 -> utf8
2011-10-18 fabientAdd a flush of the current PMC log buffer before displa...
2011-10-17 dimUpdate llvm/clang's target triple (confusingly named...
2011-10-17 dasIt's no longer accurate to say that math.h "constitute...
2011-10-17 dasAdd c{cos,sin,tan}{,h}{,f} functions. This is joint...
2011-10-16 pjdIn pidfile_open(), if the pidfile is locked, but empty...
2011-10-16 eadler- change "is is" to "is" or "it is"
2011-10-16 edChange the SDP_GET* macros to cast to a const buffer.
2011-10-16 edChange ncp_scan_bindery_object() to pass a constant...
2011-10-16 dasUse #include "fenv.h" instead of #include <fenv.h>...
2011-10-16 dasFix some non-standard variable declarations.
2011-10-16 dasOptimize the case of pure imaginary arguments. Calls...
2011-10-16 dasMove the macros GET_LDBL_EXPSIGN() and SET_LDBL_EXPSIGN...
2011-10-16 dasRemove an unused variable.
2011-10-15 dasRemove some unnecessary initializations.
2011-10-15 dasVarious changes to improve the accuracy and speed of...
2011-10-15 dasStyle fixes and updates to comments.
2011-10-15 dasDon't define FP_FAST_FMA on sparc64; with the recent...
2011-10-15 dasAdd INSERT_WORD64 and EXTRACT_WORD64 macros for use...
2011-10-15 dasReplace two lines accidentally removed in r226218....
2011-10-15 dasFix a double-rounding bug in fma{,f,l}. The bug would...
2011-10-11 desAdd a new trace point, KTRFAC_CAPFAIL, which traces...
2011-10-11 dasRefactor this code by introducing separate functions...
2011-10-10 hselaskyFix how libusb20_dev_kernel_driver_active() and
2011-10-10 dasProvide external definitions of all of the standardized...
2011-10-10 dasAdd a FBSD_1.3 namespace for FreeBSD 10.
2011-10-09 desLine up the struct declaration (yes, I know this isn...
2011-10-09 desDocument some not-so-recently added trace points.
2011-10-07 edFix whitespace inconsistencies found in homegrown Symbo...
2011-10-07 desLoad the ECDSA key if there is one.
2011-10-06 kibRemove no longer needed BUGS section.
2011-10-05 desUpgrade to OpenSSH 5.9p1.
2011-10-04 kibRemove no longer valid statement about ARM.
2011-10-03 nwhitehornNow that its only consumer is gone (sysinstall), remove...
2011-10-03 jkimRemove a redundant check for libncp.
2011-10-01 edReimplement ctermid().
2011-09-29 dimRevive the LLVM and Clang license files, which were...
2011-09-28 edGet rid of major/minor number distinction.
2011-09-28 mavMFprojects/hid:
2011-09-27 desUpdate copyright dates and strip my middle name.
2011-09-27 desBump date.
2011-09-27 desThink first, commit second.
2011-09-27 desLong overdue: make passive mode the default for ftp.
2011-09-27 schweikhFix grammar.
2011-09-19 gabor- Fix a trivial bug in iconv. When there is no space...
2011-09-19 hselaskyImplement missing USB debug information functions.
2011-09-13 kientzleFix cpio on ARM.
2011-09-03 dougbUpgrade to BIND version 9.8.1. Release notes at:
2011-09-02 pluknetCosmetic cleanup: remove #define LIBMEMSTAT used to...
2011-09-02 mmImport additional bugfix for reading and extracting...
2011-09-01 dougbVendor import of BIND 9.8.1
2011-08-28 kibBump shared libraries version numbers in preparation...
2011-08-25 kibClarify the behaviour of sigwait() on signal interrupti...
2011-08-25 mmImport bugfix for reading and extracting of FreeBSD...
2011-08-22 hselaskySpelling corrections for LibUSB manual page (2/2).
2011-08-22 hselaskyWhitespace corrections for LibUSB manual page (1/2).
2011-08-20 hselaskyUse correct enum instead of constant value.
2011-08-18 jonathanAdd experimental support for process descriptors
2011-08-16 hselaskyUpdate LibUSB v1.0 manual page:
2011-08-16 hselaskyAdd missing function to get device speed to the LibUSB...
2011-08-14 rwatsonCross-reference cap_new(2) from dup(2), as they have...
2011-08-14 rwatsonUpdates to libprocstat(3) and procstat(1) to allow...
2011-08-08 hrsFix a pathname (s,netinet/if_ether.h,net/ethernet.h,).
2011-08-07 mmMerge revision 3554 from libarchive's release/2.8 branch:
2011-08-07 mariusChange lwp to int64_t as thr_pread_long() always uses...
2011-08-07 mmAdd compatibility for ISO images created with unfixed...
2011-08-06 mariusImplement
2011-08-06 mariusUse the size of struct fpreg rather than of the pointer...
2011-08-06 mariusThe tid member of struct pthread actually is long so...
2011-08-06 marcelAdd support for PBVM addresses. In a nutshell this...
2011-08-03 tuexenThe result of a joint work between rrs@ and myself...
2011-08-03 avgfix a serious bug in libproc's proc_attach
2011-08-01 pluknetGet rid of MAXCPU knowledge used for internal needs...
2011-07-30 mavMFprojects/hid:
2011-07-21 gnnRemove incorrect attribution.
2011-07-21 gnnMake both stpcpy and strcpy be assembly language implem...
2011-07-20 jonathanAdd cap_new(2) and cap_getrights(2) symbols to libc.
2011-07-18 dimFix building of 32-bit compat libraries on amd64 with...
2011-07-18 bzRename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.
2011-07-18 delphijDisable gvmat64.S, the assembler version of longest_mat...
2011-07-17 mm- Update libarchive to 2.8.4
2011-07-17 dimUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-17 hrs- Improve interface list handling. The rtadvd(8) now...
2011-07-17 dimVendor import of clang trunk r135360:
2011-07-17 dimVendor import of llvm trunk r135360:
2011-07-17 dougbFixes to make the WITH_BIND_LIBS option functional...
2011-07-16 dougbbmake and other updates necessary for the BIND 9.8...
2011-07-16 dougbUpgrade to version 9.8.0-P4
2011-07-16 dougbVendor import of BIND 9.8.0-P4
2011-07-16 hselasky- Add two missing functions to the LibUSB v0.1 API.
2011-07-16 dougbHandle the MK_BIND_XML option more intelligently
2011-07-14 nwhitehornUpdate dialog to 1.1-20110707.
2011-07-12 kibDocument RFTSIGZMB. Fix spelling of SIGCHLD. Note that...
2011-07-12 pluknetMention myself in the AUTHORS section.
2011-07-12 pluknetProvide a simple manual page for libprocstat(3).
next