Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Describe all the thread status flags. Describe the two | 2001-10-28 | 1 | -17/+42 | ||
| | | | | environment variables used to control status format and display | |||||
* | Enough for libc_r on sparc64 to build (this stuff is mostly taken from sparc, | 2001-09-10 | 4 | -0/+139 | ||
| | | | | and will need attention before it can be expected to work). | |||||
* | Our gcc defines __sparcv9__ not __sparc_v9__ | 2001-09-10 | 1 | -2/+2 | ||
| | ||||||
* | 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 | 9 | -47/+135 | ||
| | ||||||
* | 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. | |||||
* | spelling | 2001-08-20 | 1 | -2/+2 | ||
| | ||||||
* | enable pthread_main_np(3) | 2001-08-19 | 1 | -1/+2 | ||
| | ||||||
* | Describe the pthread_main_np() function | 2001-08-18 | 1 | -0/+42 | ||
| | ||||||
* | pthread_main_np prototype | 2001-08-17 | 1 | -1/+2 | ||
| | ||||||
* | 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 | 4 | -8/+92 | ||
| | | | | * 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 | ||
| | ||||||
* | manpage for pthread_[get|set]schedparam; from FreeBSD. | 2001-08-11 | 2 | -3/+95 | ||
| | ||||||
* | 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. | |||||
* | o) We always close .Bl and .Bd tags; | 2001-08-06 | 1 | -2/+1 | ||
| | | | | | | | | | | o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok | |||||
* | don't return on void. | 2001-08-04 | 1 | -4/+1 | ||
| | ||||||
* | pthread_mutexattr_* manpage; from FreeBSD. | 2001-08-04 | 2 | -2/+190 | ||
| | ||||||
* | typo; krapht@secureops.com | 2001-08-03 | 1 | -2/+2 | ||
| | ||||||
* | remove double space after comma | 2001-06-24 | 3 | -6/+6 | ||
| | ||||||
* | grammar | 2001-06-24 | 5 | -10/+10 | ||
| | ||||||
* | missing word | 2001-06-01 | 1 | -2/+2 | ||
| | | | | "function will non-zero" -> "function will return non-zero" | |||||
* | missing word | 2001-05-31 | 1 | -2/+3 | ||
| | | | | "the temporarily lacks the resources" -> "the system temporarily lacks...." | |||||
* | more typos | 2001-05-31 | 1 | -4/+4 | ||
| | ||||||
* | typos; first few spotted by heko@saitti.net | 2001-05-31 | 1 | -5/+5 | ||
| | ||||||
* | typo in comment | 2001-03-13 | 2 | -4/+4 | ||
| | ||||||
* | Define struct _machdep_state again for libc_r to compile on mvme88k. | 2001-02-21 | 1 | -1/+4 | ||
| | ||||||
* | Stubs for vax. (build at least) | 2001-01-27 | 2 | -0/+26 | ||
| | ||||||
* | switch stacks even when restoring a preempted thread. (credit to pefo@) | 2001-01-16 | 1 | -12/+8 | ||
| | ||||||
* | -lpthread -> -pthread | 2000-12-31 | 1 | -2/+2 | ||
| | ||||||
* | use __x__ formats for __attribute__ arguments; guenther@gac.edu | 2000-12-06 | 2 | -5/+5 | ||
| | ||||||
* | missed it by That Much | 2000-10-05 | 1 | -2/+2 | ||
| | ||||||
* | Use volatile on the __asm__ directives, do not allow the compiler to reorder | 2000-10-05 | 1 | -5/+5 | ||
| | | | | or optimize out any of the assembly statements. | |||||
* | switch to _machdep_switch() instead of setjmp/longjmp. For some reason this fixes sparc threads. | 2000-10-04 | 13 | -471/+88 | ||
| | ||||||
* | if fstat fails fails, as it will on some sockets, close anyway. | 2000-10-04 | 1 | -4/+10 | ||
| | ||||||
* | public domain | 2000-10-03 | 1 | -1/+3 | ||
| | ||||||
* | constistent naming | 2000-10-03 | 1 | -4/+4 | ||
| | ||||||
* | thread switching code | 2000-10-03 | 2 | -0/+108 | ||
| |