]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
2007-08-05  Holger LubitzMerge branch 'master' of git://git.etherboot.org/scm...
2007-08-03  Michael BrownDisplay name and status of each file as it is downloaded.
2007-08-03  Michael BrownPrint multiple commands per line in help
2007-08-02  Michael BrownPlace multiboot command lines in base memory; Xen won...
2007-08-02  Holger Lubitzmalloc attribute changes
2007-08-02  Michael BrownError message cleanups.
2007-08-02  Michael BrownSet current working URI equal to script URI during...
2007-08-02  Michael Brownuri_get(NULL) and uri_put(NULL) are explicitly allowed.
2007-08-02  Michael BrownAllow images to hold references to the originating...
2007-08-02  Michael BrownAllowed zero-cost enforced ordering of features in...
2007-08-02  Michael BrownUse otherwise-useless byte in DHCP feature option as...
2007-08-02  Michael BrownAdd FEATURE() macro, plus code to display features...
2007-08-02  Holger Lubitzfix gcc 4.2.1 warning: discards qualifiers from pointer...
2007-08-02  Holger Lubitzfix gcc 4.2.1 warning: initialized field overwritten
2007-08-02  Holger Lubitzinclude more changes for x86_64
2007-08-02  Holger Lubitzremove old minorversion!=4 check (added -march a second...
2007-08-02  Holger Lubitzremove x86_64 comments from arch specific Config
2007-08-02  Michael BrownCope with non-newline-terminated scripts.
2007-08-01  Michael BrownAdd code for constructing single-file cpio archives...
2007-08-01  Michael BrownInitrd concatenation now working
2007-07-31  Michael BrownAllow loading of multiple initramfs images.
2007-07-31  Michael BrownAdded support for draft version of the AoE Boot Firmwar...
2007-07-31  Michael BrownFix endianness of "shelf" field
2007-07-31  Michael BrownAdd identifier for the network device into the DHCP...
2007-07-31  Michael BrownCentralise construction of the DHCP request and respons...
2007-07-30  Michael BrownAdded the AoE boot information table as used by Vampyre...
2007-07-30  Michael Browntls_change_cipher() can complain about null cipher...
2007-07-30  Michael BrownChange #warnings to FIXMEs, so that we can build withou...
2007-07-30  Michael BrownAllowed HTTPS to be a separately configurable feature.
2007-07-30  Michael BrownAdded missing #include
2007-07-30  Michael BrownInhibit compiler warning
2007-07-30  Michael BrownTLS now working again.
2007-07-30  Michael BrownUpgrade AXTLS import to version 1.1.5-a
2007-07-30  Michael BrownImport various libgcc functions from syslinux.
2007-07-30  Michael BrownGCC's optimiser seems to screw up if this is left static...
2007-07-29  Michael BrownPreparation for adding tls.c
2007-07-29  Michael BrownAdded a simple pass-through filter layer for data trans...
2007-07-29  Michael BrownDon't rely on retry.c's periodically calling currticks...
2007-07-29  Michael BrownAdded HMAC code from TLS project
2007-07-29  Michael BrownQuick hack to get AoE back in to the tree, on a par...
2007-07-28  Michael BrownApplied a modified version of holger's regparm patches.
2007-07-28  Michael BrownMerge branch 'symcheck2'
2007-07-28  Michael BrownMake has_key() a static inline, rather than omitting...
2007-07-28  Michael BrownRevert "make bool m_echo static" - I suspect this to...
2007-07-28  Holger LubitzRevert "make isspace static" - prototype for isspace...
2007-07-28  Holger LubitzRevert "make __udivmoddi4 static" - gcc links to it...
2007-07-28  Michael BrownEnsure clock line is in the idle state before asserting...
2007-07-27  Holger Lubitzmake struct velocity_info vptx static
2007-07-27  Holger Lubitzmake struct velocity_info_tbl *info static
2007-07-27  Holger Lubitzmake struct nsx static
2007-07-27  Holger Lubitzmake struct bnx2 bnx2 static
2007-07-27  Holger Lubitzmake multiboot_load static
2007-07-27  Holger Lubitzmake nbi_load static
2007-07-27  Holger Lubitzmake http_open static
2007-07-27  Holger Lubitzmake eltorito_load static
2007-07-27  Holger Lubitzmake cards_found static and add missing initialization
2007-07-27  Holger Lubitzmake bool m_echo static
2007-07-27  Holger Lubitzremove has_key by #if 0'ing out
2007-07-27  Holger Lubitzmake _wgetc static
2007-07-27  Holger LubitzMerge branch 'master' into symcheck2
2007-07-27  Holger Lubitzmake __udivmoddi4 static
2007-07-27  Holger Lubitzmake RTL8169_READ_GMII_REG, RTL8169_WRITE_GMII_REG...
2007-07-27  Holger Lubitzmake struct _softlabelkeys *slks static
2007-07-27  Holger Lubitzmake add_ndp_entry static
2007-07-27  Holger Lubitzmake isspace static
2007-07-27  Holger Lubitzmake md5_steps static
2007-07-27  Holger Lubitzmake imgfill_cmdline static
2007-07-27  Holger Lubitzdisable AES_convert_key by #if 0'ing it out (suggested...
2007-07-27  Holger Lubitzmake netboot() static
2007-07-27  Holger Lubitzdisable AES_convert_key by #if 0'ing it out (suggested...
2007-07-26  Michael BrownPrepare for iBFT merge when possible. iscsiboot.c...
2007-07-25  Michael BrownInhibit a spurious warning on GCC 4.0.1
2007-07-25  Michael BrownAdded two lines of code that were completely missing!
2007-07-25  Michael BrownDon't overwrite %dl with a (potentially) modified drive...
2007-07-25  Michael BrownWe probably shouldn't leave interrupts disabled when...
2007-07-24  Michael BrownAdd per-file error identifiers
2007-07-24  Michael BrownDefine -DOBJECT when generating Makefile rules, for...
2007-07-24  Michael BrownInclude errno.h in the few drivers which use it, rather...
2007-07-24  Michael BrownAllow -Werror to be temporarily disabled using "make...
2007-07-24  Michael BrownRemove some obsolete sections of librm.h and libkir.h.
2007-07-24  Michael BrownWe can finally enable -Werror :)
2007-07-24  Michael BrownMerge branch 'master' of rom.etherboot.org:/pub/scm...
2007-07-23  Marty ConnorChange #warning to FIXME for ns8390.c
2007-07-23  Marty ConnorChange #warning to FIXME for depca
2007-07-23  Marty ConnorChanged #warning to FIXME for nvo hack warning.
2007-07-23  Marty ConnorAdd NIC to targets that are always made.
2007-07-19  Michael BrownMinor debug improvement
2007-07-19  Michael BrownDon't trash the %ecx value returned by relocate()....
2007-07-19  Michael BrownRemove INT 13,4b handler; it represents an incomplete...
2007-07-19  Michael BrownCompleted definition of struct int13_cdrom_specificatio...
2007-07-17  Michael BrownReal-mode code might set the direction flag, which...
2007-07-17  Michael BrownMove .zinfo to libprefix.S; it doesn't belong with...
2007-07-17  Michael BrownProduce no output unless -v is specified or an error...
2007-07-17  Michael BrownRemoved dead code identified by symcheck
2007-07-17  Michael BrownAdded missing "static" declarations
2007-07-17  Michael BrownRestore the "shared symbol found only in a single objec...
2007-07-17  Michael BrownAdded symbols that the DBG() macros will use.
2007-07-17  Michael Brownnameserver should be static
2007-07-17  Michael BrownObsolete code removal
2007-07-17  Michael BrownAdded missing extern
next