2008-02-25 |
H. Peter Anvin | gptmbr: another confusion of start and end fields
|
commit | commitdiff | tree |
2008-02-25 |
H. Peter Anvin | gptmbr: fix confusion between start and end fields
|
commit | commitdiff | tree |
2008-02-25 |
H. Peter Anvin | gptmbr: use xchgw %ax,... instead of movw %ax,... when...
|
commit | commitdiff | tree |
2008-02-25 |
H. Peter Anvin | gptmbr: Use %bp for references into phdr and the stack
|
commit | commitdiff | tree |
2008-02-25 |
H. Peter Anvin | gptmbr: since %bx is advanced, we can test -2(%bx)...
|
commit | commitdiff | tree |
2008-02-25 |
H. Peter Anvin | gptmbr: addw $512, %bx -> addb $2, %bh
|
commit | commitdiff | tree |
2008-02-25 |
H. Peter Anvin | gptmbr: offsets into phdr are decimal, not hex
|
commit | commitdiff | tree |
2008-02-25 |
H. Peter Anvin | gptmbr: move advancing %bx into read_sector
|
commit | commitdiff | tree |
2008-02-25 |
H. Peter Anvin | gptmbr: need to set %bx -> bootsec
|
commit | commitdiff | tree |
2008-02-25 |
H. Peter Anvin | gptmbr: shuffle slightly to reduce register pressure
|
commit | commitdiff | tree |
2008-02-25 |
H. Peter Anvin | gptmbr: shuffle slightly to save 3 bytes
|
commit | commitdiff | tree |
2008-02-25 |
H. Peter Anvin | rep; cmpsw -> repe; cmpsw
|
commit | commitdiff | tree |
2008-02-25 |
H. Peter Anvin | Master boot record for GPT partition tables
|
commit | commitdiff | tree |
2008-02-22 |
H. Peter Anvin | Allow MENU EXIT to specify a menu tag
|
commit | commitdiff | tree |
2008-02-22 |
H. Peter Anvin | Fix the handling of hotkeys in MENU LABEL on submenus
|
commit | commitdiff | tree |
2008-02-22 |
H. Peter Anvin | NEWS: Document Bruce Robson's Adaptec bug fix
|
commit | commitdiff | tree |
2008-02-22 |
H. Peter Anvin | realloc(): try to protect a block in the path of a...
|
commit | commitdiff | tree |
2008-02-22 |
H. Peter Anvin | realloc(): better implementation allowing in-place...
|
commit | commitdiff | tree |
2008-02-20 |
H. Peter Anvin | "begin Ymodem download" is supposed to be an imperative...
|
commit | commitdiff | tree |
2008-02-20 |
H. Peter Anvin | Fix MENU TITLE -> MENU LABEL inheritance
|
commit | commitdiff | tree |
2008-02-20 |
H. Peter Anvin | Make sure color directives get attached to the proper...
|
commit | commitdiff | tree |
2008-02-20 |
H. Peter Anvin | simple menu: fix the handling of '+' and '-' given...
|
commit | commitdiff | tree |
2008-02-20 |
H. Peter Anvin | Fix the scrollbar handling for insanely huge menus
|
commit | commitdiff | tree |
2008-02-20 |
H. Peter Anvin | simple menu: remember the cursor position on a per...
|
commit | commitdiff | tree |
2008-02-20 |
H. Peter Anvin | Add support for MENU EXIT; no marker for MENU GOTO
|
commit | commitdiff | tree |
2008-02-20 |
H. Peter Anvin | When entering a new menu, go to the default entry for...
|
commit | commitdiff | tree |
2008-02-20 |
H. Peter Anvin | Document MENU START
|
commit | commitdiff | tree |
2008-02-20 |
H. Peter Anvin | Whitespace cleanup...
|
commit | commitdiff | tree |
2008-02-20 |
H. Peter Anvin | com32: remove dependency files for "make tidy"
|
commit | commitdiff | tree |
2008-02-20 |
H. Peter Anvin | Add dependency generation for com32 samples.
|
commit | commitdiff | tree |
2008-02-20 |
H. Peter Anvin | Add dependency generation for com32 modules.
|
commit | commitdiff | tree |
2008-02-20 |
H. Peter Anvin | Add dependency generation for the simple menu system
|
commit | commitdiff | tree |
2008-02-20 |
H. Peter Anvin | Set m->title for both root and submenus
|
commit | commitdiff | tree |
2008-02-20 |
H. Peter Anvin | Allow MENU LABEL <-> MENU TITLE for submenus to work...
|
commit | commitdiff | tree |
2008-02-20 |
H. Peter Anvin | Allow an included file to be treated as a submenu.
|
commit | commitdiff | tree |
2008-02-20 |
H. Peter Anvin | Document hierarchial menus so far...
|
commit | commitdiff | tree |
2008-02-20 |
H. Peter Anvin | simple menu: The use of realloc() requires indirect...
|
commit | commitdiff | tree |
2008-02-20 |
H. Peter Anvin | simple menu: first cut at working submenus
|
commit | commitdiff | tree |
2008-02-20 |
H. Peter Anvin | refstr: handle NULL in refstr[n]dup()
|
commit | commitdiff | tree |
2008-02-20 |
H. Peter Anvin | Simple menu: use refstrings consistently; now works...
|
commit | commitdiff | tree |
2008-02-20 |
H. Peter Anvin | refstr_get(): handle NULL, force inline
|
commit | commitdiff | tree |
2008-02-20 |
H. Peter Anvin | [v]rsprintf(): actually set the return pointer...
|
commit | commitdiff | tree |
2008-02-20 |
H. Peter Anvin | submenu snapshot: it compiles now...
|
commit | commitdiff | tree |
2008-02-20 |
H. Peter Anvin | Actually implement strnlen()
|
commit | commitdiff | tree |
2008-02-20 |
H. Peter Anvin | Actually implement syslinux_ipappend_strings()
|
commit | commitdiff | tree |
2008-02-20 |
H. Peter Anvin | Submenu support: development snapshot
|
commit | commitdiff | tree |
2008-02-19 |
H. Peter Anvin | memdump: fix typo
|
commit | commitdiff | tree |
2008-02-17 |
H. Peter Anvin | VESA: work around bug in the Bochs VESA BIOS
|
commit | commitdiff | tree |
2008-02-17 |
H. Peter Anvin | rllback: improve compression by allowing two-byte run...
|
commit | commitdiff | tree |
2008-02-16 |
H. Peter Anvin | Get rid of 4096-entry limit in the simple menu system
|
commit | commitdiff | tree |
2008-02-16 |
H. Peter Anvin | If we're showing a scrollbar, always show at least...
|
commit | commitdiff | tree |
2008-02-16 |
H. Peter Anvin | Put virtual kernels (CLI labels) in high memory
|
commit | commitdiff | tree |
2008-02-16 |
H. Peter Anvin | hello.c: print arguments, no input section
|
commit | commitdiff | tree |
2008-02-16 |
H. Peter Anvin | Don't close the A20 gate; leave it open
|
commit | commitdiff | tree |
2008-02-16 |
H. Peter Anvin | Slightly simpler to use interface to simple_pm_call
|
commit | commitdiff | tree |
2008-02-16 |
H. Peter Anvin | bcopy32: refactor the bcopy routine to be able to reuse...
|
commit | commitdiff | tree |
2008-02-14 |
H. Peter Anvin | VESA: suppress an unused arguments warning
|
commit | commitdiff | tree |
2008-02-14 |
H. Peter Anvin | VESA: align the row buffer to a multiple of 4 bytes.
|
commit | commitdiff | tree |
2008-02-14 |
H. Peter Anvin | Add __aligned() and __alignas() macros
|
commit | commitdiff | tree |
2008-02-14 |
H. Peter Anvin | VESA: Minor cleanups
|
commit | commitdiff | tree |
2008-02-14 |
H. Peter Anvin | VESA: move debugging code to separate header file
|
commit | commitdiff | tree |
2008-02-14 |
H. Peter Anvin | Set the window size to 2 GB for linear framebuffer
|
commit | commitdiff | tree |
2008-02-14 |
H. Peter Anvin | Bypass pixel conversion when the output format is BGRA32
|
commit | commitdiff | tree |
2008-02-14 |
H. Peter Anvin | Treat linear framebuffer as a degenerate paged framebuffer
|
commit | commitdiff | tree |
2008-02-14 |
H. Peter Anvin | VESA: move pixel formatting into __vesacon_copy_to_screen()
|
commit | commitdiff | tree |
2008-02-14 |
H. Peter Anvin | Fix the calculation of bytes_per_pixel
|
commit | commitdiff | tree |
2008-02-14 |
H. Peter Anvin | Replace C version of memmove() with slightly optimized...
|
commit | commitdiff | tree |
2008-02-14 |
H. Peter Anvin | Document support for nonlinear frame buffers.
|
commit | commitdiff | tree |
2008-02-14 |
H. Peter Anvin | VESA: Support 15-bit RGB modes.
|
commit | commitdiff | tree |
2008-02-14 |
H. Peter Anvin | Add support for paged (banked) VESA video mode
|
commit | commitdiff | tree |
2008-02-13 |
H. Peter Anvin | Correct comment specific to SYSLINUX in the other derivatives
|
commit | commitdiff | tree |
2008-02-13 |
H. Peter Anvin | isolinux: spec buffer size is 13h (19), not 13
|
commit | commitdiff | tree |
2008-02-13 |
H. Peter Anvin | The shuffle descriptors need to be unused for input...
|
commit | commitdiff | tree |
2008-02-13 |
H. Peter Anvin | Change the minimum number of shuffle descriptors to 64.
|
commit | commitdiff | tree |
2008-02-13 |
H. Peter Anvin | Query the shuffle descriptor set size and use it
|
commit | commitdiff | tree |
2008-02-13 |
H. Peter Anvin | Move the prototypes for syslinux_shuffle_boot_*()
|
commit | commitdiff | tree |
2008-02-13 |
H. Peter Anvin | A bit more exactitude in the documentation
|
commit | commitdiff | tree |
2008-02-12 |
H. Peter Anvin | Switch the display file and graphics routines to using...
|
commit | commitdiff | tree |
2008-02-12 |
H. Peter Anvin | getc: don't clobber AH; return CF=1, AL=0 on end of...
|
commit | commitdiff | tree |
2008-02-12 |
H. Peter Anvin | NEWS: document longer command line limit.
|
commit | commitdiff | tree |
2008-02-12 |
H. Peter Anvin | simple menu: extend command line size to 2047 characters
|
commit | commitdiff | tree |
2008-02-12 |
H. Peter Anvin | Change command line limit to 2047 characters
|
commit | commitdiff | tree |
2008-02-12 |
H. Peter Anvin | Remove last users of getcbuf; reclaim the address space
|
commit | commitdiff | tree |
2008-02-12 |
H. Peter Anvin | shuffle: avoid computing block lists that will never...
|
commit | commitdiff | tree |
2008-02-12 |
H. Peter Anvin | Document changes
|
commit | commitdiff | tree |
2008-02-12 |
H. Peter Anvin | Handle arbitrary numbers of shuffle descriptors
|
commit | commitdiff | tree |
2008-02-12 |
H. Peter Anvin | comboot: guarantee at least 256 shuffle descriptors
|
commit | commitdiff | tree |
2008-02-12 |
H. Peter Anvin | Working on version 3.62
|
commit | commitdiff | tree |
2008-02-11 |
H. Peter Anvin | simple menu: support sha256 and sha512 passwords
|
commit | commitdiff | tree |
2008-02-11 |
H. Peter Anvin | com32/*: move _GNU_SOURCE definitions into Makefiles
|
commit | commitdiff | tree |
2008-02-11 |
H. Peter Anvin | libutil: add header file <xcrypt.h> for extended crypt...
|
commit | commitdiff | tree |
2008-02-11 |
H. Peter Anvin | mempcpy(): correct naming of the mempcpy() function
|
commit | commitdiff | tree |
2008-02-11 |
H. Peter Anvin | simple menu: update copyright notices; clean whitespace
|
commit | commitdiff | tree |
2008-02-11 |
H. Peter Anvin | simple menu: break password comparisons out into a...
|
commit | commitdiff | tree |
2008-02-11 |
H. Peter Anvin | menu.c: add missing return statement
|
commit | commitdiff | tree |
2008-02-11 |
H. Peter Anvin | Simple menu system: move to dedicated subdirectory
|
commit | commitdiff | tree |
2008-02-08 |
H. Peter Anvin | memdump: avoid comma in filenames
|
commit | commitdiff | tree |
2008-02-08 |
H. Peter Anvin | memdump: add .bin suffix to generated filenames
|
commit | commitdiff | tree |
2008-02-08 |
H. Peter Anvin | Zero-terminate "aborted." string.
|
commit | commitdiff | tree |
2008-02-01 |
H. Peter Anvin | Document e820 parser change.
|
commit | commitdiff | tree |
next |