summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* -mdoc sweep.ru2005-11-1731-59/+79
* Minor cleanups:bde2005-11-173-24/+21
* Rearranged the the optimizations for special cases to reduce the averagebde2005-11-171-42/+53
* The KAME's getipnodebyaddr() code honor the MULTI_PTRS_ARE_ALIASESume2005-11-151-0/+1
* Add symlinks for kvm access methods for memstat(3).rwatson2005-11-131-0/+3
* Fixed some magic numbers.bde2005-11-131-6/+6
* Fixed some magic numbers.bde2005-11-131-6/+6
* Imoproved comments for the minimax polynomial.bde2005-11-121-10/+11
* Tweaked the minimax polynomial and improved its comments.bde2005-11-121-5/+5
* Improved comments for the minimax polynomial.bde2005-11-121-4/+4
* As for the float trig functions, use a minimax polynomial that isbde2005-11-121-9/+7
* Fix a stub function so that is has the correct number ofdeischen2005-11-121-3/+3
* add continued status.davidxu2005-11-121-4/+4
* Insert missing copyright headers.davidxu2005-11-125-0/+10
* Only signo should be marked with .Fa.davidxu2005-11-111-1/+2
* Fix plural.delphij2005-11-111-1/+1
* Fix plural.davidxu2005-11-111-1/+1
* Fix copy-paste issue.davidxu2005-11-111-2/+0
* Add POSIX timer manuals.davidxu2005-11-114-0/+368
* Add descriptions about signal queue.davidxu2005-11-111-0/+24
* Er, highlight function wait().davidxu2005-11-111-7/+10
* Add notes about queued SIGCHLD.davidxu2005-11-111-0/+10
* Add manuals for sigqueue, sigtimedwait, sigwaitinfo.davidxu2005-11-113-2/+296
* Add missing shared library interdependencies.ru2005-11-1013-2/+29
* As for __kernel_cosf() and __kernel_sinf(), use a fairly optimal minimaxbde2005-11-101-17/+11
* Bump the maximum number of archive formats that can bekientzle2005-11-081-1/+1
* Correctly clean up if gzip format gets mis-identified as compress format.kientzle2005-11-081-9/+17
* Fine-tune the format detection for CPIO and ISO9660 sub-types.kientzle2005-11-083-10/+25
* Portability: Use some autoconf magic to include thekientzle2005-11-084-0/+28
* 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
OpenPOWER on IntegriCloud