summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-03262-1459/+1321
|
* libfat: stealth whitespace cleanupH. Peter Anvin2006-05-038-37/+28
|
* Document fixes to mboot.c32syslinux-3.20-pre7H. Peter Anvin2006-03-171-0/+1
|
* Remove stealth whitespaceH. Peter Anvin2006-03-179-179/+179
|
* mboot.c32:load ELF segments from the segment headerTim Deegan2006-03-171-4/+60
| | | | | | | | | | Load sections from the ELF section headers as well as the program headers, for kernels which need symbol and debug info but don't ask for them in the program headers. Bump the version number to reflect this change. Signed-off-by: Tim Deegan <Tim.Deegan@cl.cam.ac.uk>
* mboot.c32: clear inputs to BIOS callsTim Deegan2006-03-171-1/+3
| | | | | | Zero the inputs to BIOS calls, to fix two bugs in mboot.c32's E820 mmap code. Signed-off-by: Tim Deegan <Tim.Deegan@cl.cam.ac.uk>
* Remove definition of CLK_TCK redundant with get_key.hH. Peter Anvin2006-03-121-4/+0
|
* Define CLK_TCK globallyH. Peter Anvin2006-03-121-0/+5
|
* Invert the sense of ARENA_SIZE_MASK to be consistent with klibcH. Peter Anvin2006-01-193-5/+5
|
* Update to the complex menu systemsyslinux-3.20-pre6Murali Krishnan Ganapathy2006-01-1921-221/+1435
|
* Clean up the handling of "extended whitespace"; fix typosH. Peter Anvin2006-01-193-8/+13
|
* com32's realloc functionsyslinux-3.20-pre5Kenneth Fyfe2006-01-161-1/+1
| | | | | | | | | | | | | | Hello list, I've been playing with com32 programs lately and I've come across a a problem with the realloc function in libcom32. The code that rounds up the size looks to be missing a '~' operator, resulting in it truncating every request to a size of 0-15 bytes. The little patch below fixes it up to match the corresponding line in malloc, which makes it work for me. K.
* Add missing files to menu subdirectoryMurali Krishnan Ganapathy2006-01-095-10/+379
| | | | | | Just realised that the patch I sent before did not contain the new files added. I am attaching the new files (to be put in "menu" subdirectory). - Murali
* Handle "ontimeout" with label correctly in menu.c32; add "menu shiftkey"syslinux-3.20-pre4H. Peter Anvin2006-01-073-5/+59
|
* advanced menu patchMurali Krishnan Ganapathy2005-12-167-43/+146
| | | | | | | Python code to generate C code from ini-like file format and changes to libmenu to accomodate a one pass parser. Diff is against 3.20-pre3 - Murali
* The 62nd character in base64 is +, not .syslinux-3.20-pre3H. Peter Anvin2005-10-031-1/+2
|
* Fix the proper tagssyslinux-3.20-pre2H. Peter Anvin2005-09-251-2/+2
|
* cg-export, unlike cvs export -d, wants the target directory to not existH. Peter Anvin2005-09-251-2/+0
|
* Tag prereleases correctlyH. Peter Anvin2005-09-251-1/+1
|
* Remove additional CVS referencesH. Peter Anvin2005-09-251-7/+0
|
* Update release procedure to use "git" instead of CVSH. Peter Anvin2005-09-251-4/+10
|
* 3.20, not 3.12syslinux-3.20-pre1hpa2005-09-251-0/+7
|
* Clean up the EDD code furtherhpa2005-09-251-7/+32
|
* The EDD stuff doesn't work yet.hpa2005-09-251-1/+1
|
* Beginnings of a file-moving APIhpa2005-09-2511-6/+640
|
* Fix uninitialized variableshpa2005-09-221-2/+2
|
* Add update-only mode to extlinux; use ithpa2005-09-223-26/+60
|
* If /boot/extlinux.conf exists, then run the extlinux installerhpa2005-09-221-0/+3
|
* EDD code, not enabled by defaulthpa2005-09-201-4/+143
|
* Be a bit less pseudo-codeishhpa2005-09-141-1/+2
|
* Don't expect rpm to break hard links for us.hpa2005-09-101-1/+4
|
* Document "ontimeout" working in SMShpa2005-08-311-0/+1
|
* NILO is dead, long live Etherboothpa2005-08-311-3/+3
|
* Quicker timeout clearsyslinux-3.11-pre11syslinux-3.11hpa2005-08-301-6/+2
|
* Fix generation of dependencies for isolinux; fix totaltimeout commandhpa2005-08-303-13/+15
|
* Document new timeout behaviourhpa2005-08-301-0/+2
|
* New "totaltimeout" option; change the menu behaviour on timeout.hpa2005-08-3013-72/+256
|
* Correct the enabling of the 16550A FIFOsyslinux-3.11-pre10hpa2005-08-302-10/+15
|
* Enable the 16550A FIFO when doing serial consolesyslinux-3.11-pre9hpa2005-08-292-1/+24
|
* Workaround for the no physical floppy scenariohpa2005-08-292-14/+13
|
* A few more edit keys; faster [Tab] operationsyslinux-3.11-pre8hpa2005-08-291-9/+49
|
* timeoutrow -> 18hpa2005-08-281-1/+1
|
* Reorganize so that a 512-character command line fits on an 80x24 screenhpa2005-08-281-6/+6
|
* Document TIMEOUTROWsyslinux-3.11-pre7hpa2005-08-281-0/+1
|
* Revert USE_PXE_PROVIDED_STACK change.hpa2005-08-282-1/+10
|
* More emacsy keybindingshpa2005-08-281-2/+4
|
* Display autoboot countdownsyslinux-3.11-pre6hpa2005-08-281-13/+44
|
* Document menu system updateshpa2005-08-281-0/+2
|
* Handle 512-character command lineshpa2005-08-281-1/+2
|
* Better command-line editinghpa2005-08-281-20/+69
|