| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Now at least compiles | Michael Brown | 2007-09-15 | 4 | -64/+185 |
| * | Starting to introduce an Infiniband device abstraction | Michael Brown | 2007-09-14 | 2 | -0/+201 |
| * | Remove some dead code | Michael Brown | 2007-09-14 | 1 | -245/+10![]() |
| * | Now handling TX completions in our poll loop. | Michael Brown | 2007-09-14 | 3 | -75/+74![]() |
| * | Proof-of-concept to manually parse completion event | Michael Brown | 2007-09-14 | 1 | -2/+21 |
| * | Add EX_FLD_BE() | Michael Brown | 2007-09-14 | 1 | -0/+10 |
| * | Start constructing a generic poll() routine. | Michael Brown | 2007-09-13 | 2 | -35/+98 |
| * | Can now both send and receive packets. LL header format not yet | Michael Brown | 2007-09-13 | 4 | -7/+60 |
| * | Dump received packet, including GRH. | Michael Brown | 2007-09-13 | 1 | -0/+6 |
| * | Use RFC4390 whenever hardware address exceeds 16 bytes; this allows us | Michael Brown | 2007-09-13 | 2 | -2/+43 |
| * | Now sends IP packets correctly. | Michael Brown | 2007-09-13 | 1 | -11/+4![]() |
| * | Bugfix: DHCP message type should be a one-byte option... (d'oh) | Michael Brown | 2007-09-13 | 1 | -2/+1![]() |
| * | Started IB driver rewrite | Michael Brown | 2007-09-12 | 6 | -7/+381 |
| * | Merge branch 'master' into 3leaf-rewrite | Michael Brown | 2007-09-11 | 30 | -437/+554 |
| |\ | |||||
| | * | Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe | Michael Brown | 2007-09-09 | 3 | -96/+97 |
| | |\ | |||||
| | | * | Use "/bin/echo -e" instead of shell builtin echo; some shells don't | Michael Brown | 2007-09-09 | 2 | -95/+88![]() |
| | | * | Check for correct block number in tftp_rx_data(). | Michael Brown | 2007-09-08 | 1 | -1/+9 |
| | | * | Re-added the kpxe prefix. I have no idea when this disappeared. | Michael Brown | 2007-09-08 | 1 | -0/+1 |
| | * | | Add the possibility to create .o files from arbitrary binary blobs. | Michael Brown | 2007-09-06 | 2 | -0/+10 |
| | * | | Added missing .kpxe prefix. | Michael Brown | 2007-09-06 | 1 | -0/+1 |
| | |/ | |||||
| | * | Minor style fix: structure fields are generally initialised in the | Michael Brown | 2007-09-06 | 1 | -1/+1 |
| | * | TFTP default blocksize fix from Vampyre | Marty Connor | 2007-08-30 | 1 | -0/+1 |
| | * | allpxes allroms alldsks fixes from Vampyre | Marty Connor | 2007-08-30 | 1 | -2/+3 |
| | * | Add sis900 variant (patch from Vampyre) | Marty Connor | 2007-08-30 | 1 | -0/+1 |
| | * | Merge branch 'master' into curses | Holger Lubitz | 2007-08-23 | 16 | -301/+343 |
| | |\ | |||||
| | | * | Merge commit 'holger/strings' | Michael Brown | 2007-08-23 | 14 | -299/+354 |
| | | |\ | |||||
| | | | * | use malloc attribute | Holger Lubitz | 2007-08-20 | 1 | -1/+1 |
| | | | * | use malloc attribute | Holger Lubitz | 2007-08-20 | 1 | -5/+4![]() |
| | | | * | use malloc attribute | Holger Lubitz | 2007-08-20 | 1 | -4/+3![]() |
| | | | * | 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 |
| | | | * | 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 |
| | | | * | move strndup back to string.c - used by strdup | Holger Lubitz | 2007-08-02 | 1 | -0/+15 |
| | | | * | move strndup back to string.c - used by strdup | Holger Lubitz | 2007-08-02 | 1 | -15/+0![]() |
| | | | * | 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 |
| | | | * | memscan does not alter the mem pointer - make it const | Holger Lubitz | 2007-08-02 | 1 | -1/+1 |
| | | | * | 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 |
| | | | * | stripped down version of string.c containing only the used functions | Holger Lubitz | 2007-08-02 | 1 | -251/+0![]() |
| | | | * | put unused functions from string.c into separate file | Holger Lubitz | 2007-08-02 | 1 | -0/+288 |
| | | | * | Merge branch 'master' into strings | Holger Lubitz | 2007-08-02 | 66 | -734/+4027 |
| | | | |\ | |||||
| | | | * | | make bcopy use memmove | Holger Lubitz | 2007-07-29 | 1 | -6/+1![]() |

