NetBSD/sys/dev
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
..
acpi SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
arcbios
ata More copyright fixes, pointed out by Thomas. Thanks ! 2002-04-23 20:41:13 +00:00
bi bcmp -> memcmp. 2002-05-22 16:03:14 +00:00
cardbus SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
dec Migrate alpha/pmax/vax bootblock stuff from <dev/dec/dec_boot.h> to 2002-05-14 06:34:20 +00:00
ebus
eisa Implement mstohz() as discussed on tech-kern, and use it in SCSI drivers 2002-04-05 18:27:45 +00:00
hpc Correct AltGr keycode for 680/US layout. 2002-05-11 04:57:43 +00:00
i2c
i2o Use __mips__ instead of mips. 2002-05-31 21:43:49 +00:00
ic SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
ieee1394
ir
isa Make it possible to override the way register access is done. 2002-05-21 02:47:04 +00:00
isapnp regen 2002-05-31 15:38:55 +00:00
mca
microcode Regen: move a few things around to save a few JUMP. 2002-05-02 12:37:50 +00:00
mii Regen. 2002-05-15 22:48:42 +00:00
mscp
mvme
news
ofisa
ofw
pci SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
pckbc Nuke all useages of polled kbd controller commands when not attaching or 2002-05-29 09:30:35 +00:00
pcmcia SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
podulebus Regen (many new podules). 2002-05-23 22:01:14 +00:00
qbus SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
raidframe Not so fast... Add a bit of comment to the previous change. 2002-05-23 15:12:59 +00:00
rasops Avoid sequence point error. 2002-05-31 19:42:12 +00:00
rcons
sbus SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
scsipi add translations for two ASC/ASCQs which occur before 2002-05-28 16:40:03 +00:00
std Fix bug in the way the config_found loop runs. Passing NULL doesn't work well. 2002-05-23 00:10:46 +00:00
sun Check whether a console is attached before sending data upstream. 2002-05-13 09:42:12 +00:00
sysmon Move sysmon configuration definitions to dev/sysmon/files.sysmon. 2002-04-16 21:00:27 +00:00
tc Tokens after #else are ignored, which is not the intention here. 2002-05-17 12:44:45 +00:00
usb SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
vme
wscons Remove the cyrillic keysyms. This was not done the right way. 2002-04-23 13:42:46 +00:00
wsfont
xmi
auconv.c
auconv.h
audio_if.h Add an `aux' audio device sub-type, to be used to attach parent 2002-04-25 00:50:39 +00:00
audio.c When audio recording was paused or dropping samples, the "outp" of the 2002-05-27 17:13:14 +00:00
audiovar.h
aurateconv.c
ccd.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
ccdvar.h
clock_subr.c
clock_subr.h
clockctl.c
cninit.c
cons.c
cons.h
DEVNAMES Add some pmppc stuff. 2002-05-31 00:27:00 +00:00
ld.c Since the minor numbers belonging to the partitions of a disk are not 2002-05-08 15:49:07 +00:00
ldvar.h
Makefile
md_root.c
md.c
md.h
midi_if.h
midi.c spl botch in midipoll() when sc->dying 2002-06-01 17:54:21 +00:00
midisyn.c
midisynvar.h
midivar.h
mm.c
mulaw.c
mulaw.h
radio_if.h
radio.c
radiovar.h
rnd.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
rndpool.c
sequencer.c
sequencervar.h
vnd.c Ensure that b_bufsize is set to a range covering the buffer in vndstrategy(). 2002-05-02 16:25:23 +00:00
vndvar.h