platform/upstream/syslinux.git
2009-08-08 Liu AleaxanderCore: get the rid of the ld warnings
2009-08-07 H. Peter Anvinextlinux: add ext4 support to the installer syslinux-4.00-pre1
2009-08-07 H. Peter AnvinMakefile: add back the gpxe directory
2009-08-07 H. Peter AnvinMerge branch 'core32' into fsc
2009-08-06 Liu AleaxanderCore:PXELINUX: pxelinux derivative merged succeesfully
2009-08-06 Liu AleaxanderCore:PXELINUX: try to merge pxelinux
2009-07-20 Liu AleaxanderCore: some bugs fixed
2009-07-16 H. Peter Anvinextlinux: handle more than one sector of sector pointers
2009-07-13 Liu AleaxanderCore: do trick on the hybrid mode detection
2009-07-13 Liu AleaxanderCore: fix the hybride mode detection code
2009-07-13 Liu AleaxanderCore: code clean
2009-07-13 Liu AleaxanderCore: fix the HD-mode error in isolinux
2009-07-10 H. Peter Anvindos: add pointer to PE header in binary
2009-07-10 Liu AleaxanderCore: changes the sector_t and block_t types to be...
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-07 Liu AleaxanderCore: code clean: cuts the unnecessary data type conver...
2009-07-07 Liu AleaxanderCore: code clean: breakup the fs->fs_dev->disk stuff
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-23 Liu AleaxanderCore: fixs the chunk>>=1 problem
2009-06-23 Liu AleaxanderCore: code clean
2009-06-23 Liu AleaxanderCore:ISOLINUX: fixs the bug to make the isolinux do...
2009-06-23 Liu AleaxanderMerge branch 'isolinux'
2009-06-23 Liu AleaxanderCore: merge ldlinux
2009-06-23 Liu AleaxanderMerge branch 'ldlinux'
2009-06-23 Liu AleaxanderCore:LDLINUX: removes the ugly code
2009-06-23 Liu AleaxanderCore:EXTLINUX: add more debug stuff
2009-06-22 Liu Aleaxanderremoves the %if IS_ISOLINUX stuff in the layout.inc
2009-06-22 Liu AleaxanderCore:ISOLINUX: make the isolinux do the work
2009-06-21 Liu AleaxanderCore:ISOLINUX: convert the isolinux.asm to C
2009-06-20 Liu AleaxanderCore:EXTLINUX: applies the path from hpa to EXTLINUX
2009-06-20 Gilles Espinasseextlinux: remove duplicate "const char *program;"
2009-06-15 Liu Aleaxandercore: new diskio library
2009-06-15 H. Peter AnvinAdd .gitignore files for generated files
2009-06-15 Liu AleaxanderCore:SYSLINUX: applies the sector_t data types
2009-06-15 Liu AleaxanderCore:SYSLINUX: code clean
2009-06-15 Liu AleaxanderCore:EXTLINUX: removes the open_file_t structure
2009-06-15 Liu AleaxanderCore:EXTLINUX: clean the code
2009-06-15 Liu AleaxanderCore:SYSLINUX: rm the __lowemem stuff
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-14 Liu AleaxanderCore:SYSLINUX: ldlinux.asm converted to C
2009-06-12 Liu AleaxanderCore:EXTLINUX: move the header file in core into core...
2009-06-12 Liu AleaxanderCore: fix the not found error when type the kernel...
2009-06-11 Liu AleaxanderCore: fix the menu display error
2009-06-11 Liu AleaxanderCore: make vfs do the work
2009-06-11 Liu AleaxanderCore: add the skeleton fo VFS-like system
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 Liu AleaxanderCore:EXTLINUX: clean the WARNINGs
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-09 Liu AleaxanderCore:EXTLINUX: fix bug with lots of dots and searchdir
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-06 Liu AleaxanderCore:EXTLINUX: clean the code
2009-06-06 Liu AleaxanderCore:EXTLINUX: convert mangle name to C
2009-06-05 Liu AleaxanderCore: move close_file function in getc.inc
2009-06-05 Liu AleaxanderCore:EXTLINUX: convert the getfssec function to C
2009-06-05 Liu AleaxanderCore: Convert the searchdir function to C
2009-06-05 H. Peter Anvincore: prevent buggy INT 13h from leaving IF=0 syslinux-3.82-pre4
2009-06-04 Liu AleaxanderCore: Convert linsector and open_inode function to C
2009-06-04 Sergey Vlasovsimple menu: make ONTIMEOUT work with MENU HIDDEN
2009-06-03 Liu AleaxanderCore: forget to clean core_xfer_buf stuff absolutely
2009-06-03 Liu AleaxanderCore: use __lowmem for sector read buffer exchange...
2009-06-03 Liu AleaxanderCore: add two new data types, sector_t and block_t
2009-06-03 Liu AleaxanderCORE: Add two new file, disk.c, disk.h
2009-06-03 Liu Aleaxanderadd ext2 fs header file
next