| Commit message (Expand) | Author | Age | Files | Lines |
* | Read directly from the stdio buffer using the new __mbsnrtowcs() interface | tjr | 2004-07-21 | 1 | -14/+38 |
* | Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are | tjr | 2004-07-21 | 14 | -165/+317 |
* | Use __wcsrtombs() and __sfvwrite() to convert and write the wide character | tjr | 2004-07-21 | 1 | -8/+25 |
* | Back out previous commit. Even though statfs(2) can take a regular | csjp | 2004-07-20 | 1 | -0/+4 |
* | Remove reference to ENOTDIR in the documented errors | csjp | 2004-07-20 | 1 | -4/+0 |
* | Call __mbrtowc() and __wcrtomb() directly instead of taking detours | tjr | 2004-07-20 | 3 | -3/+6 |
* | Fix printing of long doubles to match the size that | gallatin | 2004-07-19 | 2 | -11/+8 |
* | prgregset_t changed type from being a typedef of struct reg to an | marcel | 2004-07-19 | 1 | -1/+1 |
* | Enable libpthread build for powerpc | grehan | 2004-07-19 | 1 | -1/+1 |
* | PPC MD bits for KSE. Runs test cases OK. Crippled to 1:1 mode for | grehan | 2004-07-19 | 16 | -0/+1640 |
* | Add signalcontext, required by KSE. | grehan | 2004-07-19 | 2 | -1/+104 |
* | The new program counter should go into the trapframe's srr0 and | grehan | 2004-07-19 | 1 | -1/+1 |
* | Update paths to reg*.c and regex2.h. Add a target to build regex.h. | tjr | 2004-07-19 | 1 | -1/+3 |
* | Update for removal of cclass.h. Trim some useless targets. Invoke mkh | tjr | 2004-07-19 | 1 | -34/+6 |
* | Update for recent changes to struct re_guts. Disable printing the contents | tjr | 2004-07-19 | 1 | -38/+5 |
* | Remove unused files. | tjr | 2004-07-19 | 2 | -12/+0 |
* | Make FLT_ROUNDS correctly reflect the dynamic rounding mode. | das | 2004-07-19 | 6 | -3/+80 |
* | Fix two bugs in the signbit() macro, which was implemented last year: | das | 2004-07-19 | 5 | -9/+31 |
* | 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 |