summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* When reading GNU-style sparse archive entries, handlekientzle2005-10-121-8/+18
* In pax interchange format, use UTF8 for writingkientzle2005-10-123-21/+70
* Fixed range reduction for large multiples of pi/2 on systems withbde2005-10-111-0/+1
* Fixed range reduction near (but not very near) medium-sized multiplesbde2005-10-101-3/+18
* The pthread_attr_set_createsuspend_np was broken, fix it bydavidxu2005-10-101-1/+1
* Fix numerous errors of >= 1 ulp for cosf(x) and sinf(x) (1 line)bde2005-10-091-1/+12
* Oops, the last-minute optimization in rev.1.8 wasn't a good idea. Thebde2005-10-091-7/+18
* Fixed syntax error (a missing brace) in previous commit.bde2005-10-081-0/+1
* Fixed range reduction near (but not very near) +-pi/2. A bug causedbde2005-10-081-19/+7
* Fixed profiling of main() for amd64 and i386. This started rottingbde2005-10-072-12/+2
* When removing the local domain, only do so when the result will be abrooks2005-10-051-3/+1
* Remove an unused variable.stefanf2005-10-041-2/+1
* Merge makelist rev 1.10 and map.c rev 1.22 from NetBSD. They just patch thestefanf2005-10-042-14/+14
* Merge NetBSD's rev. 1.49:stefanf2005-10-041-6/+6
* Merge NetBSD's rev. 1.41:stefanf2005-10-041-3/+3
* Catch up with the import of bsnmp-1.11. Add a couple of newharti2005-10-041-0/+2
* Sort function names.davidxu2005-10-041-2/+2
* Add function pthread_timedjoin_np, the function is similar with pthread_joindavidxu2005-10-042-9/+51
* Fix a long line in copyright notice.cognet2005-10-031-1/+2
* Add an asm version of strlen() for arm (how useful).cognet2005-10-032-1/+78
* libkvm bits for arm.cognet2005-10-031-18/+162
OpenPOWER on IntegriCloud