profile/ivi/syslinux.git
2008-02-29 H. Peter AnvinDocument the file renaming from .doc -> .txt
2008-02-29 H. Peter AnvinRename text documentation from *.doc to *.txt
2008-02-27 H. Peter AnvinDon't use "syslinux.cfg" to refer to config files in...
2008-02-26 H. Peter AnvinRemove pngtopnm dependency from the samples/ directory
2008-02-26 H. Peter Anvinextlinux: compile hack for old distros syslinux-3.62-pre16
2008-02-22 H. Peter AnvinAllow MENU EXIT to specify a menu tag syslinux-3.62-pre15
2008-02-22 H. Peter AnvinFix the handling of hotkeys in MENU LABEL on submenus syslinux-3.62-pre14
2008-02-22 H. Peter AnvinNEWS: Document Bruce Robson's Adaptec bug fix
2008-02-22 H. Peter Anvinrealloc(): try to protect a block in the path of a... syslinux-3.62-pre13
2008-02-22 H. Peter Anvinrealloc(): better implementation allowing in-place...
2008-02-20 H. Peter Anvin"begin Ymodem download" is supposed to be an imperative...
2008-02-20 H. Peter AnvinFix MENU TITLE -> MENU LABEL inheritance syslinux-3.62-pre12
2008-02-20 H. Peter AnvinMake sure color directives get attached to the proper...
2008-02-20 H. Peter Anvinsimple menu: fix the handling of '+' and '-' given...
2008-02-20 H. Peter AnvinFix the scrollbar handling for insanely huge menus
2008-02-20 H. Peter Anvinsimple menu: remember the cursor position on a per...
2008-02-20 H. Peter AnvinAdd support for MENU EXIT; no marker for MENU GOTO
2008-02-20 H. Peter AnvinWhen entering a new menu, go to the default entry for...
2008-02-20 H. Peter AnvinDocument MENU START
2008-02-20 H. Peter AnvinWhitespace cleanup... syslinux-3.62-pre11
2008-02-20 H. Peter Anvincom32: remove dependency files for "make tidy"
2008-02-20 H. Peter AnvinAdd dependency generation for com32 samples.
2008-02-20 H. Peter AnvinAdd dependency generation for com32 modules.
2008-02-20 H. Peter AnvinAdd dependency generation for the simple menu system
2008-02-20 H. Peter AnvinSet m->title for both root and submenus
2008-02-20 H. Peter AnvinAllow MENU LABEL <-> MENU TITLE for submenus to work...
2008-02-20 H. Peter AnvinAllow an included file to be treated as a submenu.
2008-02-20 H. Peter AnvinDocument hierarchial menus so far...
2008-02-20 H. Peter Anvinsimple menu: The use of realloc() requires indirect...
2008-02-20 H. Peter Anvinsimple menu: first cut at working submenus
2008-02-20 H. Peter Anvinrefstr: handle NULL in refstr[n]dup()
2008-02-20 H. Peter AnvinSimple menu: use refstrings consistently; now works...
2008-02-20 H. Peter Anvinrefstr_get(): handle NULL, force inline
2008-02-20 H. Peter Anvin[v]rsprintf(): actually set the return pointer...
2008-02-20 H. Peter Anvinsubmenu snapshot: it compiles now...
2008-02-20 H. Peter AnvinActually implement strnlen()
2008-02-20 H. Peter AnvinActually implement syslinux_ipappend_strings()
2008-02-20 H. Peter AnvinSubmenu support: development snapshot
2008-02-19 H. Peter Anvinmemdump: fix typo
2008-02-17 H. Peter AnvinVESA: work around bug in the Bochs VESA BIOS syslinux-3.62-pre10
2008-02-17 H. Peter Anvinrllback: improve compression by allowing two-byte run...
2008-02-17 Bruce RobsonISOLINUX: Adaptec bug fix: handle the case of DL missin... syslinux-3.62-pre9
2008-02-16 H. Peter AnvinGet rid of 4096-entry limit in the simple menu system syslinux-3.62-pre8
2008-02-16 H. Peter AnvinIf we're showing a scrollbar, always show at least...
2008-02-16 H. Peter AnvinPut virtual kernels (CLI labels) in high memory syslinux-3.62-pre7
2008-02-16 H. Peter Anvinhello.c: print arguments, no input section
2008-02-16 H. Peter AnvinDon't close the A20 gate; leave it open
2008-02-16 H. Peter AnvinSlightly simpler to use interface to simple_pm_call
2008-02-16 H. Peter Anvinbcopy32: refactor the bcopy routine to be able to reuse...
2008-02-14 H. Peter AnvinVESA: suppress an unused arguments warning
2008-02-14 H. Peter AnvinVESA: align the row buffer to a multiple of 4 bytes.
2008-02-14 H. Peter AnvinAdd __aligned() and __alignas() macros
2008-02-14 H. Peter AnvinVESA: Minor cleanups syslinux-3.62-pre6
2008-02-14 H. Peter AnvinVESA: move debugging code to separate header file
2008-02-14 H. Peter AnvinSet the window size to 2 GB for linear framebuffer
2008-02-14 H. Peter AnvinBypass pixel conversion when the output format is BGRA32
2008-02-14 H. Peter AnvinTreat linear framebuffer as a degenerate paged framebuffer
2008-02-14 H. Peter AnvinVESA: move pixel formatting into __vesacon_copy_to_screen() syslinux-3.62-pre5
2008-02-14 H. Peter AnvinFix the calculation of bytes_per_pixel
2008-02-14 H. Peter AnvinReplace C version of memmove() with slightly optimized...
2008-02-14 H. Peter AnvinDocument support for nonlinear frame buffers. syslinux-3.62-pre4
2008-02-14 H. Peter AnvinVESA: Support 15-bit RGB modes.
2008-02-14 H. Peter AnvinAdd support for paged (banked) VESA video mode
2008-02-13 H. Peter AnvinCorrect comment specific to SYSLINUX in the other deriv...
2008-02-13 H. Peter Anvinisolinux: spec buffer size is 13h (19), not 13
2008-02-13 H. Peter AnvinThe shuffle descriptors need to be unused for input... syslinux-3.62-pre3
2008-02-13 H. Peter AnvinChange the minimum number of shuffle descriptors to 64.
2008-02-13 H. Peter AnvinQuery the shuffle descriptor set size and use it
2008-02-13 H. Peter AnvinMove the prototypes for syslinux_shuffle_boot_*()
2008-02-13 H. Peter AnvinA bit more exactitude in the documentation
2008-02-12 H. Peter AnvinSwitch the display file and graphics routines to using...
2008-02-12 H. Peter Anvingetc: don't clobber AH; return CF=1, AL=0 on end of...
2008-02-12 H. Peter AnvinNEWS: document longer command line limit. syslinux-3.62-pre2
2008-02-12 H. Peter Anvinsimple menu: extend command line size to 2047 characters
2008-02-12 H. Peter AnvinChange command line limit to 2047 characters
2008-02-12 H. Peter AnvinRemove last users of getcbuf; reclaim the address space
2008-02-12 H. Peter Anvinshuffle: avoid computing block lists that will never...
2008-02-12 H. Peter AnvinDocument changes syslinux-3.62-pre1
2008-02-12 H. Peter AnvinHandle arbitrary numbers of shuffle descriptors
2008-02-12 H. Peter Anvincomboot: guarantee at least 256 shuffle descriptors
2008-02-12 H. Peter AnvinWorking on version 3.62
2008-02-11 H. Peter Anvinsimple menu: support sha256 and sha512 passwords
2008-02-11 H. Peter Anvincom32/*: move _GNU_SOURCE definitions into Makefiles
2008-02-11 H. Peter Anvinlibutil: add header file <xcrypt.h> for extended crypt...
2008-02-11 H. Peter Anvinmempcpy(): correct naming of the mempcpy() function
2008-02-11 H. Peter Anvinsimple menu: update copyright notices; clean whitespace
2008-02-11 H. Peter Anvinsimple menu: break password comparisons out into a...
2008-02-11 H. Peter Anvinmenu.c: add missing return statement
2008-02-11 H. Peter AnvinSimple menu system: move to dedicated subdirectory
2008-02-08 H. Peter Anvinmemdump: avoid comma in filenames
2008-02-08 H. Peter Anvinmemdump: add .bin suffix to generated filenames
2008-02-08 H. Peter AnvinZero-terminate "aborted." string.
2008-02-01 H. Peter AnvinDocument e820 parser change. syslinux-3.61 syslinux-3.61-pre7
2008-02-01 H. Peter AnvinE820 parser: handle BIOSes with multiple contiguous...
2008-01-29 H. Peter AnvinDocument fixing MD5 passwords. syslinux-3.61-pre6
2008-01-29 H. Peter Anvinmenu: clean up and fix MD5 password code
2008-01-24 H. Peter Anvinextlinux: early check for ext2/ext3-ness of filesystem syslinux-3.61-pre5
2008-01-23 H. Peter Anvinmeminfo.c32: a program to dump out the system memory map
2008-01-22 H. Peter Anvinmbr: save another 5 bytes by terminating error on newline syslinux-3.61-pre4
2008-01-22 H. Peter Anvinmbr.S: save one more byte syslinux-3.61-pre3
next