summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Collapse)AuthorAgeFilesLines
* Now at least compilesMichael Brown2007-09-151-6/+27
|
* Starting to introduce an Infiniband device abstractionMichael Brown2007-09-141-0/+63
|
* Now handling TX completions in our poll loop.Michael Brown2007-09-141-12/+7Star
|
* Can now both send and receive packets. LL header format not yetMichael Brown2007-09-131-0/+37
| | | | | fixed; still using a quick hack-up just to be able to pass through data.
* Use RFC4390 whenever hardware address exceeds 16 bytes; this allows usMichael Brown2007-09-131-0/+7
| | | | to construct DHCP packets suitable for Infiniband.
* Started IB driver rewriteMichael Brown2007-09-123-2/+55
|
* Merge branch 'master' into cursesHolger Lubitz2007-08-237-35/+41
|\ | | | | | | | | | | | | | | | | Conflicts: src/include/compiler.h src/include/readline/readline.h created by strings branch merge. resolved.
| * 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
| | | | | | | | out-of-tree driver code.
* | 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
| | | | | | | | | | No Microsoft intellectual property was harmed in the production of this code.
* | 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
| | | | | | | | Some shuffling around of the image management code; this needs tidying up.
* | Allowed zero-cost enforced ordering of features in startup bannerMichael Brown2007-08-021-32/+51
| | | | | | | | | | | | list. Added FEATURE() macros to most relevant (non-driver) files.
* | 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
| | | | | | | | | | and generate DHCP options to indicate features to DHCP server (and to PXE NBPs).
* | 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
|