| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
could be useful in ports.
initial diff by David Carlier some time ago.
ok jca
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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@
|
| |
|
|
|
|
|
|
|
|
| |
rthreads, including the beginning of a HISTORY section
Tweak name (and therefore order) of the Barrier Routines and Spinlock
Routines sections
Update the list of functions that aren't thread-safe
Be consistent with other manpages by spelling 'thread-safe' with a hyphen
|
|
|
|
|
|
|
|
|
|
|
| |
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@.
|
| |
|
| |
|
| |
|
|
|
|
| |
group of functions. No objection from jmc@
|
|
|
|
| |
and pthread_rwlock_{timed,try}{rd,wr}lock(). Requested by jmc@
|
|
|
|
| |
don;t list both pages in SEE ALSO;
|
|
|
|
|
|
| |
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@
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
also add missing pages to SEE ALSO;
prodded by tedu@, based on freebsd's page, and helped by marc@;
ok marc@ tedu@
|
|
|
|
|
|
|
|
|
|
|
|
| |
functions are not thread safe;
started by a request from Marc Balmer to document that malloc(3) *was*
thread safe, and expanded by marc@ to list functions that are not;
also add some spacing to make the page more readable, and adjust the -width
of a list;
ok marc@
|
|
|
|
|
|
| |
LIBC_R_DEBUG -> LIBPTHREAD_DEBUG
ok marc@
|
|
|
|
|
| |
- new sentence, new line
- clean up .Xrs
|
|
|
|
|
|
|
| |
o) always close .Bl tags;
o) fix usage of .Xr;
millert@ ok
|
|
|
|
|
|
|
|
|
|
|
|
| |
o) remove extra space in the end of line;
o) remove extra blank lines in the end of file;
o) remove .Pp before .Ss;
o) CAVEAT -> CAVEATS;
o) fix usage of .Fa;
o) <blank-line> -> .Pp;
o) wrap long lines;
millert@ ok
|
| |
|
| |
|
| |
|
|
|
|
| |
environment variables used to control status format and display
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
commit, as we want our documentation to be as consistently formatted as
possible (it's getting there :-)).
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages
Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...
|
|
|
|
|
|
|
| |
Out of the approximately 1450 man pages, only about 90 of them were wrong.
Thanks to kwesterback@home.com for coming up with a script and patch to repair
this. The patch also inserted a .Os macro in the few man pages that were
missing one.
|
| |
|
| |
|
| |
|
|
|