summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Cite the published version of "Engineering a Sort Function" instead oftjr2003-09-301-4/+7
* If __sys_write() returns 0, allow that to exit the loop in libc_r'sdeischen2003-09-291-2/+2
* When concurrency level is reduced and a kse is exiting, make sure no otherdavidxu2003-09-292-0/+26
* Remove unused variable.davidxu2003-09-282-4/+0
* Relink libc_r.a, libc_r.so and libc_r_p.so from libthr to libkse.marcel2003-09-273-12/+24
* More style fixes to improve diffability with OpenBSD.phk2003-09-271-46/+54
* Disable #define DEBUG in libdisk by default: since libdisk is primarilyrwatson2003-09-271-1/+1
* Style changes to improve diffability against OpenBSD version.phk2003-09-271-91/+91
* Document KERN_PROC_PROC, update KERN_PROC_ALL description.tjr2003-09-271-2/+4
* Use the 3-component version of the KERN_PROC_PROC sysctl.tjr2003-09-271-2/+4
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-267-1/+816
* Add __volatile keyword.davidxu2003-09-261-2/+4
* s/ia64/alpha/gmarcel2003-09-261-5/+4
* Fix fabs(). This commit brought to you by the letter 'l'.peter2003-09-261-1/+1
* pthread API should return error code in return value not in errno.davidxu2003-09-252-4/+4
* If syscall failed, restore old sigaction and return error to thread.davidxu2003-09-252-22/+38
* As comments in _mutex_lock_backout state, only current threaddavidxu2003-09-242-12/+8
* Grrr...add the Skinny alias code forgotten in the last commit.marcus2003-09-231-0/+338
* Add Cisco Skinny Station protocol support to libalias, natd, and ppp.marcus2003-09-236-1/+30
* Free thread name memory if there is.davidxu2003-09-232-0/+8
* Save and restore timeout field for signal frame just like what we diddavidxu2003-09-224-2/+8
* Fix FPU state restoring bug by jumping to right position.davidxu2003-09-222-4/+4
* Print waitset correctly.davidxu2003-09-222-2/+2
* Make KSE_STACKSIZE machine dependent by moving it from thr_kern.c tomarcel2003-09-199-6/+14
* _ia64_break_setcontext() now takes a mcontext_t. While here, definemarcel2003-09-192-20/+6
* Stop using the setcontext() syscall to restore an async context.marcel2003-09-192-10/+10
* Ignore ECHILD from waitpid(2) (our child may have been reaped by thedes2003-09-191-1/+2
* pthread api should return error code in return value, not in errno.davidxu2003-09-182-4/+2
* Fix a typo. Also turn on PTHREAD_SCOPE_SYSTEM after fork().davidxu2003-09-162-2/+4
* Remove a comment that questioned why the size of the FPUdeischen2003-09-162-20/+2
* From OpenBSD:fenner2003-09-151-1/+1
* Our getaddrinfo() and getnameinfo() are thread-safe butume2003-09-152-2/+10
* Fix bogus comment and assign sigmask in critical region, usedavidxu2003-09-152-4/+8
* Fix a bogus comment, sigmask must be maintained correctly,davidxu2003-09-152-2/+2
* 1. Allocating and freeing lock related resource in _thr_alloc and _thr_freedavidxu2003-09-148-188/+174
* When invoking an old style signal handler, use true traditional BSD style todavidxu2003-09-142-12/+26
* Respect POSIX specification, a value return from pthread_attr_getguardsizedavidxu2003-09-144-32/+36
* Avoid garbage bits in c_flags by direct assigning value.davidxu2003-09-142-2/+2
* If user is seting scope process flag, clear PTHREAD_SCOPE_SYSTEM bitdavidxu2003-09-142-4/+8
* Check invalid parameter and return EINVAL.davidxu2003-09-142-0/+6
* Get rid of duplicates.ru2003-09-145-5/+5
* mdoc(7): Fix common mistakes made in the SEE ALSO section.ru2003-09-123-6/+8
* mdoc(7): Properly mark C headers.ru2003-09-1024-34/+34
* Document the fact that send(2) can return EPIPE (like when a socket is notroberto2003-09-101-0/+4
* Fixed -Wpointer-arith warning.ru2003-09-091-1/+1
* Original pthread_once code has memory leak if pthread_once_t is used indavidxu2003-09-094-18/+104
* Add code to support pthread spin lock.davidxu2003-09-097-0/+332
* mdoc(7): Use the new feature of the .In macro.ru2003-09-0876-126/+126
* In the !MNT_BYFSID case, return EINVAL from unmount(2) when theiedowse2003-09-081-7/+12
* Add small piece of code to support pthread_rwlock_timedrdlock anddavidxu2003-09-063-16/+90
OpenPOWER on IntegriCloud