]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Expose the unimplemented libm functions in the math.h header. This allows C++'s...
[FreeBSD/FreeBSD.git] / lib /
2011-11-12 David ChisnallExpose the unimplemented libm functions in the math...
2011-11-11 Kevin LoConverting int to wint_t leads to broekn comparison...
2011-11-10 Doug BartonDocument that flock can return ENOLCK
2011-11-10 Kevin Lo- Don't handle out-of-memory condition
2011-11-09 Hans Petter SelaskyAdd definition of some USB 3.0 descriptors to libusb...
2011-11-07 Ed SchoutenEnsure pam_lastlog removes the /dev/ component of the...
2011-11-06 Dimitry AndricWhen one attempts to compile the tree with -march=i386...
2011-11-05 Ed SchoutenRemove an unused variable from pam_unix.
2011-11-04 Ed SchoutenFix a warning emitted by Clang.
2011-11-04 John BaldwinAdd the posix_fadvise(2) system call. It is somewhat...
2011-11-02 Dag-Erling SmørgravNote that pam_unix(8) does not respect PAM_CHANGE_EXPIR...
2011-11-02 Konstantin BelousovDespite official i386 ABI does not mandate any stack...
2011-11-02 Konstantin BelousovMake sure that stack is 16-byte aligned before calling...
2011-11-01 Edwin GroothuisMFV of r226974, tzdata2011n
2011-10-27 Ed SchoutenDon't forget to kick the man page date.
2011-10-27 Ed SchoutenMake our utmpx more like System V.
2011-10-27 Sergey KandaurovFix the manual section number for a cross-reference...
2011-10-26 Sergey KandaurovFix typo in timer_getoverrun cross-reference.
2011-10-25 Edwin GroothuisMFV of r226750, tzdata2011m
2011-10-22 Tim KientzleFix Buildworld WITHOUT_OPENSSL.
2011-10-22 Tim KientzleCorrect the spelling of getgrgid and getpwuid in the...
2011-10-22 Dimitry AndricUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-22 Dag-Erling SmørgravRevert the previous commit and add a comment explaining...
2011-10-22 Dag-Erling Smørgravopenpam_static.c isn't auto-generated.
2011-10-21 David SchultzMinor corrections and clarifications regarding exceptions.
2011-10-21 David SchultzReplace a proliferation of buggy MD implementations...
2011-10-21 David SchultzAdd support for the 'x' mode option in fopen() as speci...
2011-10-21 David SchultzFix a regression introduced in r226371: When the high...
2011-10-21 David SchultzFix a corner case: tan(large + Inf i) == NaN + NaN i.
2011-10-21 David SchultzImproved handling of large x in ccosh{,f}():
2011-10-21 David SchultzUse __ldexp_exp() to simplify things and improve accura...
2011-10-21 David SchultzThe cexp() and {,c}{cos,sin}h functions all need to...
2011-10-21 David SchultzUse STRICT_ASSIGN() to ensure that the compiler doesn...
2011-10-21 David SchultzPer IEEE754r, pow(1, y) is 1 even if y is NaN, and...
2011-10-21 David SchultzBugfix: feenableexcept() and fedisableexcept() should...
2011-10-20 Dimitry AndricVendor import of clang release_30 branch r142614:
2011-10-20 Dimitry AndricVendor import of llvm release_30 branch r142614:
2011-10-19 Dag-Erling Smørgravlatin1 -> utf8
2011-10-18 Fabien ThomasAdd a flush of the current PMC log buffer before displa...
2011-10-17 Dimitry AndricUpdate llvm/clang's target triple (confusingly named...
2011-10-17 David SchultzIt's no longer accurate to say that math.h "constitute...
2011-10-17 David SchultzAdd c{cos,sin,tan}{,h}{,f} functions. This is joint...
2011-10-16 Pawel Jakub DawidekIn pidfile_open(), if the pidfile is locked, but empty...
2011-10-16 Eitan Adler- change "is is" to "is" or "it is"
2011-10-16 Ed SchoutenChange the SDP_GET* macros to cast to a const buffer.
2011-10-16 Ed SchoutenChange ncp_scan_bindery_object() to pass a constant...
2011-10-16 David SchultzUse #include "fenv.h" instead of #include <fenv.h>...
2011-10-16 David SchultzFix some non-standard variable declarations.
2011-10-16 David SchultzOptimize the case of pure imaginary arguments. Calls...
2011-10-16 David SchultzMove the macros GET_LDBL_EXPSIGN() and SET_LDBL_EXPSIGN...
2011-10-16 David SchultzRemove an unused variable.
2011-10-15 David SchultzRemove some unnecessary initializations.
2011-10-15 David SchultzVarious changes to improve the accuracy and speed of...
2011-10-15 David SchultzStyle fixes and updates to comments.
2011-10-15 David SchultzDon't define FP_FAST_FMA on sparc64; with the recent...
2011-10-15 David SchultzAdd INSERT_WORD64 and EXTRACT_WORD64 macros for use...
2011-10-15 David SchultzReplace two lines accidentally removed in r226218....
2011-10-15 David SchultzFix a double-rounding bug in fma{,f,l}. The bug would...
2011-10-12 Edwin GroothuisMFV of tzdata2011l, r226279
2011-10-11 Dag-Erling SmørgravAdd a new trace point, KTRFAC_CAPFAIL, which traces...
2011-10-11 David SchultzRefactor this code by introducing separate functions...
2011-10-10 Hans Petter SelaskyFix how libusb20_dev_kernel_driver_active() and
2011-10-10 David SchultzProvide external definitions of all of the standardized...
2011-10-10 David SchultzAdd a FBSD_1.3 namespace for FreeBSD 10.
2011-10-09 Dag-Erling SmørgravLine up the struct declaration (yes, I know this isn...
2011-10-09 Dag-Erling SmørgravDocument some not-so-recently added trace points.
2011-10-07 Ed SchoutenFix whitespace inconsistencies found in homegrown Symbo...
2011-10-07 Dag-Erling SmørgravLoad the ECDSA key if there is one.
2011-10-06 Konstantin BelousovRemove no longer needed BUGS section.
2011-10-05 Dag-Erling SmørgravUpgrade to OpenSSH 5.9p1.
2011-10-04 Konstantin BelousovRemove no longer valid statement about ARM.
2011-10-03 Nathan WhitehornNow that its only consumer is gone (sysinstall), remove...
2011-10-03 Jung-uk KimRemove a redundant check for libncp.
2011-10-01 Ed SchoutenReimplement ctermid().
2011-09-29 Dimitry AndricRevive the LLVM and Clang license files, which were...
2011-09-28 Ed SchoutenGet rid of major/minor number distinction.
2011-09-28 Alexander MotinMFprojects/hid:
2011-09-27 Dag-Erling SmørgravUpdate copyright dates and strip my middle name.
2011-09-27 Dag-Erling SmørgravBump date.
2011-09-27 Dag-Erling SmørgravThink first, commit second.
2011-09-27 Dag-Erling SmørgravLong overdue: make passive mode the default for ftp.
2011-09-27 Jens SchweikhardtFix grammar.
2011-09-19 Gabor Kovesdan- Fix a trivial bug in iconv. When there is no space...
2011-09-19 Hans Petter SelaskyImplement missing USB debug information functions.
2011-09-13 Tim KientzleFix cpio on ARM.
2011-09-13 Hiroki SatoMerge from openresolv 3.4.4 in the vendor branch.
2011-09-03 Doug BartonUpgrade to BIND version 9.8.1. Release notes at:
2011-09-02 Sergey KandaurovCosmetic cleanup: remove #define LIBMEMSTAT used to...
2011-09-02 Martin MatuskaImport additional bugfix for reading and extracting...
2011-09-01 Doug BartonVendor import of BIND 9.8.1
2011-08-28 Konstantin BelousovBump shared libraries version numbers in preparation...
2011-08-25 Konstantin BelousovClarify the behaviour of sigwait() on signal interrupti...
2011-08-25 Martin MatuskaImport bugfix for reading and extracting of FreeBSD...
2011-08-22 Hans Petter SelaskySpelling corrections for LibUSB manual page (2/2).
2011-08-22 Hans Petter SelaskyWhitespace corrections for LibUSB manual page (1/2).
2011-08-20 Hans Petter SelaskyUse correct enum instead of constant value.
2011-08-18 Jonathan AndersonAdd experimental support for process descriptors
2011-08-16 Hans Petter SelaskyUpdate LibUSB v1.0 manual page:
2011-08-16 Hans Petter SelaskyAdd missing function to get device speed to the LibUSB...
2011-08-14 Robert WatsonCross-reference cap_new(2) from dup(2), as they have...
next