summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* We now officially support FQDNs in TFTP prefixes.syslinux-3.00-pre5hpa2004-12-284-22/+30
|
* Correct bogus register usagehpa2004-12-281-12/+14
|
* Fix pxelinux relocation; work around infinite loop in pxelinux mangle_namehpa2004-12-286-22/+24
|
* Add layout filehpa2004-12-281-0/+55
|
* Support shift in/shift out -> DEC VT symbols;hpa2004-12-271-2/+32
| | | | Support terminal reset
* Save list of DNS servers; do DNS lookup for hostnameshpa2004-12-272-4/+44
|
* Use skip of 2 for the magic A20 numbershpa2004-12-271-6/+5
|
* More work on using sections for memory alignment. Make bcopy32 alwayshpa2004-12-278-109/+62
| | | | | live in low memory so we don't have to do a bunch on-the-fly relocation, and produce map files.
* Reorganize memory slightly; split .bss into .bss and .earlybss andhpa2004-12-275-28/+56
| | | | | move its base down to 0800h; relocate pxelinux since it needs copious amounts of bss.
* Complete the DNS resolver.hpa2004-12-271-15/+86
|
* Minor cleanupshpa2004-12-271-6/+10
|
* More work on the DNS resolver; now just need the reply parserhpa2004-12-271-1/+163
|
* More work on the DNS resolverhpa2004-12-271-21/+18
|
* Beginnings of a DNS resolverhpa2004-12-271-0/+115
|
* Write the partition offset into the superblock as we are supposed to.syslinux-3.00-pre4hpa2004-12-221-4/+11
|
* Fix the -m and -a options for Win32; add support for a boot sector filehpa2004-12-223-23/+54
| | | | for Win32; minor cleanups.
* Add MBR-writing options to the Win32 installer. Probably should besyslinux-3.00-pre3hpa2004-12-225-16/+177
| | | | added to the DOS installer at some point, too.
* Detect null filenames correctly (problems in both pxelinux and extlinux)syslinux-3.00-pre2hpa2004-12-226-3/+7
|
* Support cursor on/cursor off sequences, and use them in the menu systemhpa2004-12-222-19/+61
|
* Fix handling of attributes when clearing the screen.hpa2004-12-221-1/+1
|
* 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
| | | | Add cat.c32 as one of the sample programs.
* 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
| | | | Add a dummy MENU command to specify menu-specific options.
* More work on menu module. Looks like the file libc isn't quite therehpa2004-12-216-43/+243
| | | | yet; however, debugging needed.
* 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
| | | | this allows us to detect the Esc key.
* 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
| | | | the [Esc] key.