summaryrefslogtreecommitdiff
path: root/com32
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-124-24/+125
|\
| * Merge branch 'master' into disklibH. Peter Anvin2010-10-084-24/+125
| |\
| | * 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-2610-32/+121
| | | |\
| | | * | 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
| | * | | 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-301-1/+1
|\ \ \ \ | |/ / /
| * | | chain.c: fix public index value in mbr and gpt iteratorsMichal Soltys2010-07-301-3/+3
| | |/ | |/|
| * | libmenu: Fix cursor on exit from showmenus()Gene Cumm2010-07-261-1/+1
* | | 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
| * | chain.c32, libcom32: Move struct mbr as disk_dos_mbrShao Miller2010-07-102-24/+26
| * | chain.c32, libcom32: Move mbr_part_dump() as disk_dos_part_dump()Shao Miller2010-07-103-37/+44
| * | chain.c32, libcom32: Move struct part_entry as disk_dos_part_entryShao Miller2010-07-102-22/+22
| * | chain.c32, libcom32: Move chs macros and chs typedef as disk_chsShao Miller2010-07-102-13/+13
| * | libcom32 disk: A slight grunt of constipationShao Miller2010-07-102-11/+12
| * | chain.c32, libcom32: Move write_verify_sector() as disk_write_verify_sector()Shao Miller2010-07-103-17/+32
| * | chain.c32, libcom32: Move write_sector() as disk_write_sector()Shao Miller2010-07-103-58/+72
| * | libcom32 disk: Trivial formatting fix-upShao Miller2010-07-101-3/+5
| * | chain.c32, libcom32: Move read_sectors() as disk_read_sectors()Shao Miller2010-07-103-80/+95
| * | chain.c32, libcom32: Move struct ebios_dapa as disk_ebios_dapaShao Miller2010-07-102-10/+10
| * | chain.c32, libcom32: Move get_disk_params() as disk_get_params()Shao Miller2010-07-103-73/+79
| * | chain.c32: Run Nindent on com32/modules/chain.cShao Miller2010-07-101-4/+1
| * | chain.c32, libcom32: Move int13_retry() as disk_int13_retry()Shao Miller2010-07-103-22/+29
| * | libcom32: Introduce disk header and moduleShao Miller2010-07-104-3/+81