aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Grrr...add the Skinny alias code forgotten in the last commit.Joe Marcus Clarke2003-09-231-0/+338
* Add Cisco Skinny Station protocol support to libalias, natd, and ppp.Joe Marcus Clarke2003-09-236-1/+30
* Free thread name memory if there is.David Xu2003-09-232-0/+8
* Save and restore timeout field for signal frame just like what we didDavid Xu2003-09-224-2/+8
* Fix FPU state restoring bug by jumping to right position.David Xu2003-09-222-4/+4
* Print waitset correctly.David Xu2003-09-222-2/+2
* Make KSE_STACKSIZE machine dependent by moving it from thr_kern.c toMarcel Moolenaar2003-09-199-6/+14
* _ia64_break_setcontext() now takes a mcontext_t. While here, defineMarcel Moolenaar2003-09-192-20/+6
* Stop using the setcontext() syscall to restore an async context.Marcel Moolenaar2003-09-192-10/+10
* Ignore ECHILD from waitpid(2) (our child may have been reaped by theDag-Erling Smørgrav2003-09-191-1/+2
* pthread api should return error code in return value, not in errno.David Xu2003-09-182-4/+2
* Fix a typo. Also turn on PTHREAD_SCOPE_SYSTEM after fork().David Xu2003-09-162-2/+4
* Remove a comment that questioned why the size of the FPUDaniel Eischen2003-09-162-20/+2
* From OpenBSD:Bill Fenner2003-09-151-1/+1
* Our getaddrinfo() and getnameinfo() are thread-safe butHajimu UMEMOTO2003-09-152-2/+10
* Fix bogus comment and assign sigmask in critical region, useDavid Xu2003-09-152-4/+8
* Fix a bogus comment, sigmask must be maintained correctly,David Xu2003-09-152-2/+2
* 1. Allocating and freeing lock related resource in _thr_alloc and _thr_freeDavid Xu2003-09-148-188/+174
* When invoking an old style signal handler, use true traditional BSD style toDavid Xu2003-09-142-12/+26
* Respect POSIX specification, a value return from pthread_attr_getguardsizeDavid Xu2003-09-144-32/+36
* Avoid garbage bits in c_flags by direct assigning value.David Xu2003-09-142-2/+2
* If user is seting scope process flag, clear PTHREAD_SCOPE_SYSTEM bitDavid Xu2003-09-142-4/+8
* Check invalid parameter and return EINVAL.David Xu2003-09-142-0/+6
* Get rid of duplicates.Ruslan Ermilov2003-09-145-5/+5
* mdoc(7): Fix common mistakes made in the SEE ALSO section.Ruslan Ermilov2003-09-123-6/+8
* mdoc(7): Properly mark C headers.Ruslan Ermilov2003-09-1024-34/+34
* Document the fact that send(2) can return EPIPE (like when a socket is notOllivier Robert2003-09-101-0/+4
* Fixed -Wpointer-arith warning.Ruslan Ermilov2003-09-091-1/+1
* Original pthread_once code has memory leak if pthread_once_t is used inDavid Xu2003-09-094-18/+104
* Add code to support pthread spin lock.David Xu2003-09-097-0/+332
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-0876-126/+126
* In the !MNT_BYFSID case, return EINVAL from unmount(2) when theIan Dowse2003-09-081-7/+12
* Add small piece of code to support pthread_rwlock_timedrdlock andDavid Xu2003-09-063-16/+90
* The caller is expected to set up PIC register corectly beforeAlexander Kabaev2003-09-052-0/+4
* Clarify that the second argument to accept() may be a null pointer ifPeter Pentchev2003-09-051-1/+7
* Remove an unused and incorrect prototype for _none_init().Tim J. Robbins2003-09-051-1/+0
* Move a sentence about the terminating \0 from the RETURN VALUES sectionSimon L. B. Nielsen2003-09-042-14/+14
* Add code to support barrier synchronous object and implementDavid Xu2003-09-0413-12/+709
* Remove repeated macro THR_IN_CONDQ.David Xu2003-09-042-2/+0
* Allow hooks registered by atexit() to run with current thread pointer set,David Xu2003-09-042-2/+8
* Sigh. I can't win anything. Use addq rather than addl with %rsp.Peter Wemm2003-09-041-1/+1
* Apply same basic fix for getcontext(2) as for i386. Store the returnPeter Wemm2003-09-042-2/+56
* Fix some minor whitespace botchesPeter Wemm2003-09-041-1/+1
* Make getcontext(2) work on i386. It needs a small wrapper in libcPeter Wemm2003-09-042-2/+52
* Don't assume sizeof(long) = sizeof(int) on x86; use intDaniel Eischen2003-09-0325-42/+109
* Move kse_wakeup_multi call to just before KSE_SCHED_UNLOCK.David Xu2003-09-032-8/+4
* Rethink the way thr_libc.So is generated. Relying on GCC to extractAlexander Kabaev2003-09-024-20/+64
* Fix/add errno return values to match the NFS client implementation andDiomidis Spinellis2003-09-022-5/+16
* Update the kern.osreldate documentation to document the present formatEivind Eklund2003-09-011-2/+17
* Return (-1) not (ENOENT) for mac_prepare_type(), and set errno toRobert Watson2003-08-301-1/+2