5
I Use This!
Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Dec 06, 2024 — Dec 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rewritten Fpipe() systemcall. It use now Unix domain sockets instead the pipefs. This boost the performance of pipes around factor 10. More... almost 25 years ago
Cleanup. More... almost 25 years ago
Removed no longer util.h include too. More... almost 25 years ago
Cleanup of util.h, removed the no longer used include directives. More... almost 25 years ago
Cleanup. More... almost 25 years ago
Removed all the util.h includes. This isn't needed any longer. More... almost 25 years ago
Removed the unix domain stuff. This is now directly part of the kernel. More... almost 25 years ago
Added sockdev.xdd to the don't load list. The inet4 stuff has now a new name to avoid any confusion. More... almost 25 years ago
Added initialization stuff for kernel built-in socket domain ops. More... almost 25 years ago
Added the control device for the unix domain sockets that are now in the kernel. More... almost 25 years ago
This are the unix domain sockets from the sockets/unix subdir. They are now directly part of the kernel. More... almost 25 years ago
Cleanup. More... almost 25 years ago
Declared internal function as static. More... almost 25 years ago
Moved extern declaration into the right header file. Draco, please add extern declarations only to the corresponding header files. All other places are wrong. More... almost 25 years ago
Corrected typo. More... almost 25 years ago
Added new net-tools subdir. More... almost 25 years ago
Added the basic net tools from the obsoleted MiNTNet package. No the cvs repository is complete, the libs are in the mintlib tree and the sockets + tools are in the freemint tree. More... almost 25 years ago
Eliminated extern declaration. More... almost 25 years ago
Some changes in the preliminary keyboard handler. More... almost 25 years ago
Replaced the 'flags' command with the right macro for crosscompiling environments. More... almost 25 years ago
Added cflib version check. More... almost 25 years ago
Updated for new cflib/gemlib. More... almost 25 years ago
Added exception list for module loading routines. More... almost 25 years ago
Use FD_REMOVE macro instead of function call. More... almost 25 years ago
Code cleanup. More... almost 25 years ago
Decreased the default inode cache, was very big. More... almost 25 years ago
Added clean flag handling like Linux/Windows. The new dosfsck use this flag. More... almost 25 years ago
Removed flags setting as this is no longer relevant. Beside from that this Makefile need to be rewritten. More... almost 25 years ago
Cleanup, removed no longer used stuff. More... almost 25 years ago
Removed extern char mshift declarations by including the right header file with this declaration. More... almost 25 years ago