| Commit message (Expand) | Author | Age | Files | Lines |
* | Print waitset correctly. | davidxu | 2003-09-22 | 2 | -2/+2 |
* | Make KSE_STACKSIZE machine dependent by moving it from thr_kern.c to | marcel | 2003-09-19 | 9 | -6/+14 |
* | _ia64_break_setcontext() now takes a mcontext_t. While here, define | marcel | 2003-09-19 | 2 | -20/+6 |
* | Stop using the setcontext() syscall to restore an async context. | marcel | 2003-09-19 | 2 | -10/+10 |
* | Ignore ECHILD from waitpid(2) (our child may have been reaped by the | des | 2003-09-19 | 1 | -1/+2 |
* | pthread api should return error code in return value, not in errno. | davidxu | 2003-09-18 | 2 | -4/+2 |
* | Fix a typo. Also turn on PTHREAD_SCOPE_SYSTEM after fork(). | davidxu | 2003-09-16 | 2 | -2/+4 |
* | Remove a comment that questioned why the size of the FPU | deischen | 2003-09-16 | 2 | -20/+2 |
* | From OpenBSD: | fenner | 2003-09-15 | 1 | -1/+1 |
* | Our getaddrinfo() and getnameinfo() are thread-safe but | ume | 2003-09-15 | 2 | -2/+10 |
* | Fix bogus comment and assign sigmask in critical region, use | davidxu | 2003-09-15 | 2 | -4/+8 |
* | Fix a bogus comment, sigmask must be maintained correctly, | davidxu | 2003-09-15 | 2 | -2/+2 |
* | 1. Allocating and freeing lock related resource in _thr_alloc and _thr_free | davidxu | 2003-09-14 | 8 | -188/+174 |
* | When invoking an old style signal handler, use true traditional BSD style to | davidxu | 2003-09-14 | 2 | -12/+26 |
* | Respect POSIX specification, a value return from pthread_attr_getguardsize | davidxu | 2003-09-14 | 4 | -32/+36 |
* | Avoid garbage bits in c_flags by direct assigning value. | davidxu | 2003-09-14 | 2 | -2/+2 |
* | If user is seting scope process flag, clear PTHREAD_SCOPE_SYSTEM bit | davidxu | 2003-09-14 | 2 | -4/+8 |
* | Check invalid parameter and return EINVAL. | davidxu | 2003-09-14 | 2 | -0/+6 |
* | Get rid of duplicates. | ru | 2003-09-14 | 5 | -5/+5 |
* | mdoc(7): Fix common mistakes made in the SEE ALSO section. | ru | 2003-09-12 | 3 | -6/+8 |
* | mdoc(7): Properly mark C headers. | ru | 2003-09-10 | 24 | -34/+34 |
* | Document the fact that send(2) can return EPIPE (like when a socket is not | roberto | 2003-09-10 | 1 | -0/+4 |
* | Fixed -Wpointer-arith warning. | ru | 2003-09-09 | 1 | -1/+1 |
* | Original pthread_once code has memory leak if pthread_once_t is used in | davidxu | 2003-09-09 | 4 | -18/+104 |
* | Add code to support pthread spin lock. | davidxu | 2003-09-09 | 7 | -0/+332 |
* | mdoc(7): Use the new feature of the .In macro. | ru | 2003-09-08 | 76 | -126/+126 |
* | In the !MNT_BYFSID case, return EINVAL from unmount(2) when the | iedowse | 2003-09-08 | 1 | -7/+12 |
* | Add small piece of code to support pthread_rwlock_timedrdlock and | davidxu | 2003-09-06 | 3 | -16/+90 |
* | The caller is expected to set up PIC register corectly before | kan | 2003-09-05 | 2 | -0/+4 |
* | Clarify that the second argument to accept() may be a null pointer if | roam | 2003-09-05 | 1 | -1/+7 |
* | Remove an unused and incorrect prototype for _none_init(). | tjr | 2003-09-05 | 1 | -1/+0 |
* | Move a sentence about the terminating \0 from the RETURN VALUES section | simon | 2003-09-04 | 2 | -14/+14 |
* | Add code to support barrier synchronous object and implement | davidxu | 2003-09-04 | 13 | -12/+709 |
* | Remove repeated macro THR_IN_CONDQ. | davidxu | 2003-09-04 | 2 | -2/+0 |
* | Allow hooks registered by atexit() to run with current thread pointer set, | davidxu | 2003-09-04 | 2 | -2/+8 |
* | Sigh. I can't win anything. Use addq rather than addl with %rsp. | peter | 2003-09-04 | 1 | -1/+1 |
* | Apply same basic fix for getcontext(2) as for i386. Store the return | peter | 2003-09-04 | 2 | -2/+56 |
* | Fix some minor whitespace botches | peter | 2003-09-04 | 1 | -1/+1 |
* | Make getcontext(2) work on i386. It needs a small wrapper in libc | peter | 2003-09-04 | 2 | -2/+52 |
* | Don't assume sizeof(long) = sizeof(int) on x86; use int | deischen | 2003-09-03 | 25 | -42/+109 |
* | Move kse_wakeup_multi call to just before KSE_SCHED_UNLOCK. | davidxu | 2003-09-03 | 2 | -8/+4 |
* | Rethink the way thr_libc.So is generated. Relying on GCC to extract | kan | 2003-09-02 | 4 | -20/+64 |
* | Fix/add errno return values to match the NFS client implementation and | dds | 2003-09-02 | 2 | -5/+16 |
* | Update the kern.osreldate documentation to document the present format | eivind | 2003-09-01 | 1 | -2/+17 |
* | Return (-1) not (ENOENT) for mac_prepare_type(), and set errno to | rwatson | 2003-08-30 | 1 | -1/+2 |
* | Unbreak the NOINSTALLLIB install. | ru | 2003-08-30 | 2 | -0/+4 |
* | Allow the concurrency level to be reduced. | deischen | 2003-08-30 | 6 | -70/+126 |
* | Document that read(2) can also return EPERM | dds | 2003-08-30 | 1 | -0/+3 |
* | Add a reference to bn(3) for those looking for functional multiprecision | seanc | 2003-08-30 | 1 | -0/+1 |
* | Don't close a FILE * which we know is bogus. | des | 2003-08-29 | 1 | -1/+0 |