| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace seven nominally MD implementations of frexp() that are broken | das | 2004-07-18 | 16 | -456/+65 |
* | This library is not WARNS=2 clean for -O2 builds, because we include | marcel | 2004-07-18 | 1 | -1/+1 |
* | Correct the mess I made by committing from the wrong tree. Most | marcel | 2004-07-18 | 5 | -33/+33 |
* | Try to fix ia64 and alpha compiles. I don't have either equipment fired | scottl | 2004-07-18 | 2 | -0/+14 |
* | Add missing #includes so that this can compile. Obtained from the i386 version. | scottl | 2004-07-18 | 1 | -0/+7 |
* | Remove claim of conformance to IEEE Std. 1003.2. Replace it with a list | tjr | 2004-07-18 | 1 | -7/+12 |
* | Remove claim of conformance to IEEE Std. 1003.2. Replace it with a list | tjr | 2004-07-18 | 1 | -3/+7 |
* | Hook libthread_db into the build, except for arm and powerpc. | marcel | 2004-07-18 | 1 | -2/+6 |
* | Define _libthr_debug for use by libthread_db. | marcel | 2004-07-18 | 1 | -0/+9 |
* | Don't include lock.h and pthread_md.h when we're being included by | marcel | 2004-07-18 | 2 | -0/+4 |
* | Add rudimentary support and stubs for libthr and libc_r on alpha, amd64, | marcel | 2004-07-18 | 22 | -1178/+1851 |
* | Add the const qualifier to the prgregset_t argument for the *setregs* | marcel | 2004-07-17 | 4 | -4/+4 |
* | Fix minor namespace pollution: The prototypes for f{dim,max,min}(), | stefanf | 2004-07-17 | 1 | -6/+6 |
* | Fix typo: carat -> caret. | tjr | 2004-07-17 | 1 | -1/+1 |
* | Document the MSG_DONTWAIT flag. | harti | 2004-07-16 | 1 | -1/+8 |
* | Tweak the conditions under which certain gcc builtins are used: | das | 2004-07-16 | 1 | -2/+2 |
* | Add a cross reference to fgetwln(3). | tjr | 2004-07-16 | 1 | -0/+1 |
* | Add fgetwln(), a wide character version of fgetln(). | tjr | 2004-07-16 | 3 | -2/+192 |
* | Rename slbexpand() to __slbexpand() and make it available outside | tjr | 2004-07-16 | 2 | -4/+5 |
* | Clarify getfsstat(2) usage. | alfred | 2004-07-16 | 1 | -1/+6 |
* | Add my initial work of libthread_db. The library is used by gdb to debug | davidxu | 2004-07-15 | 9 | -0/+2030 |
* | Style: rename 'mkdirpath' so it's clearer exactly what it does. | kientzle | 2004-07-15 | 1 | -22/+27 |
* | Copy lwp id to thread mailbox. | davidxu | 2004-07-14 | 2 | -0/+2 |
* | Call kse_switchin to switch context when being debugged. | davidxu | 2004-07-13 | 9 | -55/+158 |
* | Remove unused symbols. | davidxu | 2004-07-13 | 2 | -28/+0 |
* | Export necessary symbols to debugger. | davidxu | 2004-07-13 | 1 | -7/+4 |
* | Let debugger check signal, make SIGINFO works. | davidxu | 2004-07-13 | 2 | -24/+50 |
* | If _libkse_debug is not zero, activate thread mode. | davidxu | 2004-07-13 | 2 | -0/+12 |
* | Add code to support thread debugging. | davidxu | 2004-07-13 | 10 | -88/+292 |
* | Remove an entry from the BUGS section: we have multibyte character | tjr | 2004-07-12 | 1 | -2/+0 |
* | kse_switchin ABI was changed in kernel. | davidxu | 2004-07-12 | 2 | -6/+4 |
* | Make regular expression matching aware of multibyte characters. The general | tjr | 2004-07-12 | 5 | -324/+478 |
* | Add a new error code, REG_ILLSEQ, to indicate that a regular expression | tjr | 2004-07-12 | 2 | -1/+5 |
* | Document the new PT_LWPINFO request. In fact, the request is so new | marcel | 2004-07-12 | 1 | -0/+19 |
* | Update the README notes to include the current list of supported | kientzle | 2004-07-12 | 1 | -49/+47 |
* | Remove incomplete support for multi-character collating elements. Remove | tjr | 2004-07-11 | 2 | -262/+8 |
* | Correct a brain-o in extract_dir: mkdirpath() and mkdir(2) are | kientzle | 2004-07-10 | 1 | -2/+4 |
* | Unbreak alpha: On alpha a long double is the same as a double and | marcel | 2004-07-10 | 1 | -0/+4 |
* | Add fast paths for conversion of plain ASCII characters. | tjr | 2004-07-09 | 1 | -0/+13 |
* | Slightly reorganize and simplify. | tjr | 2004-07-09 | 1 | -24/+11 |
* | Remove the declaration of isnan() from this file. It is no longer | das | 2004-07-09 | 2 | -6/+0 |
* | Bump document date for recent changes. | das | 2004-07-09 | 1 | -1/+1 |
* | Document these functions as being in libm, not libc. Some of them | das | 2004-07-09 | 1 | -4/+1 |
* | Implement the classification macros isfinite(), isinf(), isnan(), and | das | 2004-07-09 | 21 | -508/+287 |
* | Define the following macros in terms of [gi]cc builtins when the | das | 2004-07-09 | 1 | -0/+29 |
* | Eliminate some magic numbers and correct description of _PC_NO_TRUNC. | wollman | 2004-07-08 | 2 | -20/+45 |
* | Add the new call control layer to the library and install the man page | harti | 2004-07-08 | 1 | -5/+11 |
* | Add a function to iterate over all characters in a particular character | tjr | 2004-07-08 | 3 | -2/+150 |
* | I think this is my fourth complete rewrite of the dir-creation | kientzle | 2004-07-08 | 1 | -139/+213 |
* | Make bluetooth compile on all platforms | emax | 2004-07-07 | 1 | -1/+2 |