| Commit message (Expand) | Author | Age | Files | Lines |
| * | Call __mbrtowc() and __wcrtomb() directly instead of taking detours | Tim J. Robbins | 2004-07-20 | 3 | -3/+6 |
| * | Fix printing of long doubles to match the size that | Andrew Gallatin | 2004-07-19 | 2 | -11/+8 |
| * | prgregset_t changed type from being a typedef of struct reg to an | Marcel Moolenaar | 2004-07-19 | 1 | -1/+1 |
| * | Enable libpthread build for powerpc | Peter Grehan | 2004-07-19 | 1 | -1/+1 |
| * | PPC MD bits for KSE. Runs test cases OK. Crippled to 1:1 mode for | Peter Grehan | 2004-07-19 | 16 | -0/+1640 |
| * | Add signalcontext, required by KSE. | Peter Grehan | 2004-07-19 | 2 | -1/+104 |
| * | The new program counter should go into the trapframe's srr0 and | Peter Grehan | 2004-07-19 | 1 | -1/+1 |
| * | Update paths to reg*.c and regex2.h. Add a target to build regex.h. | Tim J. Robbins | 2004-07-19 | 1 | -1/+3 |
| * | Update for removal of cclass.h. Trim some useless targets. Invoke mkh | Tim J. Robbins | 2004-07-19 | 1 | -34/+6 |
| * | Update for recent changes to struct re_guts. Disable printing the contents | Tim J. Robbins | 2004-07-19 | 1 | -38/+5 |
| * | Remove unused files. | Tim J. Robbins | 2004-07-19 | 2 | -12/+0 |
| * | Make FLT_ROUNDS correctly reflect the dynamic rounding mode. | David Schultz | 2004-07-19 | 6 | -3/+80 |
| * | Fix two bugs in the signbit() macro, which was implemented last year: | David Schultz | 2004-07-19 | 5 | -9/+31 |
| * | Replace seven nominally MD implementations of frexp() that are broken | David Schultz | 2004-07-18 | 16 | -456/+65 |
| * | This library is not WARNS=2 clean for -O2 builds, because we include | Marcel Moolenaar | 2004-07-18 | 1 | -1/+1 |
| * | Correct the mess I made by committing from the wrong tree. Most | Marcel Moolenaar | 2004-07-18 | 5 | -33/+33 |
| * | Try to fix ia64 and alpha compiles. I don't have either equipment fired | Scott Long | 2004-07-18 | 2 | -0/+14 |
| * | Add missing #includes so that this can compile. Obtained from the i386 version. | Scott Long | 2004-07-18 | 1 | -0/+7 |
| * | Remove claim of conformance to IEEE Std. 1003.2. Replace it with a list | Tim J. Robbins | 2004-07-18 | 1 | -7/+12 |
| * | Remove claim of conformance to IEEE Std. 1003.2. Replace it with a list | Tim J. Robbins | 2004-07-18 | 1 | -3/+7 |
| * | Hook libthread_db into the build, except for arm and powerpc. | Marcel Moolenaar | 2004-07-18 | 1 | -2/+6 |
| * | Define _libthr_debug for use by libthread_db. | Marcel Moolenaar | 2004-07-18 | 1 | -0/+9 |
| * | Don't include lock.h and pthread_md.h when we're being included by | Marcel Moolenaar | 2004-07-18 | 2 | -0/+4 |
| * | Add rudimentary support and stubs for libthr and libc_r on alpha, amd64, | Marcel Moolenaar | 2004-07-18 | 22 | -1178/+1851 |
| * | Add the const qualifier to the prgregset_t argument for the *setregs* | Marcel Moolenaar | 2004-07-17 | 4 | -4/+4 |
| * | Fix minor namespace pollution: The prototypes for f{dim,max,min}(), | Stefan Farfeleder | 2004-07-17 | 1 | -6/+6 |
| * | Fix typo: carat -> caret. | Tim J. Robbins | 2004-07-17 | 1 | -1/+1 |
| * | Document the MSG_DONTWAIT flag. | Hartmut Brandt | 2004-07-16 | 1 | -1/+8 |
| * | Tweak the conditions under which certain gcc builtins are used: | David Schultz | 2004-07-16 | 1 | -2/+2 |
| * | Add a cross reference to fgetwln(3). | Tim J. Robbins | 2004-07-16 | 1 | -0/+1 |
| * | Add fgetwln(), a wide character version of fgetln(). | Tim J. Robbins | 2004-07-16 | 3 | -2/+192 |
| * | Rename slbexpand() to __slbexpand() and make it available outside | Tim J. Robbins | 2004-07-16 | 2 | -4/+5 |
| * | Clarify getfsstat(2) usage. | Alfred Perlstein | 2004-07-16 | 1 | -1/+6 |
| * | Add my initial work of libthread_db. The library is used by gdb to debug | David Xu | 2004-07-15 | 9 | -0/+2030 |
| * | Style: rename 'mkdirpath' so it's clearer exactly what it does. | Tim Kientzle | 2004-07-15 | 1 | -22/+27 |
| * | Copy lwp id to thread mailbox. | David Xu | 2004-07-14 | 2 | -0/+2 |
| * | Call kse_switchin to switch context when being debugged. | David Xu | 2004-07-13 | 9 | -55/+158 |
| * | Remove unused symbols. | David Xu | 2004-07-13 | 2 | -28/+0 |
| * | Export necessary symbols to debugger. | David Xu | 2004-07-13 | 1 | -7/+4 |
| * | Let debugger check signal, make SIGINFO works. | David Xu | 2004-07-13 | 2 | -24/+50 |
| * | If _libkse_debug is not zero, activate thread mode. | David Xu | 2004-07-13 | 2 | -0/+12 |
| * | Add code to support thread debugging. | David Xu | 2004-07-13 | 10 | -88/+292 |
| * | Remove an entry from the BUGS section: we have multibyte character | Tim J. Robbins | 2004-07-12 | 1 | -2/+0 |
| * | kse_switchin ABI was changed in kernel. | David Xu | 2004-07-12 | 2 | -6/+4 |
| * | Make regular expression matching aware of multibyte characters. The general | Tim J. Robbins | 2004-07-12 | 5 | -322/+476 |
| * | Add a new error code, REG_ILLSEQ, to indicate that a regular expression | Tim J. Robbins | 2004-07-12 | 2 | -1/+5 |
| * | Document the new PT_LWPINFO request. In fact, the request is so new | Marcel Moolenaar | 2004-07-12 | 1 | -0/+19 |
| * | Update the README notes to include the current list of supported | Tim Kientzle | 2004-07-12 | 1 | -49/+47 |
| * | Remove incomplete support for multi-character collating elements. Remove | Tim J. Robbins | 2004-07-11 | 2 | -262/+8 |
| * | Correct a brain-o in extract_dir: mkdirpath() and mkdir(2) are | Tim Kientzle | 2004-07-10 | 1 | -2/+4 |