| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
POSIX wants it in libc, that's where the function can be found on other
systems. Reported by naddy@, input from naddy@ and guenther@.
"looks ok" guenther@, ok deraadt@
Note: riding the libc/libpthread major cranks earlier today.
|
|
|
|
|
|
|
|
|
|
|
|
| |
correctly - logically complete that now by removing MLINKS from base;
authors need only to ensure there is an entry in NAME for any function/
util being added. MLINKS will still work, and remain for perl to ease
upgrades;
ok nicm (curses) bcook (ssl)
ok schwarze, who provided a lot of feedback and assistance
ok tb natano jung
|
| |
|
|
|
|
|
|
|
|
| |
including CLOCK_{PROCESS,THREAD}_CPUTIME_ID constants and
{clock,pthread}_getcpuclockid() functions.
Worked out at t2k13 with help from tedu@ and matthew@ and testing by aja@
ok matthew@
|
|
|
|
|
|
|
|
|
|
|
| |
Implementation, documentation and naive regression tests for:
- pthread_spin_init()
- pthread_spin_destroy()
- pthread_spin_lock()
- pthread_spin_trylock()
- pthread_spin_unlock()
Implementation okay guenther@, documentation okay jmc@.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Implementation and documentation for:
- pthread_barrier_init()
- pthread_barrier_destroy()
- pthread_barrier_wait()
- pthread_barrierattr_init()
- pthread_barrierattr_destroy()
- pthread_barrierattr_getpshared()
- pthread_barrierattr_setpshared()
Currently only private barriers are supported.
Okay guenther@.
|
| |
|
| |
|
|
|
|
| |
of the functions, not a generic name that doesn't itself exist
|
| |
|
|
|
|
|
|
| |
pthread_mutex_timedlock() in that same page
ok fgsch@, brad@, as well as jmc@, who also fixed a bunch of nits
|
|
|
|
|
| |
was incorrectly named. there should be no sched_prio(3) page; it is
misleading.
|
|
|
|
| |
input and ok from phessler@ and guenther@
|
|
|
|
| |
from brad. ok kurt, who's too busy to commit
|
|
|
|
|
|
| |
Bump lib minor
ok otto@ kurt@ marc@; doc review by jmc@
|
|
|
|
|
| |
Correct misnaming in STANDARDS section
ok brad@ otto@
|
|
|
|
|
|
|
| |
From FreeBSD
'looks ok' fgsch@ miod@
man page reviewed by jmc@
|
|
|
|
|
| |
these functions seem never to have existed, and are certainly not
documented in pthread_mutexattr(3), the page to which they point.
|
|
|
|
|
|
| |
Kurt Miller <truk at optonline.net>. Kurt says:
They're needed for the java hotspot compiler in the 1.3+ jdk
OK brad@
|
|
|
|
| |
jmc asked for them, now he can make them look pretty
|
|
|
|
|
|
| |
From: FreeBSD' libc_r
ok marc@
|
| |
|
| |
|
| |
|
|
|
|
| |
From FreeBSD.
|
|
|
|
| |
o remove functions from pthread_cancel(3).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
add (broken) mips md stuff
fix some const warnings
add sigaltstack() stub
another hash at getting shlib auto-init to work (mips/elf and i386/a.out)
|
|
|