]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Use __packed to prevent alignment from taking place, which otherwise may
[FreeBSD/FreeBSD.git] / lib /
2011-11-11 kevloConverting int to wint_t leads to broekn comparison...
2011-11-10 dougbDocument that flock can return ENOLCK
2011-11-10 kevlo- Don't handle out-of-memory condition
2011-11-09 hselaskyAdd definition of some USB 3.0 descriptors to libusb...
2011-11-07 edEnsure pam_lastlog removes the /dev/ component of the...
2011-11-06 dimWhen one attempts to compile the tree with -march=i386...
2011-11-05 edRemove an unused variable from pam_unix.
2011-11-04 edFix a warning emitted by Clang.
2011-11-04 jhbAdd the posix_fadvise(2) system call. It is somewhat...
2011-11-02 desNote that pam_unix(8) does not respect PAM_CHANGE_EXPIR...
2011-11-02 kibDespite official i386 ABI does not mandate any stack...
2011-11-02 kibMake sure that stack is 16-byte aligned before calling...
2011-10-27 edDon't forget to kick the man page date.
2011-10-27 edMake our utmpx more like System V.
2011-10-27 pluknetFix the manual section number for a cross-reference...
2011-10-26 pluknetFix typo in timer_getoverrun cross-reference.
2011-10-22 kientzleFix Buildworld WITHOUT_OPENSSL.
2011-10-22 kientzleCorrect the spelling of getgrgid and getpwuid in the...
2011-10-22 dimUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-22 desRevert the previous commit and add a comment explaining...
2011-10-22 desopenpam_static.c isn't auto-generated.
2011-10-21 dasMinor corrections and clarifications regarding exceptions.
2011-10-21 dasReplace a proliferation of buggy MD implementations...
2011-10-21 dasAdd support for the 'x' mode option in fopen() as speci...
2011-10-21 dasFix a regression introduced in r226371: When the high...
2011-10-21 dasFix a corner case: tan(large + Inf i) == NaN + NaN i.
2011-10-21 dasImproved handling of large x in ccosh{,f}():
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-20 dimVendor import of clang release_30 branch r142614:
2011-10-20 dimVendor import of llvm release_30 branch r142614:
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...
next