aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the automatic appending of "auto".syslinux-1.54-pre3hpa2001-03-284-16/+17
* Document documentation change.hpa2001-03-281-0/+2
* Explain that old Intel PXE stacks have allergy to PMTU discovery.hpa2001-03-281-4/+12
* Add hack that hopefully will make -s mode less necessarysyslinux-1.54-pre2hpa2001-03-282-9/+12
* Working on version 1.54.syslinux-1.54-pre1hpa2001-03-203-2/+7
* Update documentation in preparation of 1.53 releasesyslinux-1.53hpa2001-03-112-60/+86
* Fix offset for !PXE pointer passed on stack.hpa2001-03-101-3/+3
* Add gethostip.c to the list of SOURCESsyslinux-1.53-pre5hpa2001-03-101-1/+1
* Explicit rule gethostip.c -> gethostip.ohpa2001-03-101-0/+2
* More robust DHCP parsing; document "gethostip" program.hpa2001-03-104-82/+190
* New program "gethostip" that can be used to print out hexadecimalhpa2001-03-101-0/+135
* Clean up core files, too.hpa2001-03-101-1/+1
* Be a little more explicit about keeping the PXE and UNDI stacks in memory.syslinux-1.53-pre4hpa2001-03-091-6/+8
* Allow the PXELINUX "localboot" option to specifying the boot type.hpa2001-03-092-8/+18
* Actually look at the flag passed to "localboot"syslinux-1.53-pre3hpa2001-03-081-4/+7
* Support "localboot" option for PXELINUX.syslinux-1.53-pre2hpa2001-03-084-9/+55
* Rename pxelinux.bin to pxelinux.0 to match common PXE server conventions.syslinux-1.53-pre1hpa2001-02-273-19/+52
* Fix confusing/incorrect comments about host vs network byte orderhpa2001-02-081-4/+4
* 1.52 happened, next (possible) stop 1.53hpa2001-02-081-1/+1
* Add boot server address to ip= option.syslinux-1.52hpa2001-02-081-2/+2
* *** empty log message ***hpa2001-02-082-18/+47
* Support for ip= option in PXELINUX.syslinux-1.52-pre2hpa2001-02-085-32/+182
* Document documentation updates.hpa2001-02-071-0/+1
* Update to add info about new PXE stacks and about atftp.hpa2001-02-071-9/+15
* Update dates; remove note about floppy disk bug in 2.1.x kernels.hpa2001-02-071-8/+1
* Remove version number and release dates from the documentation, sincehpa2001-02-072-5/+2
* Don't rely on SS -> zero_seg, since that will NOT be true in general forsyslinux-1.52-pre1hpa2001-02-072-24/+24
* Realized the nature of the A20/PXELINUX problem: On SYSLINUX SS = CS,hpa2001-02-071-2/+3
* Working on release 1.52hpa2001-02-072-1/+5
* Put in musing about adding a handful of DOS syscalls, and why.syslinux-1.51hpa2001-01-241-3/+15
* Note that we don't wraparound on the serial portsyslinux-1.51-pre7hpa2001-01-241-0/+2
* Don't do wraparound on the serial port - that's the terminal's jobhpa2001-01-242-2/+4
* Reduce the io_delay to make the A20 slowdown less severesyslinux-1.51-pre6hpa2001-01-222-4/+0
* Fix E820 code; clean up some of the old debugging support and put insyslinux-1.51-pre5hpa2001-01-212-184/+110
* Try to make the A20 delay loops a bit more consistent.hpa2001-01-212-6/+6
* Move uuencoded prerelease files into a subdirectory.hpa2001-01-191-2/+2
* Yet more fixes to the new A20 code.syslinux-1.51-pre4hpa2001-01-192-8/+28
* Fix really embarrassing A20 test bug.hpa2001-01-192-2/+2
* Bug fixes (we hope!) to both the E820 and new A20 code.hpa2001-01-192-26/+22
* INT 15h, AX=0E820h memory detection support.syslinux-1.51-pre3hpa2001-01-193-2/+107
* Yet another round of A20 changes.syslinux-1.51-pre2hpa2001-01-193-64/+193
* Change prerel directories to be named -prehpa2000-12-291-1/+1
* Name prereleases something with "-pre" in them, for clarity.hpa2000-12-291-2/+2
* Correct prerelease generation.hpa2000-12-291-1/+1
* More sane handling of prereleases, I hope.hpa2000-12-291-3/+5
* Working on version 1.51syslinux-1.51-pre1hpa2000-12-291-1/+1
* PXELINUX: Handle cached info packets 2 and 3hpa2000-12-291-0/+5
* If packet 2 doesn't contain a valid IP address, try packet 3 anyway...hpa2000-12-291-7/+21
* First we query packet 2 (DHCPACK).hpa2000-12-291-2/+2
* Try to get the stuff from cached query packets 2 and 3 correct.hpa2000-12-291-9/+23