| Commit message (Expand) | Author | Age | Files | Lines |
| * | vesacon_set_background: Need "volatile" asmsyslinux-3.50-pre20 | H. Peter Anvin | 2007-06-05 | 1 | -4/+4 |
| * | Allow a flat color to be specified as a background. | H. Peter Anvin | 2007-06-05 | 1 | -20/+40 |
| * | If no serial console is configured, don't bother calling into it | H. Peter Anvin | 2007-05-31 | 2 | -0/+8 |
| * | Implement syslinux_serial_console_info() | H. Peter Anvin | 2007-05-31 | 2 | -1/+54 |
| * | ansi.h: remove unused field | H. Peter Anvin | 2007-05-31 | 1 | -1/+0 |
| * | Hacky debugging function by setting VESA pixels, sometimes useful | H. Peter Anvin | 2007-05-31 | 1 | -0/+13 |
| * | ansi.c: minor cleanups | H. Peter Anvin | 2007-05-31 | 1 | -15/+17 |
| * | vesa/drawtxt.c: remove divide caused by % | H. Peter Anvin | 2007-05-31 | 1 | -3/+6 |
| * | xserial_write: handle the new \1..\5 control sequences | H. Peter Anvin | 2007-05-31 | 1 | -30/+24 |
| * | Handle color tables with more than 100 entries | H. Peter Anvin | 2007-05-30 | 4 | -45/+42 |
| * | Don't clobber /dev/null when compiling as root | Luciano Rocha | 2007-05-25 | 1 | -2/+4 |
| * | More tweaks to allow bigger stack/heap, and boot protocol adjustmentssyslinux-3.50-pre7 | H. Peter Anvin | 2007-05-07 | 1 | -1/+1 |
| * | Make more space for the heap when doing so is possible | H. Peter Anvin | 2007-05-05 | 1 | -13/+16 |
| * | Add wrapper function syslinux_run_kernel_image()syslinux-3.50-pre6 | H. Peter Anvin | 2007-04-26 | 2 | -1/+66 |
| * | Make the pixel format canonicalization code a bit easier to read. | H. Peter Anvin | 2007-04-10 | 1 | -26/+7 |
| * | Fix expansion of palette images to ABGR. | H. Peter Anvin | 2007-04-10 | 1 | -11/+18 |
| * | Add syslinux_local_boot() wrapper function | H. Peter Anvin | 2007-04-04 | 2 | -1/+43 |
| * | pxe_get_cached.c: readability improvement. | H. Peter Anvin | 2007-04-03 | 1 | -2/+2 |
| * | intcall, farcall: readability improvements.syslinux-3.50-pre4 | H. Peter Anvin | 2007-04-03 | 2 | -5/+5 |
| * | A few more syslinux wrapper function | H. Peter Anvin | 2007-04-03 | 4 | -0/+131 |
| * | Move the PCI-scanning code into the library proper. | H. Peter Anvin | 2007-04-03 | 2 | -1/+166 |
| * | Fix the handling of namelen and argument parsing in linux.c32 | Ferenc Wagner | 2007-04-03 | 1 | -1/+1 |
| * | SYSLINUX API headers, and beginning of implementation. | H. Peter Anvin | 2007-03-20 | 2 | -1/+42 |
| * | Stealth whitespace cleanup | H. Peter Anvin | 2007-03-20 | 1 | -1/+1 |
| * | Add interface for querying the syslinux feature flags. | H. Peter Anvin | 2007-03-20 | 2 | -1/+52 |
| * | Move <syslinux.h> to <syslinux/idle.h>; clean up libutil do_idle() | H. Peter Anvin | 2007-03-20 | 3 | -3/+5 |
| * | initramfs chain handling: add support for forcing the alignment. | H. Peter Anvin | 2007-03-15 | 4 | -12/+44 |
| * | Library functions for manipulating initramfs | H. Peter Anvin | 2007-03-15 | 6 | -1/+390 |
| * | Initial library support for booting a Linux kernel | H. Peter Anvin | 2007-03-15 | 2 | -0/+295 |
| * | PXE header support; higher-level function for PXE GET_CACHED_INFO | H. Peter Anvin | 2007-03-15 | 2 | -1/+84 |
| * | Stealth whitespace cleanup (automated) | H. Peter Anvin | 2007-03-14 | 33 | -168/+162 |
| * | Add a register-setting shuffle and boot for real mode; clean up headers.syslinux-3.40-pre14 | H. Peter Anvin | 2007-03-14 | 2 | -8/+11 |
| * | Finish the shuffle and boot interface, and add an ELF loading module. | H. Peter Anvin | 2007-03-14 | 11 | -99/+508 |
| * | Wrapper infrastructure for "shuffle and boot" | H. Peter Anvin | 2007-03-12 | 7 | -0/+892 |
| * | fileread: new file descriptor should be from oreg, not ireg | H. Peter Anvin | 2007-02-07 | 1 | -1/+1 |
| * | Merge with git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git#sys... | H. Peter Anvin | 2007-02-07 | 1 | -1/+6 |
| |\ |
|
| | * | Deal with various distributions breaking gcc in weird ways | H. Peter Anvin | 2007-02-06 | 1 | -1/+6 |
| * | | fileread: ES:BX -> buffer, not ES:SI | H. Peter Anvin | 2007-02-07 | 1 | -1/+1 |
| |/ |
|
| * | -FPNG_NO_WRITE_SUPPORTED -> -DPNG_NO_WRITE_SUPPORTED | H. Peter Anvin | 2007-01-25 | 1 | -1/+1 |
| * | Compilation fix for older gcc where __DBL_*_EXP__ isn't defined | H. Peter Anvin | 2007-01-25 | 1 | -33/+35 |
| * | The simple menu system doesn't work with serial console | hiranotaka@zng.info | 2006-10-30 | 1 | -1/+2 |
| * | Reduce verbosity | H. Peter Anvin | 2006-10-02 | 1 | -2/+2 |
| * | Fix to "make tidy" | H. Peter Anvin | 2006-10-02 | 1 | -1/+3 |
| * | vesainit: clear the VESA buffers before call (paranoia) | H. Peter Anvin | 2006-09-30 | 1 | -0/+2 |
| * | vesainit: more careful detection of VESA modes | H. Peter Anvin | 2006-09-30 | 1 | -2/+14 |
| * | Add missing #include "fill.h"syslinux-3.31-pre2 | H. Peter Anvin | 2006-09-21 | 1 | -0/+1 |
| * | Use the color table for the shadow, and make it user controllable | H. Peter Anvin | 2006-09-21 | 6 | -49/+96 |
| * | Add file missing from previous commitsyslinux-3.30-pre10 | H. Peter Anvin | 2006-09-16 | 1 | -0/+23 |
| * | Proper handling of different screen sizes (we're 78x29 in graphics mode...) | H. Peter Anvin | 2006-09-16 | 6 | -7/+20 |
| * | Use gamma-corrected gradient for the default image, now when we have it | H. Peter Anvin | 2006-09-15 | 1 | -6/+6 |