aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove an entry from the BUGS section: we have multibyte characterTim J. Robbins2004-07-121-2/+0
* kse_switchin ABI was changed in kernel.David Xu2004-07-122-6/+4
* Make regular expression matching aware of multibyte characters. The generalTim J. Robbins2004-07-125-322/+476
* Add a new error code, REG_ILLSEQ, to indicate that a regular expressionTim J. Robbins2004-07-122-1/+5
* Document the new PT_LWPINFO request. In fact, the request is so newMarcel Moolenaar2004-07-121-0/+19
* Update the README notes to include the current list of supportedTim Kientzle2004-07-121-49/+47
* Remove incomplete support for multi-character collating elements. RemoveTim J. Robbins2004-07-112-262/+8
* Correct a brain-o in extract_dir: mkdirpath() and mkdir(2) areTim Kientzle2004-07-101-2/+4
* Unbreak alpha: On alpha a long double is the same as a double andMarcel Moolenaar2004-07-101-0/+4
* Add fast paths for conversion of plain ASCII characters.Tim J. Robbins2004-07-091-0/+13
* Slightly reorganize and simplify.Tim J. Robbins2004-07-091-24/+11
* Remove the declaration of isnan() from this file. It is no longerDavid Schultz2004-07-092-6/+0
* Bump document date for recent changes.David Schultz2004-07-091-1/+1
* Document these functions as being in libm, not libc. Some of themDavid Schultz2004-07-091-4/+1
* Implement the classification macros isfinite(), isinf(), isnan(), andDavid Schultz2004-07-0921-508/+287
* Define the following macros in terms of [gi]cc builtins when theDavid Schultz2004-07-091-0/+29
* Eliminate some magic numbers and correct description of _PC_NO_TRUNC.Garrett Wollman2004-07-082-20/+45
* Add the new call control layer to the library and install the man pageHartmut Brandt2004-07-081-5/+11
* Add a function to iterate over all characters in a particular characterTim J. Robbins2004-07-083-2/+150
* I think this is my fourth complete rewrite of the dir-creationTim Kientzle2004-07-081-138/+212
* Make bluetooth compile on all platformsMaksim Yevmenkin2004-07-071-1/+2
* there's no such define as KERN_NAME_MAX, change to _POSIX_NAME_MAX.Alfred Perlstein2004-07-071-1/+1
* Markup fixes.Ruslan Ermilov2004-07-071-16/+24
* Markup nits.Ruslan Ermilov2004-07-071-2/+4
* Fixed markup.Ruslan Ermilov2004-07-071-16/+22
* mdoc(7) fixes.Ruslan Ermilov2004-07-071-2/+3
* Move the return value information about the getenv(3) library functionHiten Pandya2004-07-061-4/+10
* Keep it sync with OpenBSD:Andrey A. Chernov2004-07-061-3/+4
* Push WARNS back up to 6, but define NO_WERROR; I want the warts out in theDag-Erling Smørgrav2004-07-061-1/+2
* Introduce inline {ip,udp,tcp}_next() functions which take a pointer to anDag-Erling Smørgrav2004-07-0612-52/+77
* Rewrite twowords() to access its argument through a char pointer and notDag-Erling Smørgrav2004-07-061-2/+9
* Document incorrect handling of multibyte characters.Tim J. Robbins2004-07-061-1/+3
* Temporarily lower WARNS to 3 while I figure out the alignment issues onDag-Erling Smørgrav2004-07-061-1/+1
* Add C99's nearbyint{,f}() functions as wrappers around rint().David Schultz2004-07-064-6/+94
* Add implementations of ftw(3) and nftw(3) and the corresponding headerDavid Schultz2004-07-052-2/+211
* Documentation for ftw(3) and nftw(3).David Schultz2004-07-051-0/+210
* Minor wordsmithing; remove a controversial colon.Tim Kientzle2004-07-051-3/+2