Home | History | Annotate | Download | only in man9
History log of /src/share/man/man9/bufq.9
RevisionDateAuthorComments
 1.22  18-Nov-2016  wiz Use more markup.
 1.21  17-Nov-2016  pgoyette Update bufq man page for new functions, with appropriate cross-refs to
sysctl(7) and module(9).
 1.20  12-Apr-2009  joerg branches: 1.20.30;
Drop conditionals now that groff can handle the umlaut in the author
name.
 1.19  24-Jan-2009  wiz branches: 1.19.2;
Remove trailing whitespace and bump date for previous.
 1.18  24-Jan-2009  yamt note that bufq_cancel might be expensive
 1.17  13-Jan-2009  yamt g/c BUFQ_FOO() macros and use bufq_foo() directly.
 1.16  30-Apr-2008  martin Convert TNF licenses to new 2 clause variant
 1.15  30-Apr-2008  reinoud Add a BUFQ_CANCEL() next to BUFQ_PUT() and BUFQ_GET().

BUFQ_CANCEL(queue, element) removes the specified element previously queued
on the queue. It returns NULL if it was not found on the queue and the
element if it was successfully removed.

Run trough tech-kern and changed name from BUFQ_REVOKE() by suggestion of
Jason Thorpe.
 1.14  12-Jan-2006  wiz branches: 1.14.20; 1.14.22;
Drop trailing whitespace.
 1.13  26-Dec-2005  xtraeme Sync bufq API with the new source code. ok'ed by yamt.
 1.12  16-Oct-2005  wiz Add comma in enumeration.
 1.11  16-Oct-2005  wiz English improvements.
 1.10  16-Oct-2005  yamt it's ok for BUFQ_PUT to change the next buffer after BUFQ_PEEK.
 1.9  16-Oct-2005  yamt sync with the new api.
 1.8  10-Oct-2005  xtraeme * bufq functions are defined in bufq.h not buf.h.
* Add missing bufq_drain() function.

Bump DATE.
 1.7  09-Jul-2005  xtraeme Mention BUFQ_PRIOCSCAN as a valid flag for the bq_flags argument,
ok'ed by yamt.
 1.6  16-Apr-2003  wiz branches: 1.6.6;
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.
 1.5  19-Jan-2003  atatat The next release will be 2.0, not 1.7.
 1.4  14-Oct-2002  wiz New sentence, new line.
 1.3  23-Jul-2002  hannken The buffer returned by BUFQ_PEEK must remain the same until BUFQ_GET is
called. It may be used as the "current" buffer.
 1.2  21-Jul-2002  hannken Rename bufq_init() to bufq_alloc().
Add bufq_free() to remove a buffer queue.
Avoid MALLOC while holding a spinlock.

From Chuck Silvers.
 1.1  17-Jul-2002  hannken Add manpage for new device buffer queue interface.
With help from Thomas Klausner <wiz@netbsd.org>.
 1.6.6.2  15-Oct-2005  riz Pull up following revision(s) (requested by xtraeme in ticket #876):
share/man/man9/bufq.9: revision 1.8
* bufq functions are defined in bufq.h not buf.h.
* Add missing bufq_drain() function.
Bump DATE.
 1.6.6.1  28-Aug-2005  tron Pull up following revision(s) (requested by xtraeme in ticket #712):
share/man/man9/bufq.9: revision 1.7
Mention BUFQ_PRIOCSCAN as a valid flag for the bq_flags argument,
ok'ed by yamt.
 1.14.22.1  18-May-2008  yamt sync with head.
 1.14.20.1  02-Jun-2008  mjf Sync with HEAD.
 1.19.2.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.20.30.1  07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)

RSS XML Feed