Age | Commit message (Expand) | Author |
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 |
2004-01-18 | don't include bsd.own.mk, it's included at the top of bsd.lib.mk | Marco S Hyman |
2004-01-16 | Include correct includes to unbreak compilation on macppc. ok miod@ | Otto Moerbeek |
2004-01-16 | fix .Xr and SEE ALSO; | Jason McIntyre |
2004-01-16 | add some commas; | Jason McIntyre |
2004-01-15 | man pages for thread_yield and pthread_stackseg_np | Marco S Hyman |
2004-01-15 | threaded version of closefrom | Marco S Hyman |
2004-01-15 | group and list thread functions; | Jason McIntyre |
2004-01-12 | new syscall closefrom(2). ok deraadt millert | Ted Unangst |
2004-01-03 | Fixes from FreeBSD's libc_r | Brad Smith |
2004-01-02 | add a section on thread safety, which is a start at documenting which | Jason McIntyre |
2004-01-01 | more cancellation points. | Brad Smith |
2003-12-31 | there is no pause() wrapper (thread_sys_pause) so remove the prototype | Brad Smith |
2003-12-31 | undefer sigs in all paths through the join code. | Marco S Hyman |