Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Have a single set of POSIX threads man pages. The LIBRARY section | ru | 2004-01-14 | 54 | -4928/+0 |
| | | | | | | | | of each manpage lists libraries that have corresponding interfaces implemented. Prodded by: threads Reviewed by: deischen | ||||
* | The libc_r/man/sigwait.3 manpage has been repocopied to libc/sys/sigwait.2. | ru | 2004-01-14 | 2 | -88/+1 |
| | | | | | Reviewed by: deischen Repocopy by: markm | ||||
* | - libc/sys/sem.c was repocopied to libc/gen/sem.c. | ru | 2004-01-14 | 7 | -662/+1 |
| | | | | | | | - sem_*(3) manpages were repocopied from libc_r. Reviewed by: deischen Repocopy by: markm | ||||
* | Pull revision 1.13 from libpthread/man/pthread_mutex_init.3: | ru | 2003-12-30 | 1 | -2/+0 |
| | | | | | | | - Remove error code that can't be returned (and original description was not proper English) PR: docs/57434 | ||||
* | Get rid of duplicates. | ru | 2003-09-14 | 1 | -1/+1 |
| | |||||
* | mdoc(7): Use the new feature of the .In macro. | ru | 2003-09-08 | 1 | -1/+1 |
| | |||||
* | The .Fn function | charnier | 2003-06-08 | 1 | -3/+6 |
| | |||||
* | mdoc(7) fixes. | ru | 2003-05-24 | 1 | -19/+27 |
| | | | | Approved by: re (blanket) | ||||
* | Add stub implementations of pthread_[gs]etconcurrency to libc_r and | jdp | 2003-04-20 | 2 | -0/+109 |
| | | | | | | | | | libthr. No changes were made to libpthread by request of deischen, who will soon commit a real implementation for that library. PR: standards/50848 Submitted by: Sergey A. Osokin <osa@freebsd.org.ru> MFC after: 1 week | ||||
* | The .Fn function. Use .Xr where appropriate. | charnier | 2003-03-24 | 31 | -73/+139 |
| | |||||
* | Fixed a typo in MLINKS. | ru | 2003-02-24 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: Scheduled sweep. | ru | 2003-02-24 | 13 | -154/+124 |
| | |||||
* | Enable just committed manual pages, update MLINKS | phantom | 2003-02-13 | 1 | -0/+13 |
| | |||||
* | Add AUTHORS section | phantom | 2003-02-13 | 1 | -0/+6 |
| | |||||
* | Finally! Document all undocumented functions in libc_r. | phantom | 2003-02-13 | 10 | -0/+696 |
| | | | | | | | | | | | | | | | | | | | | Add manual pages for following functions: . pthread_attr_setcreatesuspend_np(3) . pthread_main_np(3) . pthread_multi_np(3) . pthread_single_np(3) . pthread_mutexattr_getkind_np(3) . pthread_mutexattr_setkind_np(3) . pthread_resume_all_np(3) . pthread_resume_np(3) . pthread_set_name_np(3) . pthread_suspend_all_np(3) . pthread_suspend_np(3) . pthread_switch_add_np(3) . pthread_switch_delete_np(3) MFC after: 3 days | ||||
* | Break important implementation detail note into IMPLEMENTATION DETAILS | phantom | 2003-02-13 | 1 | -3/+7 |
| | | | | | | section. Add cross reference to pthread_attr_getstack() function. MFC after: 1 day | ||||
* | Add cross reference for pthread_attr_get_np() | phantom | 2003-02-13 | 1 | -0/+1 |
| | |||||
* | Rehash MLINKS: add missing ones for recently added pthread_attr_{get,set}stack() | phantom | 2003-02-13 | 1 | -3/+2 |
| | | | | functions and remove links for 3 non-existent functions | ||||
* | Add pthread_attr_getstack() and pthread_attr_setstack(). | alfred | 2003-02-10 | 1 | -0/+8 |
| | | | | Submitted by: Craig Rodrigues <rodrigc@attbi.com> | ||||
* | The .Fn function | charnier | 2003-02-06 | 11 | -29/+58 |
| | |||||
* | Document additional behaviour of this function (see | phantom | 2003-02-03 | 1 | -2/+12 |
| | | | | rev 1.3 of uthread_attr_get_np.c) | ||||
* | Add a missing word. | tjr | 2003-01-15 | 1 | -1/+1 |
| | |||||
* | Document the named semaphore functions. This could still use a bit | tjr | 2003-01-15 | 1 | -18/+165 |
| | | | | of polishing. | ||||
* | Back out previous; sharing semaphores between processes only works | tjr | 2003-01-14 | 1 | -8/+16 |
| | | | | in certain special cases. | ||||
* | Sharing semaphores between processes works now, so remove the stale comments | tjr | 2003-01-14 | 1 | -16/+8 |
| | | | | | about it always returning EPERM. Document that ENFILE occurs when the limit on kernel semaphores is reached. | ||||
* | Cross reference sem(4) so users know which kernel options are required | tjr | 2003-01-14 | 5 | -5/+10 |
| | | | | to use these semaphore functions. | ||||
* | pthread_attr_get_np() now takes 'pthread_t' (not 'pthread_t *') | fjoe | 2003-01-07 | 1 | -2/+2 |
| | | | | to be consistent with other pthread_XXX functions | ||||
* | english(4) police. | schweikh | 2002-12-27 | 3 | -3/+3 |
| | |||||
* | mdoc(7) police: Deal with self-xrefs. | ru | 2002-12-24 | 2 | -4/+5 |
| | |||||
* | mdoc(7) police: overhaul. | ru | 2002-12-09 | 1 | -12/+12 |
| | |||||
* | Add & hookup manpage for pthread_attr_get_np(3). | phantom | 2002-10-26 | 2 | -0/+96 |
| | | | | MFC after: 3 days | ||||
* | Add restrict type-qualifier to sem_getvalue(). | mike | 2002-10-04 | 1 | -1/+1 |
| | |||||
* | Add the 'restrict' type qualifier to the prototypes of `sigaction', | robert | 2002-10-02 | 1 | -1/+1 |
| | | | | | | `sigprocmask', `sigaltstack', and `sigwait' as well as to the prototypes of the apparantly unimplemented functions `sigtimedwait' and `sigwaitinfo'. This complies with IEEE Std 1003.1-2001. | ||||
* | Fix a typo. | maxim | 2002-07-10 | 1 | -1/+1 |
| | | | | MFC after: 3 days | ||||
* | Describe handling of NULLs passed to pthread_setcancelstate(). | murray | 2001-11-05 | 1 | -2/+10 |
| | | | | | PR: docs/31745 Submitted by: Andrew <andrew@ugh.net.au> | ||||
* | Mark up NULL in .Dv. | dd | 2001-11-04 | 1 | -1/+3 |
| | | | | | PR: 31747 Submitted by: <andrew@ugh.net.au> | ||||
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 48 | -50/+50 |
| | |||||
* | Use ``.Rv -std'' wherever possible. | ru | 2001-08-31 | 1 | -8/+1 |
| | | | | Submitted by: yar | ||||
* | mdoc(7) police: s/OpenBSD/.Ox/ where appropriate. | ru | 2001-08-13 | 1 | -1/+4 |
| | |||||
* | Spell "FreeBSD" with "F" and "BSD" in uppercase. | ru | 2001-08-13 | 13 | -13/+13 |
| | |||||
* | Use the ``.Rv -std'' mdoc(7) macro in appropriate cases. | yar | 2001-08-09 | 4 | -24/+4 |
| | | | | Reviewed by: ru | ||||
* | Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used to | jasone | 2001-07-20 | 2 | -0/+8 |
| | | | | | | | | be malloc()ed, but they are now allocated using mmap(), just as the default-size stacks are. A separate cache of stacks is kept for non-default-size stacks. Collaboration with: deischen | ||||
* | Remove whitespace at EOL. | dd | 2001-07-15 | 18 | -48/+48 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 24 | -24/+24 |
| | |||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 21 | -24/+0 |
| | |||||
* | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | ru | 2001-07-06 | 5 | -10/+10 |
| | |||||
* | Typo fix: requires -> reacquires | gshapiro | 2001-06-27 | 1 | -1/+1 |
| | | | | | Submitted by: Murray S. Kucherawy <msk@sendmail.com> MFC after: 3 days | ||||
* | Add a missing word. | dd | 2001-06-05 | 1 | -1/+1 |
| | | | | Obtained from: OpenBSD | ||||
* | Add a missing word. | dd | 2001-06-05 | 1 | -1/+2 |
| | |||||
* | Fixed typo in the description. | ru | 2001-05-18 | 1 | -2/+2 |
| | | | | | PR: docs/27411 Submitted by: David Wimsey <dwimsey@rtci.com> |