wiz
|
472351e13d
|
Use
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.
|
2003-04-16 13:34:34 +00:00 |
atatat
|
dd0a8acd21
|
The next release will be 2.0, not 1.7.
|
2003-01-19 21:25:36 +00:00 |
wiz
|
770eef2122
|
New sentence, new line.
|
2002-10-14 13:43:14 +00:00 |
hannken
|
91f71a4f61
|
The buffer returned by BUFQ_PEEK must remain the same until BUFQ_GET is
called. It may be used as the "current" buffer.
|
2002-07-23 14:00:16 +00:00 |
hannken
|
7de36862a8
|
Rename bufq_init() to bufq_alloc().
Add bufq_free() to remove a buffer queue.
Avoid MALLOC while holding a spinlock.
From Chuck Silvers.
|
2002-07-21 15:32:17 +00:00 |
hannken
|
3f2c0f99e3
|
Add manpage for new device buffer queue interface.
With help from Thomas Klausner <wiz@netbsd.org>.
|
2002-07-17 15:53:50 +00:00 |