Go to file
fvdl a6f7895b92 Only use int13 extensions if the sectors can not be read through the
older CHS interface. This works around stupid BIOSs who report that
int13 extensions are present and functional, but fail when you actually
use them. Like Adaptec SCSI BIOSs.

For the bootselector, there was no space to get the CHS info from
the BIOS. Instead, use a flag that can be set by fdisk. fdisk will
set it if one of the partitions on the disk is out of CHS reach
for this disk/BIOS, so that the bootselector will use int13 extensions.
This isn't so bad, because it needs to be configured via fdisk anyway.

Change the mbr manualpage to reflect some shorter error messages.
1999-04-28 23:27:01 +00:00
bin Fix buffer allocation in function `raw_cat'. It was possible to get a 1999-04-26 09:15:59 +00:00
distrib Atari X11 related updates 1999-04-28 19:33:41 +00:00
etc Greatly simplify by doing the moral equivalent of 1999-04-27 12:32:08 +00:00
games Fix Y2K buffer overflow (from OpenBSD). 1999-04-25 19:08:34 +00:00
gnu Fix ASM_OUTPUT_IDENT macro to emit a suitable .ident for gas. 1999-04-26 07:04:08 +00:00
include #ifdef __STDC__ -> #if __STDC__ 1999-04-20 20:15:47 +00:00
lib Unconditionalize `rval' declaration referenced in usr.bin/chpass/ via .PATH 1999-04-27 06:08:58 +00:00
libexec Allow rpaths in setuid binaries, noticed by tron. This is already done 1999-04-23 19:29:30 +00:00
regress move __getcwd prototypes to libc-private header file. 1999-03-26 22:23:57 +00:00
sbin Only use int13 extensions if the sectors can not be read through the 1999-04-28 23:27:01 +00:00
share Sync with reality. 1999-04-28 03:08:23 +00:00
sys Only use int13 extensions if the sectors can not be read through the 1999-04-28 23:24:42 +00:00
usr.bin * make parsing of ftp:// urls more RFC 1738 compliant; 1999-04-28 13:35:40 +00:00
usr.sbin Add support for kern.mbuf.* 1999-04-26 22:13:52 +00:00
Makefile Add the FORCE_DOMESTIC flag to force the 'all', 'includes', 1999-04-25 19:13:05 +00:00