summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'holger/strings'Michael Brown2007-08-2314-299/+354
|\
| * use malloc attributeHolger Lubitz2007-08-201-1/+1
| * use malloc attributeHolger Lubitz2007-08-201-5/+4Star
| * use malloc attributeHolger Lubitz2007-08-201-4/+3Star
| * 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
| * 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
| * 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
| * declare pointers passed to string functions as nonnullHolger Lubitz2007-08-021-24/+24
| * define __nonnullHolger Lubitz2007-08-021-0/+7
| * memscan does not alter the mem pointer - make it constHolger Lubitz2007-08-021-1/+1
| * set __pure attribute where possibleHolger Lubitz2007-08-021-16/+16
| * define __pure and __constHolger Lubitz2007-08-021-0/+12
| * 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-0266-734/+4027
| |\
| * | make bcopy use memmoveHolger Lubitz2007-07-291-6/+1Star
* | | Auto-assign drive number only if set to 0xff; almost all applicationsMichael Brown2007-08-231-2/+3
* | | Allow legacy "make bin/etherboot.%".Michael Brown2007-08-231-0/+5
* | | Added error IDs for all files in drivers/net; they're likely to need them.Michael Brown2007-08-191-0/+26
* | | Fix building on distros which use dash as the default shell.Michael Brown2007-08-181-2/+10
* | | Add barrier() primitive (was present in Eb5.4), used by some currentlyMichael Brown2007-08-181-0/+5
* | | Separate out arch-independent parts of stdint.hMichael Brown2007-08-172-21/+27
* | | Use start_timer_nodelay() in protocols which rely on the retry timerMichael Brown2007-08-133-3/+3
* | | Add start_timer_nodelay()Michael Brown2007-08-132-0/+13
* | | Build the all-driver images by default, and print instructions for usage.Michael Brown2007-08-102-26/+18Star
* | | Add iBFT code derived from IBM document.Michael Brown2007-08-102-6/+620
* | | Set current working URI to be that of the executable image whenMichael Brown2007-08-072-12/+13
* | | Add PXE FILE API.Michael Brown2007-08-044-0/+352
* | | Make read_user() non-blocking, and add select() call.Michael Brown2007-08-043-50/+151
* | | Display name and status of each file as it is downloaded.Michael Brown2007-08-035-18/+30
* | | Print multiple commands per line in helpMichael Brown2007-08-031-2/+12
* | | Place multiboot command lines in base memory; Xen won't pick them upMichael Brown2007-08-031-36/+69
* | | Error message cleanups.Michael Brown2007-08-022-2/+3
* | | Set current working URI equal to script URI during script execution.Michael Brown2007-08-021-1/+9
* | | uri_get(NULL) and uri_put(NULL) are explicitly allowed.Michael Brown2007-08-022-5/+4Star
* | | Allow images to hold references to the originating URI.Michael Brown2007-08-029-69/+189
* | | Allowed zero-cost enforced ordering of features in startup bannerMichael Brown2007-08-0213-40/+80
* | | Use otherwise-useless byte in DHCP feature option as a version numberMichael Brown2007-08-025-10/+22
* | | Add FEATURE() macro, plus code to display features at startup time,Michael Brown2007-08-026-1/+99
* | | fix gcc 4.2.1 warning: discards qualifiers from pointer target typeHolger Lubitz2007-08-021-4/+4
* | | fix gcc 4.2.1 warning: initialized field overwrittenHolger Lubitz2007-08-021-4/+1Star