summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [memdisk] Enable EDD support by default.syslinux-3.32-pre3H. Peter Anvin2006-10-202-2/+3
|
* Makefile cleanup to be able to build with CC='gcc -m32'syslinux-3.32-pre2H. Peter Anvin2006-10-173-24/+30
|
* Remove -x c from assembly preprocessingH. Peter Anvin2006-10-171-2/+2
|
* Remove -traditionalH. Peter Anvin2006-10-171-2/+2
|
* Set MAKEFLAGS to -r to suppress predefined rulesH. Peter Anvin2006-10-171-1/+4
|
* Move -m32 to CFLAGS as wellH. Peter Anvin2006-10-171-2/+2
|
* Move flags from CC to CFLAGSH. Peter Anvin2006-10-171-2/+2
|
* Document memdisk changesH. Peter Anvin2006-10-171-0/+1
|
* Merge with ↵H. Peter Anvin2006-10-178-47/+92
|\ | | | | | | git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#syslinux-3.3x
| * New TEXT..ENDTEXT statement for the benefit of the menu systemH. Peter Anvin2006-10-023-33/+62
| |
| * Official binaries are 32 bits. Clean up release vs prerel.H. Peter Anvin2006-10-021-10/+7
| |
| * Reduce verbosityH. Peter Anvin2006-10-021-2/+2
| |
| * Fix to "make tidy"H. Peter Anvin2006-10-021-1/+3
| |
| * vesainit: clear the VESA buffers before call (paranoia)H. Peter Anvin2006-09-301-0/+2
| |
| * vesainit: more careful detection of VESA modesH. Peter Anvin2006-09-301-2/+14
| |
| * Document new safeint mode.syslinux-3.32-pre1H. Peter Anvin2006-09-281-0/+3
| |
| * Next version on this branch: 3.32H. Peter Anvin2006-09-281-1/+1
| |
* | [memdisk] Saner handling of the values returned to the real-mode code.H. Peter Anvin2006-10-172-17/+18
| |
* | [memdisk] Make ES:DI point to the $PnP structure on entryH. Peter Anvin2006-10-172-7/+44
|/ | | | ES:DI is supposed to point to the $PnP structure on entry, make it sew.
* Add "safeint" mode to memdiskH. Peter Anvin2006-09-283-4/+56
|
* Try to be more true to the way "MENU INCLUDE" should work.syslinux-3.31-pre4syslinux-3.31H. Peter Anvin2006-09-221-6/+8
|
* Make the last row the end row.H. Peter Anvin2006-09-211-1/+1
|
* New MENU INCLUDE directive, and support ~ to mark default config file.syslinux-3.31-pre3H. Peter Anvin2006-09-213-7/+38
|
* If a later "menu background" overrides an earlier one, free the dataH. Peter Anvin2006-09-211-0/+2
|
* Add missing #include "fill.h"syslinux-3.31-pre2H. Peter Anvin2006-09-211-0/+1
|
* Document shadowing mode change.H. Peter Anvin2006-09-211-0/+1
|
* Use the color table for the shadow, and make it user controllableH. Peter Anvin2006-09-2110-87/+161
|
* Document ability to load more than one configuration file.syslinux-3.31-pre1H. Peter Anvin2006-09-202-1/+5
|
* Support multiple configuration files in the menu systems.H. Peter Anvin2006-09-204-13/+47
|
* Factor out extlinux as a separate package, avoid /boot/memdisk errorsyslinux-3.30H. Peter Anvin2006-09-182-4/+17
|
* Correct syntax and document move to /usr/share.H. Peter Anvin2006-09-182-17/+20
|
* rpm spec: add syslinux-tftpboot moduleH. Peter Anvin2006-09-181-15/+35
|
* Added a second sample background imageH. Peter Anvin2006-09-181-0/+0
|
* Add file missing from previous commitsyslinux-3.30-pre10H. Peter Anvin2006-09-161-0/+23
|
* Proper handling of different screen sizes (we're 78x29 in graphics mode...)H. Peter Anvin2006-09-168-7/+36
|
* More color tweaks.syslinux-3.30-pre9H. Peter Anvin2006-09-152-2/+2
|
* Properly parse MENU COLOR statements.H. Peter Anvin2006-09-151-32/+38
|
* Default color tweakingH. Peter Anvin2006-09-152-4/+4
|
* Use gamma-corrected gradient for the default image, now when we have itH. Peter Anvin2006-09-151-6/+6
|
* Actually do proper gamma-corrected alpha blending. It seems fast enough.H. Peter Anvin2006-09-154-12/+67
|
* Allow specifying * instead of any of the MENU COLOR fields.syslinux-3.30-pre8H. Peter Anvin2006-09-142-23/+36
|
* Add sample splash imageH. Peter Anvin2006-09-141-0/+0
|
* Default background; skip background if VESA is uninitializedsyslinux-3.30-pre7H. Peter Anvin2006-09-142-19/+41
|
* Clean up cursor during initializationH. Peter Anvin2006-09-142-4/+2
|
* Properly support 16, 24 and 32-bit modes; now working properly.syslinux-3.30-pre6H. Peter Anvin2006-09-145-26/+79
|
* Fix dependency checking for sys/vesaH. Peter Anvin2006-09-141-1/+1
|
* Replace memcpy() with a routine written in assembly which minimizes storesH. Peter Anvin2006-09-142-29/+36
|
* Beginnings of supporting multiple pixel formatsH. Peter Anvin2006-09-133-27/+91
|
* fmtpixel.h: cleanups and performance improvementsH. Peter Anvin2006-09-131-10/+15
|
* Code to deal with multiple pixel formatsH. Peter Anvin2006-09-132-0/+79
|