From de171a27886accba97efe3d9748e00bb0d13fe53 Mon Sep 17 00:00:00 2001 From: Bart Oldeman Date: Sat, 9 Nov 2002 19:38:25 +0000 Subject: [PATCH] Updates for kernel 2027 git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@464 6ac86273-5f31-0410-b378-82cca8765d1b --- docs/history.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/history.txt b/docs/history.txt index 4fbeb30..0c61cf2 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -1,3 +1,18 @@ +2002 Nov 9 - Build 2027 +-------- Bart Oldeman (bart@dosemu.org) ++ Changes Tom + * memset ErrorAlreadyPrinted to 0 in config.c ++ Changes Bart + * reset drive before and after int26 in SYS for winnt compatibility + * propagate sharing bits correctly in DosOpen + * return DE_NFILES if a volume label is not found; search for volume + label if attr & 8 not just if attr==8 + * initialize the critical error code to 0 in inthndlr.c + * ignore value of DH for extended open int21/ah=6c + * fix problem with NULL device code being in the wrong segment + * Hopefully innocent hack to deal with NDN in ioctl.c (ignore upper bits + of the drive number) + * use subst bit 15 for int21/ax=4409(IOCTL-CHECK IF BLOCK DEVICE REMOTE). 2002 Oct 27 - Build 2027rc -------- Bart Oldeman (bart@dosemu.org) + Changes Bart