summaryrefslogtreecommitdiff
path: root/com32/include
Commit message (Expand)AuthorAgeFilesLines
* <syslinux/linux.h>: add missing setup_data_init() definitionH. Peter Anvin2012-06-291-0/+2
* Change fdt-specific loader into a generic setup_data loaderH. Peter Anvin2012-06-291-12/+14
* com32: Add device tree supportThierry Reding2012-06-291-1/+24
* COM32: add DHCP pack/unpack functionsH. Peter Anvin2012-05-271-0/+40
* Merge branch 'chaindev'H. Peter Anvin2012-03-261-0/+180
|\
| * Merge remote-tracking branch 'origin/master' into chaindevMichal Soltys2011-08-027-132/+121
| |\
| * \ Merge branch 'master' into chaindevMichal Soltys2011-05-045-7/+25
| |\ \
| * \ \ Merge branch 'master' into chaindevMichal Soltys2011-03-072-0/+45
| |\ \ \
| * \ \ \ Merge branch 'master' into chaindevMichal Soltys2010-11-182-0/+62
| |\ \ \ \
| * | | | | disklib: updates - lbacnt, bps, misc. thingsMichal Soltys2010-10-081-8/+30
| * | | | | disklib: small fixes / addonsMichal Soltys2010-08-201-5/+6
| * | | | | chain.c32, libcom32: Move gpt_dump() as disk_gpt_header_dump()Shao Miller2010-07-101-0/+1
| * | | | | chain.c32, libcom32: Move struct gpt as disk_gpt_headerShao Miller2010-07-101-0/+27
| * | | | | chain.c32, libcom32: Move gpt_part_dump() as disk_gpt_part_dump()Shao Miller2010-07-101-0/+2
| * | | | | chain.c32, libcom32: Move guid_to_str() and str_to_guid()Shao Miller2010-07-101-13/+2
| * | | | | chain.c32, libcom32: Move struct gpt_part as disk_gpt_part_entryShao Miller2010-07-101-0/+10
| * | | | | chain.c32, libcom32: Move guid_le_walk_mapShao Miller2010-07-101-0/+13
| * | | | | chain.c32, libcom32: Move struct guidShao Miller2010-07-101-0/+14
| * | | | | chain.c32, libcom32: Move struct mbr as disk_dos_mbrShao Miller2010-07-101-0/+10
| * | | | | chain.c32, libcom32: Move mbr_part_dump() as disk_dos_part_dump()Shao Miller2010-07-101-0/+1
| * | | | | chain.c32, libcom32: Move struct part_entry as disk_dos_part_entryShao Miller2010-07-101-0/+10
| * | | | | chain.c32, libcom32: Move chs macros and chs typedef as disk_chsShao Miller2010-07-101-0/+11
| * | | | | libcom32 disk: A slight grunt of constipationShao Miller2010-07-101-6/+6
| * | | | | chain.c32, libcom32: Move write_verify_sector() as disk_write_verify_sector()Shao Miller2010-07-101-0/+2
| * | | | | chain.c32, libcom32: Move write_sector() as disk_write_sector()Shao Miller2010-07-101-0/+2
| * | | | | chain.c32, libcom32: Move read_sectors() as disk_read_sectors()Shao Miller2010-07-101-0/+3
| * | | | | chain.c32, libcom32: Move struct ebios_dapa as disk_ebios_dapaShao Miller2010-07-101-0/+8
| * | | | | chain.c32, libcom32: Move get_disk_params() as disk_get_params()Shao Miller2010-07-101-0/+9
| * | | | | chain.c32, libcom32: Move int13_retry() as disk_int13_retry()Shao Miller2010-07-101-0/+4
| * | | | | libcom32: Introduce disk header and moduleShao Miller2010-07-101-0/+41
* | | | | | strreplace: additional cleanupsH. Peter Anvin2012-02-061-1/+1
* | | | | | Merge remote-tracking branch 'hpa/master'Erwan Velu2011-07-117-132/+121
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | com32: make syslinux_dump_*() pure debugging functionsH. Peter Anvin2011-06-271-2/+7
| * | | | | dprintf: always define dprintf2/vdprintf2syslinux-4.05-pre2H. Peter Anvin2011-06-201-7/+7
| * | | | | lib: sync <stdint.h> and <stddef.h> from klibcH. Peter Anvin2011-06-205-131/+97
| * | | | | dprintf: add the ability to log to stdioH. Peter Anvin2011-06-201-3/+17
| * | | | | lib: Add missing bits to stddef.h, stdint.h; pointers are "long"H. Peter Anvin2011-06-202-7/+11
| | |_|_|/ | |/| | |
* | | | | string: Adding strreplaceErwan Velu2011-04-271-0/+1
|/ / / /
* | | | com32: inet_ntoa() takes struct in_addrH. Peter Anvin2011-04-251-1/+3
* | | | Merge remote branch 'hpa/master' into libuploadErwan Velu2011-04-111-6/+10
|\ \ \ \
| * | | | com32, bitops: proper constraint for byte-sized outputsyslinux-4.04-pre21H. Peter Anvin2011-04-041-1/+1
| * | | | com32, bitops: an "m" constraint takes an object, not a pointer to oneH. Peter Anvin2011-04-041-3/+7
| * | | | bitops: the bt instructions returns result in CF, not ZFH. Peter Anvin2011-04-041-2/+2
| | |_|/ | |/| |
* | | | inet: Adding inet_ntoa()Erwan Velu2011-03-221-0/+1
* | | | cpuid: NCAPINTS was too smallErwan Velu2011-03-211-1/+1
* | | | bufprintf: Adding bufprintfErwan Velu2011-03-191-0/+10
* | | | lib: make chrreplace reachable for com32 modulesErwan Velu2011-03-181-0/+1
|/ / /
* | | Merge remote branch 'genec/memdisk-maxmem-for-hpa'syslinux-4.04-pre10H. Peter Anvin2011-03-021-0/+41
|\ \ \
| * | | com32: Move suffix_number() from libutil to libcom32Gene Cumm2011-02-081-0/+41
| | |/ | |/|
* | | skipspace: move out of linesyslinux-4.04-pre9H. Peter Anvin2011-02-241-6/+3