FreeDOS/kernel
Bart Oldeman ecfcb9be29 dir_read() no longer updates the diroff counter. This eliminates the NEW
field, simplifies remove_lfn_entries(), and avoids a bug if you delete
the first entry in the root directory on FAT32.


git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@911 6ac86273-5f31-0410-b378-82cca8765d1b
2004-04-30 17:14:33 +00:00
..
nls Marked these files as binary, as they are exactly that. 2001-04-25 00:56:03 +00:00
apisupt.asm Use HMA_TEXT instead of _TEXT again. 2003-03-12 22:43:53 +00:00
asmsupt.asm No longer include duplicate execrh, asmsupt, and u8m/d functions for the 2004-04-10 15:11:16 +00:00
blockio.c Start reducing the number of network redirector functions in int2f.asm. 2004-04-20 18:43:03 +00:00
break.c Had to change ctrl-c/ctrl-break handling again... 2004-04-14 15:40:51 +00:00
chario.c Fix Borland prototype warnings. Use kernel 2034 rc version tag for 2004-04-14 15:53:16 +00:00
config.c Two more dangerous INIT BSS variables... 2004-04-14 14:04:04 +00:00
config.h Document the fact the MSCL8 compiled kernels don't work. 2004-04-13 11:54:09 +00:00
console.asm Correct comment. 2003-06-30 18:45:37 +00:00
dosfns.c Reduced number of global int2f/11 entries into int2f.asm to one. 2004-04-21 17:40:12 +00:00
dosidle.asm Avoid relocations in the .asm files. 2003-06-15 16:21:26 +00:00
dosnames.c Remove wrong automatic "*.*" code from Lixing Yuan -- return DE_PATHNOTFND 2004-03-17 22:04:40 +00:00
dsk.c Finally do the floppy determination type optimization for format -- 2004-04-20 17:59:35 +00:00
dyndata.h Ran all .c and .h files through "indent" 2001-11-18 14:01:12 +00:00
dyninit.c Move externs to header files; sft init cleanup (+3 files need to be low) 2003-06-20 19:54:18 +00:00
entry.asm As per a suggestion from Arkady: use CPU to enforce 8086 etc instructions. 2004-04-13 20:41:15 +00:00
error.c Set the Critical Error number immediately after calling a device driver. 2003-09-24 19:34:11 +00:00
execrh.asm No longer include duplicate execrh, asmsupt, and u8m/d functions for the 2004-04-10 15:11:16 +00:00
fatdir.c dir_read() no longer updates the diroff counter. This eliminates the NEW 2004-04-30 17:14:33 +00:00
fatfs.c dir_read() no longer updates the diroff counter. This eliminates the NEW 2004-04-30 17:14:33 +00:00
fattab.c Stop abusing "idx". The OW optimizer likes this better, too. 2004-04-30 16:49:34 +00:00
fcbfns.c Get rid of SFT_M* mode values. O_* values are sufficient. 2004-03-27 00:23:06 +00:00
globals.h Use pascal calling conventions for all clock related asm functions. 2004-04-09 13:47:20 +00:00
init-dat.h introduce lol structure for list of lists; avoid lots of relocations 2003-06-15 15:53:58 +00:00
init-mod.h DATASTART should be FAR and not DOSFAR for MSC 2004-04-14 08:51:46 +00:00
initclk.c Initclk changes (mainly by Lucho) 2003-09-09 17:33:23 +00:00
initdisk.c Lucho reported that MSC compiled kernels now work after all. Let's mark 2004-04-13 23:46:25 +00:00
inithma.c From Lucho: HMAFree == 0xfff0 - bytesToAllocate is valid and may happen 2004-04-27 00:40:43 +00:00
initoem.c Support for switches=/e[[:]nnnn] and for moving the EBDA (with Lucho) 2003-09-04 19:14:16 +00:00
int2f.asm Reduced number of global int2f/11 entries into int2f.asm to one. 2004-04-21 17:40:12 +00:00
inthndlr.c Reduced number of global int2f/11 entries into int2f.asm to one. 2004-04-21 17:40:12 +00:00
intr.asm Use pascal calling conventions for the remaining intr() functions (XMS 2004-04-09 13:13:06 +00:00
io.asm Avoid relocations in the .asm files. 2003-06-15 16:21:26 +00:00
io.inc Changes for kernel 2028 (see history.txt) 2002-12-09 00:17:15 +00:00
ioctl.c Correct int21/ax=4401: returned AL = old value, should set CY and DE_INVLDDATA 2004-04-13 20:37:30 +00:00
iprf.c Added new build system files, sys documentation, "rm" batch file 2001-11-13 23:45:25 +00:00
irqstack.asm * combine the INIT class with the CODE class (classes can span 2003-06-15 12:56:57 +00:00
kernel.asm kernel.asm optimizations from Arkady 2004-04-24 15:09:34 +00:00
kernel.cfg LBA/FCB/FAT/SYS/Ctrl-C/ioctl fixes + memory savings 2001-07-09 22:19:33 +00:00
lfnapi.c Make f_diroff an entry offset so it can be 16bits. Enforce the 65536 2004-03-22 10:29:26 +00:00
ludivmul.inc Small clean-ups for ke2026-test. 2002-01-27 01:13:07 +00:00
main.c Config.cfgInitTail is a pointer now so sizeof isn't good. Just using 2004-04-26 09:46:44 +00:00
makefile Fixed some missing dots 2004-04-12 09:36:07 +00:00
memmgr.c Converted nxtMCBsize back to a macro. There is no need to use far2para; 2004-04-13 12:13:03 +00:00
misc.c Remove (unused) strncpy. 2003-08-09 09:35:18 +00:00
network.c Reduced number of global int2f/11 entries into int2f.asm to one. 2004-04-21 17:40:12 +00:00
newstuff.c Define I386 and I186 more cleanly. 2004-02-07 18:16:27 +00:00
nls_hc.asm Changes for kernel 2028 (see history.txt) 2002-12-09 00:17:15 +00:00
nls_load.c NLS changes from Steffen 2003-06-27 22:02:57 +00:00
nls.c Eliminate intr() from resident code. Saves ~200 bytes of HMA resident code. 2004-03-19 22:33:48 +00:00
nlssupt.asm Avoid relocations in the .asm files. 2003-06-15 16:21:26 +00:00
prf.c Introduce VA_CDECL: only Turbo C 2.01 needs an explicit cdecl for printf, 2004-04-07 16:13:23 +00:00
printer.asm Changes for kernel 2028 (see history.txt) 2002-12-09 00:17:15 +00:00
procsupt.asm From Lucho: enable interactive re-execution of the SHELL. 2004-03-07 12:19:43 +00:00
proto.h Need to commit proto.h or things won't compile... 2004-04-30 17:06:45 +00:00
segs.inc As per a suggestion from Arkady: use CPU to enforce 8086 etc instructions. 2004-04-13 20:41:15 +00:00
serial.asm From Lucho with some help from Tom: initialize serial ports and retry 2003-11-14 21:55:25 +00:00
strings.c Remove (unused) strncpy. 2003-08-09 09:35:18 +00:00
sysclk.c (suggestion from Arkady) 2003-09-09 17:32:20 +00:00
syspack.c Changes for kernel 2028 (see history.txt) 2002-12-09 00:17:15 +00:00
systime.c (with a little help from Arkady) 2003-09-09 17:43:43 +00:00
task.c Start reducing the number of network redirector functions in int2f.asm. 2004-04-20 18:43:03 +00:00
turboc.cfg Use PASCAL calling convention by default for turbo C 2003-06-30 18:36:30 +00:00