5
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 03, 2024 — Dec 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Unified version message strings. More... over 25 years ago
Corrected typo. More... over 25 years ago
Cleanup, more precise debug messages of sanity_check. More... over 25 years ago
Better initialization for update daemon. More... over 25 years ago
Removed invalid 'extern MMAP ker' declaration. More... over 25 years ago
Clenaup and some changes for kernel modules and exported definitions. More... over 25 years ago
New: xfs_locking code for device driver access. Only the storage I/O functions! More... over 25 years ago
Changed debug behaviour to standard behaviour. More... over 25 years ago
Pseudo file /kern/hz use new <arch/timer.h>. More... over 25 years ago
HZ definition is now as long constant declared More... over 25 years ago
Changes for new <arch/timer.h>. Removed double hz_200 definitions and so on. More... over 25 years ago
Small updates for various enhancements. More... over 25 years ago
Added new target my3 for 030 kernel with profiling support. More... over 25 years ago
Small update for libkern handling. More... over 25 years ago
New functionality, mikrodelay for very small delays. Useful for hardware drivers. Enhanced kerinfo structure for that. More... over 25 years ago
New system calls Fseek64() and Fpoll() that just wrap around the 32bit versions at the moment. At the moment it help the MiNTLib development. More... over 25 years ago
New xif driver for the ROM-port ethernet pocket adapter rtl8012. More... over 25 years ago
Updated. More... over 25 years ago
Added hz_200 declaration. More... over 25 years ago
Updated to <mint/timer.h> More... over 25 years ago
Added last patches from Torsten. More... over 25 years ago
New definitions and prototypes for the system timer. This timer is in fact updated by TOS timer at the moment. More... over 25 years ago
Cleanup. More... over 25 years ago
Corrected multiple inclusion definition to _m68k_<file>. More... over 25 years ago
Corrected toplevel dir due to moving. More... over 25 years ago
Moved upwards. More... over 25 years ago
Updated to new Makefile system. More... over 25 years ago
The neccessary header files for kernel profiling support. More... over 25 years ago
Added kernel profiling support. It's now possible to profile the kernel itself. New top level definition PROFILING enable this routines. All files must be compiled with -pg too. New CTR-ALT-F? debug key combinations to dump out profiling data (u:/ram/gmon.out) and disable/enable profiling. More... over 25 years ago
Changed kernel malloc to last fit strategy and not best fit like user malloc. This place kernel memory at the top and will hopefully decrease memory fragmentation. Also disabled the irritating shared text segment concentation. More... over 25 years ago