.. |
acpi
|
Fix battery support (Masanori Kanaoka).
|
2002-08-20 14:07:51 +00:00 |
arcbios
|
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
|
2002-03-17 19:40:26 +00:00 |
ata
|
Add ATA SMART reporting support from Ben Collver in kern/12787.
|
2002-08-05 23:29:27 +00:00 |
bi
|
bcmp -> memcmp.
|
2002-05-22 16:03:14 +00:00 |
bluetooth
|
Add some placeholders for Bluetooth code.
|
2002-08-24 17:30:13 +00:00 |
cardbus
|
make this compile again
|
2002-06-02 23:24:40 +00:00 |
dec
|
Migrate alpha/pmax/vax bootblock stuff from <dev/dec/dec_boot.h> to
|
2002-05-14 06:34:20 +00:00 |
dmover
|
Add standard names for 5-, 6-, 7-, and 8-way XOR.
|
2002-08-04 02:17:06 +00:00 |
ebus
|
Prettify error message.
|
2002-04-04 17:41:09 +00:00 |
eisa
|
Implement mstohz() as discussed on tech-kern, and use it in SCSI drivers
|
2002-04-05 18:27:45 +00:00 |
hpc
|
alloc_attr -> allocattr
|
2002-07-04 14:37:10 +00:00 |
i2c
|
…
|
|
i2o
|
Use __mips__ instead of mips.
|
2002-05-31 21:43:49 +00:00 |
ic
|
Start SYNC/WIDE renegotiating in controller reset, rearrange debug output.
|
2002-08-26 05:17:48 +00:00 |
ieee1394
|
remove obsolete use of M_LINK0. it was planned to be used to identify
|
2002-06-24 00:42:27 +00:00 |
ir
|
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
|
2002-03-17 19:40:26 +00:00 |
isa
|
Add driver for ScanLogic SL811HS/T USB Host Controller.
|
2002-08-11 13:17:52 +00:00 |
isapnp
|
put back RCS Id
|
2002-06-22 22:14:09 +00:00 |
mca
|
Rename bufq_init() to bufq_alloc().
|
2002-07-21 15:32:17 +00:00 |
microcode
|
Spell '[Rr]ight' correctly. From Jim Bernard.
|
2002-07-26 14:11:34 +00:00 |
mii
|
Match 881011 PHY.
|
2002-08-08 00:04:57 +00:00 |
mscp
|
Correct ra disk instrumentation. From Johnny Billquist.
|
2002-07-25 12:13:03 +00:00 |
mvme
|
Fix a botch from the dev/mvme split for kernels with no vmetwo in
|
2002-03-24 17:22:32 +00:00 |
news
|
…
|
|
ofisa
|
constify and make auto const variables static.
|
2002-06-08 17:07:53 +00:00 |
ofw
|
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
|
2002-03-17 19:40:26 +00:00 |
pci
|
Support Ultra/133 on promise controllers that can do it.
|
2002-08-25 17:26:58 +00:00 |
pckbc
|
only power down on suspend, not standby (sugested by thorpej).
|
2002-07-10 02:05:25 +00:00 |
pcmcia
|
Fix multi-function card memory problems:
|
2002-08-15 10:37:02 +00:00 |
podulebus
|
Regen (many new podules).
|
2002-05-23 22:01:14 +00:00 |
qbus
|
Convert to new device buffer queue interface.
|
2002-07-22 21:48:36 +00:00 |
raidframe
|
make 'configureMutex' be a lockmgr lock instead of a simple lock.
|
2002-08-08 02:55:36 +00:00 |
rasops
|
Rename rasops_alloc_cattr and rasops_alloc_mattr to
|
2002-07-04 17:15:28 +00:00 |
rcons
|
alloc_attr -> allocattr
|
2002-07-04 14:37:10 +00:00 |
sbus
|
Use the structures defined in bsd_openprom.h for "reg", "range",
|
2002-08-23 02:53:10 +00:00 |
scsipi
|
Add yet another broken sony cdrom. This one, in addition to broken LUN
|
2002-08-02 08:00:36 +00:00 |
std
|
tabify
|
2002-06-25 16:31:43 +00:00 |
sun
|
integer overflow. from silvio@qualys.com
|
2002-08-06 22:51:45 +00:00 |
sysmon
|
Fix WDOGIOC_GTICKLER for userland ticklers.
|
2002-07-31 06:48:58 +00:00 |
tc
|
Leaving overflow-sensitive code, very similar to what was fixed
|
2002-08-19 13:05:42 +00:00 |
usb
|
Fix a name I forgot.
|
2002-08-24 17:58:15 +00:00 |
vme
|
Convert to new device buffer queue interface.
|
2002-07-23 20:49:54 +00:00 |
wscons
|
switch/case KNF.
|
2002-07-09 07:15:21 +00:00 |
wsfont
|
- Allocate enough space to hold an object.
|
2002-03-21 03:26:55 +00:00 |
xmi
|
…
|
|
DEVNAMES
|
Add driver for ScanLogic SL811HS/T USB Host Controller.
|
2002-08-11 13:17:52 +00:00 |
Makefile
|
This is the "kttcp" network throughput testing pseudo-device. From
|
2002-06-28 23:27:13 +00:00 |
auconv.c
|
audio.c: revert a part of previous change.
|
2002-03-15 14:55:03 +00:00 |
auconv.h
|
…
|
|
audio.c
|
When a recording interrupt happened in the middle of audio_read(),
|
2002-07-10 02:25:49 +00:00 |
audio_if.h
|
Correct indent...
|
2002-06-04 14:02:32 +00:00 |
audiovar.h
|
Make this file compiles again when AURATECONV > 0.
|
2002-03-18 00:42:36 +00:00 |
aurateconv.c
|
Make this file compiles again when AURATECONV > 0.
|
2002-03-18 00:42:36 +00:00 |
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
|
As in PR kern/10999 from Matthew Orgass, make the panic message more
|
2002-08-02 19:55:32 +00:00 |
cons.h
|
…
|
|
kttcp.c
|
Rename SB_UPDATE_TAIL() to SB_EMPTY_FIXUP(), per suggestion from
|
2002-07-03 21:39:40 +00:00 |
kttcpio.h
|
This is the "kttcp" network throughput testing pseudo-device. From
|
2002-06-28 23:27:13 +00:00 |
ld.c
|
Rename bufq_init() to bufq_alloc().
|
2002-07-21 15:32:17 +00:00 |
ldvar.h
|
Convert to new device buffer queue interface.
|
2002-07-20 11:28:07 +00:00 |
md.c
|
Rename bufq_init() to bufq_alloc().
|
2002-07-21 15:32:17 +00:00 |
md.h
|
…
|
|
md_root.c
|
Rename MEMORY_DISK_SIZE (formerly MINIROOTSIZE) to MEMORY_DISK_ROOT_SIZE,
|
2002-04-02 05:30:34 +00:00 |
midi.c
|
spl botch in midipoll() when sc->dying
|
2002-06-01 17:54:21 +00:00 |
midi_if.h
|
…
|
|
midisyn.c
|
…
|
|
midisynvar.h
|
…
|
|
midivar.h
|
…
|
|
mm.c
|
…
|
|
mulaw.c
|
…
|
|
mulaw.h
|
…
|
|
radio.c
|
…
|
|
radio_if.h
|
…
|
|
radiovar.h
|
…
|
|
rnd.c
|
SIMPLEQ rototill:
|
2002-06-01 23:50:52 +00:00 |
rndpool.c
|
…
|
|
sequencer.c
|
…
|
|
sequencervar.h
|
…
|
|
vnd.c
|
No longer need to calculate geomsize if we use fictitious geometry.
|
2002-08-12 02:34:12 +00:00 |
vndvar.h
|
Convert to new device buffer queue interface.
|
2002-07-20 11:28:07 +00:00 |