0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 19 hours ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
str[n]casecmp functions by Luca added to the kernel More... about 19 years ago
FAT and DPMI drivers changed to use the new Unicode Support Library. New NLS manager not yet in use. Still several things to clean up... More... about 19 years ago
Import of the new Unicode Support Library. Everything needing Unicode support should be modified to use this library. Next, the old one (in the "fd32" CVS module) will be deleted. More... about 19 years ago
Quick hack to dr-env to make the new Unicode Support Library compile: add some standard names there for now. More... about 19 years ago
Changing errno in link More... about 19 years ago
First config info added. More... about 19 years ago
New mouse function, get button release/press More... about 19 years ago
Adding leading underscores for namespace reasons. More... about 19 years ago
Copying syscall header from drivers/include. For filesys header se dev list. More... about 19 years ago
Use files from libfd32 as a starting point More... about 19 years ago
winb updated, to support a small line editor -- edlin (http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/edlin), which can be compiled by MingW (maybe also DJGPP) and then be used by FD32 More... about 19 years ago
Using variable arguments, comply with the open() declaration in newlib More... about 19 years ago
1. include the "handler.h", to avoid compilation error with GCC 4.0 2. fix the clean problem in wrapper's Makefile More... about 19 years ago
A modify of nls Makefile More... about 19 years ago
Fixed wronly reported date in DOS find services (reported by Hanzac) More... about 19 years ago
After removing the Unicode library from the kernel, devices.c currently using case sensitive strcmp for device name match. This will have to be replaced with strcasecmp. More... about 19 years ago
Unicode and NLS support removed from "fd32.bin". "nls/cp437.o" and "unicode/unicode.o" are now modules to be loaded before the FAT driver. Such stuff will be moved away from the "fd32" CVS module as soon as everything is checked OK. More... about 19 years ago
It could now run the PB test program correctly ... 1. Make a appropriate implementation of sbrk for the mallocr in newlib 2. Some fixes and updates More... about 19 years ago
Hope this will solve problems reported by Hanzac More... about 19 years ago
Test program for the CD-ROM driver More... about 19 years ago
Support for 48-bit LBA (drives over 128GiB) More... about 19 years ago
Support PE relocatable executables (these ones have basereloc table) BTW: found that the PowerBASIC's outputs are PE relocatable, seems like a good news :-) More... about 19 years ago
Add macro _OFF_T_ to prevent the conflict More... about 19 years ago
1. Modified the execve.c and io.c to be compilable again because of the changes in FS layer 2. Append diffs about the newlib's include/sys/types.h and include/sys/fcntl.h 3. Add clock_t times(struct tms *buf) in time.c, but not implemented ... More... about 19 years ago
Implementing "device reset" and using it instead of "software reset" if possible. More... about 19 years ago
File system layer rearranged to remove dependencies from Unicode and NLS support. FAT and DPMI drivers changed accordingly. Fixed bug 1188872 (FAT driver). More... about 19 years ago
Temporary fix (clamp) to prevent data corruption on big disks (over 128GiB). TODO: 48-bit LBA More... about 19 years ago
Implement some of the APIs in kernel32, the console functions still need to be taken care of ... More... about 19 years ago
sbrk bug, if incr is negative, should be absolute when calling mem_free More... about 19 years ago
1. Prepare to support PowerBASIC, seems it will consume time 'cause a lot of kernel32 APIs should be implemented ... 2. Update logger.c to avoid possible trouble 3. Comment on add_dll_table, syscalls.c More... about 19 years ago