summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add my initial work of libthread_db. The library is used by gdb to debugdavidxu2004-07-159-0/+2030
* Style: rename 'mkdirpath' so it's clearer exactly what it does.kientzle2004-07-151-22/+27
* Copy lwp id to thread mailbox.davidxu2004-07-142-0/+2
* Call kse_switchin to switch context when being debugged.davidxu2004-07-139-55/+158
* Remove unused symbols.davidxu2004-07-132-28/+0
* Export necessary symbols to debugger.davidxu2004-07-131-7/+4
* Let debugger check signal, make SIGINFO works.davidxu2004-07-132-24/+50
* If _libkse_debug is not zero, activate thread mode.davidxu2004-07-132-0/+12
* Add code to support thread debugging.davidxu2004-07-1310-88/+292
* Remove an entry from the BUGS section: we have multibyte charactertjr2004-07-121-2/+0
* kse_switchin ABI was changed in kernel.davidxu2004-07-122-6/+4
* Make regular expression matching aware of multibyte characters. The generaltjr2004-07-125-324/+478
* Add a new error code, REG_ILLSEQ, to indicate that a regular expressiontjr2004-07-122-1/+5
* Document the new PT_LWPINFO request. In fact, the request is so newmarcel2004-07-121-0/+19
* Update the README notes to include the current list of supportedkientzle2004-07-121-49/+47
* Remove incomplete support for multi-character collating elements. Removetjr2004-07-112-262/+8
* Correct a brain-o in extract_dir: mkdirpath() and mkdir(2) arekientzle2004-07-101-2/+4
* Unbreak alpha: On alpha a long double is the same as a double andmarcel2004-07-101-0/+4
* Add fast paths for conversion of plain ASCII characters.tjr2004-07-091-0/+13
* Slightly reorganize and simplify.tjr2004-07-091-24/+11
* Remove the declaration of isnan() from this file. It is no longerdas2004-07-092-6/+0
* Bump document date for recent changes.das2004-07-091-1/+1
* Document these functions as being in libm, not libc. Some of themdas2004-07-091-4/+1
* Implement the classification macros isfinite(), isinf(), isnan(), anddas2004-07-0921-508/+287
* Define the following macros in terms of [gi]cc builtins when thedas2004-07-091-0/+29
* Eliminate some magic numbers and correct description of _PC_NO_TRUNC.wollman2004-07-082-20/+45
* Add the new call control layer to the library and install the man pageharti2004-07-081-5/+11
* Add a function to iterate over all characters in a particular charactertjr2004-07-083-2/+150
* I think this is my fourth complete rewrite of the dir-creationkientzle2004-07-081-139/+213
* Make bluetooth compile on all platformsemax2004-07-071-1/+2
* there's no such define as KERN_NAME_MAX, change to _POSIX_NAME_MAX.alfred2004-07-071-1/+1
* Markup fixes.ru2004-07-071-16/+24
* Markup nits.ru2004-07-071-2/+4
* Fixed markup.ru2004-07-071-16/+22
* mdoc(7) fixes.ru2004-07-071-2/+3
* Move the return value information about the getenv(3) library functionhmp2004-07-061-4/+10
* Keep it sync with OpenBSD:ache2004-07-061-3/+4
* Push WARNS back up to 6, but define NO_WERROR; I want the warts out in thedes2004-07-061-1/+2
* Introduce inline {ip,udp,tcp}_next() functions which take a pointer to andes2004-07-0612-52/+77
* Rewrite twowords() to access its argument through a char pointer and notdes2004-07-061-3/+10
* Document incorrect handling of multibyte characters.tjr2004-07-061-1/+3
* Temporarily lower WARNS to 3 while I figure out the alignment issues ondes2004-07-061-1/+1
* Add C99's nearbyint{,f}() functions as wrappers around rint().das2004-07-064-6/+94
* Add implementations of ftw(3) and nftw(3) and the corresponding headerdas2004-07-052-2/+211
* Documentation for ftw(3) and nftw(3).das2004-07-051-0/+210
* Minor wordsmithing; remove a controversial colon.kientzle2004-07-051-3/+2
* Add convenience functions to retrieve the atime fields directly,kientzle2004-07-053-0/+20
* ru@'s ambitious sweep through the manpages is mostly a good thing,kientzle2004-07-051-1/+1
* Make whatis(1) happy about the NAME section.ru2004-07-051-57/+60
* Fix the NAME section making whatis(1) happy in particular.ru2004-07-057-68/+65
OpenPOWER on IntegriCloud