summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update the Win32 installer.syslinux-2.20-pre13hpa2004-12-222-34/+90
* Support timeout in the menusyslinux-2.20-pre12hpa2004-12-215-20/+60
* Add NOESCAPE command to disable Shift key; update NEWS.hpa2004-12-215-0/+18
* Document the need/lack thereof to run the installer.hpa2004-12-211-0/+11
* extlinux: Document need for MBR, and usage on a RAID system.hpa2004-12-213-2/+57
* I think the menu system actually works now...syslinux-2.20-pre11hpa2004-12-216-23/+125
* Add strlcpy(), strlcat()hpa2004-12-212-0/+57
* Add [v]asprintfhpa2004-12-212-0/+55
* Config file is extlinux.confhpa2004-12-211-2/+2
* We have strcpy, use ithpa2004-12-211-5/+1
* Fix argv parsinghpa2004-12-212-4/+8
* Fix typohpa2004-12-211-1/+1
* Add an API function to get the IPAPPEND strings.hpa2004-12-216-26/+111
* More work on menu module. Looks like the file libc isn't quite therehpa2004-12-216-43/+243
* Add code to edit the command line in the simple menuhpa2004-12-214-47/+157
* Initial work on simple menu system; add <minmax.h> to libutilhpa2004-12-202-0/+284
* Actually get things working with nonblocking raw console read;hpa2004-12-206-25/+21
* Add support to deal with EAGAINhpa2004-12-201-1/+7
* Make the raw input console non-blocking with a timeout, allows handlinghpa2004-12-2010-28/+114
* Fix EQUshpa2004-12-201-4/+2
* Clean up some old craphpa2004-12-201-92/+42
* Actually fix the block calculation. I think it works now.syslinux-2.20-pre10hpa2004-12-201-25/+17
* Further fixes to linear address computation, now works for indirecthpa2004-12-201-56/+55
* More docs.syslinux-2.20-pre9hpa2004-12-202-0/+36
* Update some documentationhpa2004-12-203-2/+11
* Fix regparm in libcom32; make extlinux actually work; add 3840K supporthpa2004-12-205-32/+40
* Use %define instead of equ to work around NASM 0.98.38 bug;hpa2004-12-202-4/+7
* More fixes to the extlinux installer; change back to writable typeshpa2004-12-202-22/+41
* Further clean up the ext*fs installerhpa2004-12-202-35/+111
* extlinux installer.hpa2004-12-204-16/+609
* Make extlinux actually compile. No words on actually working, yet;hpa2004-12-192-60/+57
* A lot more work on extlinux. Should have most of the pieces now;hpa2004-12-193-35/+258
* Document compressed vkernels.syslinux-2.20-pre8hpa2004-12-191-0/+4
* Make compressed vkernels actually work.hpa2004-12-191-4/+9
* Fix some additional common code issues; fix dangling ES in pxelinuxhpa2004-12-196-54/+5
* More common code cleanup; actually use the code to compress vkernelshpa2004-12-1910-265/+195
* Update with fixed version from the dos directoryhpa2004-12-191-4/+8
* Make DOS installer use our homegrown 64-bit dividesyslinux-2.20-pre7hpa2004-12-193-2/+62
* Beef up the sanity checking of the boot sector. For really better checkinghpa2004-12-198-88/+145
* Make the DOS-based installer actually work; mark debugging statementssyslinux-2.20-pre6hpa2004-12-183-28/+63
* Fix handling of alignment issueshpa2004-12-185-11/+11
* Fix dec/hex bug in crt0.S; do -msoft-float just in casehpa2004-12-182-5/+9
* Resurrect printf(), and create a library. This way we can use printf()hpa2004-12-182-3/+310
* Flesh out getfssechpa2004-12-171-13/+55
* Additional fixes for the proper argc/argv parsinghpa2004-12-173-6/+4
* More regparmizationhpa2004-12-171-0/+8
* Add code to parse argc, argv; REGPARM-ize assembly codehpa2004-12-172-3/+100
* Actually parse argc/argv properly.hpa2004-12-174-37/+104
* Output \n as \r\nhpa2004-12-171-0/+2
* Character to print goes in DL, not in BLhpa2004-12-171-2/+2