NetBSD/usr.sbin/mlxctl
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
..
Makefile
cmds.c Sync the firmware version report with mlx.c. Addresses PR 14155. 2002-04-07 20:18:01 +00:00
config.c
dklist.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
extern.h
main.c Fix -a: correctly verify which disks belong to the current controller, and 2002-04-07 20:02:18 +00:00
mlxctl.8 Improve markup. 2002-01-19 03:35:21 +00:00
util.c Sync the firmware version report with mlx.c. Addresses PR 14155. 2002-04-07 20:18:01 +00:00