summaryrefslogtreecommitdiff
path: root/com32
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the prototypes for syslinux_shuffle_boot_*()H. Peter Anvin2008-02-123-12/+12
* simple menu: extend command line size to 2047 charactersH. Peter Anvin2008-02-121-2/+2
* 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
* simple menu: support sha256 and sha512 passwordsH. Peter Anvin2008-02-101-8/+35
* com32/*: move _GNU_SOURCE definitions into MakefilesH. Peter Anvin2008-02-105-5/+2
* libutil: add header file <xcrypt.h> for extended crypt routinesH. Peter Anvin2008-02-103-0/+12
* mempcpy(): correct naming of the mempcpy() functionH. Peter Anvin2008-02-101-4/+4
* simple menu: update copyright notices; clean whitespaceH. Peter Anvin2008-02-108-15/+26
* simple menu: break password comparisons out into a separate fileH. Peter Anvin2008-02-104-53/+71
* menu.c: add missing return statementH. Peter Anvin2008-02-101-0/+1
* Simple menu system: move to dedicated subdirectoryH. Peter Anvin2008-02-109-14/+105
* menu: clean up and fix MD5 password codeH. Peter Anvin2008-01-282-53/+61
* meminfo.c32: a program to dump out the system memory mapH. Peter Anvin2008-01-222-1/+110
* Standardize format for copyright lines and updateH. Peter Anvin2008-01-162-3/+3
* elf.c32: a PHDR segment is loadable; handle filesz > memszH. Peter Anvin2008-01-151-10/+14
* SHA1 passwords: initialize the context before saltingJeffrey Hutzelman2008-01-141-2/+2
* Merge commit 'origin/master' into advH. Peter Anvin2008-01-10116-116/+116
|\
| * Update copyright yearH. Peter Anvin2008-01-10109-109/+109
* | Merge commit 'syslinux-3.55-pre4' into advsyslinux-3.60-pre7H. Peter Anvin2008-01-043-4/+248
|\ \ | |/
| * Handle vga={ask|normal|ext} in linux.c32syslinux-3.55-pre4H. Peter Anvin2008-01-041-2/+16
| * Add simple module to load and run a protected-mode raw binaryH. Peter Anvin2008-01-032-2/+232
* | syslinux_setadv(): handle size == 0, error on size > 255H. Peter Anvin2007-12-131-12/+18
* | Library routines for manipulating ADV dataH. Peter Anvin2007-12-136-2/+224
* | Initial support for auxilliary data vectorH. Peter Anvin2007-12-136-1/+204
|/
* Separate attribute control for disabled menu itemssyslinux-3.54-pre1H. Peter Anvin2007-12-101-3/+7
* Fix handling of VESA modes with noncontiguous memory buffersH. Peter Anvin2007-12-103-9/+10
* Add "menu separator", "menu indent", "menu disabled"H. Peter Anvin2007-11-213-8/+61
* Add missing thunk function for cfarcallH. Peter Anvin2007-11-201-0/+11
* Add support for thunking cdecl/stdcall-style real-mode codeH. Peter Anvin2007-11-203-6/+11
* struct term_state: remove duplicate .xy and unused .attrH. Peter Anvin2007-11-202-2/+0
* Preserve ES:DI instead of probing for $PnPsyslinux-3.53-pre5H. Peter Anvin2007-11-141-0/+6
* Add sha256crypt and sha512crypt; not yet enabledH. Peter Anvin2007-11-097-3/+1577
* Optional debugging code for shuffle and boot and load_linuxsyslinux-3.53-pre2H. Peter Anvin2007-11-022-0/+41
* Makefiles: create NASMOPT variableH. Peter Anvin2007-10-103-3/+6
* elf.c: better error message when memory is unavailableH. Peter Anvin2007-10-021-1/+2
* Fix building on a 64-bit system without a 32-bit system installedsyslinux-3.52-pre10syslinux-3.52H. Peter Anvin2007-09-248-27/+80
* localboot.c32: sample/test program for invoking syslinux_local_boot()H. Peter Anvin2007-09-212-0/+10
* Clean up some of the new PCI code from Erwan Velu.syslinux-3.52-pre7H. Peter Anvin2007-08-162-84/+97
* Improving PCI collected informationsErwan Velu2007-08-164-36/+295
* Add reboot.c32 modulesyslinux-3.52-pre6H. Peter Anvin2007-08-142-1/+18
* com32: fix __farcall()H. Peter Anvin2007-08-141-2/+3
* Handle plural correctly in countdown.H. Peter Anvin2007-07-252-3/+49
* Add header file missing from previous checkin (md5.h)H. Peter Anvin2007-07-241-0/+46
* Add support for Unix-standard MD5 passwordH. Peter Anvin2007-07-246-11/+583
* Correctly handle switches between graphics and text modeH. Peter Anvin2007-07-242-4/+6
* Make the hidden timeout behaviour match the rest of the menuH. Peter Anvin2007-07-241-4/+4