Commit Graph

178 Commits

Author SHA1 Message Date
des
141ad852ce RB_EMPTY() applies to red-black trees, not splay trees. 2003-11-10 10:35:06 +00:00
ru
f501f1b590 Get rid of duplicates. 2003-09-14 13:41:59 +00:00
ru
c581c0c568 mdoc(7): Properly mark C headers. 2003-09-10 19:24:35 +00:00
ru
b8e742a388 mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +00:00
kan
db78d53a39 Add safe _FOREACH iterators to the rest of the queue.h types. 2003-08-14 14:49:26 +00:00
bmilekic
34e3272766 Document LIST_FOREACH_SAFE in queue(3).
Asked with "please" by Ruslan Ermilov.  I've always had a weakness
for "please".
2003-08-13 19:58:38 +00:00
ru
bc1f5bcccb mdoc(7) fixes.
Approved by:	re (blanket)
2003-05-24 19:53:08 +00:00
jdp
bfcb757e94 Add stub implementations of pthread_[gs]etconcurrency to libc_r and
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
2003-04-20 01:53:13 +00:00
charnier
a2ff0a66ef The .Fn function. Use .Xr where appropriate. 2003-03-24 16:05:24 +00:00
ru
e698a908c7 mdoc(7) police: Scheduled sweep. 2003-02-24 22:53:26 +00:00
phantom
7dea82f7ba Add AUTHORS section 2003-02-13 22:11:19 +00:00
phantom
a2a0aa9f3b Finally! Document all undocumented functions in libc_r.
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
2003-02-13 22:10:10 +00:00
phantom
c5f4226ee7 Break important implementation detail note into IMPLEMENTATION DETAILS
section. Add cross reference to pthread_attr_getstack() function.

MFC after:	1 day
2003-02-13 18:39:06 +00:00
phantom
918363c7a5 Add cross reference for pthread_attr_get_np() 2003-02-13 18:36:48 +00:00
alfred
9a7e110c84 Add pthread_attr_getstack() and pthread_attr_setstack().
Submitted by: Craig Rodrigues <rodrigc@attbi.com>
2003-02-10 08:48:04 +00:00
charnier
774a008e08 The .Fn function 2003-02-06 11:10:32 +00:00
phantom
2c5bce8343 Document additional behaviour of this function (see
rev 1.3 of uthread_attr_get_np.c)
2003-02-03 10:10:40 +00:00
fjoe
50fe4b5e15 pthread_attr_get_np() now takes 'pthread_t' (not 'pthread_t *')
to be consistent with other pthread_XXX functions
2003-01-07 21:43:30 +00:00
schweikh
2505bee728 english(4) police. 2002-12-27 12:15:40 +00:00
ru
bbb36710e2 mdoc(7) police: Deal with self-xrefs. 2002-12-24 13:41:48 +00:00
ru
4f5374cc7e mdoc(7) police: sort xrefs in SEE ALSO. 2002-12-13 16:53:51 +00:00
ru
fb1debdb43 mdoc(7) police: markup overhaul. 2002-12-13 15:27:27 +00:00
ru
88d368906e Uniformly refer to a file system as "file system".
Approved by:	re
2002-12-12 17:26:04 +00:00
ru
a4961eb037 mdoc(7) police: overhaul. 2002-12-09 12:41:29 +00:00
ru
35dfeeace5 Consistently mark std(in|out|err) with .Dv, because that's how they
are marked up in stdio(3), and because they are defined expressions
of type "FILE *".

Approved by:	re
2002-12-04 18:57:46 +00:00
ru
639558cba4 mdoc(7) police: scheduled sweep.
Approved by:	re
2002-11-29 11:39:20 +00:00
phantom
7c24cfd639 Add & hookup manpage for pthread_attr_get_np(3).
MFC after:	3 days
2002-10-26 15:04:29 +00:00
tjr
8081144898 Make the example "assertion failure" message match reality. 2002-10-25 14:22:20 +00:00
tjr
ccccae1697 Update the Standards section for the addition of the C99 va_copy macro. 2002-10-25 12:22:14 +00:00
mike
c282a379c7 Implement C99's va_copy() macro. 2002-09-18 07:33:16 +00:00
maxim
6beb82b22b Fix a typo.
MFC after:	3 days
2002-07-10 09:06:42 +00:00
des
1b1a89a6bb Install the tree(3) man page. 2002-06-23 14:44:32 +00:00
des
40161eca73 This commit was generated by cvs2svn to compensate for changes in r98681,
which included commits to RCS files with non-trunk default branches.
2002-06-23 14:41:09 +00:00
des
74fc819630 Import the documentation for <sys/tree.h>
Obtained from:	OpenBSD
2002-06-23 14:41:09 +00:00
trhodes
12f8982fbd More file system > filesystem 2002-05-16 05:21:58 +00:00
tmm
a4f7384e73 Document STAILQ_CONCAT and TAILQ_CONCAT.
PR:		20024
Submitted by:	Tony Finch <dot@dotat.at> (TAILQ_CONCAT, slightly changed
		by me)
Reviewed by:	ru (earlier version)
2002-04-17 13:48:14 +00:00
ru
58af180ccd mdoc(7) police: tidy up. 2002-03-18 16:18:33 +00:00
maxim
10546e9a48 Add a bunch of functions.
PR:		docs/32561
Reviewed by:	deischen, ru
Approved by:	ru
MFC after:	2 weeks
2002-03-11 10:45:18 +00:00
fjoe
b8f9143c5d fix MLINKS for timeradd.3 2002-01-14 20:36:34 +00:00
dwhite
b592562393 Add manpage for timeradd macros and friends. A companion page for
timespecadd should be added at a future point...

PR:		13079
2002-01-14 00:38:20 +00:00
ru
5e6d5083ae mdoc(7) police: tidy up previous delta. 2002-01-09 15:32:25 +00:00
julian
1319c5a902 Document some behaviour I'm depending on.
(TAILQ_FOREACH leaves the variable NULL if there were no more to do)
2001-12-28 22:00:27 +00:00
ru
4b16211a02 mdoc(7) police: one-line literal displays are faster. 2001-11-20 15:17:51 +00:00
murray
fdf5b8fc51 Describe handling of NULLs passed to pthread_setcancelstate().
PR:		docs/31745
Submitted by:	Andrew <andrew@ugh.net.au>
2001-11-05 08:21:32 +00:00
dd
c70efc47e9 Mark up NULL in .Dv.
PR:		31747
Submitted by:	<andrew@ugh.net.au>
2001-11-04 23:13:03 +00:00
mike
114c18db6c Only provide function information in compile environments that support
the C99 variable __func__ and never for C++.  Provide a more meaningful
example in the assert(3) manual.

Reviewed by:	asmodai, bde
2001-10-27 20:11:10 +00:00
asmodai
1ce38e5e95 Document C99 conformity.
Update text which is printed out to reflect reality.
2001-10-24 18:14:51 +00:00
ru
727c2b4b9e mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
sobomax
c9a099cba3 STAILQ_LAST() macro takes 3 arguments, not 1. 2001-08-21 06:19:29 +00:00
dd
a671c1af67 Remove unused variable in example. 2001-08-16 06:02:20 +00:00