| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Now at least compiles | Michael Brown | 2007-09-15 | 1 | -6/+27 |
| | | |||||
| * | Starting to introduce an Infiniband device abstraction | Michael Brown | 2007-09-14 | 1 | -0/+63 |
| | | |||||
| * | Now handling TX completions in our poll loop. | Michael Brown | 2007-09-14 | 1 | -12/+7![]() |
| | | |||||
| * | Can now both send and receive packets. LL header format not yet | Michael Brown | 2007-09-13 | 1 | -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 us | Michael Brown | 2007-09-13 | 1 | -0/+7 |
| | | | | | to construct DHCP packets suitable for Infiniband. | ||||
| * | Started IB driver rewrite | Michael Brown | 2007-09-12 | 3 | -2/+55 |
| | | |||||
| * | Merge branch 'master' into curses | Holger Lubitz | 2007-08-23 | 7 | -35/+41 |
| |\ | | | | | | | | | | | | | | | | | Conflicts: src/include/compiler.h src/include/readline/readline.h created by strings branch merge. resolved. | ||||
| | * | Merge commit 'holger/strings' | Michael Brown | 2007-08-23 | 7 | -35/+60 |
| | |\ | |||||
| | | * | use malloc attribute | Holger Lubitz | 2007-08-20 | 1 | -3/+3 |
| | | | | |||||
| | | * | use malloc attribute | Holger Lubitz | 2007-08-20 | 1 | -3/+3 |
| | | | | |||||
| | | * | use malloc attribute | Holger Lubitz | 2007-08-20 | 1 | -1/+1 |
| | | | | |||||
| | | * | use malloc attribute | Holger Lubitz | 2007-08-20 | 1 | -2/+2 |
| | | | | |||||
| | | * | use malloc attribute | Holger Lubitz | 2007-08-20 | 1 | -1/+1 |
| | | | | |||||
| | | * | use malloc attribute | Holger Lubitz | 2007-08-20 | 1 | -1/+1 |
| | | | | |||||
| | | * | define malloc attribute | Holger Lubitz | 2007-08-20 | 1 | -0/+6 |
| | | | | |||||
| | | * | strdup and strndup call malloc and are not pure | Holger Lubitz | 2007-08-02 | 1 | -2/+2 |
| | | | | |||||
| | | * | declare pointers passed to string functions as nonnull | Holger Lubitz | 2007-08-02 | 1 | -24/+24 |
| | | | | |||||
| | | * | define __nonnull | Holger Lubitz | 2007-08-02 | 1 | -0/+7 |
| | | | | |||||
| | | * | set __pure attribute where possible | Holger Lubitz | 2007-08-02 | 1 | -16/+16 |
| | | | | |||||
| | | * | define __pure and __const | Holger Lubitz | 2007-08-02 | 1 | -0/+12 |
| | | | | |||||
| * | | | __nonnull changes | Holger Lubitz | 2007-08-20 | 1 | -1/+1 |
| | | | | |||||
| * | | | __nonnull changes | Holger Lubitz | 2007-08-20 | 1 | -1/+1 |
| | | | | |||||
| * | | | __nonnull changes | Holger Lubitz | 2007-08-20 | 1 | -1/+1 |
| | | | | |||||
| * | | | __nonnull changes | Holger Lubitz | 2007-08-20 | 1 | -2/+4 |
| | | | | |||||
| * | | | __nonnull changes | Holger Lubitz | 2007-08-20 | 1 | -31/+35 |
| | | | | |||||
| * | | | define __nonnull | Holger Lubitz | 2007-08-19 | 1 | -0/+7 |
| | | | | |||||
| * | | | define __pure and __const | Holger Lubitz | 2007-08-19 | 1 | -0/+12 |
| |/ / | |||||
| * | | Added error IDs for all files in drivers/net; they're likely to need them. | Michael Brown | 2007-08-19 | 1 | -0/+26 |
| | | | |||||
| * | | Add barrier() primitive (was present in Eb5.4), used by some currently | Michael Brown | 2007-08-18 | 1 | -0/+5 |
| | | | | | | | | | out-of-tree driver code. | ||||
| * | | Separate out arch-independent parts of stdint.h | Michael Brown | 2007-08-17 | 1 | -0/+24 |
| | | | |||||
| * | | Add start_timer_nodelay() | Michael Brown | 2007-08-13 | 1 | -0/+1 |
| | | | |||||
| * | | Add iBFT code derived from IBM document. | Michael Brown | 2007-08-10 | 1 | -6/+295 |
| | | | | | | | | | | | No Microsoft intellectual property was harmed in the production of this code. | ||||
| * | | Add PXE FILE API. | Michael Brown | 2007-08-04 | 2 | -0/+136 |
| | | | |||||
| * | | Make read_user() non-blocking, and add select() call. | Michael Brown | 2007-08-04 | 1 | -0/+54 |
| | | | |||||
| * | | Display name and status of each file as it is downloaded. | Michael Brown | 2007-08-03 | 1 | -1/+1 |
| | | | |||||
| * | | uri_get(NULL) and uri_put(NULL) are explicitly allowed. | Michael Brown | 2007-08-02 | 1 | -2/+2 |
| | | | |||||
| * | | Allow images to hold references to the originating URI. | Michael Brown | 2007-08-02 | 3 | -9/+27 |
| | | | | | | | | | Some shuffling around of the image management code; this needs tidying up. | ||||
| * | | Allowed zero-cost enforced ordering of features in startup banner | Michael Brown | 2007-08-02 | 1 | -32/+51 |
| | | | | | | | | | | | | | list. Added FEATURE() macros to most relevant (non-driver) files. | ||||
| * | | Use otherwise-useless byte in DHCP feature option as a version number | Michael Brown | 2007-08-02 | 1 | -8/+14 |
| | | | |||||
| * | | Add FEATURE() macro, plus code to display features at startup time, | Michael Brown | 2007-08-02 | 2 | -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 fly | Michael Brown | 2007-08-02 | 1 | -0/+51 |
| |/ | |||||
| * | Added support for draft version of the AoE Boot Firmware Table. | Michael Brown | 2007-07-31 | 1 | -0/+35 |
| | | |||||
| * | Add identifier for the network device into the DHCP request. | Michael Brown | 2007-07-31 | 1 | -0/+13 |
| | | |||||
| * | Centralise construction of the DHCP request and response packets. | Michael Brown | 2007-07-31 | 1 | -6/+10 |
| | | |||||
| * | Allowed HTTPS to be a separately configurable feature. | Michael Brown | 2007-07-30 | 1 | -0/+5 |
| | | |||||
| * | Added missing #include | Michael Brown | 2007-07-30 | 1 | -0/+1 |
| | | |||||
| * | TLS now working again. | Michael Brown | 2007-07-30 | 1 | -5/+164 |
| | | |||||
| * | Preparation for adding tls.c | Michael Brown | 2007-07-29 | 1 | -0/+1 |
| | | |||||
| * | Added a simple pass-through filter layer for data transfer interfaces. | Michael Brown | 2007-07-29 | 1 | -0/+75 |
| | | |||||
| * | Added HMAC code from TLS project | Michael Brown | 2007-07-29 | 1 | -0/+30 |
| | | |||||

