.. |
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
|
%if 0 unused asm functions and fix a stack return problem with fstrcmp.
|
2009-06-10 21:02:52 +00:00 |
blockio.c
|
In case of "not sure" if the removable media has changed, the
|
2009-06-26 20:12:33 +00:00 |
break.c
|
Had to change ctrl-c/ctrl-break handling again...
|
2004-04-14 15:40:51 +00:00 |
chario.c
|
Inline cooked_write_char() into cooked_write().
|
2009-06-01 13:41:03 +00:00 |
config.c
|
Removed unused config variables and don't detect 'y' and 'n' if we're using
|
2009-06-17 14:09:57 +00:00 |
config.h
|
Removed unused config variables and don't detect 'y' and 'n' if we're using
|
2009-06-17 14:09:57 +00:00 |
console.asm
|
Use int29 for kernel console output. Enables ansi escape sequences in config.sys once you load nansi.sys. It also saves a couple of bytes.
|
2004-05-23 22:04:42 +00:00 |
country.asm
|
add source for country.sys from dev branch
|
2009-07-01 00:47:29 +00:00 |
dosfns.c
|
Make findfirst/findnext more MSDOS compatible:
|
2009-06-12 20:38:40 +00:00 |
dosidle.asm
|
New config.sys (config.c, config.txt) options: IDLEHALT=n to activate
|
2007-07-21 03:37:53 +00:00 |
dsk.c
|
from Lucho, there is no any key, don't ask the user to press it
|
2009-05-11 21:45:12 +00:00 |
dyndata.h
|
Ran all .c and .h files through "indent"
|
2001-11-18 14:01:12 +00:00 |
dyninit.c
|
Removed "Dutch plurals" ("Dutch plural's" ;-)) from the source code:
|
2007-07-20 20:52:33 +00:00 |
entry.asm
|
improve comments regarding call PSP:5 patch
|
2009-05-08 00:00:17 +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
|
removed the "protect 386 registers" patch again, a fixed version of free-
|
2006-05-20 20:49:59 +00:00 |
fatdir.c
|
Added a split boolean argument to dir_open so the trick with setting the
|
2009-06-13 04:31:55 +00:00 |
fatfs.c
|
In case of "not sure" if the removable media has changed, the
|
2009-06-26 20:12:33 +00:00 |
fattab.c
|
More secure FAT handling: Avoids risk of cross links for example if
|
2008-03-08 20:31:37 +00:00 |
fcbfns.c
|
Eliminate dos_setfsize, dos_setftime, and dos_lseek, by just using the SFT.
|
2009-05-26 20:44:44 +00:00 |
globals.h
|
simplify how version specified, enable SVN builds with revision#
|
2009-06-23 01:26:30 +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
|
Move the fnode fields f_diroff and f_dirstart into a referenced directory
|
2009-06-10 16:10:54 +00:00 |
initclk.c
|
Workaround for y2k BIOS bugs at the only location where FreeDOS
|
2008-03-09 16:11:10 +00:00 |
initdisk.c
|
Use a better formula for calculating FAT12 clusters, by multiplying nominator
|
2009-06-17 22:04:49 +00:00 |
inithma.c
|
Fix problem with #ifdef DEBUG HMA check. Use more descriptive name
|
2004-05-24 17:07:04 +00:00 |
initoem.c
|
Extra check for EBDA move: ramsize == peek(0, RAMSIZE) by Tom Ehlert
|
2007-05-21 02:16:36 +00:00 |
int2f.asm
|
New config.sys (config.c, config.txt) options: IDLEHALT=n to activate
|
2007-07-21 03:37:53 +00:00 |
inthndlr.c
|
Merged int21/ax=7304, subfunctions 3 and 4, which work very similarly.
|
2009-06-26 20:00:41 +00:00 |
intr.asm
|
Ported COUNTRY.SYS support from the unstable branch.
|
2009-06-09 23:41:50 +00:00 |
io.asm
|
high-part-of register save fixes from Lucho.
|
2004-05-30 19:31:07 +00:00 |
io.inc
|
Changes for kernel 2028 (see history.txt)
|
2002-12-09 00:17:15 +00:00 |
ioctl.c
|
This change was missed, as the changelog mentioned it was in 2035a already:
|
2009-06-09 12:23:14 +00:00 |
iprf.c
|
Added new build system files, sys documentation, "rm" batch file
|
2001-11-13 23:45:25 +00:00 |
irqstack.asm
|
Reinstated _IRQTEXT, now with corrected segment loads in irqstack.asm.
|
2007-07-23 11:23:11 +00:00 |
kernel.asm
|
Move the fnode fields f_diroff and f_dirstart into a referenced directory
|
2009-06-10 16:10:54 +00:00 |
kernel.cfg
|
LBA/FCB/FAT/SYS/Ctrl-C/ioctl fixes + memory savings
|
2001-07-09 22:19:33 +00:00 |
lfnapi.c
|
Force near fnode use to use either fnode[0] or fnode[1] instead of the
|
2009-05-20 18:13:37 +00:00 |
ludivmul.inc
|
Preserving di in ludivmul.inc: fixes problem with the modulo when
|
2004-07-24 23:56:32 +00:00 |
main.c
|
Init HaltCpuWhileIdle to 0 before installing int handlers.
|
2007-08-17 19:33:24 +00:00 |
makefile
|
Remove dosnames.c and inline ParseDosName, because there is only one user left
|
2009-06-13 04:01:01 +00:00 |
memmgr.c
|
Removed "Dutch plurals" ("Dutch plural's" ;-)) from the source code:
|
2007-07-20 20:52:33 +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
|
The invalid pathname character detection is moved from ParseDosName (dosnames.c)
|
2009-06-12 22:58:24 +00:00 |
nls_hc.asm
|
Ported COUNTRY.SYS support from the unstable branch.
|
2009-06-09 23:41:50 +00:00 |
nls_load.c
|
NLS changes from Steffen
|
2003-06-27 22:02:57 +00:00 |
nls.c
|
Ported COUNTRY.SYS support from the unstable branch.
|
2009-06-09 23:41:50 +00:00 |
nlssupt.asm
|
high-part-of register save fixes from Lucho.
|
2004-05-30 19:31:07 +00:00 |
prf.c
|
Fix compilation with -DDOSEMU set.
|
2009-05-25 00:04:03 +00:00 |
printer.asm
|
Removed "Dutch plurals" ("Dutch plural's" ;-)) from the source code:
|
2007-07-20 20:52:33 +00:00 |
procsupt.asm
|
From Lucho: enable interactive re-execution of the SHELL.
|
2004-03-07 12:19:43 +00:00 |
proto.h
|
In case of "not sure" if the removable media has changed, the
|
2009-06-26 20:12:33 +00:00 |
segs.inc
|
Add Linux cross-compile capability, using Open Watcom:
|
2009-05-19 21:39:29 +00:00 |
serial.asm
|
Serial code fixes from the FD1.0 kernel.
|
2006-10-31 21:01:38 +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
|
Introduce get_cds1 to merge common code that checks for 0=default_drive,1=A,etc.
|
2009-06-01 14:55:11 +00:00 |
turboc.cfg
|
Use PASCAL calling convention by default for turbo C
|
2003-06-30 18:36:30 +00:00 |