3
I Use This!
Very Low Activity

Commits : Listings

Analyzed 13 days ago. based on code collected 14 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed bug in scan_devices(). Device may remain opened after scanning. Thanks to Omegamoon for this! More... about 16 years ago
sync fstype code with klibc More... about 16 years ago
Added ext4 to identify_fs(). Thanks to Omegamoon. Note: to use ext4 you needed support in kernel (e.g. 2.6.28 and later). More... about 16 years ago
Segfault fixed when no 'Hardware' line was found in /proc/cpuinfo. Thanks to Omegamoon for reporting. More... about 16 years ago
Device nodes are now re-created while scanning. Kernels checking order is changed: 1. /boot/zImage-<machine>, where <machine> coming from model_info[]; 2. /boot/zImage; 3. /zImage. More... about 16 years ago
Removed unneeded sleep(1) before reboot More... about 16 years ago
Kexecboot now can create non-existent device nodes. More... about 16 years ago
Added rescan option and some interactive text messages on top. More... about 16 years ago
Applied patch to handle 2bpp and 1bpp modes More... about 16 years ago
Input device corrected in usage output More... about 16 years ago
Added fix for tosa keyboard More... about 16 years ago
Extra delay for initializing slow SD/CF added More... about 16 years ago
Big refactoring is done. + kexec_execw is moved to util.c and renamed to fexecw (fork, exec and wait); + hardware detection is moved to util.c function detect_hw_model(); + scan_devices rewritten in some places: DPRINTF, stat(), kernelpath and fstype strdup's; + default FB angle and event interface now can be redefined from make (KXB_FBANGLE, KXB_EVENTIF); + some other small fixes and reformatting. More... about 16 years ago
Add patch to always use 16bit writes, this fixes tosa screen corruption and wont harm other machines Thanks to Graeme Gregory <[email protected]> More... about 16 years ago
New utility files added in preparation for some refactoring More... about 16 years ago
Added Yuri Bushmelev to copyright list :) More... about 16 years ago
Disabled OK and Enter when there is no bootable devices More... about 16 years ago
Cursor switched off More... about 16 years ago
Added graphical 'no bootable devices' message More... about 16 years ago
scan_devices() moved closer to main loop Message "no bootable device found" id disabled More... about 16 years ago
Debug switched off for release More... about 16 years ago
Added more debug More... about 16 years ago
Typo More... about 16 years ago
Some spellchecking done (thanks to ant) More... about 16 years ago
Changed boot text to be more 'official' More... about 16 years ago
Some (whitespace) cleanup More... about 16 years ago
Added .gitignore to ignore KDevelop stuff More... about 16 years ago
More debug messages added More... about 16 years ago
Fixed wrong debug output and '-i' help option More... about 16 years ago
Reboot option implemented More... about 16 years ago