Age | Commit message (Expand) | Author |
2005-07-14 | - make sure sem_ pages reference each other (idea from similar freebsd commit) | Jason McIntyre |
2005-02-09 | document [EBUSY]; | Jason McIntyre |
2005-02-01 | typo; from axel andersson; | Jason McIntyre |
2005-01-28 | Grab the current time before calculating thread wake-up time. | Marco S Hyman |
2005-01-23 | Add debug support. | Mark Kettenis |
2004-12-12 | Avoid using void pointers in additive expressions | Brad Smith |
2004-11-30 | * make sure we leave the thread's cancellation point before we return | Patrick Latifi |
2004-11-02 | Convert float register save to new 64 bit ABI requirements. | Per Fogelstrom |
2004-09-18 | Allow thread in FD{R,W}_WAIT states to be suspended. | Marco S Hyman |
2004-09-09 | couple of changes (int -> long) to handle 64 bits. | Per Fogelstrom |
2004-08-11 | mips->mips64 | Per Fogelstrom |
2004-08-11 | mips->mips64. ok deraadt@ | Per Fogelstrom |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman |
2004-06-24 | hsearch API/ABI u_int -> size_t -> crank majors; ok millert | Theo de Raadt |
2004-06-08 | missing include; ok marc@. | Xavier Santolaria |
2004-06-07 | major bump to libc and libpthread to break the dependency of a | Marco S Hyman |
2004-05-03 | libc major number crank | Todd C. Miller |
2004-05-02 | bump minor for new functions. Reminder from brad@ | Marco S Hyman |
2004-05-01 | pthead_supsend_all_np and pthread_resume_all_np from freebsd via | Marco S Hyman |
2004-04-13 | refresh curthread after a thread switch so it points to the real | Marco S Hyman |
2004-04-10 | ansi | Brad Smith |
2004-04-10 | style | Brad Smith |
2004-04-09 | When poll(2)'ing for readability or writability of a file descriptor | Brad Smith |
2004-04-09 | remove old libc_r related chunk of the Makefile | Brad Smith |
2004-04-06 | Apply patch from guenther at mho.com (pr3730) that fixes a double | Marco S Hyman |
2004-04-02 | slow_atomic_lock.c is only used by mips; marc@ ok | Michael Shalayeff |
2004-03-02 | Use double load/store instructions whenever possible. | Miod Vallat |
2004-02-27 | 88k uthread stuff. some regress succeeds, a few others still fail. This | Theo de Raadt |
2004-02-27 | change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many | Theo de Raadt |
2004-02-25 | Apply my copyrights to these files which I wrote. none of the old | Dale Rahn |
2004-02-25 | copyrights | Theo de Raadt |
2004-02-25 | initial working pthreads support from sparc64, done with drahn. there are | Theo de Raadt |
2004-02-24 | Sync closer to FreeBSD's pthread.h. Fixes up some prototypes | Brad Smith |
2004-02-22 | add pthread_attr_[get|set]stack | Brad Smith |
2004-02-22 | Some cleanup of pthread.h. Don't conditionalize | Brad Smith |
2004-02-21 | if cpu has fxsr, use fxsave instead; ok marc | Theo de Raadt |
2004-02-21 | Implement the arm pthreads pieces, only two regress fails, preemption_float | Dale Rahn |
2004-02-16 | fixes function parameters to match the man page as well | Brad Smith |
2004-02-16 | Add missing const for function parameters to match POSIX. | Brad Smith |
2004-02-09 | Add copyright to code where I forgot, thx wouter. | Dale Rahn |
2004-02-09 | Add arm support files for libpthread. | Dale Rahn |
2004-02-06 | remove silly stub file for alpha and only try to compile _atomic_lock.c | Brad Smith |
2004-02-02 | remove sparcv9 code. | Brad Smith |
2004-02-02 | sparc -> sparc64 | Brad Smith |
2004-02-01 | Add a simple work-around for deadlocking on recursive | Brad Smith |
2004-01-28 | the rest of the libs stuff; from art@ again | Michael Shalayeff |
2004-01-27 | remove redundant prototypes for pthread_[gs]etconcurrency | Brad Smith |
2004-01-26 | Change read_stackseg_np to work with any thread, not just the current | Marco S Hyman |
2004-01-25 | use new .St macro; | Jason McIntyre |
2004-01-19 | Fix -Wsign-compare warnings pointed out by kevlo@, ok marc@ | Todd C. Miller |