summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Finish the removal of threads support in ../config.mk,v 1.15.ru2005-11-077-20/+2
* Portability: timegm() isn't standard, so check for timegm() inkientzle2005-11-063-3/+44
* Detach k_rem_pio2f.c from the build since it is now unused. It is a libmbde2005-11-061-1/+1
* Use a 53-bit approximation to pi/2 instead of a 33+53 bit one for thebde2005-11-061-9/+39
* The logb() functions are not just ieee754 "test" functions, but arebde2005-11-064-33/+48
* Fix name compatible problem with POSIX standard. the sigval_ptr anddavidxu2005-11-041-5/+5
* Remove a redundant _get_curthread() call.davidxu2005-11-021-1/+0
* Moved the optimization for tiny x from __kernel_tan[f](x) to tan[f](x)bde2005-11-024-46/+14
* In raise(), use a shortcut to directly send signal to current thread.davidxu2005-11-021-7/+2
* Updated the comment about the optimization for tiny x (the previousbde2005-11-021-2/+4
* Removed dead code for handling tan[f]() on odd multiples of pi/2. Thisbde2005-11-022-6/+2
* Fixed some of the silliness related to rev.1.8. In 1.8, "double" inbde2005-11-021-1/+1
* Fix some comments, eliminate a memory leak.davidxu2005-11-011-6/+13
* Use TIMERS_UNLOCK.davidxu2005-11-011-1/+1
* Add code to handle timer_delete(). The timer wrapper code is completelydavidxu2005-11-014-68/+268
* Document the fact that sendfile(2) can EOPNOTSUPP if the underlyingjkoshy2005-10-311-0/+5
* Sort error list.jkoshy2005-10-311-21/+22
* Add thread exit handler in timer_loop to handle broken buggy code whichdavidxu2005-10-301-1/+3
* Fixed spelling of remquof() in its prototype.bde2005-10-301-1/+1
* Fixed some comments added in rev.1.5.bde2005-10-301-5/+7
* Add timer_create wrapper.davidxu2005-10-302-0/+3
* Implement inline functions to give the complex result x+I*y from floatbde2005-10-291-0/+42
* Use double precision to simplify and optimize arg reduction for smallbde2005-10-291-97/+22
* Remove unused variable.davidxu2005-10-292-9/+0
* Start trying to make the float precision trig functions actually worthbde2005-10-291-30/+28
* Kill unused variable declaration.davidxu2005-10-291-2/+0
* Use fairly optimal minimax polynomials for __kernel_cosf() andbde2005-10-282-16/+15
* Link libthr to libpthread on Alpha and Sparc.davidxu2005-10-271-0/+10
* Disconnect libc_r from buildworld, it is still kept in the tree todavidxu2005-10-271-1/+1
* Use a better algorithm for reducing the error in __kernel_cos[f]().bde2005-10-262-51/+22
* Add experiment code to implement POSIX timer's SIGEV_THREAD notification.davidxu2005-10-261-0/+168
* Follow the change in kernel, joiner thread just waits at thread iddavidxu2005-10-262-6/+10
* Recognize all current standard node types.ru2005-10-251-4/+42
* More fixes for arg reduction near pi/2 on systems with broken assignmentbde2005-10-251-5/+8
* Put pthread_condattr_init sorted order.davidxu2005-10-251-1/+1
* Moved the optimization for tiny x from __kernel_{cos,sin}[f](x) tobde2005-10-248-22/+22
* Include files thr_condattr_pshared.c and thr_mattr_pshare.c.davidxu2005-10-242-0/+4
* Export following functions:davidxu2005-10-241-0/+8
* Add functions pthread_mutexattr_setpshared and pthread_mutexattr_getpshared.davidxu2005-10-242-0/+112
* Add function pthread_condattr_setpshared and pthread_condattr_getpshared.davidxu2005-10-242-0/+112
* Export following functions:davidxu2005-10-241-0/+6
* Add functions pthread_mutexattr_setpshared and pthread_mutexattr_getpshared.davidxu2005-10-241-0/+28
* Add el_get to the NAME section.stefanf2005-10-201-1/+2
* Fix a well duplicated fencepost error that stopped crashdumps beingpeter2005-10-202-7/+7
* Make __sem_timedwait() consistent with the sem_timedwait() prototype.stefanf2005-10-181-1/+1
* Implement the full range of ISO9660 number conversion routines in iso.h.des2005-10-181-15/+0
* Fix installworld breakage. <sigh>kientzle2005-10-141-2/+2
* 1) Use GNU libtool to build shared libraries on non-FreeBSDkientzle2005-10-135-29/+86
* Make some purely internal symbols static to reduce link pollution.kientzle2005-10-122-5/+5
* Minor style nit: tab instead of space after #definekientzle2005-10-121-1/+1
OpenPOWER on IntegriCloud