lukem
06de426449
SIMPLEQ rototill:
...
- implement SIMPLEQ_REMOVE(head, elm, type, field). whilst it's O(n),
this mirrors the functionality of SLIST_REMOVE() (the other
singly-linked list type) and FreeBSD's STAILQ_REMOVE()
- remove the unnecessary elm arg from SIMPLEQ_REMOVE_HEAD().
this mirrors the functionality of SLIST_REMOVE_HEAD() (the other
singly-linked list type) and FreeBSD's STAILQ_REMOVE_HEAD()
- remove notes about SIMPLEQ not supporting arbitrary element removal
- use SIMPLEQ_FOREACH() instead of home-grown for loops
- use SIMPLEQ_EMPTY() appropriately
- use SIMPLEQ_*() instead of accessing sqh_first,sqh_last,sqe_next directly
- reorder manual page; be consistent about how the types are listed
- other minor cleanups
2002-06-01 23:50:52 +00:00
kleink
d4e99a46ec
Add a separate varargs(3) manual page, reusing stdarg(3) contents, and
...
remove the name `varargs' from stdarg(3); inspired by conversation with
Charles Hannum.
2002-02-04 20:09:46 +00:00
lukem
179b47c97b
install all the macro links to queue.3 using the correct UPPER_CASE name
2001-10-22 04:37:57 +00:00
lukem
b206a768a3
add manual page for _DIAGASSERT(3)
2001-01-03 13:29:59 +00:00
ad
f3e1d1930e
PCVT is dead. From NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp>.
2000-08-03 09:42:52 +00:00
mycroft
8d9497c3e3
Document *_EMPTY().
2000-05-27 22:27:33 +00:00
kleink
72592c10cf
Document va_copy.
2000-02-03 16:17:50 +00:00
ad
4e41c6b479
Add missing link for dladdr.3
1999-06-28 18:22:22 +00:00
mycroft
39cfcdb2ec
Oops; missed one.
1999-03-16 07:49:54 +00:00
mycroft
86da8b5db3
Add missing links for queue.3.
1999-03-14 03:38:16 +00:00
mycroft
1a5d0febcd
Use bsd.man.mk and bsd.subdir.mk as appropriate.
1997-10-11 08:22:03 +00:00
christos
68727e364e
PR/4126: Luke Mewburn: queue(3) doesn't document SIMPLEQ_*
1997-09-30 16:49:17 +00:00
mikel
133ed3ff54
SUBDIR must be set *before* including bsd.*.mk
1997-06-24 06:00:06 +00:00
mrg
90a52da37a
move man pages into share/man.
1997-06-23 03:30:19 +00:00
thorpej
ce359acdb0
Fix typo: dclose.3 -> dlclose.3
1995-10-06 07:21:58 +00:00
pk
bb4bce0db3
Install dlfcn.3 and links.
1995-10-01 18:47:21 +00:00
cgd
06e2955ff1
specify man pages the new way.
1994-12-22 10:44:04 +00:00
jtc
ee52468ada
Merged with 4.4lite.
...
Changed to conform to NetBSD's new RCS Id convention.
1994-11-30 15:24:27 +00:00
mycroft
ca04f4e45d
Add more links for queue.h.
1994-10-06 09:02:21 +00:00
cgd
630651b7b0
queue.h from 4.4, from Bostic
1993-12-21 01:55:03 +00:00
mycroft
1a9bad824e
Add links for va_arg.3, va_end.3, va_start.3, per G.Wollman's suggestion.
1993-10-30 13:01:18 +00:00
mycroft
5b11c06adf
Add RCS indentifiers.
1993-07-31 15:27:53 +00:00
mycroft
f8e9047837
Once more, don't make `all' depend on man page; bsd.prog.mk does this.
1993-04-26 03:49:25 +00:00
cgd
61f282557f
initial import of 386bsd-0.1 sources
1993-03-21 09:45:37 +00:00