Go to file
gdt 7db024f8e7 When mounting an MSDOS fileysystem, do not require that bytes 252 and
253 of the superblock be zero.  Searching the net failed to find any
justification for checking these bytes; all available references say
that they are part of the boot code and not BOOTSIG2 and BOOTSIG3.

Modify the MSDOS 7.1 bootsector definition to have 420 bytes of boot
code and no BOOTSIG[23], rather than 418 bytes of boot code, to follow
available references and apparent Windows practice.  A test build
showed that these defines are not used other than in the check removed
by this commit.

Patch tested on netbsd-3, and enabled mounting of a 4 GB CF formatted
under Windows XP and then in a digital camera.  The CF was previously
unmountable.

Concept approved on tech-kern by christos@ and martin@.
2006-08-14 14:06:26 +00:00
bin don't call get/set progname when we are a shell built-in. 2006-08-04 19:07:55 +00:00
common don't include stdint.h for _STANDALONE. 2006-07-12 13:54:55 +00:00
crypto Pull over OpenBSD v1.97, forwarded by jmc@openbsd: 2006-08-10 00:34:32 +00:00
dist Print rejected rpc packet reason. 2006-08-11 19:01:18 +00:00
distrib Add dk(4) manpage written by Jonathan A. Kollasch, provided in PR 34193. 2006-08-13 09:28:23 +00:00
doc update yamt-pdpolicy. 2006-08-13 22:48:55 +00:00
etc Typo 2006-08-13 18:53:31 +00:00
games PR/34175: Zafer Aydogan: touch the window to cause a refresh after help 2006-08-09 14:29:40 +00:00
gnu default to ssh. 2006-08-11 19:02:37 +00:00
include Add stresep and strndup. 2006-08-12 23:50:13 +00:00
lib stresep, not strnsep. Remove duplicate "the". Bump date for previous. 2006-08-13 23:20:52 +00:00
libexec Make filehandles opaque to userland 2006-07-31 16:34:42 +00:00
regress add regression test for stresep. 2006-08-12 23:51:12 +00:00
rescue lmcctl has been replaced by lmcconfig. 2005-12-06 14:02:58 +00:00
sbin Mark splash.enable and splash.progress write-only, there are no ioctls 2006-08-13 23:52:11 +00:00
share Minor update for per-LWP creds. 2006-08-14 13:59:30 +00:00
sys When mounting an MSDOS fileysystem, do not require that bytes 252 and 2006-08-14 14:06:26 +00:00
tools * Fix parallel build race condition between real{all,depend} and 2006-08-03 17:11:05 +00:00
usr.bin PR/34182 from der Mouse -- clarify -0 option 2006-08-11 23:01:46 +00:00
usr.sbin rename btcontrol(8) as btdevctl(8) to make it fit with the NetBSD naming 2006-08-13 09:03:21 +00:00
x11 Remove Xpmax stuff. 2006-07-30 03:25:43 +00:00
build.sh PR/30842 -- compatibility issue with mksh from Thorsten Glaser 2006-08-09 22:13:12 +00:00
BUILDING mkisofs is in pkgsrc/sysutils/cdrtools now, not pkgsrc/sysutils/cdrecord. 2006-01-29 14:03:59 +00:00
Makefile remove support for building (with) GCC 2.95. also: 2006-06-02 22:16:18 +00:00
Makefile.inc don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you need it 2002-04-10 14:53:43 +00:00
UPDATING Mention ACPI PCI interrupt changes (original code from FreeBSD) 2006-07-04 00:40:43 +00:00