summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* disklib: make CHS calculation match core/fs/diskio.cdisklibMichal Soltys2010-10-131-6/+6
* disklib: updates to params/read/write functionsMichal Soltys2010-10-121-38/+24
* Merge remote branch 'origin/disklib' into disklibdevMichal Soltys2010-10-1215-36/+199
|\
| * Merge branch 'master' into disklibH. Peter Anvin2010-10-0815-36/+199
| |\
| | * Merge remote branch 'genec/rosh_for_hpa'syslinux-4.03-pre4H. Peter Anvin2010-10-083-24/+99
| | |\
| | | * Merge branch 'm' into rosh_for_hpaGene Cumm2010-07-2671-1266/+973
| | | |\
| | | * | rosh: show environmentGene Cumm2010-07-072-5/+35
| | | * | rosh: more remove unneeded checkGene Cumm2010-07-071-2/+2
| | | * | rosh: move ioctl.h include for Linux-onlyGene Cumm2010-07-071-1/+1
| | | * | rosh: bump buildGene Cumm2010-07-071-1/+1
| | | * | rosh: more: overallocation, better feedback for debugGene Cumm2010-07-071-3/+6
| | | * | rosh: make getscreensize more effective and usableGene Cumm2010-07-071-5/+16
| | | * | rosh: move scrbuf to more's main function; malloc and free oversize buffer.Gene Cumm2010-07-071-6/+12
| | | * | rosh: more: if it's the first line, dump it to screen for now even if it's to...Gene Cumm2010-07-071-2/+3
| | | * | rosh: fix displaying too many lines because a line is too long.Gene Cumm2010-07-071-3/+9
| | | * | rosh: fix the DATE macro stuffGene Cumm2010-07-071-0/+2
| | | * | rosh: begin to add Syslinux version string with DATEGene Cumm2010-07-072-4/+20
| | * | | core: fix handling new directory "/" for CONFIG in ISOLINUX and EXTLINUXGene Cumm2010-09-232-0/+4
| | * | | Fix missing option -s in libinstallersyslinux-4.03-pre3Arwin Vosselman2010-09-091-1/+1
| | * | | pxe: add a "pxeretry" option to deal with 404's in web appssyslinux-4.03-pre2H. Peter Anvin2010-08-264-0/+18
| | * | | extlinux: try to get the disk offset from sysfsH. Peter Anvin2010-08-131-5/+38
| | * | | diskio: remove redundant register writeDon Hiatt2010-08-131-2/+0
| | * | | version: next version will be 4.03syslinux-4.03-pre1H. Peter Anvin2010-08-111-1/+1
| | * | | core: look for invalid MBR handover information addressH. Peter Anvin2010-08-111-3/+12
| | * | | chain: Extra comments; shrink the new space to minimumGene Cumm2010-08-011-5/+5
| | * | | chain: Just assign the value rather than using memcpy()Gene Cumm2010-08-011-4/+1
| | * | | chain: add drmk= to usageGene Cumm2010-08-011-0/+1
| | * | | chain: Fix up and clean up DRMK load code; fix filename length; Patch memory.Gene Cumm2010-08-011-11/+8
| | * | | chain.c32: prepare for loading DRMKGene Cumm2010-08-011-0/+31
* | | | | disklib: updates - lbacnt, bps, misc. thingsMichal Soltys2010-10-083-74/+135
* | | | | disklib: small fixes / addonsMichal Soltys2010-08-202-15/+18
|/ / / /
* | | | Merge branch 'master' into disklibH. Peter Anvin2010-07-3024-881/+48
|\ \ \ \ | |/ / /
| * | | syslxopt: remove lengthy warning messageH. Peter Anvin2010-07-301-10/+0
| * | | syslxopt: fix fatal warningsH. Peter Anvin2010-07-301-9/+12
| * | | chain.c: fix public index value in mbr and gpt iteratorsMichal Soltys2010-07-301-3/+3
| * | | libinstaller/syslxopt.c: remove unneeded usage text from certain variants.Gene Cumm2010-07-271-3/+10
| * | | Make __free_tagged actually free memorySebastian Herbszt2010-07-271-1/+1
| | |/ | |/|
| * | core: define and use set_flags() helperH. Peter Anvin2010-07-263-7/+18
| * | sample: remove obsolete "raw" comboot/com32 samplesH. Peter Anvin2010-07-2614-851/+2
| * | libmenu: Fix cursor on exit from showmenus()Gene Cumm2010-07-261-1/+1
| * | core: don't hang if no config file is foundH. Peter Anvin2010-07-255-9/+14
* | | chain.c: fix public index value in mbr and gpt iteratorsMichal Soltys2010-07-301-3/+3
* | | Merge remote branch 'sha0/com32lib_disk' into disklibH. Peter Anvin2010-07-214-560/+738
|\ \ \ | |/ / |/| |
| * | chain.c32, libcom32: Move gpt_dump() as disk_gpt_header_dump()Shao Miller2010-07-103-37/+41
| * | chain.c32, libcom32: Move struct gpt as disk_gpt_headerShao Miller2010-07-102-33/+35
| * | chain.c32, libcom32: Move gpt_part_dump() as disk_gpt_part_dump()Shao Miller2010-07-103-27/+35
| * | chain.c32, libcom32: Move guid_to_str() and str_to_guid()Shao Miller2010-07-103-103/+119
| * | chain.c32, libcom32: Move struct gpt_part as disk_gpt_part_entryShao Miller2010-07-102-18/+19
| * | chain.c32, libcom32: Move guid_le_walk_mapShao Miller2010-07-102-12/+13
| * | chain.c32, libcom32: Move struct guidShao Miller2010-07-102-12/+14