NetBSD/sys/arch/mmeye
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
..
compile
conf IOM_RAM_BEGIN is changed to specify physical address. 2002-05-09 12:35:44 +00:00
dev SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
include remove obsolete header file (shbvar.h) 2002-05-02 16:34:57 +00:00
mmeye Don't reset to old interrupt level at the exit of interrupt handler. 2002-05-10 20:14:39 +00:00
stand some whitespace cleanup 2002-05-07 13:03:47 +00:00
Makefile