profile/ivi/syslinux.git
2009-05-19 H. Peter AnvinFAT: change DOS installer to EXE; additional 32K limit...
2009-05-19 H. Peter Anvinlibinstaller: "nsect" is the size of ldlinux.sys, not...
2009-05-19 H. Peter Anvinlibinstaller: fix definition of bsHeadLen
2009-05-19 H. Peter AnvinFAT: update the FAT installers to match the new disksta...
2009-05-19 H. Peter Anvinpxelinux: revert to a separate stack implementation
2009-05-19 H. Peter Anvinpxelinux: set StackTop == StackBuf
2009-05-19 H. Peter Anvincore: use reserved stack space only for replace_bootstrap
2009-05-18 H. Peter AnvinMerge branch 'master' into core32
2009-05-18 H. Peter AnvinDon't run to comboot API with interrupts off syslinux-3.81-pre6
2009-05-18 H. Peter AnvinMerge branch 'master' into core32
2009-05-18 H. Peter Anvincore/conio.inc: when reading the serial port, drop... syslinux-3.81-pre5
2009-05-18 H. Peter AnvinMerge branch 'master' into core32
2009-05-18 H. Peter AnvinMerge branch 'master' into core32
2009-05-18 H. Peter Anvincore/pxeidle.inc: fix pops with no matching push
2009-05-18 H. Peter AnvinTry to HLT the processor during idle syslinux-3.81-pre4
2009-05-18 H. Peter Anvincore: change "Linux needs..." to "Syslinux needs..."
2009-05-18 H. Peter Anvinversion: set this version to 4.00
2009-05-18 H. Peter AnvinMove the NASM debugging options to a separate variable
2009-05-17 H. Peter Anvincore: move common module includes to common.inc
2009-05-17 H. Peter Anvincore: move real-mode callback code to callback.inc
2009-05-17 H. Peter Anvincore: add .textnr to layout.inc
2009-05-17 H. Peter Anvincore: move 32-bit code out of the .text16 segment
2009-05-17 H. Peter Anvincore: move "-g -F stabs" to NASMOPT
2009-05-17 H. Peter AnvinMerge branch 'master' into core32
2009-05-17 H. Peter Anvinbcopyxx: remove 16-bitisms syslinux-3.81-pre3
2009-05-17 H. Peter Anvinbcopyxx/memmove: fix alignment logic for reverse moves
2009-05-15 H. Peter AnvinFix clobber of the command line when using F-keys+LSS...
2009-05-15 H. Peter Anvincore: make auxseg a piece of address space assigned...
2009-05-15 H. Peter Anvincore: add pm_call convenience macro
2009-05-15 H. Peter Anvincore: make the intcall/farcall/cfarcall routines reentrant
2009-05-15 H. Peter Anvincore: make the COMBOOT API available to in-kernel PM...
2009-05-15 H. Peter Anvincore: move core definitions to include/core.h
2009-05-15 H. Peter Anvincore: rewrite rllpack in C
2009-05-15 H. Peter Anvincore: link with libcom32 and libgcc
2009-05-15 H. Peter Anvincore/diskstart.inc: break transactions on 64K boundaries
2009-05-15 H. Peter Anvincore/diskstart: handle more than 2^16 dwords
2009-05-14 H. Peter AnvinBUGS, TODO: deleted outdated, no longer maintained...
2009-05-14 H. Peter Anvincore: handle more than 32K of code for disk-based deriv...
2009-05-14 H. Peter Anvincore: adopt the naming convention core_* for exported...
2009-05-14 H. Peter Anvincore: syslinux.ld: explicitly mark .adv and .uibss...
2009-05-14 H. Peter AnvinFirst cut of doing 32-bit C code in the core
2009-05-14 H. Peter Anvincore: rename .text, .data and .bss to .text16, .data16...
2009-05-14 H. Peter Anvincore: zero bss and uibss; fix some section confusions
2009-05-14 H. Peter Anvincore: obsolete .bss1 and .bss2
2009-05-14 H. Peter Anvincore: move initial code to a new .init segment; unify...
2009-05-14 H. Peter Anvincore: simplify pm_call usage
2009-05-13 H. Peter Anvincore/pm.inc: shorten the time until we have a valid...
2009-05-13 H. Peter Anvincore/bcopy32.inc: provide correct output esi/edi from...
2009-05-13 H. Peter Anvincore/com32.inc: fix bits 16/bits 32 confusion
2009-05-13 H. Peter Anvinpm_call: only enable interrupts in PM if interrupts...
2009-05-13 H. Peter AnvinNew attempt at unify protected mode entry/exit
2009-05-05 H. Peter Anvinlinux.c32: replace the kernel name with BOOT_IMAGE= syslinux-3.81-pre2
2009-05-05 H. Peter Anvinlinux.c32: honor the "quiet" flag
2009-05-05 H. Peter Anvinbcopyxx: EDX already points to the GDT; no reason to...
2009-05-05 H. Peter Anvinload_linux.c: quiet warning
2009-05-05 H. Peter Anvinload_linux.c: consider a zImage kernel to be non-reloca...
2009-05-05 H. Peter Anvinload_linux.c: when relocating, need to update code32_start
2009-05-05 H. Peter Anvinload_linux.c: add missing header file
2009-05-05 H. Peter Anvinlinux.c32: cap the stack pointer to 0xfff0
2009-05-05 H. Peter AnvinNEWS: document linux.c32 fix. syslinux-3.81-pre1
2009-05-05 H. Peter Anvinshuffler: fix setting up esp in real-mode shuffles
2009-05-04 Sebastian Herbsztpoweroff: add copyright notice
2009-05-04 H. Peter AnvinNext version will probably be 3.81
2009-05-04 H. Peter Anvincore: remove vestiges of using nasm -f bin syslinux-3.80
2009-05-04 H. Peter AnvinNEWS: drop plans for a 3.76 release
2009-05-04 H. Peter AnvinDocument poweroff module.
2009-05-04 Sebastian Herbsztpoweroff COMBOOT module
2009-05-04 H. Peter Anvinmboot: handle ELF Multiboot kernel where paddr != vaddr
2009-05-03 H. Peter Anvinshuffler: when looking for temporary memory, it has... syslinux-3.80-pre8
2009-05-03 H. Peter Anvinmovebits: make the user-space test cases slightly easier
2009-05-03 H. Peter Anvinshuffler: correctly handle one-to-many relationships syslinux-3.80-pre7
2009-05-03 H. Peter Anvinshuffle: align the shuffle safe area
2009-05-03 H. Peter Anvinsyslinux_dump_memmap(): make it easier to spot errors
2009-05-02 H. Peter Anvinsyslinux_add_memmap(): fix failures at address zero...
2009-05-02 H. Peter Anvinmboot: align the stack to a 16-byte boundary
2009-05-02 H. Peter Anvinmboot: move setting regs.eax to mboot_run()
2009-05-02 H. Peter Anvinmboot: move map initialization out of map_image()
2009-05-02 H. Peter Anvinui.inc: when looking for whitespace in kernel names...
2009-05-02 Sebastian Herbsztpxechain: remove unused ipaddrbuf
2009-05-02 Sebastian Herbsztcore: make vk_rname default to mangled vk_vname
2009-05-01 H. Peter Anvingfxboot: increase bss alignment to 4K syslinux-3.80-pre6
2009-05-01 H. Peter Anvingfxboot: align buffers and move them into bss
2009-05-01 H. Peter AnvinNEWS: document isohybrid fix
2009-05-01 Pascal Terjanisohybrid: preserve MBR id in isohybrid
2009-05-01 Pascal Terjanisohybrid: support iso images over 2GB
2009-04-30 H. Peter AnvinDocument boot-once fix.
2009-04-30 H. Peter AnvinADV: EDD "write with verify" is AL=01h or AL=02h, not...
2009-04-30 H. Peter Anvincmenu: add .gitignore file
2009-04-30 H. Peter Anvinmboot: disable DEBUG
2009-04-30 H. Peter AnvinNEWS: update
2009-04-30 H. Peter Anvinlinux.c32: move handling of mem= and vga= into the... syslinux-3.80-pre5
2009-04-29 H. Peter Anvincore: make localboot another vkernel type syslinux-3.80-pre4
2009-04-29 H. Peter Anvinshuffle_pm: remove unused variables and includes
2009-04-29 H. Peter Anvinmemscan: use the contents of the ebda_seg, not the...
2009-04-29 H. Peter Anvinmboot: silence warning
2009-04-29 H. Peter AnvinMakefile: drop references to "make depend" syslinux-3.80-pre3
2009-04-29 H. Peter Anvinmboot: include module filenames in the command line
2009-04-28 H. Peter AnvinFix NASM dependency generation
2009-04-28 H. Peter AnvinUnify dependency generation: MCONFIG.embedded
2009-04-28 H. Peter AnvinUnify dependency generation: com32/lib, com32/cmenu
next