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
Ignore backup files (*~) More... over 14 years ago
fb_draw_rect() is switched to new functions. fb_draw_round_rect() added (draw rectangle with rounded corners). More... over 14 years ago
Further framebuffer functions refactoring and optimization. Horizontal line drawing functions added for supported bpp. Functions fb_draw_image() and fb_plot_pixel() was removed. More... over 14 years ago
FB functions was synced with psplash sources. 18bpp patch was applied. More... over 14 years ago
Disable exit() when kernel have no CONFIG_PRINTK. More... over 14 years ago
Fix crashing on freeing of uninitialized variable in close_event_devices() when there was no event devices found. More... over 14 years ago
Fix issue with mangled tty when calling exit() without restoring terminal. Now we are using atexit() to restore terminal on program exit. Signed-off-by: Anton Vorontsov <[email protected]> More... over 14 years ago
Added forgotten mountpoint path to initrd path More... over 14 years ago
Small typo fixed More... over 14 years ago
Support for kexec's --initrd option implemented. You can use INITRD option in boot.cfg to specify initial ramdisk file. More... over 14 years ago
zaurus: use standard mtd headers More... over 14 years ago
Fixed computation of zaurus partition sizes. More... about 15 years ago
Unused icon is removed. More... about 15 years ago
Added support for using uImage kernels. Now you can enable/disable using uImage/zImage/machine kernels from configure script. More... about 15 years ago
Fix wrong binary shifting direction in zaurus code More... about 15 years ago
Zaurus specific hacks activated More... about 15 years ago
More fixes of MTD sizes calculations. More... about 15 years ago
Fix MTD devices size calculation. More... about 15 years ago
MTD device size is determined via lseek() instead of (non-applicable) ioctl(). More... about 15 years ago
Zaurus-specific code improvements. Copyright notes added. More... about 15 years ago
Icons small code refactoring More... about 15 years ago
Zaurus specific code for reading mtdparts was added. More... about 15 years ago
Add icons for each type of device detected. Provide icons for System Menu. Use new, distro-neutral logo. More... about 15 years ago
start_kernel() is refactored. fbcon cmdline tag now will be passed to kexec'ed kernel. cmdline tags from boot.cfg APPEND now will be appended (was prepended before). More... over 15 years ago
All visual settings moved to res/theme.h Removed --with-font knob from configure.ac More... over 15 years ago
Memory leak fixed (icons was not freed when rescan was called from system menu). More... over 15 years ago
Memory leak fixed More... over 15 years ago
boot.cfg was sanitized. Some broken/unwanted options was removed. More... over 15 years ago
More #ifdef's added More... over 15 years ago
XPM routines cleanup and optimization done More... over 15 years ago