Age | Commit message (Expand) | Author |
2001-12-18 | Allow the scheduler to return to the signal handler and the signal | Marco S Hyman |
2001-12-11 | More sync with freebsd code; join related code this time. | Federico G. Schwindt |
2001-12-08 | sync with freebsd. | Federico G. Schwindt |
2001-12-08 | Partially sync with FreeBSD; mostly pthread_cancel(3) related changes. | Federico G. Schwindt |
2001-11-12 | a better fix for recursive mutex. | Federico G. Schwindt |
2001-11-12 | This fixes the recursive mutex problem with pthreads. | Marco S Hyman |
2001-11-09 | Fix problem found by espie (and other porters) where | Marco S Hyman |
2001-11-05 | Don't change the state of a thread as a result of a signal that is | Marco S Hyman |
2001-11-02 | Fix signal dispatching. No-one has reported any probs (other than | Marco S Hyman |
2001-09-04 | Use _waitq_remove() and _waitq_insert() always; from FreeBSD. | Federico G. Schwindt |
2001-09-04 | put changes back, this time ALL the files. | Federico G. Schwindt |
2001-08-30 | Back out fgsch@'s tree breaking commits. | Todd T. Fries |
2001-08-30 | fix some const warnings. | Federico G. Schwindt |
2001-08-29 | More sync with FreeBSD. | Federico G. Schwindt |
2001-08-26 | More syncing with FreeBSD, preparing for a commit. | Federico G. Schwindt |
2001-08-21 | Start syncing with FreeBSD: | Federico G. Schwindt |
2001-08-17 | Provide the equivalent to Solaris thr_main() function; from FreeBSD | Peter Valchev |
2001-08-17 | correctly return ssize_t. | Federico G. Schwindt |
2001-08-17 | correctly return ssize_t. | Federico G. Schwindt |
2001-08-15 | ops, _thread_kern_set_timeout() to const. | Federico G. Schwindt |
2001-08-15 | * kevent(2) support; from FreeBSD. | Federico G. Schwindt |
2001-08-15 | Use INFTIM. | Federico G. Schwindt |
2001-08-15 | For unsupported sched policies, return ENOTSUP, not EINVAL; from FreeBSD. | Federico G. Schwindt |
2001-08-11 | add missing _thread_enter_cancellation_point() before going further. | Federico G. Schwindt |
2001-08-11 | Avoid an infinite loop if the last iov_len is 0; from FreeBSD. | Federico G. Schwindt |
2001-08-10 | pthread_* do not set errno but returns a errno value. | Federico G. Schwindt |
2001-08-09 | Only return EINVAL if attr is invalid. If policy is invalid return | Federico G. Schwindt |
2001-08-09 | Do not return EINVAL if param is NULL or the desired scheduling policy | Federico G. Schwindt |
2001-08-09 | Implement pthread_mutexattr_gettype() as defined in Single Unix Spec, v2; | Federico G. Schwindt |
2001-08-04 | don't return on void. | Federico G. Schwindt |
2001-01-16 | switch stacks even when restoring a preempted thread. (credit to pefo@) | David Leonard |
2000-12-06 | use __x__ formats for __attribute__ arguments; guenther@gac.edu | Theo de Raadt |
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-03-22 | MACHINE_STACK_GROWS_UP | David Leonard |
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-01-06 | unused vars | 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 |