freebsd_amp_hwpstate/sys
Poul-Henning Kamp 7cf5744b6b It seems that the only problem with UFS2 booting on i386 is the 64bit
divide/remainder calls.  For reasons not resolved, compiling the
relevant routines from libkern into boot2 results in stack corruption.

Do the simple thing: Don't use 64bit divide/remainder operations.

Sponsored by:	DARPA & NAI Labs
2002-10-08 15:46:45 +00:00
..
alpha Add conditionals to allow va_list to be defined in other headers. 2002-10-06 22:02:06 +00:00
amd64 o go ahead and route the interupt, even if it is supposedly unique. 2002-10-07 05:15:05 +00:00
arm
boot It seems that the only problem with UFS2 booting on i386 is the 64bit 2002-10-08 15:46:45 +00:00
cam Correctly convert to appropriate blocksize. 2002-10-07 07:19:14 +00:00
coda
compat Integrate mac_check_socket_send() and mac_check_socket_receive() 2002-10-06 14:39:15 +00:00
conf Import the libc fnmatch() into the kernel. This will be used by, 2002-10-08 04:15:55 +00:00
contrib Resolve conflicts arising from the ACPI CA 20021002 import. 2002-10-04 20:09:19 +00:00
crypto
ddb Rename the mutex thread and process states to use a more generic 'LOCK' 2002-10-02 20:31:47 +00:00
dev Don't panic for a bad ivar request, just return ENOENT. 2002-10-08 15:44:35 +00:00
fs Treat the pathptrn field as a real pattern with the aid of fnmatch(). 2002-10-08 04:21:54 +00:00
geom For now, don't wait for drives to stop returning EBUSY. There is too 2002-10-08 07:03:58 +00:00
gnu
i4b
i386 o go ahead and route the interupt, even if it is supposedly unique. 2002-10-07 05:15:05 +00:00
ia64 Add conditionals to allow va_list to be defined in other headers. 2002-10-06 22:02:06 +00:00
isa
isofs/cd9660
kern Introducing /dev/devctl. This device reports events in the 2002-10-07 23:17:44 +00:00
libkern Allow for multiple #includes of this file. 2002-10-08 07:24:19 +00:00
modules Disconnect "sem" module from the build. 2002-10-07 04:08:07 +00:00
net When reusing a pointer as a number, at least cast it 2002-10-06 14:02:35 +00:00
netatalk
netatm
netgraph
netinet
netinet6
netipx
netkey
netnatm
netncp
netns
netsmb
nfs
nfsclient
nfsserver Correct a problem wherein NFS servers running NFSv2 would not return 2002-10-03 21:50:37 +00:00
opencrypto o split crypto_proc into two threads: one for processing requests and one 2002-10-07 18:46:38 +00:00
pc98 MFi386: revision 1.67. 2002-10-08 12:54:56 +00:00
pccard MFp4: Comment about not assuming INTA# for 6729 2002-10-07 07:02:48 +00:00
pci Ooops. Need to free dc_srom on detach to not leak memory. 2002-10-07 05:29:13 +00:00
posix4 Remove duplicate uninstalled aio.h header. 2002-10-07 21:18:30 +00:00
powerpc Add conditionals to allow va_list to be defined in other headers. 2002-10-06 22:02:06 +00:00
rpc
security Integrate mac_check_socket_send() and mac_check_socket_receive() 2002-10-06 14:39:15 +00:00
sparc64 Add conditionals to allow va_list to be defined in other headers. 2002-10-06 22:02:06 +00:00
sys Import the libc fnmatch() into the kernel. This will be used by, 2002-10-08 04:15:55 +00:00
tools
ufs
vm Rename the mutex thread and process states to use a more generic 'LOCK' 2002-10-02 20:31:47 +00:00
Makefile