| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Don't get stuck in an infinite loop on negative integers! | Michael Brown | 2007-09-21 | 1 | -4/+5 |
| | | |||||
| * | Add fls() for non-constant values. | Michael Brown | 2007-09-21 | 1 | -0/+10 |
| | | |||||
| * | Merge commit 'holger/strings' | Michael Brown | 2007-08-23 | 2 | -252/+284 |
| |\ | |||||
| | * | 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![]() |
| | | | |||||
| | * | memscan does not alter the mem pointer - make it const | Holger Lubitz | 2007-08-02 | 1 | -1/+1 |
| | | | |||||
| | * | 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 | 5 | -21/+142 |
| | |\ | |||||
| | * | | make bcopy use memmove | Holger Lubitz | 2007-07-29 | 1 | -6/+1![]() |
| | | | | |||||
| * | | | Add iBFT code derived from IBM document. | Michael Brown | 2007-08-10 | 1 | -0/+325 |
| | | | | | | | | | | | | | | | | No Microsoft intellectual property was harmed in the production of this code. | ||||
| * | | | Set current working URI to be that of the executable image when | Michael Brown | 2007-08-07 | 1 | -3/+12 |
| | | | | | | | | | | | | | | | | executing any image, not just a script. (This will enable pxelinux to use relative URIs, should it wish to.) | ||||
| * | | | Make read_user() non-blocking, and add select() call. | Michael Brown | 2007-08-04 | 1 | -35/+59 |
| | | | | |||||
| * | | | Display name and status of each file as it is downloaded. | Michael Brown | 2007-08-03 | 1 | -4/+17 |
| | | | | |||||
| * | | | uri_get(NULL) and uri_put(NULL) are explicitly allowed. | Michael Brown | 2007-08-02 | 1 | -3/+2![]() |
| | | | | |||||
| * | | | Allow images to hold references to the originating URI. | Michael Brown | 2007-08-02 | 1 | -0/+78 |
| | | | | | | | | | | | | | Some shuffling around of the image management code; this needs tidying up. | ||||
| * | | | Add code for constructing single-file cpio archives on the fly | Michael Brown | 2007-08-02 | 1 | -0/+40 |
| | |/ |/| | |||||
| * | | Added support for draft version of the AoE Boot Firmware Table. | Michael Brown | 2007-07-31 | 1 | -0/+60 |
| | | | |||||
| * | | Allowed HTTPS to be a separately configurable feature. | Michael Brown | 2007-07-30 | 1 | -0/+3 |
| | | | |||||
| * | | Import various libgcc functions from syslinux. | Michael Brown | 2007-07-30 | 1 | -20/+0![]() |
| | | | | | | | | | | | | | | | | | | | | | Experimentation reveals that gcc ignores -mrtd for the implicit arithmetic functions (e.g. __udivdi3), but not for the implicit memcpy() and memset() functions. Mark the implicit arithmetic functions with __attribute__((cdecl)) to compensate for this. (Note: we cannot mark with with __cdecl, because we define __cdecl to incorporate regparm(0) as well.) | ||||
| * | | Added a simple pass-through filter layer for data transfer interfaces. | Michael Brown | 2007-07-29 | 1 | -0/+78 |
| | | | |||||
| * | | Applied a modified version of holger's regparm patches. | Michael Brown | 2007-07-29 | 1 | -1/+1 |
| |/ | |||||
| * | Added two lines of code that were completely missing! | Michael Brown | 2007-07-25 | 1 | -2/+4 |
| | | |||||
| * | Add per-file error identifiers | Michael Brown | 2007-07-24 | 1 | -0/+20 |
| | | |||||
| * | Changed #warning to FIXME for nvo hack warning. | Marty Connor | 2007-07-23 | 1 | -1/+1 |
| | | |||||
| * | Obsolete code removal | Michael Brown | 2007-07-17 | 1 | -265/+0![]() |
| | | |||||
| * | Remove more obsolete files | Michael Brown | 2007-07-15 | 1 | -49/+0![]() |
| | | |||||
| * | Dead code removal. | Michael Brown | 2007-07-14 | 10 | -978/+12![]() |
| | | | | | Kill off use of etherboot.h outside drivers/net. | ||||
| * | Unplug before sending close() message, to avoid screwing up interfaces | Michael Brown | 2007-07-10 | 3 | -4/+4 |
| | | | | | which respond to close with a reopen() (e.g. iSCSI). | ||||
| * | Add debug messages to process.c | Michael Brown | 2007-07-10 | 1 | -0/+4 |
| | | |||||
| * | Remove xfer_ready() (it has been replaced by xfer_window()) | Michael Brown | 2007-07-09 | 1 | -14/+0![]() |
| | | |||||
| * | Add strcspn() and strndup() | Michael Brown | 2007-07-08 | 1 | -4/+41 |
| | | |||||
| * | Make ref_get() return the reference, for cleaner code. | Michael Brown | 2007-07-08 | 1 | -8/+8 |
| | | |||||
| * | Separate the "is data ready" function of xfer_seek() into an | Michael Brown | 2007-07-08 | 5 | -16/+49 |
| | | | | | | xfer_window() function, which can return a scalar rather than a boolean. | ||||
| * | Kill off unused request() method in data-xfer interface. | Michael Brown | 2007-07-08 | 5 | -47/+0![]() |
| | | |||||
| * | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -2/+1![]() |
| | | |||||
| * | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -2/+1![]() |
| | | |||||
| * | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -6/+3![]() |
| | | |||||
| * | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -2/+1![]() |
| | | |||||
| * | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -2/+1![]() |
| | | |||||
| * | convert to zalloc | Holger Lubitz | 2007-07-06 | 1 | -2/+1![]() |
| | | |||||
| * | Separated out initialisation functions from startup/shutdown functions. | Michael Brown | 2007-07-04 | 6 | -83/+150 |
| | | |||||
| * | Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe | Michael Brown | 2007-07-03 | 1 | -289/+0![]() |
| |\ | |||||
| | * | Merge branch 'master' of /pub/scm/gpxe | Marty Connor | 2007-07-03 | 2 | -1/+22 |
| | |\ | |||||
| | * | | Warnings purge: src/arch/i386, src/core/disk.c, ramdisk, autoboot | Marty Connor | 2007-07-03 | 1 | -289/+0![]() |
| | | | | |||||
| * | | | Should be using the generic device probe mechanism, when (if) they | Michael Brown | 2007-07-03 | 2 | -5/+0![]() |
| | | | | | | | | | | | | | eventually get updated. | ||||
| * | | | We don't actually use the reset functions anywhere, and nothing really | Michael Brown | 2007-07-03 | 4 | -12/+3![]() |
| | |/ |/| | | | | | provides them. | ||||
| * | | Use a linker-table based system to automatically mark and start up | Michael Brown | 2007-07-03 | 2 | -1/+22 |
| |/ | | | | | permanent processes, rather than requiring each one to have its own initialisation function. | ||||
| * | Warnings purge of src/core | Marty Connor | 2007-07-02 | 9 | -487/+26![]() |
| | | |||||
| * | Removing obsolete files. | Michael Brown | 2007-07-01 | 1 | -80/+0![]() |
| | | |||||

