http://git.etherboot.org
/
people
/
dverkamp
/
gpxe.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
people/dverkamp/gpxe.git
2007-07-30
Michael Brown
GCC's optimiser seems to screw up if this is left static...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-29
Michael Brown
Preparation for adding tls.c
commit
|
commitdiff
|
tree
|
snapshot
2007-07-29
Michael Brown
Added a simple pass-through filter layer for data trans...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-29
Michael Brown
Don't rely on retry.c's periodically calling currticks...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-29
Michael Brown
Added HMAC code from TLS project
commit
|
commitdiff
|
tree
|
snapshot
2007-07-29
Michael Brown
Quick hack to get AoE back in to the tree, on a par...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-28
Michael Brown
Applied a modified version of holger's regparm patches.
commit
|
commitdiff
|
tree
|
snapshot
2007-07-28
Michael Brown
Merge branch 'symcheck2'
commit
|
commitdiff
|
tree
|
snapshot
2007-07-28
Michael Brown
Make has_key() a static inline, rather than omitting...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-28
Michael Brown
Revert "make bool m_echo static" - I suspect this to...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-28
Holger Lubitz
Revert "make isspace static" - prototype for isspace...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-28
Holger Lubitz
Revert "make __udivmoddi4 static" - gcc links to it...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-28
Michael Brown
Ensure clock line is in the idle state before asserting...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-27
Holger Lubitz
make struct velocity_info vptx static
commit
|
commitdiff
|
tree
|
snapshot
2007-07-27
Holger Lubitz
make struct velocity_info_tbl *info static
commit
|
commitdiff
|
tree
|
snapshot
2007-07-27
Holger Lubitz
make struct nsx static
commit
|
commitdiff
|
tree
|
snapshot
2007-07-27
Holger Lubitz
make struct bnx2 bnx2 static
commit
|
commitdiff
|
tree
|
snapshot
2007-07-27
Holger Lubitz
make multiboot_load static
commit
|
commitdiff
|
tree
|
snapshot
2007-07-27
Holger Lubitz
make nbi_load static
commit
|
commitdiff
|
tree
|
snapshot
2007-07-27
Holger Lubitz
make http_open static
commit
|
commitdiff
|
tree
|
snapshot
2007-07-27
Holger Lubitz
make eltorito_load static
commit
|
commitdiff
|
tree
|
snapshot
2007-07-27
Holger Lubitz
make cards_found static and add missing initialization
commit
|
commitdiff
|
tree
|
snapshot
2007-07-27
Holger Lubitz
make bool m_echo static
commit
|
commitdiff
|
tree
|
snapshot
2007-07-27
Holger Lubitz
remove has_key by #if 0'ing out
commit
|
commitdiff
|
tree
|
snapshot
2007-07-27
Holger Lubitz
make _wgetc static
commit
|
commitdiff
|
tree
|
snapshot
2007-07-27
Holger Lubitz
Merge branch 'master' into symcheck2
commit
|
commitdiff
|
tree
|
snapshot
2007-07-27
Holger Lubitz
make __udivmoddi4 static
commit
|
commitdiff
|
tree
|
snapshot
2007-07-27
Holger Lubitz
make RTL8169_READ_GMII_REG, RTL8169_WRITE_GMII_REG...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-27
Holger Lubitz
make struct _softlabelkeys *slks static
commit
|
commitdiff
|
tree
|
snapshot
2007-07-27
Holger Lubitz
make add_ndp_entry static
commit
|
commitdiff
|
tree
|
snapshot
2007-07-27
Holger Lubitz
make isspace static
commit
|
commitdiff
|
tree
|
snapshot
2007-07-27
Holger Lubitz
make md5_steps static
commit
|
commitdiff
|
tree
|
snapshot
2007-07-27
Holger Lubitz
make imgfill_cmdline static
commit
|
commitdiff
|
tree
|
snapshot
2007-07-27
Holger Lubitz
disable AES_convert_key by #if 0'ing it out (suggested...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-27
Holger Lubitz
make netboot() static
commit
|
commitdiff
|
tree
|
snapshot
2007-07-27
Holger Lubitz
disable AES_convert_key by #if 0'ing it out (suggested...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-26
Michael Brown
Prepare for iBFT merge when possible. iscsiboot.c...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-25
Michael Brown
Inhibit a spurious warning on GCC 4.0.1
commit
|
commitdiff
|
tree
|
snapshot
2007-07-25
Michael Brown
Added two lines of code that were completely missing!
commit
|
commitdiff
|
tree
|
snapshot
2007-07-25
Michael Brown
Don't overwrite %dl with a (potentially) modified drive...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-25
Michael Brown
We probably shouldn't leave interrupts disabled when...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-24
Michael Brown
Add per-file error identifiers
commit
|
commitdiff
|
tree
|
snapshot
2007-07-24
Michael Brown
Define -DOBJECT when generating Makefile rules, for...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-24
Michael Brown
Include errno.h in the few drivers which use it, rather...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-24
Michael Brown
Allow -Werror to be temporarily disabled using "make...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-24
Michael Brown
Remove some obsolete sections of librm.h and libkir.h.
commit
|
commitdiff
|
tree
|
snapshot
2007-07-24
Michael Brown
We can finally enable -Werror :)
commit
|
commitdiff
|
tree
|
snapshot
2007-07-24
Michael Brown
Merge branch 'master' of rom.etherboot.org:/gpxe
commit
|
commitdiff
|
tree
|
snapshot
2007-07-23
Marty Connor
Change #warning to FIXME for ns8390.c
commit
|
commitdiff
|
tree
|
snapshot
2007-07-23
Marty Connor
Change #warning to FIXME for depca
commit
|
commitdiff
|
tree
|
snapshot
2007-07-23
Marty Connor
Changed #warning to FIXME for nvo hack warning.
commit
|
commitdiff
|
tree
|
snapshot
2007-07-23
Marty Connor
Add NIC to targets that are always made.
commit
|
commitdiff
|
tree
|
snapshot
2007-07-19
Michael Brown
Minor debug improvement
commit
|
commitdiff
|
tree
|
snapshot
2007-07-19
Michael Brown
Don't trash the %ecx value returned by relocate()....
commit
|
commitdiff
|
tree
|
snapshot
2007-07-19
Michael Brown
Remove INT 13,4b handler; it represents an incomplete...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-19
Michael Brown
Completed definition of struct int13_cdrom_specificatio...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-17
Michael Brown
Real-mode code might set the direction flag, which...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-17
Michael Brown
Move .zinfo to libprefix.S; it doesn't belong with...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-17
Michael Brown
Produce no output unless -v is specified or an error...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-17
Michael Brown
Removed dead code identified by symcheck
commit
|
commitdiff
|
tree
|
snapshot
2007-07-17
Michael Brown
Added missing "static" declarations
commit
|
commitdiff
|
tree
|
snapshot
2007-07-17
Michael Brown
Restore the "shared symbol found only in a single objec...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-17
Michael Brown
Added symbols that the DBG() macros will use.
commit
|
commitdiff
|
tree
|
snapshot
2007-07-17
Michael Brown
nameserver should be static
commit
|
commitdiff
|
tree
|
snapshot
2007-07-17
Michael Brown
Obsolete code removal
commit
|
commitdiff
|
tree
|
snapshot
2007-07-17
Michael Brown
Added missing extern
commit
|
commitdiff
|
tree
|
snapshot
2007-07-17
Michael Brown
Use objdump -t for symcheck; it allows us to take the...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-16
Michael Brown
Kill off redundant references to the .zprefixes.
commit
|
commitdiff
|
tree
|
snapshot
2007-07-16
Michael Brown
Update all prefixes currently referring to _load_size...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-16
Michael Brown
Rename _rom_size to _load_size_sect, since hdprefix...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-16
Michael Brown
Compressed ROM images now work.
commit
|
commitdiff
|
tree
|
snapshot
2007-07-16
Michael Brown
Split the objcopy stage out of final image preparation...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-16
Michael Brown
Move uninitialised .data16 variables to .bss16; saves...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-16
Michael Brown
Kill off some long-redundant CFLAGS
commit
|
commitdiff
|
tree
|
snapshot
2007-07-16
Michael Brown
Add __bss16() macro, and allow use of .bss16 section...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-16
Michael Brown
Revert "no need for depending on build library ("blib")"
commit
|
commitdiff
|
tree
|
snapshot
2007-07-15
Michael Brown
Added nrv2b binary to ignore list
commit
|
commitdiff
|
tree
|
snapshot
2007-07-15
Michael Brown
Use a single _payload_offset linker-defined variable...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-15
Michael Brown
Reverting unintended change caused by merge of indolent...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-15
Michael Brown
Merge commit 'indolent/natsemi'
commit
|
commitdiff
|
tree
|
snapshot
2007-07-15
Udayan Kumar
removed type casting from DBG statements.
commit
|
commitdiff
|
tree
|
snapshot
2007-07-15
Udayan Kumar
replaces printf with dbg
commit
|
commitdiff
|
tree
|
snapshot
2007-07-15
Udayan Kumar
added natsemi.h
commit
|
commitdiff
|
tree
|
snapshot
2007-07-15
Udayan Kumar
mdc's+nvs
commit
|
commitdiff
|
tree
|
snapshot
2007-07-15
Udayan Kumar
more debugging
commit
|
commitdiff
|
tree
|
snapshot
2007-07-15
Udayan Kumar
more debugging
commit
|
commitdiff
|
tree
|
snapshot
2007-07-15
Udayan Kumar
added silicon revision number
commit
|
commitdiff
|
tree
|
snapshot
2007-07-15
Udayan Kumar
init_fix_up
commit
|
commitdiff
|
tree
|
snapshot
2007-07-15
Udayan Kumar
added cable magic for 100Mps in natsemi
commit
|
commitdiff
|
tree
|
snapshot
2007-07-15
Udayan Kumar
duplex setting added to natsemi.c
commit
|
commitdiff
|
tree
|
snapshot
2007-07-15
Udayan Kumar
more indentation and styling done
commit
|
commitdiff
|
tree
|
snapshot
2007-07-15
Udayan Kumar
:x
commit
|
commitdiff
|
tree
|
snapshot
2007-07-15
Udayan Kumar
no changes
commit
|
commitdiff
|
tree
|
snapshot
2007-07-15
Udayan Kumar
added nat_irq to natsemi.c
commit
|
commitdiff
|
tree
|
snapshot
2007-07-15
Udayan Kumar
stopped memory leak in natsemi::nat_open()
commit
|
commitdiff
|
tree
|
snapshot
2007-07-15
Udayan Kumar
Natsemi commented and almost done
commit
|
commitdiff
|
tree
|
snapshot
2007-07-15
Udayan Kumar
natsemi.c is workin
commit
|
commitdiff
|
tree
|
snapshot
2007-07-15
Udayan Kumar
irq still not working will have to remove it
commit
|
commitdiff
|
tree
|
snapshot
2007-07-15
Udayan Kumar
natsemi
commit
|
commitdiff
|
tree
|
snapshot
2007-07-15
Udayan Kumar
interrupt in natsemi
commit
|
commitdiff
|
tree
|
snapshot
next