freebsd-src/sys
Archie Cobbs ad4f8dbd23 The function ksprintn(), which is used to convert numbers to ASCII, is not
reentrant because it returns a static buffer. This results in a race condition
when/if an interrupt handler calls log(), printf() etc. Fix this.
1999-06-06 02:41:55 +00:00
..
alpha * Implement ISA dma (only for CIA now but more chipsets to follow). 1999-06-05 13:30:13 +00:00
amd64 Fix an accounting problem when prefaulting 4M pages. 1999-06-05 16:16:37 +00:00
boot Modify the boot loader to recognize the -C flag and pass the RB_CDROM 1999-06-04 03:18:28 +00:00
cam
coda
compat
compile
conf Floppy driver options moved to conf/options. 1999-06-05 13:57:10 +00:00
contrib
ddb
dev Fixed null setting of `rc_started'. This was fixed for the 1999-06-04 18:53:47 +00:00
fs Remove an unused variable. 1999-06-01 20:29:58 +00:00
geom
gnu
i4b devsw and cdevsw_add() changes for i4b. 1999-06-01 08:46:56 +00:00
i386 Fix an accounting problem when prefaulting 4M pages. 1999-06-05 16:16:37 +00:00
isa Quieten the bt_isa_probe() messages since they get a bit much when 1999-06-03 20:56:09 +00:00
isofs/cd9660
kern The function ksprintn(), which is used to convert numbers to ASCII, is not 1999-06-06 02:41:55 +00:00
libkern Backed out the previous backout. We may as well have a version of ucmpdi2.c 1999-06-02 16:39:14 +00:00
miscfs Remove an unused variable. 1999-06-01 20:29:58 +00:00
modules Remove vinum from the build until Greg reviews phk's cdevsw changes. 1999-06-02 07:15:17 +00:00
msdosfs
net
netatalk
netatm
netinet Plug a mbuf leak in tcp_usr_send(). pru_send() routines are expected 1999-06-04 02:27:06 +00:00
netipx
netkey
netnatm
netns
nfs Various changes lifted from the OpenBSD cvs tree: 1999-06-05 05:35:03 +00:00
nfsclient Various changes lifted from the OpenBSD cvs tree: 1999-06-05 05:35:03 +00:00
nfsserver Various changes lifted from the OpenBSD cvs tree: 1999-06-05 05:35:03 +00:00
ntfs
pc98 Floppy driver options moved to conf/options. 1999-06-05 13:57:10 +00:00
pccard
pci Fix the cdevsw_add change made by PHK. 1999-06-04 13:24:54 +00:00
posix4
powerpc
rpc
svr4
sys Introduce the makebdev() function, it does the same as the makedev() 1999-06-01 18:56:26 +00:00
tools
ufs
vm vm_mmap: 1999-06-05 18:21:53 +00:00
Makefile Use MACHINE_ARCH instead of MACHINE to check x86 architecture. 1999-06-03 10:38:07 +00:00