freebsd-dev/sys
Peter Wemm ce4c60d38d Fix the ILLEGAL fdisk table that is there for supporting "dangerously
dedicated" mode.  This was specifying that there are 256 (illegal!)
heads on the disk.  If bioses store that in a byte, and it gets truncated
to 0, then that almost certainly causes the infamous divide-by-zero
nightmare.

This is also most likely the reason why the Thinkpad T20/A20 series
were locking up when FreeBSD was installed.  This is also the most likely
reason why a boot1 being present causes an IA64 box to lock up at boot.
(removing the "part4" stuff from boot1.s fixes the IA64 boxes and would
most likely have fixed the T20/A20 and some TP600E series thinkpads)
2001-11-01 06:19:32 +00:00
..
alpha Fix misspelling in comment. 2001-10-31 18:07:38 +00:00
amd64 Remove previous revision. smp_started back in subr_smp where it belongs. 2001-10-31 23:54:27 +00:00
arm Remove funky right justification. 2001-10-23 00:42:15 +00:00
boot Fix the ILLEGAL fdisk table that is there for supporting "dangerously 2001-11-01 06:19:32 +00:00
cam
coda Change the vnode list under the mount point from a LIST to a TAILQ 2001-10-23 01:21:29 +00:00
compat promote tv_sec in printf to make it type agnostic 2001-10-29 02:17:41 +00:00
conf Only overwrite ${DESTDIR}${KODIR}.old/${KERNEL_KO} if we haven't 2001-11-01 02:17:49 +00:00
contrib Merge local changes, add new files and remove obsoleted ones. 2001-10-31 02:34:45 +00:00
crypto
ddb Make the flag field in the ps output one char wider to account for recent 2001-10-20 03:22:23 +00:00
dev Use devclass_find_free_unit() in ata_pci_add_child() because no more 2001-11-01 05:21:49 +00:00
fs Adjust printfs to be time_t agnostic. 2001-10-28 22:53:45 +00:00
geom
gnu Change the vnode list under the mount point from a LIST to a TAILQ 2001-10-23 01:21:29 +00:00
i4b fix kvprintf panic in attach routine 2001-10-24 14:12:47 +00:00
i386 Remove previous revision. smp_started back in subr_smp where it belongs. 2001-10-31 23:54:27 +00:00
ia64 Experiment with rewriting the syscall() wrapper using explicit bundling 2001-10-31 20:02:28 +00:00
isa Break out the bus front ends into their own files. Rewrite 2001-10-23 15:17:33 +00:00
isofs/cd9660
kern Add new interface function 2001-11-01 05:07:28 +00:00
libkern
modules Update to reflect files added/removed with the 20011018 ACPI CA update. 2001-10-31 02:35:43 +00:00
net sc_lasttime and sc_starttime are time_t's, not long's. 2001-10-27 20:31:24 +00:00
netatalk
netatm
netgraph A node that allows ethernet type packets to be filtered to different 2001-10-30 07:28:17 +00:00
netinet Fix a (long standing?) bug in ip_output(): if ip_insertoptions() is 2001-10-30 18:15:48 +00:00
netinet6 Fix fragmented packet handling. 2001-10-29 07:55:57 +00:00
netipx
netkey System wide policy should be returned when no policy found in the SPD. 2001-10-29 16:29:41 +00:00
netnatm
netncp
netns
netsmb
nfs
nfsclient o Note an additional potential problem here: LOCKD_MSG directly exports 2001-10-24 02:48:38 +00:00
nfsserver Now that nfsm_reply() does not usually set 'error' to 0, we need 2001-10-25 19:07:56 +00:00
pc98 MFi386: sys/i386/i386/machdep.c revisions 1.481 and 1.482 2001-10-30 00:53:19 +00:00
pccard Restore the main BAR for the bridge on resume. Some machines don't save 2001-10-30 15:31:49 +00:00
pci Enable round-robin arbitration between transmit and receive unit 2001-10-27 00:59:17 +00:00
posix4
powerpc Remove funky right justification. 2001-10-23 00:42:15 +00:00
rpc
sparc64 Implement elf_reloc. This makes klds work. 2001-10-27 07:09:40 +00:00
svr4
sys Add devclass_find_free_unit() prototype 2001-11-01 05:08:17 +00:00
tools
ufs o Althought this is not specified in POSIX.1e, the UFS ACL implementation 2001-10-27 05:39:17 +00:00
vm Don't let pmap_object_init_pt() exhaust all available free pages 2001-10-31 03:06:33 +00:00
Makefile