aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variable.David Schultz2004-07-231-9/+1
* Return the correct value when dst == NULL and conversion has stopped afterTim J. Robbins2004-07-221-2/+2
* now e.f.f.3.ip6.arpa is delegated, we no longer need to query ip6.intHajimu UMEMOTO2004-07-212-7/+1
* Read directly from the stdio buffer using the new __mbsnrtowcs() interfaceTim J. Robbins2004-07-211-14/+38
* Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These areTim J. Robbins2004-07-2114-165/+317
* Use __wcsrtombs() and __sfvwrite() to convert and write the wide characterTim J. Robbins2004-07-211-8/+25
* Back out previous commit. Even though statfs(2) can take a regularChristian S.J. Peron2004-07-201-0/+4
* Remove reference to ENOTDIR in the documented errorsChristian S.J. Peron2004-07-201-4/+0
* Call __mbrtowc() and __wcrtomb() directly instead of taking detoursTim J. Robbins2004-07-203-3/+6
* Fix printing of long doubles to match the size thatAndrew Gallatin2004-07-192-11/+8
* prgregset_t changed type from being a typedef of struct reg to anMarcel Moolenaar2004-07-191-1/+1
* Enable libpthread build for powerpcPeter Grehan2004-07-191-1/+1
* PPC MD bits for KSE. Runs test cases OK. Crippled to 1:1 mode forPeter Grehan2004-07-1916-0/+1640
* Add signalcontext, required by KSE.Peter Grehan2004-07-192-1/+104
* The new program counter should go into the trapframe's srr0 andPeter Grehan2004-07-191-1/+1
* Update paths to reg*.c and regex2.h. Add a target to build regex.h.Tim J. Robbins2004-07-191-1/+3
* Update for removal of cclass.h. Trim some useless targets. Invoke mkhTim J. Robbins2004-07-191-34/+6
* Update for recent changes to struct re_guts. Disable printing the contentsTim J. Robbins2004-07-191-38/+5
* Remove unused files.Tim J. Robbins2004-07-192-12/+0
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.David Schultz2004-07-196-3/+80
* Fix two bugs in the signbit() macro, which was implemented last year:David Schultz2004-07-195-9/+31
* Replace seven nominally MD implementations of frexp() that are brokenDavid Schultz2004-07-1816-456/+65
* This library is not WARNS=2 clean for -O2 builds, because we includeMarcel Moolenaar2004-07-181-1/+1
* Correct the mess I made by committing from the wrong tree. MostMarcel Moolenaar2004-07-185-33/+33
* Try to fix ia64 and alpha compiles. I don't have either equipment firedScott Long2004-07-182-0/+14
* Add missing #includes so that this can compile. Obtained from the i386 version.Scott Long2004-07-181-0/+7
* Remove claim of conformance to IEEE Std. 1003.2. Replace it with a listTim J. Robbins2004-07-181-7/+12
* Remove claim of conformance to IEEE Std. 1003.2. Replace it with a listTim J. Robbins2004-07-181-3/+7
* Hook libthread_db into the build, except for arm and powerpc.Marcel Moolenaar2004-07-181-2/+6
* Define _libthr_debug for use by libthread_db.Marcel Moolenaar2004-07-181-0/+9
* Don't include lock.h and pthread_md.h when we're being included byMarcel Moolenaar2004-07-182-0/+4
* Add rudimentary support and stubs for libthr and libc_r on alpha, amd64,Marcel Moolenaar2004-07-1822-1178/+1851
* Add the const qualifier to the prgregset_t argument for the *setregs*Marcel Moolenaar2004-07-174-4/+4
* Fix minor namespace pollution: The prototypes for f{dim,max,min}(),Stefan Farfeleder2004-07-171-6/+6
* Fix typo: carat -> caret.Tim J. Robbins2004-07-171-1/+1
* Document the MSG_DONTWAIT flag.Hartmut Brandt2004-07-161-1/+8
* Tweak the conditions under which certain gcc builtins are used:David Schultz2004-07-161-2/+2
* Add a cross reference to fgetwln(3).Tim J. Robbins2004-07-161-0/+1
* Add fgetwln(), a wide character version of fgetln().Tim J. Robbins2004-07-163-2/+192
* Rename slbexpand() to __slbexpand() and make it available outsideTim J. Robbins2004-07-162-4/+5
* Clarify getfsstat(2) usage.Alfred Perlstein2004-07-161-1/+6
* Add my initial work of libthread_db. The library is used by gdb to debugDavid Xu2004-07-159-0/+2030
* Style: rename 'mkdirpath' so it's clearer exactly what it does.Tim Kientzle2004-07-151-22/+27
* Copy lwp id to thread mailbox.David Xu2004-07-142-0/+2
* Call kse_switchin to switch context when being debugged.David Xu2004-07-139-55/+158
* Remove unused symbols.David Xu2004-07-132-28/+0
* Export necessary symbols to debugger.David Xu2004-07-131-7/+4
* Let debugger check signal, make SIGINFO works.David Xu2004-07-132-24/+50
* If _libkse_debug is not zero, activate thread mode.David Xu2004-07-132-0/+12
* Add code to support thread debugging.David Xu2004-07-1310-88/+292