summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'holger/strings'Michael Brown2007-08-237-35/+60
|\
| * use malloc attributeHolger Lubitz2007-08-201-3/+3
| * use malloc attributeHolger Lubitz2007-08-201-3/+3
| * use malloc attributeHolger Lubitz2007-08-201-1/+1
| * use malloc attributeHolger Lubitz2007-08-201-2/+2
| * use malloc attributeHolger Lubitz2007-08-201-1/+1
| * use malloc attributeHolger Lubitz2007-08-201-1/+1
| * define malloc attributeHolger Lubitz2007-08-201-0/+6
| * strdup and strndup call malloc and are not pureHolger Lubitz2007-08-021-2/+2
| * declare pointers passed to string functions as nonnullHolger Lubitz2007-08-021-24/+24
| * define __nonnullHolger Lubitz2007-08-021-0/+7
| * set __pure attribute where possibleHolger Lubitz2007-08-021-16/+16
| * define __pure and __constHolger Lubitz2007-08-021-0/+12
* | Added error IDs for all files in drivers/net; they're likely to need them.Michael Brown2007-08-191-0/+26
* | Add barrier() primitive (was present in Eb5.4), used by some currentlyMichael Brown2007-08-181-0/+5
* | Separate out arch-independent parts of stdint.hMichael Brown2007-08-171-0/+24
* | Add start_timer_nodelay()Michael Brown2007-08-131-0/+1
* | Add iBFT code derived from IBM document.Michael Brown2007-08-101-6/+295
* | Add PXE FILE API.Michael Brown2007-08-042-0/+136
* | Make read_user() non-blocking, and add select() call.Michael Brown2007-08-041-0/+54
* | Display name and status of each file as it is downloaded.Michael Brown2007-08-031-1/+1
* | uri_get(NULL) and uri_put(NULL) are explicitly allowed.Michael Brown2007-08-021-2/+2
* | Allow images to hold references to the originating URI.Michael Brown2007-08-023-9/+27
* | Allowed zero-cost enforced ordering of features in startup bannerMichael Brown2007-08-021-32/+51
* | Use otherwise-useless byte in DHCP feature option as a version numberMichael Brown2007-08-021-8/+14
* | Add FEATURE() macro, plus code to display features at startup time,Michael Brown2007-08-022-0/+68
* | Add code for constructing single-file cpio archives on the flyMichael Brown2007-08-021-0/+51
|/
* Added support for draft version of the AoE Boot Firmware Table.Michael Brown2007-07-311-0/+35
* Add identifier for the network device into the DHCP request.Michael Brown2007-07-311-0/+13
* Centralise construction of the DHCP request and response packets.Michael Brown2007-07-311-6/+10
* Allowed HTTPS to be a separately configurable feature.Michael Brown2007-07-301-0/+5
* Added missing #includeMichael Brown2007-07-301-0/+1
* TLS now working again.Michael Brown2007-07-301-5/+164
* Preparation for adding tls.cMichael Brown2007-07-291-0/+1
* Added a simple pass-through filter layer for data transfer interfaces.Michael Brown2007-07-291-0/+75
* Added HMAC code from TLS projectMichael Brown2007-07-291-0/+30
* Quick hack to get AoE back in to the tree, on a par with the currentMichael Brown2007-07-293-17/+17
* Applied a modified version of holger's regparm patches.Michael Brown2007-07-291-0/+3
* Merge branch 'symcheck2'Michael Brown2007-07-281-0/+4
|\
| * Make has_key() a static inline, rather than omitting it altogether.Michael Brown2007-07-281-0/+4
* | Prepare for iBFT merge when possible. iscsiboot.c contains a really,Michael Brown2007-07-262-0/+10
|/
* Add per-file error identifiersMichael Brown2007-07-247-149/+306
* Include errno.h in the few drivers which use it, rather than in nic.hMichael Brown2007-07-241-1/+0Star
* nameserver should be staticMichael Brown2007-07-171-2/+0Star
* Obsolete code removalMichael Brown2007-07-173-311/+0Star
* Added missing externMichael Brown2007-07-171-1/+1
* Remove more obsolete filesMichael Brown2007-07-151-52/+0Star
* Reduced etherboot.h dependencies to avoid unnecessary rebuilds.Michael Brown2007-07-142-312/+10Star
* Dead code removal.Michael Brown2007-07-144-326/+0Star
* Add support for TCP timestampsMichael Brown2007-07-131-3/+44