summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Don't get stuck in an infinite loop on negative integers!Michael Brown2007-09-211-4/+5
* Add fls() for non-constant values.Michael Brown2007-09-211-0/+10
* Merge commit 'holger/strings'Michael Brown2007-08-232-252/+284
|\
| * move strndup back to string.c - used by strdupHolger Lubitz2007-08-021-0/+15
| * move strndup back to string.c - used by strdupHolger Lubitz2007-08-021-15/+0Star
| * memscan does not alter the mem pointer - make it constHolger Lubitz2007-08-021-1/+1
| * stripped down version of string.c containing only the used functionsHolger Lubitz2007-08-021-251/+0Star
| * put unused functions from string.c into separate fileHolger Lubitz2007-08-021-0/+288
| * Merge branch 'master' into stringsHolger Lubitz2007-08-025-21/+142
| |\
| * | make bcopy use memmoveHolger Lubitz2007-07-291-6/+1Star
* | | Add iBFT code derived from IBM document.Michael Brown2007-08-101-0/+325
* | | Set current working URI to be that of the executable image whenMichael Brown2007-08-071-3/+12
* | | Make read_user() non-blocking, and add select() call.Michael Brown2007-08-041-35/+59
* | | Display name and status of each file as it is downloaded.Michael Brown2007-08-031-4/+17
* | | uri_get(NULL) and uri_put(NULL) are explicitly allowed.Michael Brown2007-08-021-3/+2Star
* | | Allow images to hold references to the originating URI.Michael Brown2007-08-021-0/+78
* | | Add code for constructing single-file cpio archives on the flyMichael Brown2007-08-021-0/+40
| |/ |/|
* | Added support for draft version of the AoE Boot Firmware Table.Michael Brown2007-07-311-0/+60
* | Allowed HTTPS to be a separately configurable feature.Michael Brown2007-07-301-0/+3
* | Import various libgcc functions from syslinux.Michael Brown2007-07-301-20/+0Star
* | Added a simple pass-through filter layer for data transfer interfaces.Michael Brown2007-07-291-0/+78
* | Applied a modified version of holger's regparm patches.Michael Brown2007-07-291-1/+1
|/
* Added two lines of code that were completely missing!Michael Brown2007-07-251-2/+4
* Add per-file error identifiersMichael Brown2007-07-241-0/+20
* Changed #warning to FIXME for nvo hack warning.Marty Connor2007-07-231-1/+1
* Obsolete code removalMichael Brown2007-07-171-265/+0Star
* Remove more obsolete filesMichael Brown2007-07-151-49/+0Star
* Dead code removal.Michael Brown2007-07-1410-978/+12Star
* Unplug before sending close() message, to avoid screwing up interfacesMichael Brown2007-07-103-4/+4
* Add debug messages to process.cMichael Brown2007-07-101-0/+4
* Remove xfer_ready() (it has been replaced by xfer_window())Michael Brown2007-07-091-14/+0Star
* Add strcspn() and strndup()Michael Brown2007-07-081-4/+41
* Make ref_get() return the reference, for cleaner code.Michael Brown2007-07-081-8/+8
* Separate the "is data ready" function of xfer_seek() into anMichael Brown2007-07-085-16/+49
* Kill off unused request() method in data-xfer interface.Michael Brown2007-07-085-47/+0Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-6/+3Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* Separated out initialisation functions from startup/shutdown functions.Michael Brown2007-07-046-83/+150
* Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2007-07-031-289/+0Star
|\
| * Merge branch 'master' of /pub/scm/gpxeMarty Connor2007-07-032-1/+22
| |\
| * | Warnings purge: src/arch/i386, src/core/disk.c, ramdisk, autobootMarty Connor2007-07-031-289/+0Star
* | | Should be using the generic device probe mechanism, when (if) theyMichael Brown2007-07-032-5/+0Star
* | | We don't actually use the reset functions anywhere, and nothing reallyMichael Brown2007-07-034-12/+3Star
| |/ |/|
* | Use a linker-table based system to automatically mark and start upMichael Brown2007-07-032-1/+22
|/
* Warnings purge of src/coreMarty Connor2007-07-029-487/+26Star
* Removing obsolete files.Michael Brown2007-07-011-80/+0Star