summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gptmbr: implement the new T13-approved GPT protocolH. Peter Anvin2010-06-113-52/+39
* syslinux: Correctly handle the case of installing into the rootH. Peter Anvin2010-06-092-4/+13
* setadv: asprintf() doesn't return an error codeH. Peter Anvin2010-06-091-4/+4
* syslxopt: add missing break;H. Peter Anvin2010-06-091-0/+1
* loadconfig: fold FAT pathname search into generic_load_configH. Peter Anvin2010-06-092-51/+36
* syslinux: provide for backwards compatibilityH. Peter Anvin2010-06-092-13/+26
* syslinux: don't break -o just yet; print warning and resumeH. Peter Anvin2010-06-094-19/+44
* Unify instances of integer log2H. Peter Anvin2010-06-094-15/+53
* Clean up warnings in previous checkinH. Peter Anvin2010-06-092-2/+8
* Make syslinux installer real "pathbased"Alek Du2010-06-098-22/+43
* mboot.c32: don't rely on possibly incomplete fieldsH. Peter Anvin2010-06-081-6/+9
* mboot.c32: handle non-self-terminating imagesH. Peter Anvin2010-06-081-6/+14
* menu docs: document MENU SAVE caveat with RAID-1Ferenc Wagner2010-06-071-1/+6
* extlinux: add a --menu-save optionThomas Bächler2010-06-074-2/+19
* extlinux docs: recommend the --raid optionFerenc Wagner2010-06-071-3/+3
* docs: explain the danger of IPAPPEND 1Ferenc Wagner2010-06-071-5/+4
* chain.c32: add support for loading GRUB stage2Paul Bolle2010-06-071-0/+19
* MENU IMMEDIATE: hotkeys which do not require Entersyslinux-4.00-pre47H. Peter Anvin2010-05-273-6/+31
* Merge remote branch 'origin/master' into pathbasedsyslinux-4.00-pre46H. Peter Anvin2010-05-201-1/+1
|\
| * isohybrid: use getopt_long_only()syslinux-3.8xH. Peter Anvin2010-05-201-1/+1
* | Merge remote branch 'origin/master' into pathbasedH. Peter Anvin2010-05-206-13/+670
|\ \ | |/
| * isohybrid: create a C versionP. J. Pandit2010-05-205-2/+655
| * cat.c32: handle multiple files, use argv[0], copy 4K at a timeH. Peter Anvin2010-05-201-11/+14
* | unify common parts of extlinux and syslinux installerAlek Du2010-05-2014-658/+754
* | syslinux: fix sector arraysAlek Du2010-05-203-4/+4
* | Restore skip CR and LF in the comboot API copies of the banner stringsH. Peter Anvin2010-05-171-2/+2
* | core: fix "sector size" confusionsyslinux-4.00-pre45H. Peter Anvin2010-05-149-52/+47
* | diskstart: print CHS/EDD instead of CBIOS/EBIOSH. Peter Anvin2010-05-141-2/+2
* | comboot: fix comapi_openSebastian Herbszt2010-05-141-0/+5
* | FAT: need to track the current position past discontinuitiessyslinux-4.00-pre44H. Peter Anvin2010-05-131-25/+14
* | diskio: compare to the proper pointerH. Peter Anvin2010-05-131-1/+1
* | fat: fix confusion between byte and sector countsH. Peter Anvin2010-05-131-10/+11
* | diskio: make maxtransfer per-device, cap to 127, imported from headsyslinux-4.00-pre43H. Peter Anvin2010-05-126-22/+40
* | syslinux.ld: don't pad between .got and .dataH. Peter Anvin2010-05-121-2/+0
* | diskio: sanitize the reduced transfer sizesH. Peter Anvin2010-05-121-3/+6
* | cmenu: remove obsolete Makefile rulessyslinux-4.00-pre42H. Peter Anvin2010-05-121-15/+0
* | MCONFIG: add MCONFIG.devel for use from git, removed in tarballsH. Peter Anvin2010-05-123-1/+8
* | installers: fix warningsH. Peter Anvin2010-05-123-3/+6
* | hdt-cli.c: clean up unused warningsH. Peter Anvin2010-05-121-1/+4
* | adv_menu.tpl: fix type of login_handler()H. Peter Anvin2010-05-121-1/+3
* | complex.c: fix warningsH. Peter Anvin2010-05-121-0/+4
* | libmenu/des.c: fix signedness errorH. Peter Anvin2010-05-121-4/+3
* | libmenu/passwords.h: function declaration isn't a prototypeH. Peter Anvin2010-05-121-1/+1
* | libmenu/syslnx.c: mark ipappend usedH. Peter Anvin2010-05-121-0/+2
* | rosh.c: mark argument usedH. Peter Anvin2010-05-121-0/+2
* | readconfig.c: avoid uninitialized variable warningsH. Peter Anvin2010-05-121-3/+3
* | cat.c32: remove unused variableH. Peter Anvin2010-05-121-1/+0
* | vpdtest.c32: remove unused variableH. Peter Anvin2010-05-121-1/+0
* | sdi.c32: remove unused variableH. Peter Anvin2010-05-121-1/+0
* | pcitest.c32: mark argc/argv usedH. Peter Anvin2010-05-121-0/+3