tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
lib
/
libpthread
/
man
/
at
trash-bin2
71 files
Makefile.inc
Move sigwait(3) from libpthread to libc
7 years ago
flockfile.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
getc_unlocked.3
in the SYNOPSIS, make void function arguments explicit
10 years ago
pthread_atfork.3
trailing whitespace;
11 years ago
pthread_attr_init.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
pthread_attr_setdetachstate.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
pthread_attr_setguardsize.3
man pages: add missing commas between subordinate and main clauses
4 years ago
pthread_attr_setstack.3
There are special rules regarding the memory passed to pthread_attr_setstack(). ok semarie@
5 years ago
pthread_attr_setstackaddr.3
Implement MAP_STACK option for mmap(). Synchronous faults (pagefault and syscall) confirm the stack register points at MAP_STACK memory, otherwise SIGSEGV is delivered. sigaltstack() and pthread_attr_setstack() are modified to create a MAP_STACK sub-region which satisfies alignment requirements. Observe that MAP_STACK can only be set/cleared by mmap(), which zeroes the contents of the region -- there is no mprotect() equivalent operation, so there is no MAP_STACK-adding gadget. This opportunistic software-emulation of a stack protection bit makes stack-pivot operations during ROPchain fragile (kind of like removing a tool from the toolbox). original discussion with tedu, uvm work by stefan, testing by mortimer ok kettenis
8 years ago
pthread_attr_setstacksize.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
pthread_barrier_init.3
man pages: add missing commas between subordinate and main clauses
4 years ago
pthread_barrier_wait.3
Update my email address.
6 years ago
pthread_barrierattr_getpshared.3
Update my email address.
6 years ago
pthread_barrierattr_init.3
Update my email address.
6 years ago
pthread_cancel.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
pthread_cleanup_pop.3
remove the first comma from constructs like ", and," and ", or,": you can use "and" and "or" to join sentence clauses, and you can use commas, but both hinders reading;
11 years ago
pthread_cleanup_push.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
pthread_cond_broadcast.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
pthread_cond_destroy.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
pthread_cond_init.3
man pages: add missing commas between subordinate and main clauses
4 years ago
pthread_cond_signal.3
Tweak description, pthread_cond_signal(3) unblocks *at least* one thread.
7 years ago
pthread_cond_timedwait.3
no longer any need to quote macro lines with >9 args; From: Jan Stary
12 years ago
pthread_cond_wait.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
pthread_condattr_init.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
pthread_create.3
some Xr adjustment to catch up with MLINKS removal;
10 years ago
pthread_detach.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
pthread_equal.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
pthread_exit.3
new sentence, new line
9 years ago
pthread_getconcurrency.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
pthread_getcpuclockid.3
use .In rather than .Fd #include
10 years ago
pthread_getspecific.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
pthread_join.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
pthread_key_create.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
pthread_key_delete.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
pthread_kill.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
pthread_main_np.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
pthread_mutex_destroy.3
Clarify conditions in which pthread_mutex_destroy(3) returns EBUSY.
6 years ago
pthread_mutex_init.3
sort SEE ALSO;
12 years ago
pthread_mutex_lock.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
pthread_mutex_unlock.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
pthread_mutexattr.3
update NAME section to include all documented functions, or otherwise change Dt to reflect the name of an existing function;
10 years ago
pthread_once.3
use .Va for global variables, and .Vt where the type is included
10 years ago
pthread_rwlock_destroy.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
pthread_rwlock_init.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
pthread_rwlock_rdlock.3
Remove IMPLEMENTATION NOTES, they only apply to one of the two in-tree implementations.
7 years ago
pthread_rwlock_unlock.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
pthread_rwlock_wrlock.3
Remove IMPLEMENTATION NOTES, they only apply to one of the two in-tree implementations.
7 years ago
pthread_rwlockattr_destroy.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
pthread_rwlockattr_getpshared.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
pthread_rwlockattr_init.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
pthread_rwlockattr_setpshared.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
pthread_schedparam.3
update NAME section to include all documented functions, or otherwise change Dt to reflect the name of an existing function;
10 years ago
pthread_self.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
pthread_set_name_np.3
tweak previous;
7 years ago
pthread_setspecific.3
new sentence, new line
9 years ago
pthread_sigmask.3
It is distasteful to have manual pages which don't refer to real function calls, but instead a "class" of functions like "sigsetops". Rename to sigaddset", and while at it improve documentation in sigprocmask(2) to point to it. ok tedu
9 years ago
pthread_spin_init.3
Update my email address.
6 years ago
pthread_spin_lock.3
Update my email address.
6 years ago
pthread_spin_unlock.3
Update my email address.
6 years ago
pthread_stackseg_np.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
pthread_testcancel.3
accept4() should be a cancellation point. Update the list in the pthread_testcancel(3) manpage: several were missing.
11 years ago
pthread_yield.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
pthreads.3
remove please from manual pages ok jmc@ sthen@ millert@
4 years ago
putc_unlocked.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
sched_get_priority_min.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
sem_destroy.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
sem_getvalue.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
sem_init.3
Shared semaphores are not supported
5 years ago
sem_open.3
fix function name.
10 years ago
sem_post.3
use fancy .In macro for includes. from Jan Klemkow. ok jmc schwarze
13 years ago
sem_wait.3
Validate timespec and return ECANCELED when interrupted with SA_RESTART.
8 years ago