Age | Commit message (Expand) | Author |
2003-05-27 | libpthread support for vax, at last. | Miod Vallat |
2003-05-19 | Missing licence | Miod Vallat |
2003-05-18 | - typos | Jason McIntyre |
2003-05-13 | Add support for blocking thread switches during dlopen and other | Marco S Hyman |
2003-05-08 | crank major number to correspond to libc major change | Todd C. Miller |
2003-05-08 | RETURN VALUE -> RETURN VALUES in .Sh, as per mdoc template. | Jason McIntyre |
2003-05-01 | Enable compiler warning options but NOT -Werror | Marco S Hyman |
2003-04-30 | fix for pr# 3179 and 3238. Patch verified by author of 3179. | Marco S Hyman |
2003-04-14 | when libc/shlib_version says you need to crank this one too, DO NOT IGNORE | Theo de Raadt |
2003-03-31 | Remove unused file. OpenBSD uses uthread_info_openbsd.c, instead. | Marco S Hyman |
2003-03-20 | sprintf -> snprintf; ok millert@, henning@ | Marco S Hyman |
2003-03-14 | document that sigwait() needs to be linked with -pthread; | Jason McIntyre |
2003-02-27 | Don't need to specify both __dead and __attribute__((__noreturn__)) for | Chad Loder |
2003-02-20 | copyrights added; | Jason McIntyre |
2003-02-18 | intial -> initial; | Jason McIntyre |
2003-02-14 | - save and restore %fsr, too. | Jason Wright |
2003-02-14 | fix bug that would leave an FD locked if dup'd, then closed. | Marco S Hyman |
2003-02-14 | white space | Marco S Hyman |
2003-02-10 | priviledged -> privileged from David Krause via Henning Brauer | Marco S Hyman |
2003-02-05 | AARRGGH! 2nd try, handle the case where from_fd == to_fd in _thread_fd_table... | Marco S Hyman |
2003-02-05 | handle the case where from_fd == to_fd in _thread_fd_table_dup | Marco S Hyman |
2003-02-05 | thread fd handling, part 2. Don't mung file flags until forced | Marco S Hyman |
2003-02-04 | Part 1 of thread fd handling fixes. In the new scheme fd_table_entries | Marco S Hyman |
2003-01-31 | typo | Theo de Raadt |
2003-01-31 | stuff in arch/sparc64 is by defn v9, remove < v9 #ifdefs. ok marc. | Jason Wright |
2003-01-31 | bad marc, commited crap to shut gcc up. Remove the crap. | Marco S Hyman |
2003-01-31 | Create a siginfo_t for thread-to-thread kill. | Marco S Hyman |
2003-01-27 | pthreads signal handling improvements. With these changes all | Marco S Hyman |
2003-01-27 | Save all floating point registers to full register sized fields, not | Dale Rahn |
2003-01-26 | save fpu context (needs optimization) | Jason Wright |
2003-01-24 | On save: | Jason Wright |
2003-01-24 | Save FPU state (unconditionally) | Jason Wright |
2003-01-24 | save and restore fp state when switching threads. This, with | Marco S Hyman |
2003-01-24 | save i386 fpu state | Marco S Hyman |
2003-01-23 | stubs for functions needed by the vax | Marco S Hyman |
2003-01-20 | remove libc_r mention in comment | Marco S Hyman |
2003-01-20 | Allow the fetching of current stack info from threaded apps. | Marco S Hyman |
2003-01-20 | Use the sources that exist in sibdirs of libpthread, not libc_r | Marco S Hyman |
2003-01-19 | return (func(...)) not needed when the current function and func | Marco S Hyman |
2003-01-16 | make it compile | Michael Shalayeff |
2003-01-14 | Bye-bye libc_r. libc_r and libnpthread go away. libpthread | Marco S Hyman |
2002-12-12 | use ldl_l/stl_c instead of ldq_l and ldq_c as _spinlock_lock_t | Marco S Hyman |
2002-12-11 | add a debugging function not normally called | Marco S Hyman |
2002-12-08 | remove unused data member from pthread_cond. | Marco S Hyman |
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller |
2002-11-29 | Foward; torh@bogus.net | Theo de Raadt |
2002-11-21 | Add strerror_r and functions versions of getchar_unlocked and | Marco S Hyman |
2002-11-16 | Enable libpthread, kind of.... | Marco S Hyman |
2002-11-12 | get rid of compiler warnings | Marco S Hyman |
2002-11-12 | don't build with -g/-ggdb by default. | Marco S Hyman |