summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Use RFC4390 whenever hardware address exceeds 16 bytes; this allows usMichael Brown2007-09-211-0/+7
* Add fls() for non-constant values.Michael Brown2007-09-211-5/+1Star
* Moved iobuf.h assertions outside the static inline functions, so thatMichael Brown2007-09-212-4/+42
* Merge branch 'master' into cursesHolger Lubitz2007-08-237-35/+41
|\
| * 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
* | | __nonnull changesHolger Lubitz2007-08-201-1/+1
* | | __nonnull changesHolger Lubitz2007-08-201-1/+1
* | | __nonnull changesHolger Lubitz2007-08-201-1/+1
* | | __nonnull changesHolger Lubitz2007-08-201-2/+4
* | | __nonnull changesHolger Lubitz2007-08-201-31/+35
* | | define __nonnullHolger Lubitz2007-08-191-0/+7
* | | define __pure and __constHolger Lubitz2007-08-191-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
|\