.. |
acpi
|
sprintf -> snprintf
|
2009-04-08 12:39:27 +00:00 |
adb
|
Ansify function definitions w/o arguments. Generated with sed.
|
2009-03-18 10:22:21 +00:00 |
altmem
|
Add 'alternative memory' disk device driver.
|
2009-03-12 00:15:07 +00:00 |
apm
|
buildfix: include <sys/selinfo.h> for struct selinfo.
|
2009-04-05 08:33:04 +00:00 |
arcbios
|
…
|
|
ata
|
Cosmetic: flag a potential problem in ata_channel_attach():
|
2009-04-07 18:01:20 +00:00 |
bi
|
Change about 4500 of the K&R function definitions to ANSI ones.
|
2009-03-14 15:35:58 +00:00 |
bluetooth
|
Authorizing actions from the generic scope using a device scope wrapper
|
2009-04-26 07:53:43 +00:00 |
cardbus
|
device_t/softc split
|
2009-05-05 09:51:23 +00:00 |
dec
|
ANSIfy another 1261 function definitions.
|
2009-03-14 21:04:01 +00:00 |
dkwedge
|
g/c BUFQ_FOO() macros and use bufq_foo() directly.
|
2009-01-13 13:33:58 +00:00 |
dm
|
Destroy locks in dm_dev_free, do not allocate struct disk twice.
|
2009-04-13 18:51:54 +00:00 |
dmover
|
compile again.
|
2009-05-01 00:15:57 +00:00 |
drm
|
you can now easily select trying external drm with "options DRM_EXTERNAL".
|
2009-05-06 01:33:24 +00:00 |
ebus
|
Make it attach on JavaStation KRUPS again
|
2009-01-31 10:35:38 +00:00 |
eisa
|
device_t/softc split
|
2009-05-05 09:51:23 +00:00 |
gpib
|
ANSIfy another 1261 function definitions.
|
2009-03-14 21:04:01 +00:00 |
gpio
|
During shutdown, detach devices in an orderly fashion.
|
2009-04-02 00:09:32 +00:00 |
hpc
|
Register with pmf(9), tell it we don't need anything.
|
2009-04-05 02:17:18 +00:00 |
i2c
|
1. Reorganize code into memory-type-specific routines instead of multiple
|
2009-02-22 17:28:50 +00:00 |
i2o
|
More device_t/softc split fallout, this time in iop(4). Fix from
|
2008-12-15 18:35:48 +00:00 |
ic
|
Use device_private().
|
2009-05-07 13:06:11 +00:00 |
ieee1394
|
Add queue macros SLIST_FOREACH_SAFE, STAILQ_FOREACH_SAFE, STAILQ_LAST,
|
2009-04-20 09:56:07 +00:00 |
if_ndis
|
Remove extra whitespace added by a stupid tool.
|
2009-04-18 14:58:02 +00:00 |
ir
|
Avoid crash under LOCKDEBUG by destroying a mutex correctly.
|
2009-01-11 14:28:13 +00:00 |
isa
|
struct device * -> device_t, use device_private()
|
2009-05-05 12:07:15 +00:00 |
isapnp
|
struct device * -> device_t
|
2009-05-05 12:10:07 +00:00 |
marvell
|
Remove extra whitespace added by a stupid tool.
|
2009-04-18 14:58:02 +00:00 |
mca
|
ANSIfy another 1261 function definitions.
|
2009-03-14 21:04:01 +00:00 |
microcode
|
Ansify function definitions w/o arguments. Generated with sed.
|
2009-03-18 10:22:21 +00:00 |
mii
|
Remove magic reset sequence except wakeup for rev 2 chips which breaks 8111D.
|
2009-04-28 13:25:17 +00:00 |
mscp
|
Remove extra whitespace added by a stupid tool.
|
2009-04-18 14:58:02 +00:00 |
mvme
|
Fix fallout from device_t changes - initialise sc->sc_osiop.sc_dev before
|
2009-03-23 18:59:57 +00:00 |
news
|
…
|
|
ofisa
|
bzero -> memset
|
2009-03-18 16:00:08 +00:00 |
ofw
|
Remove extra whitespace added by a stupid tool.
|
2009-04-18 14:58:02 +00:00 |
onewire
|
bzero -> memset
|
2009-03-18 16:00:08 +00:00 |
pad
|
'boot -z' bogons
|
2009-03-14 11:08:28 +00:00 |
pci
|
struct device * -> device_t, no functional changes intended.
|
2009-05-07 08:03:23 +00:00 |
pckbport
|
Add a Czech (QWERTY) keyboard layout, and teach wscons about latin 2 characters.
|
2009-04-06 17:32:09 +00:00 |
pcmcia
|
Remove a few KAUTH_GENERIC_ISSUSER in favor of more descriptive
|
2009-04-15 20:44:24 +00:00 |
podulebus
|
WD33C93 has only two registers, which often times aren't mapped to adjacent
|
2009-02-12 06:24:45 +00:00 |
ppbus
|
buildfix: include <sys/device.h> for device_t
|
2009-04-05 09:56:16 +00:00 |
pud
|
Ansify function definitions w/o arguments. Generated with sed.
|
2009-03-18 10:22:21 +00:00 |
putter
|
Fix locking as Andy explained. Also fill in uid and gid like sys_pipe did.
|
2009-04-11 23:05:26 +00:00 |
qbus
|
Remove extra whitespace added by a stupid tool.
|
2009-04-18 14:58:02 +00:00 |
raidframe
|
Fix assignment of SUsPerPU and add SUsPerRU assignment. Reported by
|
2009-05-02 21:11:26 +00:00 |
rasops
|
ansify function definitions
|
2009-03-15 21:23:31 +00:00 |
rcons
|
Revert bcopy -> memcpy change inside #ifdef BCOPY_FASTER block.
|
2009-04-18 15:04:26 +00:00 |
sbus
|
clear screen on attach
|
2009-05-05 23:55:04 +00:00 |
scsipi
|
Use a PMF shutdown hook instead of shutdownhook_establish(). This ought
|
2009-04-10 17:36:42 +00:00 |
sdmmc
|
struct cfdata * -> cfdata_t, no functional changes intended.
|
2009-05-06 08:20:49 +00:00 |
smbus
|
…
|
|
spi
|
g/c BUFQ_FOO() macros and use bufq_foo() directly.
|
2009-01-13 13:33:58 +00:00 |
splash
|
…
|
|
std
|
…
|
|
sun
|
Remove extra whitespace added by a stupid tool.
|
2009-04-18 14:58:02 +00:00 |
sysmon
|
Fix spelling: mak -> make.
|
2009-04-07 21:49:36 +00:00 |
tc
|
Remove extra whitespace added by a stupid tool.
|
2009-04-18 14:58:02 +00:00 |
tprof
|
tprof_stop1: add an assertion.
|
2009-03-13 11:06:26 +00:00 |
usb
|
Correct previous: detaching uhubN makes the bus pointer NULL
|
2009-05-02 22:28:41 +00:00 |
videomode
|
add a comment explaining how to regenerate videomode.c
|
2009-01-21 14:40:25 +00:00 |
vme
|
Remove extra whitespace added by a stupid tool.
|
2009-04-18 14:58:02 +00:00 |
wscons
|
Add a Czech (QWERTY) keyboard layout, and teach wscons about latin 2 characters.
|
2009-04-06 17:32:09 +00:00 |
wsfb
|
s/long/intptr_t/
|
2009-02-21 17:24:47 +00:00 |
wsfont
|
…
|
|
xmi
|
…
|
|
DEVNAMES
|
remove vesabios and vesafb
|
2009-02-19 00:55:48 +00:00 |
Makefile
|
wrap lines. no functional change.
|
2008-11-06 17:50:59 +00:00 |
auconv.c
|
remove extra semicolons.
|
2009-01-03 03:43:21 +00:00 |
auconv.h
|
…
|
|
audio.c
|
Detach audio(4) during shutdown.
|
2009-04-17 20:04:35 +00:00 |
audio_if.h
|
…
|
|
audiobell.c
|
struct device * -> device_t
|
2009-05-07 09:23:01 +00:00 |
audiobellvar.h
|
struct device * -> device_t
|
2009-05-07 09:23:01 +00:00 |
audiovar.h
|
…
|
|
aurateconv.c
|
…
|
|
bio.c
|
struct device * -> device_t, no functional changes intended.
|
2009-05-07 12:15:33 +00:00 |
biovar.h
|
struct device * -> device_t, no functional changes intended.
|
2009-05-07 12:15:33 +00:00 |
ccd.c
|
Fix problems with ccd:
|
2009-04-04 08:29:39 +00:00 |
ccdvar.h
|
Fix problems with ccd:
|
2009-04-04 08:29:39 +00:00 |
cgd.c
|
Pass DIOCCACHESYNC ioctl down to the underlying disk.
|
2009-03-14 17:56:47 +00:00 |
cgd_crypto.c
|
…
|
|
cgd_crypto.h
|
…
|
|
cgdvar.h
|
PR/39525: Joachim Schueth, Frederik Sausmikat:
|
2008-09-12 16:51:55 +00:00 |
clock_subr.c
|
convert to ANSI function prototypes
|
2009-02-14 20:32:29 +00:00 |
clock_subr.h
|
…
|
|
clockctl.c
|
- fix copyout size in CLOCKCTL_O?ADJTIME.
|
2009-02-22 13:06:58 +00:00 |
cninit.c
|
…
|
|
cons.c
|
…
|
|
cons.h
|
…
|
|
dksubr.c
|
g/c BUFQ_FOO() macros and use bufq_foo() directly.
|
2009-01-13 13:33:58 +00:00 |
dkvar.h
|
…
|
|
firmload.c
|
…
|
|
firmload.h
|
…
|
|
fss.c
|
g/c BUFQ_FOO() macros and use bufq_foo() directly.
|
2009-01-13 13:33:58 +00:00 |
fssvar.h
|
Replace the fss unmount hook with a vfs_hook.
|
2008-09-17 14:49:25 +00:00 |
kloader.c
|
Ansify function definitions w/o arguments. Generated with sed.
|
2009-03-18 10:22:21 +00:00 |
kloader.h
|
Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h
|
2008-09-08 23:36:53 +00:00 |
kttcp.c
|
…
|
|
kttcpio.h
|
…
|
|
ld.c
|
struct device * -> device_t, no functional changes intended.
|
2009-05-07 09:11:42 +00:00 |
ldvar.h
|
struct device * -> device_t, no functional changes intended.
|
2009-05-07 08:03:23 +00:00 |
lockstat.c
|
…
|
|
lockstat.h
|
bump lockstat interface version for timespec.
|
2009-01-20 14:49:00 +00:00 |
md.c
|
TFTPROOT loads the RAMdisk through TFTP at boot time. It needs the
|
2009-05-04 16:20:41 +00:00 |
md.h
|
…
|
|
md_root.c
|
- remove a redundant decl of boothowto; it's in <sys/systm.h>
|
2009-04-16 14:46:33 +00:00 |
midi.c
|
Cosmetic: in a debug statement, use "%s", __func__ instead of a
|
2009-04-07 17:54:58 +00:00 |
midi_if.h
|
Declare mididetach() for use by midi0 at pcppi0.
|
2009-04-07 17:55:55 +00:00 |
midictl.c
|
…
|
|
midictl.h
|
…
|
|
midisyn.c
|
…
|
|
midisynvar.h
|
…
|
|
midivar.h
|
…
|
|
mm.c
|
Need to include sys/termios.h here too.
|
2008-10-08 16:11:23 +00:00 |
mulaw.c
|
…
|
|
mulaw.h
|
…
|
|
nullcons_subr.c
|
- remove an extra decl of cn_tab, which is in <dev/cons.h>
|
2009-04-16 12:57:22 +00:00 |
radio.c
|
…
|
|
radio_if.h
|
…
|
|
rnd.c
|
Add device scope actions for rnd(4) and use them.
|
2009-05-05 21:03:28 +00:00 |
rndpool.c
|
…
|
|
sequencer.c
|
Ansify function definitions w/o arguments. Generated with sed.
|
2009-03-18 10:22:21 +00:00 |
sequencervar.h
|
…
|
|
verified_exec.c
|
PR/39559: Juan RP: veriexec(4): too easy to cause a NULL dereference
|
2008-12-14 23:20:23 +00:00 |
video.c
|
PR# kern/41008: possible simple mistake of field check in video(9)
|
2009-03-14 00:33:25 +00:00 |
video_if.h
|
Add RGB555, RGB565, UYVY support
|
2008-09-20 18:13:40 +00:00 |
vnd.c
|
struct cfdata * -> cfdata_t, no functional changes intended.
|
2009-05-07 09:13:13 +00:00 |
vndvar.h
|
Straggler from last vnd(4) commit: #define VNF_CLEARING.
|
2009-04-30 22:36:10 +00:00 |