| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Unbreak the NOINSTALLLIB install. | Ruslan Ermilov | 2003-08-30 | 2 | -0/+4 |
* | Allow the concurrency level to be reduced. | Daniel Eischen | 2003-08-30 | 6 | -70/+126 |
* | Document that read(2) can also return EPERM | Diomidis Spinellis | 2003-08-30 | 1 | -0/+3 |
* | Add a reference to bn(3) for those looking for functional multiprecision | Sean Chittenden | 2003-08-30 | 1 | -0/+1 |
* | Don't close a FILE * which we know is bogus. | Dag-Erling Smørgrav | 2003-08-29 | 1 | -1/+0 |
* | Introduce more knobs to slim down FreeBSD userland | Poul-Henning Kamp | 2003-08-29 | 1 | -1/+5 |
* | Ignore ccd(4)'s. This is not the best solution, but it at least removes | David E. O'Brien | 2003-08-28 | 1 | -0/+2 |
* | Make build of libatm depend on existing NOATM conditional. | Poul-Henning Kamp | 2003-08-27 | 1 | -1/+5 |
* | Clarify text | Eivind Eklund | 2003-08-26 | 1 | -1/+1 |
* | Add HISTORY sections to the remaining MAC library man pages. | Robert Watson | 2003-08-22 | 6 | -0/+36 |