profile/ivi/syslinux.git
2009-07-09 H. Peter Anvincom32: add openmem.o to the Makefile
2009-07-09 H. Peter AnvinAdd openmem() function to read from memory as if it...
2009-07-09 H. Peter Anvincore: include exported symbol information
2009-07-08 H. Peter Anvinsyslinux.ld: add support for .ctors and .dtors
2009-07-08 H. Peter Anvincore: give 64K to the PM stack
2009-07-06 H. Peter AnvinMerge branch 'master' into core32
2009-07-06 H. Peter Anvindosutil/Makefile: more complete structure
2009-07-05 H. Peter Anvindosutil/Makefile: more complete structure
2009-07-05 H. Peter AnvinMerge branch 'master' into core32
2009-07-05 H. Peter Anvindosutil: update mdiskchk, add Makefile
2009-07-01 H. Peter Anvincore/rllpack.c: fix some particular bad formatting
2009-06-27 H. Peter AnvinMerge branch 'master' into core32
2009-06-27 H. Peter AnvinCreate a dosutil subdirectory and move mdiskchk there
2009-06-24 H. Peter Anvindos: assume NASM 2.03, so use -MP -MD for dependencies
2009-06-24 H. Peter Anvincore: assume NASM 2.03 or later, so we can use -MD...
2009-06-24 H. Peter AnvinMCONFIG: we need NASM 2 these days, use -Ox
2009-06-24 H. Peter AnvinMCONFIG: build GCCOPT one step at a time, don't align...
2009-06-24 H. Peter Anvincore: generate DWARF debugging info from NASM
2009-06-20 Gilles Espinasseextlinux: remove duplicate "const char *program;"
2009-06-15 H. Peter AnvinAdd .gitignore files for generated files
2009-06-14 H. Peter AnvinMerge branch 'master' into core32
2009-06-14 H. Peter AnvinMerge branch 'syslinux-3.8x'
2009-06-14 H. Peter AnvinNEWS: document chainloading fix
2009-06-14 H. Peter AnvinPXELINUX: when chaining an NBP, restore *all* registers
2009-06-14 H. Peter Anvinbootsect: zero memory above a chainloaded boot sector/NBP
2009-06-10 H. Peter AnvinMerge branch 'master' into core32
2009-06-10 H. Peter Anvincom32.h: cleanups, make OFFS_VALID() take the pointer...
2009-06-09 H. Peter Anvinmemdisk: don't use the stack before bootstrap
2009-06-09 H. Peter AnvinMerge branch 'master' into core32
2009-06-09 H. Peter AnvinMerge commit 'syslinux-3.82'
2009-06-09 H. Peter Anvinpxelinux: actually stop parsing on a null option syslinux-3.82
2009-06-09 H. Peter Anvinpxelinux: revert to using TFTP error 8
2009-06-09 H. Peter Anvinpxelinux: cleaner test for OACK trailing null bytes
2009-06-09 H. Peter AnvinPXELINUX: handle OACK packets with extra NULs, cleaner... syslinux-3.82-pre5
2009-06-08 H. Peter Anvinmemdisk: additional cleanups
2009-06-08 H. Peter Anvinmemdisk: add missing memmove.S
2009-06-08 H. Peter Anvinmemdisk: minor cleanups
2009-06-08 H. Peter Anvinmemdisk: relocate real-mode code before booting
2009-06-08 H. Peter Anvinmemdisk: move rm_args initialization to C code; export...
2009-06-08 H. Peter Anvinmemdisk: set up a limited-size real-mode stack
2009-06-08 H. Peter Anvinmemdisk: remove hard-coded assumptions for a specific...
2009-06-07 H. Peter Anvinmemdisk: remove the requirement that CS_BASE < 64K
2009-06-07 H. Peter Anvinmemdisk: move the heap to high memory
2009-06-07 H. Peter Anvinmemdisk: don't hard-code 0:7C00 as the entry point
2009-06-07 H. Peter Anvinmemdisk: pass in the address of the real-mode code
2009-06-05 H. Peter Anvincore: prevent buggy INT 13h from leaving IF=0 syslinux-3.82-pre4
2009-06-04 Sergey Vlasovsimple menu: make ONTIMEOUT work with MENU HIDDEN
2009-06-03 H. Peter Anvincore/hello.c: better demo on how to do putchar()
2009-06-03 H. Peter Anvincore: move xfer_buf_seg to segment 3, and add a collisi...
2009-06-02 H. Peter Anvincore: handle section aliases in ld script; increase...
2009-06-02 H. Peter Anvincore: add new __lowmem macro to allocate a static lowme...
2009-06-02 H. Peter AnvinExport the cache_seg to 32-bit code as core_cache_buf
2009-06-02 H. Peter Anvincore: call16(): simple wrapper to call 16-bit functions...
2009-06-01 H. Peter Anvinprepcore: make error() generate newline
2009-06-01 H. Peter Anvinprepcore: style cleanups
2009-06-01 H. Peter Anvinprepcore: error out if the compressed image is too...
2009-06-01 H. Peter Anvincore/hello.c: use __intcall() as a demo
2009-06-01 H. Peter Anvincore: create an ersatz __com32 structure as expected...
2009-06-01 H. Peter Anvinsyslinux.ld: add a .got to the linker script
2009-06-01 H. Peter Anvinprepcore: actually do a full binary comparison on the...
2009-06-01 H. Peter AnvinMerge branch 'master' into core32
2009-06-01 H. Peter AnvinMerge branch 'syslinux-3.8x'
2009-06-01 H. Peter Anvinbin2hex: actually account for the number of bytes written syslinux-3.82-pre3
2009-06-01 H. Peter Anvinisohdpfx: actually generate the stack frame isolinux... syslinux-3.82-pre2
2009-06-01 H. Peter Anvinisolinux: can't clobber edx when dx contains the drive...
2009-06-01 H. Peter AnvinNEWS: add changes since 3.81 syslinux-3.82-pre1
2009-06-01 H. Peter Anvincore: when calling abort_check, we're not idle
2009-06-01 H. Peter Anvinisolinux: bsHidden can't be in data; it is set before...
2009-06-01 H. Peter Anvinversion: next version will be 3.82
2009-06-01 H. Peter Anvinisolinux: handle systems which disables interrupts...
2009-05-31 H. Peter Anvincore: export a symbol for the raw address of xfer_buf_seg
2009-05-29 H. Peter AnvinMerge branch 'master' into core32
2009-05-29 H. Peter Anvinbin2hex: actually account for the number of bytes written
2009-05-29 H. Peter AnvinAssume the next version will be 3.82
2009-05-29 H. Peter AnvinMerge branch 'master' into core32
2009-05-29 H. Peter AnvinAdd back spaces around ellipses in case statements
2009-05-29 H. Peter AnvinMerge branch 'master' into core32
2009-05-29 H. Peter AnvinRevert "Run Nindent on mbr/adjust.h"
2009-05-29 H. Peter AnvinRun Nindent on lzo/prepcore.c
2009-05-29 H. Peter AnvinRun Nindent on core/rllpack.c
2009-05-29 H. Peter AnvinRun Nindent on core/hello.c
2009-05-29 H. Peter AnvinMerge branch 'master' into core32
2009-05-29 H. Peter AnvinRun Nindent on win32/syslinux.c
2009-05-29 H. Peter AnvinRun Nindent on win32/hello.c
2009-05-29 H. Peter AnvinRun Nindent on utils/gethostip.c
2009-05-29 H. Peter AnvinRun Nindent on sample/skipatou.c
2009-05-29 H. Peter AnvinRun Nindent on sample/printf.c
2009-05-29 H. Peter AnvinRun Nindent on sample/mdiskchk.c
2009-05-29 H. Peter AnvinRun Nindent on sample/hello2.c
2009-05-29 H. Peter AnvinRun Nindent on sample/hello.c
2009-05-29 H. Peter AnvinRun Nindent on sample/filetest.c
2009-05-29 H. Peter AnvinRun Nindent on sample/fd.c
2009-05-29 H. Peter AnvinRun Nindent on sample/conio.c
2009-05-29 H. Peter AnvinRun Nindent on sample/c32echo.c
2009-05-29 H. Peter AnvinRun Nindent on sample/atou.c
2009-05-29 H. Peter AnvinRun Nindent on mtools/syslinux.c
2009-05-29 H. Peter AnvinRun Nindent on memdump/ymsend.h
2009-05-29 H. Peter AnvinRun Nindent on memdump/ymsend.c
2009-05-29 H. Peter AnvinRun Nindent on memdump/strtoul.c
2009-05-29 H. Peter AnvinRun Nindent on memdump/string.h
next