aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include files thr_condattr_pshared.c and thr_mattr_pshare.c.David Xu2005-10-242-0/+4
* Export following functions:David Xu2005-10-241-0/+8
* Add functions pthread_mutexattr_setpshared and pthread_mutexattr_getpshared.David Xu2005-10-242-0/+112
* Add function pthread_condattr_setpshared and pthread_condattr_getpshared.David Xu2005-10-242-0/+112
* Export following functions:David Xu2005-10-241-0/+6
* Add functions pthread_mutexattr_setpshared and pthread_mutexattr_getpshared.David Xu2005-10-241-0/+28
* Add el_get to the NAME section.Stefan Farfeleder2005-10-201-1/+2
* Fix a well duplicated fencepost error that stopped crashdumps beingPeter Wemm2005-10-202-7/+7
* Make __sem_timedwait() consistent with the sem_timedwait() prototype.Stefan Farfeleder2005-10-181-1/+1
* Implement the full range of ISO9660 number conversion routines in iso.h.Dag-Erling Smørgrav2005-10-181-15/+0
* Fix installworld breakage. <sigh>Tim Kientzle2005-10-141-2/+2
* 1) Use GNU libtool to build shared libraries on non-FreeBSDTim Kientzle2005-10-135-29/+86
* Make some purely internal symbols static to reduce link pollution.Tim Kientzle2005-10-122-5/+5
* Minor style nit: tab instead of space after #defineTim Kientzle2005-10-121-1/+1
* When reading GNU-style sparse archive entries, handleTim Kientzle2005-10-121-8/+18
* In pax interchange format, use UTF8 for writingTim Kientzle2005-10-123-21/+70
* Fixed range reduction for large multiples of pi/2 on systems withBruce Evans2005-10-111-0/+1
* Fixed range reduction near (but not very near) medium-sized multiplesBruce Evans2005-10-101-3/+18
* The pthread_attr_set_createsuspend_np was broken, fix it byDavid Xu2005-10-101-1/+1
* Fix numerous errors of >= 1 ulp for cosf(x) and sinf(x) (1 line)Bruce Evans2005-10-091-1/+12