summaryrefslogtreecommitdiff
path: root/com32/lib/syslinux
Commit message (Expand)AuthorAgeFilesLines
* movebits: rewrite significant chunks of the algorithmsyslinux-3.63-pre5H. Peter Anvin2008-04-091-166/+246
* zonelist.c: Fix the coalescing of identical rangesH. Peter Anvin2008-04-091-7/+6
* movebits: use the memmap data structure for the freelistH. Peter Anvin2008-04-081-152/+80
* movebits: handle the case of an upward overlap move with obstaclesH. Peter Anvin2008-04-081-115/+187
* Whitespace cleanup...syslinux-3.62-pre11H. Peter Anvin2008-02-192-7/+7
* Actually implement syslinux_ipappend_strings()H. Peter Anvin2008-02-191-0/+58
* The shuffle descriptors need to be unused for input *and* outputsyslinux-3.62-pre3H. Peter Anvin2008-02-121-5/+17
* Change the minimum number of shuffle descriptors to 64.H. Peter Anvin2008-02-121-1/+1
* Query the shuffle descriptor set size and use itH. Peter Anvin2008-02-121-1/+14
* shuffle: avoid computing block lists that will never convergeH. Peter Anvin2008-02-111-4/+8
* Handle arbitrary numbers of shuffle descriptorsH. Peter Anvin2008-02-112-22/+147
* Merge commit 'origin/master' into advH. Peter Anvin2008-01-1031-31/+31
|\
| * Update copyright yearH. Peter Anvin2008-01-1027-27/+27
* | syslinux_setadv(): handle size == 0, error on size > 255H. Peter Anvin2007-12-131-12/+18
* | Library routines for manipulating ADV dataH. Peter Anvin2007-12-133-1/+175
* | Initial support for auxilliary data vectorH. Peter Anvin2007-12-132-0/+94
|/
* Optional debugging code for shuffle and boot and load_linuxsyslinux-3.53-pre2H. Peter Anvin2007-11-022-0/+41
* Add syslinux_reboot()H. Peter Anvin2007-07-201-0/+47
* Implement syslinux_serial_console_info()H. Peter Anvin2007-05-311-0/+52
* More tweaks to allow bigger stack/heap, and boot protocol adjustmentssyslinux-3.50-pre7H. Peter Anvin2007-05-071-1/+1
* Make more space for the heap when doing so is possibleH. Peter Anvin2007-05-051-13/+16
* Add wrapper function syslinux_run_kernel_image()syslinux-3.50-pre6H. Peter Anvin2007-04-261-0/+65
* Add syslinux_local_boot() wrapper functionH. Peter Anvin2007-04-041-0/+42
* pxe_get_cached.c: readability improvement.H. Peter Anvin2007-04-031-2/+2
* A few more syslinux wrapper functionH. Peter Anvin2007-04-033-0/+128
* Fix the handling of namelen and argument parsing in linux.c32Ferenc Wagner2007-04-031-1/+1
* SYSLINUX API headers, and beginning of implementation.H. Peter Anvin2007-03-201-0/+41
* Stealth whitespace cleanupH. Peter Anvin2007-03-201-1/+1
* Add interface for querying the syslinux feature flags.H. Peter Anvin2007-03-201-0/+51
* Move <syslinux.h> to <syslinux/idle.h>; clean up libutil do_idle()H. Peter Anvin2007-03-201-0/+57
* initramfs chain handling: add support for forcing the alignment.H. Peter Anvin2007-03-154-12/+44
* Library functions for manipulating initramfsH. Peter Anvin2007-03-155-0/+386
* Initial library support for booting a Linux kernelH. Peter Anvin2007-03-151-0/+293
* PXE header support; higher-level function for PXE GET_CACHED_INFOH. Peter Anvin2007-03-151-0/+81
* Stealth whitespace cleanup (automated)H. Peter Anvin2007-03-1410-40/+38
* Add a register-setting shuffle and boot for real mode; clean up headers.syslinux-3.40-pre14H. Peter Anvin2007-03-142-8/+11
* Finish the shuffle and boot interface, and add an ELF loading module.H. Peter Anvin2007-03-1410-98/+502
* Wrapper infrastructure for "shuffle and boot"H. Peter Anvin2007-03-127-0/+892