]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
This commit was generated by cvs2svn to compensate for changes in r132451,
[FreeBSD/FreeBSD.git] / lib /
2004-07-20 robertoThis commit was generated by cvs2svn to compensate...
2004-07-20 tjrCall __mbrtowc() and __wcrtomb() directly instead of...
2004-07-19 gallatinFix printing of long doubles to match the size that
2004-07-19 marcelprgregset_t changed type from being a typedef of struct...
2004-07-19 grehanEnable libpthread build for powerpc
2004-07-19 grehanPPC MD bits for KSE. Runs test cases OK. Crippled to...
2004-07-19 grehanAdd signalcontext, required by KSE.
2004-07-19 grehanThe new program counter should go into the trapframe...
2004-07-19 tjrUpdate paths to reg*.c and regex2.h. Add a target to...
2004-07-19 tjrUpdate for removal of cclass.h. Trim some useless targe...
2004-07-19 tjrUpdate for recent changes to struct re_guts. Disable...
2004-07-19 tjrRemove unused files.
2004-07-19 dasMake FLT_ROUNDS correctly reflect the dynamic rounding...
2004-07-19 dasFix two bugs in the signbit() macro, which was implemen...
2004-07-18 dasReplace seven nominally MD implementations of frexp...
2004-07-18 marcelThis library is not WARNS=2 clean for -O2 builds, becau...
2004-07-18 marcelCorrect the mess I made by committing from the wrong...
2004-07-18 scottlTry to fix ia64 and alpha compiles. I don't have eithe...
2004-07-18 scottlAdd missing #includes so that this can compile. Obtain...
2004-07-18 tjrRemove claim of conformance to IEEE Std. 1003.2. Replac...
2004-07-18 tjrRemove claim of conformance to IEEE Std. 1003.2. Replac...
2004-07-18 marcelHook libthread_db into the build, except for arm and...
2004-07-18 marcelDefine _libthr_debug for use by libthread_db.
2004-07-18 marcelDon't include lock.h and pthread_md.h when we're being...
2004-07-18 marcelAdd rudimentary support and stubs for libthr and libc_r...
2004-07-17 marcelAdd the const qualifier to the prgregset_t argument...
2004-07-17 stefanfFix minor namespace pollution: The prototypes for...
2004-07-17 tjrFix typo: carat -> caret.
2004-07-16 hartiDocument the MSG_DONTWAIT flag.
2004-07-16 dasTweak the conditions under which certain gcc builtins...
2004-07-16 tjrAdd a cross reference to fgetwln(3).
2004-07-16 tjrAdd fgetwln(), a wide character version of fgetln().
2004-07-16 tjrRename slbexpand() to __slbexpand() and make it availab...
2004-07-16 alfredClarify getfsstat(2) usage.
2004-07-15 davidxuAdd my initial work of libthread_db. The library is...
2004-07-15 kientzleStyle: rename 'mkdirpath' so it's clearer exactly what...
2004-07-14 davidxuCopy lwp id to thread mailbox.
2004-07-13 davidxuCall kse_switchin to switch context when being debugged.
2004-07-13 davidxuRemove unused symbols.
2004-07-13 davidxuExport necessary symbols to debugger.
2004-07-13 davidxuLet debugger check signal, make SIGINFO works.
2004-07-13 davidxuIf _libkse_debug is not zero, activate thread mode.
2004-07-13 davidxuAdd code to support thread debugging.
2004-07-12 tjrRemove an entry from the BUGS section: we have multibyt...
2004-07-12 davidxukse_switchin ABI was changed in kernel.
2004-07-12 tjrMake regular expression matching aware of multibyte...
2004-07-12 tjrAdd a new error code, REG_ILLSEQ, to indicate that...
2004-07-12 marcelDocument the new PT_LWPINFO request. In fact, the reque...
2004-07-12 kientzleUpdate the README notes to include the current list...
2004-07-11 tjrRemove incomplete support for multi-character collating...
2004-07-11 mpThis commit was generated by cvs2svn to compensate...
2004-07-10 kientzleCorrect a brain-o in extract_dir: mkdirpath() and...
2004-07-10 marcelUnbreak alpha: On alpha a long double is the same as...
2004-07-09 tjrAdd fast paths for conversion of plain ASCII characters.
2004-07-09 tjrSlightly reorganize and simplify.
2004-07-09 dasRemove the declaration of isnan() from this file. ...
2004-07-09 dasBump document date for recent changes.
2004-07-09 dasDocument these functions as being in libm, not libc...
2004-07-09 dasImplement the classification macros isfinite(), isinf...
2004-07-09 dasDefine the following macros in terms of [gi]cc builtins...
2004-07-08 wollmanEliminate some magic numbers and correct description...
2004-07-08 hartiAdd the new call control layer to the library and insta...
2004-07-08 hartiThis commit was generated by cvs2svn to compensate...
2004-07-08 hartiThis commit was generated by cvs2svn to compensate...
2004-07-08 tjrAdd a function to iterate over all characters in a...
2004-07-08 kientzleI think this is my fourth complete rewrite of the dir...
2004-07-07 emaxMake bluetooth compile on all platforms
2004-07-07 alfredthere's no such define as KERN_NAME_MAX, change to...
2004-07-07 ruMarkup fixes.
2004-07-07 ruMarkup nits.
2004-07-07 ruFixed markup.
2004-07-07 rumdoc(7) fixes.
2004-07-06 hmpMove the return value information about the getenv...
2004-07-06 obrienThis commit was generated by cvs2svn to compensate...
2004-07-06 acheKeep it sync with OpenBSD:
2004-07-06 mbrThis commit was generated by cvs2svn to compensate...
2004-07-06 desPush WARNS back up to 6, but define NO_WERROR; I want...
2004-07-06 desIntroduce inline {ip,udp,tcp}_next() functions which...
2004-07-06 desRewrite twowords() to access its argument through a...
2004-07-06 tjrDocument incorrect handling of multibyte characters.
2004-07-06 desTemporarily lower WARNS to 3 while I figure out the...
2004-07-06 dasAdd C99's nearbyint{,f}() functions as wrappers around...
2004-07-05 dasAdd implementations of ftw(3) and nftw(3) and the corre...
2004-07-05 dasDocumentation for ftw(3) and nftw(3).
2004-07-05 kientzleMinor wordsmithing; remove a controversial colon.
2004-07-05 kientzleAdd convenience functions to retrieve the atime fields...
2004-07-05 kientzleru@'s ambitious sweep through the manpages is mostly...
2004-07-05 ruMake whatis(1) happy about the NAME section.
2004-07-05 ruFix the NAME section making whatis(1) happy in particular.
2004-07-05 ruUnbreak a whatis(1) entry by fixing the NAME section.
2004-07-05 desMake libalias WARNS?=6-clean. This mostly involves...
2004-07-05 desParenthesize return values.
2004-07-05 desMechanical whitespace cleanup.
2004-07-05 ruMarkup fixes.
2004-07-05 ruMarkup fixes.
2004-07-05 ruMarkup fixes.
2004-07-05 ruMarkup nits.
2004-07-04 ruFixed cross-references in SEE ALSO.
2004-07-04 ruSort SEE ALSO references (in dictionary order, ignoring...
2004-07-04 cpercivaAdd commentary explaining why we return EBADF upon...
next