NetBSD/usr.sbin/isdn
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
..
daicctl Fix copyright notice, sprinkle some $NetBSD$. 2002-04-14 11:41:42 +00:00
dtmfdecode Generate <>& symbolically. I'm avoiding .../dist/... directories for now. 2002-02-08 01:36:18 +00:00
isdnd SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
isdnmonitor Fix copyright notice, sprinkle some $NetBSD$. 2002-04-14 11:41:42 +00:00
isdntel Generate <>& symbolically. I'm avoiding .../dist/... directories for now. 2002-02-08 01:36:18 +00:00
isdntelctl Rename ISDN devices, per discussion on tech-kern. The network devices 2002-03-16 17:03:28 +00:00
isdntrace Don't use hardcoded card type/driver type constants - those have been 2002-03-24 20:37:45 +00:00
Makefile Removed g711conv 2002-03-06 08:06:40 +00:00
Makefile.inc Import of essential ISDN4BSD userland utilities and their documentation. 2001-01-06 13:00:10 +00:00