summaryrefslogtreecommitdiff
path: root/lib/libpthread/uthread
AgeCommit message (Expand)Author
2001-12-18Allow the scheduler to return to the signal handler and the signalMarco S Hyman
2001-12-11More sync with freebsd code; join related code this time.Federico G. Schwindt
2001-12-08sync with freebsd.Federico G. Schwindt
2001-12-08Partially sync with FreeBSD; mostly pthread_cancel(3) related changes.Federico G. Schwindt
2001-11-12a better fix for recursive mutex.Federico G. Schwindt
2001-11-12This fixes the recursive mutex problem with pthreads.Marco S Hyman
2001-11-09Fix problem found by espie (and other porters) whereMarco S Hyman
2001-11-05Don't change the state of a thread as a result of a signal that isMarco S Hyman
2001-11-02Fix signal dispatching. No-one has reported any probs (other thanMarco S Hyman
2001-09-04Use _waitq_remove() and _waitq_insert() always; from FreeBSD.Federico G. Schwindt
2001-09-04put changes back, this time ALL the files.Federico G. Schwindt
2001-08-30Back out fgsch@'s tree breaking commits.Todd T. Fries
2001-08-30fix some const warnings.Federico G. Schwindt
2001-08-29More sync with FreeBSD.Federico G. Schwindt
2001-08-26More syncing with FreeBSD, preparing for a commit.Federico G. Schwindt
2001-08-21Start syncing with FreeBSD:Federico G. Schwindt
2001-08-17Provide the equivalent to Solaris thr_main() function; from FreeBSDPeter Valchev
2001-08-17correctly return ssize_t.Federico G. Schwindt
2001-08-17correctly return ssize_t.Federico G. Schwindt
2001-08-15ops, _thread_kern_set_timeout() to const.Federico G. Schwindt
2001-08-15* kevent(2) support; from FreeBSD.Federico G. Schwindt
2001-08-15Use INFTIM.Federico G. Schwindt
2001-08-15For unsupported sched policies, return ENOTSUP, not EINVAL; from FreeBSD.Federico G. Schwindt
2001-08-11add missing _thread_enter_cancellation_point() before going further.Federico G. Schwindt
2001-08-11Avoid an infinite loop if the last iov_len is 0; from FreeBSD.Federico G. Schwindt
2001-08-10pthread_* do not set errno but returns a errno value.Federico G. Schwindt
2001-08-09Only return EINVAL if attr is invalid. If policy is invalid returnFederico G. Schwindt
2001-08-09Do not return EINVAL if param is NULL or the desired scheduling policyFederico G. Schwindt
2001-08-09Implement pthread_mutexattr_gettype() as defined in Single Unix Spec, v2;Federico G. Schwindt
2001-08-04don't return on void.Federico G. Schwindt
2001-01-16switch stacks even when restoring a preempted thread. (credit to pefo@)David Leonard
2000-12-06use __x__ formats for __attribute__ arguments; guenther@gac.eduTheo de Raadt
2000-10-04switch to _machdep_switch() instead of setjmp/longjmp. For some reason this f...David Leonard
2000-10-04if fstat fails fails, as it will on some sockets, close anyway.David Leonard
2000-03-22MACHINE_STACK_GROWS_UPDavid Leonard
2000-02-26alphaDavid Leonard
2000-02-26better column titles. show prioq and scheduler timing informationDavid Leonard
2000-02-26uninitialised fieldsDavid Leonard
2000-02-10its a stack, not a queueDavid Leonard
2000-01-06unused varsDavid Leonard
2000-01-06quieten gccDavid Leonard
2000-01-06copyright, includes, castDavid Leonard
2000-01-06kill silly casts to (long)David Leonard
2000-01-06include unistd.hDavid Leonard
2000-01-06quieten gcc with extra parensDavid Leonard
2000-01-06fill out cases with new thread statesDavid Leonard
2000-01-06unused varDavid Leonard
2000-01-06unused var, test lock returnDavid Leonard
2000-01-06oopsDavid Leonard
2000-01-06SPINLOCK_INIT, volatileDavid Leonard