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-06-11
Michael Brown
Renamed _calloc() to zalloc(), ready to be used as...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-10
Michael Brown
Add missing call to free_iob().
commit
|
commitdiff
|
tree
|
snapshot
2007-06-09
Michael Brown
Add our own trivial version of stdarg.h. This makes...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-09
Michael Brown
Ignore external directories (bochs, qemu) within contri...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-09
Michael Brown
Rename .cvsignore files to .gitignore
commit
|
commitdiff
|
tree
|
snapshot
2007-06-09
Marty Connor
Update email addresses in drivers
commit
|
commitdiff
|
tree
|
snapshot
2007-06-08
Marty Connor
Updated email mdc's email address
commit
|
commitdiff
|
tree
|
snapshot
2007-06-08
Michael Brown
Conflicts with native asn1.c
commit
|
commitdiff
|
tree
|
snapshot
2007-06-03
Michael Brown
Add a couple of tests for the URI parsing and resolving...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-03
Michael Brown
Added missing va_end()
commit
|
commitdiff
|
tree
|
snapshot
2007-06-03
Michael Brown
Add facility for resolving base+relative URIs (and...
commit
|
commitdiff
|
tree
|
snapshot
2007-06-03
Michael Brown
Added dirname()
commit
|
commitdiff
|
tree
|
snapshot
2007-06-03
Michael Brown
Added [v]asprintf()
commit
|
commitdiff
|
tree
|
snapshot
2007-05-31
Michael Brown
Move [v]ssnprintf() from iscsi.c into vsprintf.c; we...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-28
Michael Brown
Add xfer_[v]printf() functions.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-28
Michael Brown
Make URI structures reference-counted.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-27
Michael Brown
Move increment/decrement debug messages to DBG2 level
commit
|
commitdiff
|
tree
|
snapshot
2007-05-26
Michael Brown
Eliminate PF_INET; just use the AF_INET from the struct...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-26
Michael Brown
Added EPIPE description.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-26
Michael Brown
Modify data-xfer semantics: it is no longer necessary...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-26
Michael Brown
Modify process semantics; rescheduling is now automatic.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-25
Michael Brown
Free I/O buffers when we are finished with them!
commit
|
commitdiff
|
tree
|
snapshot
2007-05-19
Michael Brown
Use list_for_each_entry_safe() when flushing queue.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-19
Michael Brown
Add local address to socket openers.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-19
Michael Brown
Rename pkbpad.c to iobpad.c
commit
|
commitdiff
|
tree
|
snapshot
2007-05-19
Michael Brown
pkbuff->iobuf changeover
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Michael Brown
Add explicit "freeing" debug messages.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Michael Brown
Must request data before anything actually happens...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Michael Brown
Add debugging
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Michael Brown
Add alloc_iob() and free_iob(). (Direct search-and...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Michael Brown
Updated to use POSIX-style file I/O layer.
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Michael Brown
Added POSIX-style blocking I/O calls, for use by PXE...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Michael Brown
Allow construction of PXE status code from internal...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-18
Michael Brown
Prefix all the open()-family routines with xfer_, to...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-15
Michael Brown
Do not hold self-references. This then avoids the...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-15
Michael Brown
Data-transfer interface should now be functionally...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-01
Michael Brown
Add always_inline attribute to force gcc to inline...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-01
Michael Brown
Added (non-functional) reference count to struct image
commit
|
commitdiff
|
tree
|
snapshot
2007-05-01
Michael Brown
Initial sketch for a downloader object
commit
|
commitdiff
|
tree
|
snapshot
2007-05-01
Michael Brown
Add start() event
commit
|
commitdiff
|
tree
|
snapshot
2007-05-01
Michael Brown
Clarify behaviour of plug() by using intf_put() and...
commit
|
commitdiff
|
tree
|
snapshot
2007-05-01
Michael Brown
Document the fact that a zeroed-out refcounted object...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-30
Michael Brown
D'oh
commit
|
commitdiff
|
tree
|
snapshot
2007-04-30
Michael Brown
Added plug_plug()
commit
|
commitdiff
|
tree
|
snapshot
2007-04-29
Michael Brown
Add (and use) generic reference counter, to improve...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-29
Michael Brown
Skeleton job control interface
commit
|
commitdiff
|
tree
|
snapshot
2007-04-29
Michael Brown
Add seek()
commit
|
commitdiff
|
tree
|
snapshot
2007-04-28
Michael Brown
Preliminary support for opening data-transfer interfaces
commit
|
commitdiff
|
tree
|
snapshot
2007-04-28
Michael Brown
Added PF_INET[6] and SOCK_{STREAM,DGRAM} definitions...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-27
Michael Brown
Added deliver-as-iobuf/deliver-as-raw concepts.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-26
Michael Brown
Initial sketch for the generic data-transfer interface.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-21
Michael Brown
Trivial ASN.1 decoding functions.
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Anselm Martin...
hoffmeis: Preparations for syslog support (LOGSERVER...
commit
|
commitdiff
|
tree
|
snapshot
2007-04-09
Anselm Martin...
hoffmeis: Fixing situation where absence of a newdata...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-22
Michael Brown
Add 32-bit support.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-22
Michael Brown
Provide a buffer in base memory for code to fill with...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-20
Michael Brown
Typo
commit
|
commitdiff
|
tree
|
snapshot
2007-03-14
Michael Brown
Support 32-bit (linear) NBI images. We don't yet provi...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-13
James Harper
Ported bnx2 driver from Etherboot 5.4.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-11
Michael Brown
Added .nbi as a format.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-11
Michael Brown
Make _load_size accurately reflect the number of bytes...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-11
Michael Brown
t5x9 code relies on nic->ioaddr being set
commit
|
commitdiff
|
tree
|
snapshot
2007-03-10
Michael Brown
Updated 3c509 to current device model
commit
|
commitdiff
|
tree
|
snapshot
2007-03-10
Michael Brown
Updated ISAPnP, EISA, MCA and ISA buses to current...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-05
Marty Connor
Start a new release notes file (RELNOTES) in preparatio...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-05
Marty Connor
Start a new LOG file in preparation for release
commit
|
commitdiff
|
tree
|
snapshot
2007-03-05
Marty Connor
Update non-GPL licensed files for gPXE
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Marty Connor
Remove outdated web files
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Marty Connor
Add gpxe-tarball target to create clean release tarballs
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Marty Connor
Add warning about formats that are not working until...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
Marty Connor
Version increment in preparation for release
commit
|
commitdiff
|
tree
|
snapshot
2007-02-19
Michael Brown
Remove no-longer-used variable
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
James Harper
Fix some bad pointer arithmatic in the tg3 driver that...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-10
James Harper
Fix padding problem - from Michael
commit
|
commitdiff
|
tree
|
snapshot
2007-02-01
Michael Brown
Allow queries in GET requests
commit
|
commitdiff
|
tree
|
snapshot
2007-02-01
Michael Brown
Add ability to read serial number from SMBIOS
commit
|
commitdiff
|
tree
|
snapshot
2007-02-01
Michael Brown
SSL needs quite a lot of spare memory
commit
|
commitdiff
|
tree
|
snapshot
2007-02-01
Michael Brown
Required for public key extraction
commit
|
commitdiff
|
tree
|
snapshot
2007-02-01
Michael Brown
SSL requires inordinately large data storage
commit
|
commitdiff
|
tree
|
snapshot
2007-02-01
Michael Brown
Don't pass through zero-length requests
commit
|
commitdiff
|
tree
|
snapshot
2007-02-01
Michael Brown
SHA1_DIGEST_SIZE also available as a static constant
commit
|
commitdiff
|
tree
|
snapshot
2007-02-01
Michael Brown
Make context sizes available for statically-allocated...
commit
|
commitdiff
|
tree
|
snapshot
2007-02-01
Michael Brown
Vanilla copies from axtls
commit
|
commitdiff
|
tree
|
snapshot
2007-02-01
Michael Brown
Quick hacks to get it working
commit
|
commitdiff
|
tree
|
snapshot
2007-02-01
Michael Brown
Add dummy setiv method
commit
|
commitdiff
|
tree
|
snapshot
2007-02-01
Michael Brown
Fix prototypes
commit
|
commitdiff
|
tree
|
snapshot
2007-02-01
Michael Brown
More assertions
commit
|
commitdiff
|
tree
|
snapshot
2007-02-01
Michael Brown
Also print out stack pointer (with optional stack dump)
commit
|
commitdiff
|
tree
|
snapshot
2007-02-01
Michael Brown
Placeholder
commit
|
commitdiff
|
tree
|
snapshot
2007-01-31
Michael Brown
Assert that division result is correct
commit
|
commitdiff
|
tree
|
snapshot
2007-01-31
Michael Brown
Added __umoddi3
commit
|
commitdiff
|
tree
|
snapshot
2007-01-31
Michael Brown
Original axtls RSA code
commit
|
commitdiff
|
tree
|
snapshot
2007-01-31
Michael Brown
Added wrapper for AXTLS AES code
commit
|
commitdiff
|
tree
|
snapshot
2007-01-31
Michael Brown
Added setiv method
commit
|
commitdiff
|
tree
|
snapshot
2007-01-31
Michael Brown
Add wrapper around axtls' sha1 code
commit
|
commitdiff
|
tree
|
snapshot
2007-01-31
Michael Brown
Adding missing include
commit
|
commitdiff
|
tree
|
snapshot
2007-01-31
Michael Brown
Made most of the build much quieter
commit
|
commitdiff
|
tree
|
snapshot
2007-01-31
Michael Brown
We need this, I think
commit
|
commitdiff
|
tree
|
snapshot
2007-01-31
Michael Brown
Force inlining
commit
|
commitdiff
|
tree
|
snapshot
2007-01-31
Michael Brown
Placeholder for TLS insertion
commit
|
commitdiff
|
tree
|
snapshot
next