aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix plural.Xin LI2005-11-111-1/+1
* Fix plural.David Xu2005-11-111-1/+1
* Fix copy-paste issue.David Xu2005-11-111-2/+0
* Add POSIX timer manuals.David Xu2005-11-114-0/+368
* Add descriptions about signal queue.David Xu2005-11-111-0/+24
* Er, highlight function wait().David Xu2005-11-111-7/+10
* Add notes about queued SIGCHLD.David Xu2005-11-111-0/+10
* Add manuals for sigqueue, sigtimedwait, sigwaitinfo.David Xu2005-11-113-2/+296
* Add missing shared library interdependencies.Ruslan Ermilov2005-11-1013-2/+29
* As for __kernel_cosf() and __kernel_sinf(), use a fairly optimal minimaxBruce Evans2005-11-101-17/+11
* Bump the maximum number of archive formats that can beTim Kientzle2005-11-081-1/+1
* Correctly clean up if gzip format gets mis-identified as compress format.Tim Kientzle2005-11-081-9/+17
* Fine-tune the format detection for CPIO and ISO9660 sub-types.Tim Kientzle2005-11-083-10/+25
* Portability: Use some autoconf magic to include theTim Kientzle2005-11-084-0/+28
* Finish the removal of threads support in ../config.mk,v 1.15.Ruslan Ermilov2005-11-077-20/+2
* Portability: timegm() isn't standard, so check for timegm() inTim Kientzle2005-11-063-3/+44
* Detach k_rem_pio2f.c from the build since it is now unused. It is a libmBruce Evans2005-11-061-1/+1
* Use a 53-bit approximation to pi/2 instead of a 33+53 bit one for theBruce Evans2005-11-061-9/+39
* The logb() functions are not just ieee754 "test" functions, but areBruce Evans2005-11-064-33/+48
* Fix name compatible problem with POSIX standard. the sigval_ptr andDavid Xu2005-11-041-5/+5
* Remove a redundant _get_curthread() call.David Xu2005-11-021-1/+0
* Moved the optimization for tiny x from __kernel_tan[f](x) to tan[f](x)Bruce Evans2005-11-024-46/+14
* In raise(), use a shortcut to directly send signal to current thread.David Xu2005-11-021-7/+2
* Updated the comment about the optimization for tiny x (the previousBruce Evans2005-11-021-2/+4
* Removed dead code for handling tan[f]() on odd multiples of pi/2. ThisBruce Evans2005-11-022-6/+2
* Fixed some of the silliness related to rev.1.8. In 1.8, "double" inBruce Evans2005-11-021-1/+1
* Fix some comments, eliminate a memory leak.David Xu2005-11-011-6/+13
* Use TIMERS_UNLOCK.David Xu2005-11-011-1/+1
* Add code to handle timer_delete(). The timer wrapper code is completelyDavid Xu2005-11-014-68/+268
* Document the fact that sendfile(2) can EOPNOTSUPP if the underlyingJoseph Koshy2005-10-311-0/+5
* Sort error list.Joseph Koshy2005-10-311-21/+22
* Add thread exit handler in timer_loop to handle broken buggy code whichDavid Xu2005-10-301-1/+3
* Fixed spelling of remquof() in its prototype.Bruce Evans2005-10-301-1/+1
* Fixed some comments added in rev.1.5.Bruce Evans2005-10-301-5/+7
* Add timer_create wrapper.David Xu2005-10-302-0/+3
* Implement inline functions to give the complex result x+I*y from floatBruce Evans2005-10-291-0/+42
* Use double precision to simplify and optimize arg reduction for smallBruce Evans2005-10-291-97/+22
* Remove unused variable.David Xu2005-10-292-9/+0
* Start trying to make the float precision trig functions actually worthBruce Evans2005-10-291-30/+28
* Kill unused variable declaration.David Xu2005-10-291-2/+0
* Use fairly optimal minimax polynomials for __kernel_cosf() andBruce Evans2005-10-282-16/+15
* Link libthr to libpthread on Alpha and Sparc.David Xu2005-10-271-0/+10
* Disconnect libc_r from buildworld, it is still kept in the tree toDavid Xu2005-10-271-1/+1
* Use a better algorithm for reducing the error in __kernel_cos[f]().Bruce Evans2005-10-262-51/+22
* Add experiment code to implement POSIX timer's SIGEV_THREAD notification.David Xu2005-10-261-0/+168
* Follow the change in kernel, joiner thread just waits at thread idDavid Xu2005-10-262-6/+10
* Recognize all current standard node types.Ruslan Ermilov2005-10-251-4/+42
* More fixes for arg reduction near pi/2 on systems with broken assignmentBruce Evans2005-10-251-5/+8
* Put pthread_condattr_init sorted order.David Xu2005-10-251-1/+1
* Moved the optimization for tiny x from __kernel_{cos,sin}[f](x) toBruce Evans2005-10-248-22/+22