summaryrefslogtreecommitdiff
path: root/com32/lib
Commit message (Expand)AuthorAgeFilesLines
* setup_data: if nothing to load and version < 2.09, no harm no foulH. Peter Anvin2012-06-291-3/+3
* setup_data: check to make sure kernel version >= 0x0209H. Peter Anvin2012-06-291-0/+7
* Change fdt-specific loader into a generic setup_data loaderH. Peter Anvin2012-06-294-55/+75
* com32: Add device tree supportThierry Reding2012-06-293-2/+71
* com32.ld: handle .init_array and .fini_arraysyslinux-4.06-pre5H. Peter Anvin2012-05-281-23/+10
* COM32: add DHCP pack/unpack functionsH. Peter Anvin2012-05-273-1/+283
* Merge branch 'chaindev'H. Peter Anvin2012-03-262-1/+537
|\
| * Merge remote-tracking branch 'origin/master' into chaindevMichal Soltys2011-08-029-101/+40
| |\
| * \ Merge branch 'master' into chaindevMichal Soltys2011-05-049-101/+107
| |\ \
| * \ \ Merge branch 'master' into chaindevMichal Soltys2011-03-301-7/+20
| |\ \ \
| * \ \ \ Merge branch 'master' into chaindevMichal Soltys2011-03-184-19/+10
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into chaindevMichal Soltys2011-03-076-52/+85
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into chaindevMichal Soltys2010-12-091-2/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into chaindevMichal Soltys2010-11-181-18/+7
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into chaindevMichal Soltys2010-10-251-18/+27
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into chaindevMichal Soltys2010-10-141-2/+2
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | 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
| * | | | | | | | | | disklib: updates - lbacnt, bps, misc. thingsMichal Soltys2010-10-081-65/+104
| * | | | | | | | | | disklib: small fixes / addonsMichal Soltys2010-08-201-10/+12
| * | | | | | | | | | chain.c32, libcom32: Move gpt_dump() as disk_gpt_header_dump()Shao Miller2010-07-101-0/+38
| * | | | | | | | | | chain.c32, libcom32: Move gpt_part_dump() as disk_gpt_part_dump()Shao Miller2010-07-101-0/+27
| * | | | | | | | | | chain.c32, libcom32: Move guid_to_str() and str_to_guid()Shao Miller2010-07-101-0/+117
| * | | | | | | | | | chain.c32, libcom32: Move mbr_part_dump() as disk_dos_part_dump()Shao Miller2010-07-101-0/+39
| * | | | | | | | | | libcom32 disk: A slight grunt of constipationShao Miller2010-07-101-5/+6
| * | | | | | | | | | chain.c32, libcom32: Move write_verify_sector() as disk_write_verify_sector()Shao Miller2010-07-101-0/+29
| * | | | | | | | | | chain.c32, libcom32: Move write_sector() as disk_write_sector()Shao Miller2010-07-101-0/+69
| * | | | | | | | | | libcom32 disk: Trivial formatting fix-upShao Miller2010-07-101-3/+5
| * | | | | | | | | | chain.c32, libcom32: Move read_sectors() as disk_read_sectors()Shao Miller2010-07-101-0/+78
| * | | | | | | | | | chain.c32, libcom32: Move get_disk_params() as disk_get_params()Shao Miller2010-07-101-0/+48
| * | | | | | | | | | chain.c32, libcom32: Move int13_retry() as disk_int13_retry()Shao Miller2010-07-101-0/+23
| * | | | | | | | | | libcom32: Introduce disk header and moduleShao Miller2010-07-102-1/+39
* | | | | | | | | | | com32/lib/pci/scan.c: Fix free_pci_domain()Henri Roosen2012-03-121-3/+3
* | | | | | | | | | | strreplace: additional cleanupsH. Peter Anvin2012-02-061-1/+1
* | | | | | | | | | | strreplace: clean up and simplifyH. Peter Anvin2012-02-061-20/+24
* | | | | | | | | | | Merge remote-tracking branch 'hpa/master'Erwan Velu2011-07-119-101/+40
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | com32: make syslinux_dump_*() pure debugging functionsH. Peter Anvin2011-06-275-38/+29
| * | | | | | | | | | Use <dprintf.h> instead of an ad hoc definitionH. Peter Anvin2011-06-274-46/+4
| * | | | | | | | | | lib/shuffle: use <dprintf.h>H. Peter Anvin2011-06-201-17/+1
| * | | | | | | | | | dprintf: add the ability to log to stdioH. Peter Anvin2011-06-202-0/+6
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | strreplace: Fixing includesErwan Velu2011-06-061-0/+1
* | | | | | | | | | string: Adding strreplaceErwan Velu2011-04-272-0/+54
|/ / / / / / / / /
* | | | | | | | | Merge remote-tracking branch 'mfleming/for-hpa/makefile-cleanup'H. Peter Anvin2011-04-262-82/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Makefile: Move Makefile fragments into mk/Matt Fleming2011-04-072-82/+3
* | | | | | | | | | com32: inet_ntoa() takes struct in_addrH. Peter Anvin2011-04-251-6/+8
* | | | | | | | | | Merge remote branch 'hpa/master' into libuploadErwan Velu2011-04-114-16/+29
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | tinyjpeg: change DEBUG to JPEG_DEBUGH. Peter Anvin2011-04-042-3/+3
| * | | | | | | | | com32: fix range handling in vsscanfH. Peter Anvin2011-04-041-6/+6
| | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | linux.c32: For protocol 2.10+, use init_size when relocatingH. Peter Anvin2011-03-181-7/+20
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | inet: Adding inet_ntoa()Erwan Velu2011-03-222-0/+38