Age | Commit message (Expand) | Author |
2001-01-27 | Stubs for vax. (build at least) | Hugh Graham |
2001-01-16 | switch stacks even when restoring a preempted thread. (credit to pefo@) | David Leonard |
2000-12-31 | -lpthread -> -pthread | Brad Smith |
2000-12-06 | use __x__ formats for __attribute__ arguments; guenther@gac.edu | Theo de Raadt |
2000-10-05 | missed it by That Much | David Leonard |
2000-10-05 | Use volatile on the __asm__ directives, do not allow the compiler to reorder | Dale S. Rahn |
2000-10-04 | switch to _machdep_switch() instead of setjmp/longjmp. For some reason this f... | David Leonard |
2000-10-04 | if fstat fails fails, as it will on some sockets, close anyway. | David Leonard |
2000-10-03 | public domain | David Leonard |
2000-10-03 | constistent naming | David Leonard |
2000-10-03 | thread switching code | David Leonard |
2000-09-25 | prepare for switching threads | David Leonard |
2000-09-25 | prepare for thread switching | David Leonard |
2000-09-25 | preparation for switch-based threads | David Leonard |
2000-06-27 | forward declaration of struct timespec to avoid warning | Artur Grabowski |
2000-04-28 | fix Xr; glam0006@tc.umn.edu | Theo de Raadt |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell |
2000-03-22 | MACHINE_STACK_GROWS_UP | David Leonard |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell |
2000-03-07 | Typo in synopsis: sont --> const | Alex Feldman |
2000-03-04 | Use .Va for errno. | Aaron Campbell |
2000-02-28 | need string.h | Theo de Raadt |
2000-02-26 | alpha | David Leonard |
2000-02-26 | better column titles. show prioq and scheduler timing information | David Leonard |
2000-02-26 | uninitialised fields | David Leonard |
2000-02-10 | its a stack, not a queue | David Leonard |
2000-02-10 | protect arguments to Nd | David Leonard |
2000-02-10 | document existence of pthread_setcancelstate and pthread_setcanceltype | David Leonard |
2000-01-22 | canceled -> cancelled | Aaron Campbell |
2000-01-14 | malloc lock helpers | David Leonard |
2000-01-06 | build libpthread AND libc_r for i386 | David Leonard |
2000-01-06 | use everything in libc_r (sorry, todd) | David Leonard |
2000-01-06 | LIBCR_SRCDIR | David Leonard |
2000-01-06 | unused vars | David Leonard |
2000-01-06 | thread-specific storage helper | David Leonard |
2000-01-06 | quieten gcc | David Leonard |
2000-01-06 | copyright, includes, cast | David Leonard |
2000-01-06 | kill silly casts to (long) | David Leonard |
2000-01-06 | include unistd.h | David Leonard |
2000-01-06 | quieten gcc with extra parens | David Leonard |
2000-01-06 | fill out cases with new thread states | David Leonard |
2000-01-06 | unused var | David Leonard |
2000-01-06 | unused var, test lock return | David Leonard |
2000-01-06 | oops | David Leonard |
2000-01-06 | SPINLOCK_INIT, volatile | David Leonard |
2000-01-06 | volatile | David Leonard |
2000-01-06 | dump verbosely only if PTHREAD_DEBUG env var is defined | David Leonard |
2000-01-06 | include stdlib.h, unused vars | David Leonard |
2000-01-06 | include stdlib.h | David Leonard |