| Commit message (Expand) | Author | Age | Files | Lines |
* | Grrr...add the Skinny alias code forgotten in the last commit. | Joe Marcus Clarke | 2003-09-23 | 1 | -0/+338 |
* | Add Cisco Skinny Station protocol support to libalias, natd, and ppp. | Joe Marcus Clarke | 2003-09-23 | 6 | -1/+30 |
* | Free thread name memory if there is. | David Xu | 2003-09-23 | 2 | -0/+8 |
* | Save and restore timeout field for signal frame just like what we did | David Xu | 2003-09-22 | 4 | -2/+8 |
* | Fix FPU state restoring bug by jumping to right position. | David Xu | 2003-09-22 | 2 | -4/+4 |
* | Print waitset correctly. | David Xu | 2003-09-22 | 2 | -2/+2 |
* | Make KSE_STACKSIZE machine dependent by moving it from thr_kern.c to | Marcel Moolenaar | 2003-09-19 | 9 | -6/+14 |
* | _ia64_break_setcontext() now takes a mcontext_t. While here, define | Marcel Moolenaar | 2003-09-19 | 2 | -20/+6 |
* | Stop using the setcontext() syscall to restore an async context. | Marcel Moolenaar | 2003-09-19 | 2 | -10/+10 |
* | Ignore ECHILD from waitpid(2) (our child may have been reaped by the | Dag-Erling Smørgrav | 2003-09-19 | 1 | -1/+2 |
* | pthread api should return error code in return value, not in errno. | David Xu | 2003-09-18 | 2 | -4/+2 |
* | Fix a typo. Also turn on PTHREAD_SCOPE_SYSTEM after fork(). | David Xu | 2003-09-16 | 2 | -2/+4 |
* | Remove a comment that questioned why the size of the FPU | Daniel Eischen | 2003-09-16 | 2 | -20/+2 |
* | From OpenBSD: | Bill Fenner | 2003-09-15 | 1 | -1/+1 |
* | Our getaddrinfo() and getnameinfo() are thread-safe but | Hajimu UMEMOTO | 2003-09-15 | 2 | -2/+10 |
* | Fix bogus comment and assign sigmask in critical region, use | David Xu | 2003-09-15 | 2 | -4/+8 |
* | Fix a bogus comment, sigmask must be maintained correctly, | David Xu | 2003-09-15 | 2 | -2/+2 |
* | 1. Allocating and freeing lock related resource in _thr_alloc and _thr_free | David Xu | 2003-09-14 | 8 | -188/+174 |
* | When invoking an old style signal handler, use true traditional BSD style to | David Xu | 2003-09-14 | 2 | -12/+26 |
* | Respect POSIX specification, a value return from pthread_attr_getguardsize | David Xu | 2003-09-14 | 4 | -32/+36 |
* | Avoid garbage bits in c_flags by direct assigning value. | David Xu | 2003-09-14 | 2 | -2/+2 |
* | If user is seting scope process flag, clear PTHREAD_SCOPE_SYSTEM bit | David Xu | 2003-09-14 | 2 | -4/+8 |
* | Check invalid parameter and return EINVAL. | David Xu | 2003-09-14 | 2 | -0/+6 |
* | Get rid of duplicates. | Ruslan Ermilov | 2003-09-14 | 5 | -5/+5 |
* | mdoc(7): Fix common mistakes made in the SEE ALSO section. | Ruslan Ermilov | 2003-09-12 | 3 | -6/+8 |
* | mdoc(7): Properly mark C headers. | Ruslan Ermilov | 2003-09-10 | 24 | -34/+34 |
* | Document the fact that send(2) can return EPIPE (like when a socket is not | Ollivier Robert | 2003-09-10 | 1 | -0/+4 |
* | Fixed -Wpointer-arith warning. | Ruslan Ermilov | 2003-09-09 | 1 | -1/+1 |
* | Original pthread_once code has memory leak if pthread_once_t is used in | David Xu | 2003-09-09 | 4 | -18/+104 |
* | Add code to support pthread spin lock. | David Xu | 2003-09-09 | 7 | -0/+332 |
* | mdoc(7): Use the new feature of the .In macro. | Ruslan Ermilov | 2003-09-08 | 76 | -126/+126 |
* | In the !MNT_BYFSID case, return EINVAL from unmount(2) when the | Ian Dowse | 2003-09-08 | 1 | -7/+12 |
* | Add small piece of code to support pthread_rwlock_timedrdlock and | David Xu | 2003-09-06 | 3 | -16/+90 |
* | The caller is expected to set up PIC register corectly before | Alexander Kabaev | 2003-09-05 | 2 | -0/+4 |
* | Clarify that the second argument to accept() may be a null pointer if | Peter Pentchev | 2003-09-05 | 1 | -1/+7 |
* | Remove an unused and incorrect prototype for _none_init(). | Tim J. Robbins | 2003-09-05 | 1 | -1/+0 |
* | Move a sentence about the terminating \0 from the RETURN VALUES section | Simon L. B. Nielsen | 2003-09-04 | 2 | -14/+14 |
* | Add code to support barrier synchronous object and implement | David Xu | 2003-09-04 | 13 | -12/+709 |
* | Remove repeated macro THR_IN_CONDQ. | David Xu | 2003-09-04 | 2 | -2/+0 |
* | Allow hooks registered by atexit() to run with current thread pointer set, | David Xu | 2003-09-04 | 2 | -2/+8 |
* | Sigh. I can't win anything. Use addq rather than addl with %rsp. | Peter Wemm | 2003-09-04 | 1 | -1/+1 |
* | Apply same basic fix for getcontext(2) as for i386. Store the return | Peter Wemm | 2003-09-04 | 2 | -2/+56 |
* | Fix some minor whitespace botches | Peter Wemm | 2003-09-04 | 1 | -1/+1 |
* | Make getcontext(2) work on i386. It needs a small wrapper in libc | Peter Wemm | 2003-09-04 | 2 | -2/+52 |
* | Don't assume sizeof(long) = sizeof(int) on x86; use int | Daniel Eischen | 2003-09-03 | 25 | -42/+109 |
* | Move kse_wakeup_multi call to just before KSE_SCHED_UNLOCK. | David Xu | 2003-09-03 | 2 | -8/+4 |
* | Rethink the way thr_libc.So is generated. Relying on GCC to extract | Alexander Kabaev | 2003-09-02 | 4 | -20/+64 |
* | Fix/add errno return values to match the NFS client implementation and | Diomidis Spinellis | 2003-09-02 | 2 | -5/+16 |
* | Update the kern.osreldate documentation to document the present format | Eivind Eklund | 2003-09-01 | 1 | -2/+17 |
* | Return (-1) not (ENOENT) for mac_prepare_type(), and set errno to | Robert Watson | 2003-08-30 | 1 | -1/+2 |