summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support alternate TFTP servers via filename syntax.syslinux-3.00-pre1hpa2004-12-225-32/+161
* 2.20 -> 3.00hpa2004-12-221-1/+1
* Let's call the next version 3.00hpa2004-12-222-2/+2
* Better document how to do chain loading.syslinux-2.20-pre14hpa2004-12-222-0/+25
* Fix pointers/block calculationhpa2004-12-221-0/+1
* Fix bugs in the conversion to partition-relative sector numbershpa2004-12-221-3/+3
* Fix handling of -o offsethpa2004-12-223-20/+20
* Fix miscompare of FAT32hpa2004-12-221-3/+3
* Allow creation of FAT32 filesystemshpa2004-12-221-9/+23
* Handle partition offsethpa2004-12-222-4/+5
* Be more picky about syntax.hpa2004-12-221-1/+1
* 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