Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Don't change the state of a thread as a result of a signal that is | 2001-11-05 | 1 | -4/+7 | ||
| | | | | | masked by that thread. This fixes the problem found with the signal regression test. | |||||
* | Fix signal dispatching. No-one has reported any probs (other than | 2001-11-02 | 1 | -3/+3 | ||
| | | | | | with regression tests that need to be fixed) and fgs@ thinks it's OK. I'll look at the pthreads regression tests, next | |||||
* | Use _waitq_remove() and _waitq_insert() always; from FreeBSD. | 2001-09-04 | 2 | -27/+5 | ||
| | ||||||
* | put changes back, this time ALL the files. | 2001-09-04 | 8 | -43/+131 | ||
| | ||||||
* | Back out fgsch@'s tree breaking commits. | 2001-08-30 | 8 | -131/+43 | ||
| | | | | Test next time, ok? | |||||
* | fix some const warnings. | 2001-08-30 | 8 | -43/+131 | ||
| | | | | more sync with freebsd. | |||||
* | More sync with FreeBSD. | 2001-08-29 | 2 | -98/+186 | ||
| | ||||||
* | More syncing with FreeBSD, preparing for a commit. | 2001-08-26 | 1 | -10/+94 | ||
| | ||||||
* | Start syncing with FreeBSD: | 2001-08-21 | 38 | -259/+345 | ||
| | | | | | | | | | | o Implement _get_curthread() and _set_curthread(). Use it where possible. o Add missing _thread_[enter|leave]_cancellation_point(). o Add a couple of not yet used vars to pthread_private.h. o Remove return's from void functions. This is by no means complete, but instead of doing a big commit, i'll split it in small ones, minimizing diffs. | |||||
* | Provide the equivalent to Solaris thr_main() function; from FreeBSD | 2001-08-17 | 2 | -1/+50 | ||
| | ||||||
* | correctly return ssize_t. | 2001-08-17 | 2 | -4/+4 | ||
| | ||||||
* | ops, _thread_kern_set_timeout() to const. | 2001-08-15 | 1 | -2/+2 | ||
| | ||||||
* | * kevent(2) support; from FreeBSD. | 2001-08-15 | 3 | -3/+87 | ||
| | | | | * change _thread_kern_set_timeout() parm to const. | |||||
* | Use INFTIM. | 2001-08-15 | 1 | -2/+2 | ||
| | ||||||
* | For unsupported sched policies, return ENOTSUP, not EINVAL; from FreeBSD. | 2001-08-15 | 1 | -5/+11 | ||
| | ||||||
* | add missing _thread_enter_cancellation_point() before going further. | 2001-08-11 | 1 | -1/+4 | ||
| | ||||||
* | Avoid an infinite loop if the last iov_len is 0; from FreeBSD. | 2001-08-11 | 1 | -1/+13 | ||
| | ||||||
* | pthread_* do not set errno but returns a errno value. | 2001-08-10 | 3 | -13/+8 | ||
| | ||||||
* | Only return EINVAL if attr is invalid. If policy is invalid return | 2001-08-09 | 1 | -5/+10 | ||
| | | | | EOPNOTSUPP; from FreeBSD. | |||||
* | Do not return EINVAL if param is NULL or the desired scheduling policy | 2001-08-09 | 1 | -3/+17 | ||
| | | | | is unsupported but EOPNOTSUPP; from FreeBSD. | |||||
* | Implement pthread_mutexattr_gettype() as defined in Single Unix Spec, v2; | 2001-08-09 | 1 | -1/+16 | ||
| | | | | from FreeBSD. | |||||
* | don't return on void. | 2001-08-04 | 1 | -4/+1 | ||
| | ||||||
* | switch stacks even when restoring a preempted thread. (credit to pefo@) | 2001-01-16 | 1 | -12/+8 | ||
| | ||||||
* | use __x__ formats for __attribute__ arguments; guenther@gac.edu | 2000-12-06 | 1 | -3/+3 | ||
| | ||||||
* | switch to _machdep_switch() instead of setjmp/longjmp. For some reason this fixes sparc threads. | 2000-10-04 | 3 | -48/+51 | ||
| | ||||||
* | if fstat fails fails, as it will on some sockets, close anyway. | 2000-10-04 | 1 | -4/+10 | ||
| | ||||||
* | MACHINE_STACK_GROWS_UP | 2000-03-22 | 1 | -18/+26 | ||
| | ||||||
* | alpha | 2000-02-26 | 1 | -3/+7 | ||
| | ||||||
* | better column titles. show prioq and scheduler timing information | 2000-02-26 | 1 | -5/+34 | ||
| | ||||||
* | uninitialised fields | 2000-02-26 | 1 | -1/+3 | ||
| | ||||||
* | its a stack, not a queue | 2000-02-10 | 1 | -2/+2 | ||
| | ||||||
* | unused vars | 2000-01-06 | 1 | -2/+2 | ||
| | ||||||
* | quieten gcc | 2000-01-06 | 1 | -2/+3 | ||
| | ||||||
* | copyright, includes, cast | 2000-01-06 | 1 | -3/+7 | ||
| | ||||||
* | kill silly casts to (long) | 2000-01-06 | 1 | -3/+3 | ||
| | ||||||
* | include unistd.h | 2000-01-06 | 1 | -1/+2 | ||
| | ||||||
* | quieten gcc with extra parens | 2000-01-06 | 1 | -2/+2 | ||
| | ||||||
* | fill out cases with new thread states | 2000-01-06 | 1 | -2/+3 | ||
| | ||||||
* | unused var | 2000-01-06 | 2 | -4/+3 | ||
| | ||||||
* | unused var, test lock return | 2000-01-06 | 1 | -2/+5 | ||
| | ||||||
* | oops | 2000-01-06 | 1 | -3/+2 | ||
| | ||||||
* | SPINLOCK_INIT, volatile | 2000-01-06 | 1 | -5/+7 | ||
| | ||||||
* | volatile | 2000-01-06 | 1 | -3/+4 | ||
| | ||||||
* | dump verbosely only if PTHREAD_DEBUG env var is defined | 2000-01-06 | 1 | -20/+39 | ||
| | ||||||
* | include stdlib.h, unused vars | 2000-01-06 | 1 | -3/+2 | ||
| | ||||||
* | include stdlib.h | 2000-01-06 | 1 | -1/+2 | ||
| | ||||||
* | volatile, unused vars | 2000-01-06 | 1 | -3/+2 | ||
| | ||||||
* | put proc pid in fatal error string; don't call abort() - instead deliver SIGABRT directly (inside #if); unused vars | 2000-01-06 | 1 | -5/+24 | ||
| | ||||||
* | unused vars | 2000-01-06 | 2 | -5/+2 | ||
| | ||||||
* | _SPINLOCK_INIT, unused vars | 2000-01-06 | 1 | -4/+2 | ||
| |