| Commit message (Expand) | Author | Age | Files | Lines |
* | document [EBUSY]; |  jmc | 2005-02-09 | 1 | -1/+5 |
* | typo; from axel andersson; |  jmc | 2005-02-01 | 1 | -2/+2 |
* | Grab the current time before calculating thread wake-up time. |  marc | 2005-01-28 | 1 | -19/+9 |
* | Add debug support. |  kettenis | 2005-01-23 | 2 | -2/+7 |
* | Avoid using void pointers in additive expressions |  brad | 2004-12-12 | 1 | -2/+4 |
* | * make sure we leave the thread's cancellation point before we return |  pat | 2004-11-30 | 3 | -4/+10 |
* | Convert float register save to new 64 bit ABI requirements. |  pefo | 2004-11-02 | 2 | -14/+58 |
* | Allow thread in FD{R,W}_WAIT states to be suspended. |  marc | 2004-09-18 | 1 | -2/+12 |
* | couple of changes (int -> long) to handle 64 bits. |  pefo | 2004-09-09 | 3 | -44/+45 |
* | mips->mips64 |  pefo | 2004-08-11 | 5 | -5/+5 |
* | mips->mips64. ok deraadt@ |  pefo | 2004-08-11 | 1 | -2/+2 |
* | errno changes, lib major version bumps, and general flag day |  marc | 2004-07-13 | 1 | -1/+1 |
* | hsearch API/ABI u_int -> size_t -> crank majors; ok millert |  deraadt | 2004-06-24 | 1 | -1/+1 |
* | missing include; ok marc@. |  xsa | 2004-06-08 | 1 | -1/+2 |
* | major bump to libc and libpthread to break the dependency of a |  marc | 2004-06-07 | 8 | -135/+142 |
* | libc major number crank |  millert | 2004-05-03 | 1 | -2/+2 |
* | bump minor for new functions. Reminder from brad@ |  marc | 2004-05-02 | 1 | -1/+1 |
* | pthead_supsend_all_np and pthread_resume_all_np from freebsd via |  marc | 2004-05-01 | 7 | -129/+255 |
* | refresh curthread after a thread switch so it points to the real |  marc | 2004-04-13 | 1 | -1/+11 |
* | ansi |  brad | 2004-04-10 | 1 | -5/+2 |
* | style |  brad | 2004-04-10 | 1 | -2/+2 |
* | When poll(2)'ing for readability or writability of a file descriptor |  brad | 2004-04-09 | 1 | -3/+7 |
* | remove old libc_r related chunk of the Makefile |  brad | 2004-04-09 | 1 | -31/+1 |
* | Apply patch from guenther at mho.com (pr3730) that fixes a double |  marc | 2004-04-06 | 1 | -2/+4 |
* | slow_atomic_lock.c is only used by mips; marc@ ok |  mickey | 2004-04-02 | 1 | -1/+4 |
* | Use double load/store instructions whenever possible. |  miod | 2004-03-02 | 2 | -72/+45 |
* | 88k uthread stuff. some regress succeeds, a few others still fail. This |  deraadt | 2004-02-27 | 4 | -2/+188 |
* | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many |  deraadt | 2004-02-27 | 4 | -248/+0 |
* | Apply my copyrights to these files which I wrote. none of the old |  drahn | 2004-02-25 | 2 | -4/+50 |
* | copyrights |  deraadt | 2004-02-25 | 8 | -4/+116 |
* | initial working pthreads support from sparc64, done with drahn. there are |  deraadt | 2004-02-25 | 8 | -20/+298 |
* | Sync closer to FreeBSD's pthread.h. Fixes up some prototypes |  brad | 2004-02-24 | 1 | -31/+29 |
* | add pthread_attr_[get|set]stack |  brad | 2004-02-22 | 5 | -4/+129 |
* | Some cleanup of pthread.h. Don't conditionalize |  brad | 2004-02-22 | 1 | -40/+1 |
* | if cpu has fxsr, use fxsave instead; ok marc |  deraadt | 2004-02-21 | 2 | -11/+45 |
* | Implement the arm pthreads pieces, only two regress fails, preemption_float |  drahn | 2004-02-21 | 2 | -158/+95 |
* | fixes function parameters to match the man page as well |  brad | 2004-02-16 | 1 | -2/+5 |
* | Add missing const for function parameters to match POSIX. |  brad | 2004-02-16 | 5 | -11/+11 |
* | Add copyright to code where I forgot, thx wouter. |  drahn | 2004-02-09 | 1 | -2/+27 |
* | Add arm support files for libpthread. |  drahn | 2004-02-09 | 4 | -0/+250 |
* | remove silly stub file for alpha and only try to compile _atomic_lock.c |  brad | 2004-02-06 | 2 | -8/+5 |
* | remove sparcv9 code. |  brad | 2004-02-02 | 1 | -8/+2 |
* | sparc -> sparc64 |  brad | 2004-02-02 | 3 | -6/+10 |
* | Add a simple work-around for deadlocking on recursive |  brad | 2004-02-01 | 2 | -47/+85 |
* | the rest of the libs stuff; from art@ again |  mickey | 2004-01-28 | 8 | -0/+106 |
* | remove redundant prototypes for pthread_[gs]etconcurrency |  brad | 2004-01-27 | 1 | -3/+1 |
* | Change read_stackseg_np to work with any thread, not just the current |  marc | 2004-01-26 | 3 | -10/+9 |
* | use new .St macro; |  jmc | 2004-01-25 | 2 | -4/+4 |
* | Fix -Wsign-compare warnings pointed out by kevlo@, ok marc@ |  millert | 2004-01-19 | 1 | -6/+6 |
* | don't include bsd.own.mk, it's included at the top of bsd.lib.mk |  marc | 2004-01-18 | 1 | -2/+1 |