]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
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
2007-07-17  Michael BrownUse objdump -t for symcheck; it allows us to take the...
2007-07-16  Michael BrownKill off redundant references to the .zprefixes.
2007-07-16  Michael BrownUpdate all prefixes currently referring to _load_size...
2007-07-16  Michael BrownRename _rom_size to _load_size_sect, since hdprefix...
2007-07-16  Michael BrownCompressed ROM images now work.
2007-07-16  Michael BrownSplit the objcopy stage out of final image preparation...
2007-07-16  Michael BrownMove uninitialised .data16 variables to .bss16; saves...
2007-07-16  Michael BrownKill off some long-redundant CFLAGS
2007-07-16  Michael BrownAdd __bss16() macro, and allow use of .bss16 section...
2007-07-16  Michael BrownRevert "no need for depending on build library ("blib")"
2007-07-15  Michael BrownAdded nrv2b binary to ignore list
2007-07-15  Michael BrownUse a single _payload_offset linker-defined variable...
2007-07-15  Michael BrownReverting unintended change caused by merge of indolent...
2007-07-15  Michael BrownMerge commit 'indolent/natsemi'
2007-07-15  Udayan Kumarremoved type casting from DBG statements.
2007-07-15  Udayan Kumarreplaces printf with dbg
2007-07-15  Udayan Kumaradded natsemi.h
2007-07-15  Udayan Kumarmdc's+nvs
2007-07-15  Udayan Kumarmore debugging
2007-07-15  Udayan Kumarmore debugging
2007-07-15  Udayan Kumaradded silicon revision number
2007-07-15  Udayan Kumarinit_fix_up
2007-07-15  Udayan Kumaradded cable magic for 100Mps in natsemi
2007-07-15  Udayan Kumarduplex setting added to natsemi.c
2007-07-15  Udayan Kumarmore indentation and styling done
2007-07-15  Udayan Kumar:x
2007-07-15  Udayan Kumarno changes
2007-07-15  Udayan Kumaradded nat_irq to natsemi.c
2007-07-15  Udayan Kumarstopped memory leak in natsemi::nat_open()
2007-07-15  Udayan KumarNatsemi commented and almost done
2007-07-15  Udayan Kumarnatsemi.c is workin
2007-07-15  Udayan Kumarirq still not working will have to remove it
2007-07-15  Udayan Kumarnatsemi
next