summaryrefslogtreecommitdiff
path: root/com32
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'lwip' into elflinkMatt Fleming2013-02-2627-113/+607
|\
| * Merge remote-tracking branch 'genec/com32-cptime-upd-for-hpa' into lwipH. Peter Anvin2012-04-253-3/+5
| |\
| | * prdhcp.c32: Fix what is retrieved.Gene Cumm2012-02-031-2/+3
| | * prdhcp.c32: Add to MakefileGene Cumm2011-12-181-1/+1
| | * cptime.c32: Move to modules; include in MakefileGene Cumm2011-12-172-1/+2
| * | Merge remote-tracking branch 'origin/master' into lwipsyslinux-4.10-pre18H. Peter Anvin2012-03-3030-2015/+3921
| |\ \
| * | | sys/cpu.h: add barriersH. Peter Anvin2012-03-271-6/+6
| | |/ | |/|
| * | Merge commit 'syslinux-4.05' into lwipH. Peter Anvin2011-12-131-0/+392
| |\ \
| * \ \ Merge remote-tracking branch 'genec/com32-prdhcp-for-hpa' into lwipH. Peter Anvin2011-12-131-0/+163
| |\ \ \
| | * | | prdhcp.c32: Print DHCP packetsGene Cumm2011-12-011-0/+163
| * | | | cptime.c32: Simple module to test download ratesGene Cumm2011-11-301-0/+284
| |/ / /
| * | | Merge remote-tracking branch 'origin/master' into lwipsyslinux-4.10-pre15H. Peter Anvin2011-06-279-65/+48
| |\ \ \
| * \ \ \ Merge branch 'master' into lwipH. Peter Anvin2011-06-276-58/+6
| |\ \ \ \
| * \ \ \ \ Merge commit 'syslinux-4.05-pre2' into lwipH. Peter Anvin2011-06-2711-152/+127
| |\ \ \ \ \
| * | | | | | pxe: when hooking an interrupt, explicitly enable it at the PICH. Peter Anvin2011-05-091-0/+23
| * | | | | | pxe, http: support readdir (ls) over httpsyslinux-4.10-pre12H. Peter Anvin2011-05-021-0/+1
| * | | | | | core: pass the file flags down through the stackH. Peter Anvin2011-05-012-2/+2
| * | | | | | Merge remote-tracking branch 'origin/master' into lwipH. Peter Anvin2011-05-011-24/+85
| |\ \ \ \ \ \
| * | | | | | | fcntl.h: add O_DIRECTORYH. Peter Anvin2011-05-011-0/+1
| * | | | | | | Create a sysappend string with some very minimal CPU informationsyslinux-4.10-pre11H. Peter Anvin2011-04-271-0/+1
| * | | | | | | dmi: Add a few more DMI stringssyslinux-4.10-pre10H. Peter Anvin2011-04-271-0/+3
| * | | | | | | dmi: separate the SYS* and MB* defines as their own stringsH. Peter Anvin2011-04-261-7/+11
| * | | | | | | dmi: add additional stringsH. Peter Anvin2011-04-261-4/+7
| * | | | | | | menu: need to advance the pointer, once again...H. Peter Anvin2011-04-261-1/+1
| * | | | | | | menu: mangle whitespace in ipappend/sysappend stringssyslinux-4.10-pre7H. Peter Anvin2011-04-261-3/+30
| * | | | | | | Additional sysappend strings from DMI; pre-bake the http cookiesH. Peter Anvin2011-04-262-2/+6
| * | | | | | | Merge remote-tracking branch 'origin/master' into lwipH. Peter Anvin2011-04-2619-234/+40
| |\ \ \ \ \ \ \
| * | | | | | | | Generalize ipappend handling as "sysappend", and move to PM codeH. Peter Anvin2011-04-256-19/+55
| * | | | | | | | Merge remote-tracking branch 'origin/master' into lwipsyslinux-4.10-pre6H. Peter Anvin2011-04-2578-318/+4046
| |\ \ \ \ \ \ \ \
| * | | | | | | | | PXE Cleanups, allow for 128 open filesH. Peter Anvin2011-04-251-1/+1
| * | | | | | | | | lwip: handle UNDI stacks which need to be polledH. Peter Anvin2011-04-221-1/+18
| * | | | | | | | | Merge branch 'master' into lwip-threadsH. Peter Anvin2011-04-217-9/+204
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | core: factor out byteswap.h from netinet/in.hEric W. Biederman2011-04-122-40/+58
| * | | | | | | | | | stddef.h: add container_of()H. Peter Anvin2011-04-081-0/+8
| * | | | | | | | | | lwip: Minimal configuration to get lwip building in syslinuxEric W. Biederman2011-04-081-0/+21
* | | | | | | | | | | com32: Add com32_cmdline() which returns argv[1..argc-1]syslinux-5.02-pre3Matt Fleming2013-02-232-1/+3
* | | | | | | | | | | ldlinux: Don't discard cmdline arguments when executing labelsMatt Fleming2013-02-211-2/+22
* | | | | | | | | | | ldlinux: Pass config filename as argv[1] to ldlinux.c32Matt Fleming2013-02-202-9/+12
* | | | | | | | | | | com32/chain: fix potential problem with 'fs' optionMichal Soltys2013-02-141-2/+2
* | | | | | | | | | | com32/chain: sizeof style change (trivial)Michal Soltys2013-02-144-20/+20
* | | | | | | | | | | com32/chain: (utility) use enum for BPB typesMichal Soltys2013-02-141-9/+2
* | | | | | | | | | | com32/chain: (partiter) add cebr_siz for completnessMichal Soltys2013-02-142-0/+2
* | | | | | | | | | | com32/chain: (partiter) dos_next_ebr() fixupMichal Soltys2013-02-141-1/+1
* | | | | | | | | | | com32/chain: use single value for partiter related options (flags)Michal Soltys2013-02-145-16/+13
* | | | | | | | | | | com32/chain: partiter: rename start_lbaMichal Soltys2013-02-144-23/+23
* | | | | | | | | | | com32/chain: manglepe_fixchs() correctionMichal Soltys2013-02-141-10/+38
* | | | | | | | | | | com32/chain: index -1 partiter adjustmentMichal Soltys2013-02-143-14/+12
* | | | | | | | | | | com32/chain: rely more on addr_t, replace ADDR*Michal Soltys2013-02-144-22/+32
* | | | | | | | | | | com32/chain: remove common.hMichal Soltys2013-02-146-43/+3
* | | | | | | | | | | com32/chain: recognize exFATMichal Soltys2013-02-143-4/+19