NetBSD/sys/arch/hpcmips
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 Initial addition of TrackPoint support on the IBM WorkPad z50's DSIU port. 2002-05-30 01:44:59 +00:00
dev SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
hpcmips Fixed debug messages. 2002-05-04 05:13:28 +00:00
include Let machine-dependent code specify how to enumerate the bus. 2002-05-15 19:23:51 +00:00
isa
stand Added lib/libsa/files.c to avoid link error. 2002-05-04 07:40:59 +00:00
tx obsolete intrcnt[]. 2002-05-15 15:19:54 +00:00
vr Initial addition of TrackPoint support on the IBM WorkPad z50's DSIU port. 2002-05-30 01:44:59 +00:00
Makefile
TODO