summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Speed improvementsyslinux-2.06-pre3hpa2003-08-221-10/+11
|
* Make ppmtolss16 fully compliant with the PNM spec.hpa2003-08-222-28/+97
|
* ppmtolss16: handle header commentshpa2003-08-222-13/+54
|
* Add functional equivalent to sync()hpa2003-08-221-2/+16
|
* Fix ISOLINUX directory length bugsyslinux-2.06-pre2hpa2003-08-222-2/+5
|
* Minor code cleanup.syslinux-2.06-pre1hpa2003-08-221-17/+15
|
* It's not just SYSLINUX that's affected by the length bug.hpa2003-08-221-2/+2
|
* Fix bug that would occationally cause I/O errors depending on thehpa2003-08-223-2/+6
| | | | size of the kernel.
* Clean up address assignment cleanersyslinux-2.05hpa2003-07-151-31/+44
|
* Add list of known bugs; update TODOhpa2003-07-153-21/+9
|
* MEMDISK overlap fixsyslinux-2.05-pre4hpa2003-07-151-1/+5
|
* Fix overlap handling properly (we hope)hpa2003-07-153-35/+57
|
* New win32 installer; librarize some stuffsyslinux-2.05-pre3hpa2003-07-118-241/+102
|
* Win32 installerhpa2003-07-112-0/+325
|
* Remove bogus commenthpa2003-07-111-4/+0
|
* Add binmode declaration for mkdiskimagehpa2003-07-011-0/+1
|
* Try to make files locale compliantsyslinux-2.05-pre2hpa2003-07-011-0/+2
|
* Try to make Perl scripts locale complianthpa2003-07-017-3/+35
|
* COM32: Try to support both farcall and intcallhpa2003-07-018-30/+104
|
* Update: fix non-IP-config-fileshpa2003-07-011-0/+1
|
* Fix bug related to non-IP-based config file nameshpa2003-07-011-3/+3
|
* Formatting changes; comboot bug fix(?)syslinux-2.05-pre1hpa2003-05-202-3/+8
|
* Clean up a bit.hpa2003-05-201-9/+15
|
* Query once based on MAC address.hpa2003-05-202-22/+86
|
* Next version will be 2.05hpa2003-05-202-1/+3
|
* Explain why we're doing this insane movl ...,%eaxhpa2003-04-211-0/+1
|
* Get the actual high paragraph rather than just blindly reporting 64Khpa2003-04-161-1/+5
|
* Document: added spec filesyslinux-2.04hpa2003-04-161-0/+2
|
* [ foo ] && bar results in exit 1 if not foosyslinux-2.04-pre4hpa2003-04-161-1/+1
|
* Only ldconfig if we're not using an INSTALLROOThpa2003-04-161-1/+1
|
* Modernize macro usehpa2003-04-161-7/+7
|
* Correct: %postin -> %posthpa2003-04-161-1/+1
|
* Hack around RPM versioning issues for nowhpa2003-04-162-6/+15
|
* Generate RPM-compatible pre-release numbers (2.04-pre3 -> 2.03.3)hpa2003-04-161-0/+9
|
* Change syslinux.spec -> syslinux.spec.inhpa2003-04-161-1/+3
|
* Add spec file to repository, so we can use rpmbuild -ta in the futurehpa2003-04-161-0/+162
|
* Make libsyslinux available as a shared library.hpa2003-04-162-4/+19
|
* Add <stdbool.h>hpa2003-04-161-0/+33
|
* Document 2.03 E820 memory map bugsyslinux-2.04-pre2hpa2003-04-161-0/+3
|
* Clearness cleanuphpa2003-04-161-5/+5
|
* Fix installing the E820 data into MEMDISKhpa2003-04-162-4/+5
|
* Make the e820test program work againhpa2003-04-162-3/+18
|
* Fix memory computation error for MEMDISKhpa2003-04-162-2/+5
|
* Pass O_LARGEFILE to open() in case we want to link on something thathpa2003-04-161-3/+4
| | | | | | doesn't have _FILE_OFFSET_BITS=64, like klibc. We only touch the first 512 bytes regardless, so it's completely harmless even if we only get 32 bits.
* Resurrect the no-mtools installersyslinux-2.04-pre1hpa2003-04-163-2/+499
|
* Nuke directories named CVS. Apparenly cvs export -d is broken, and putshpa2003-04-161-0/+4
| | | | a CVS directory in the root of the export (only...)
* Make sure to protect equ-using %if when running make dependhpa2003-04-161-0/+2
|
* Working on version 2.04hpa2003-04-161-1/+1
|
* PXELINUX: Support large blocks (blksize 1468)syslinux-2.03-pre5hpa2003-04-164-117/+273
|
* Macroize the generation of the "insufficient DOS RAM string";hpa2003-04-156-31/+86
| | | | | Actually use the 1000h segment instead of letting it go to waste; Set comboot_seg == real_mode_seg to save 40K