summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Check for correct block number in tftp_rx_data().Michael Brown2007-09-081-1/+9
* Re-added the kpxe prefix. I have no idea when this disappeared.Michael Brown2007-09-081-0/+1
* Minor style fix: structure fields are generally initialised in theMichael Brown2007-09-061-1/+1
* TFTP default blocksize fix from VampyreMarty Connor2007-08-301-0/+1
* allpxes allroms alldsks fixes from VampyreMarty Connor2007-08-301-2/+3
* Add sis900 variant (patch from Vampyre)Marty Connor2007-08-301-0/+1
* Merge branch 'master' into cursesHolger Lubitz2007-08-2316-301/+343
|\
| * 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
* | | | __nonnull changesHolger Lubitz2007-08-201-1/+1
* | | | __nonnull changesHolger Lubitz2007-08-201-1/+1
* | | | __nonnull changesHolger Lubitz2007-08-201-1/+1
* | | | __nonnull changesHolger Lubitz2007-08-201-2/+4
* | | | __nonnull changesHolger Lubitz2007-08-201-31/+35
* | | | __nonnull changesHolger Lubitz2007-08-201-1/+18
* | | | __nonnull changesHolger Lubitz2007-08-201-0/+2
* | | | __nonnull changesHolger Lubitz2007-08-201-5/+5
* | | | __nonnull changesHolger Lubitz2007-08-201-0/+8
* | | | __nonnull changesHolger Lubitz2007-08-201-0/+5
* | | | __nonnull changesHolger Lubitz2007-08-201-0/+9
* | | | define __nonnullHolger Lubitz2007-08-191-0/+7
* | | | define __pure and __constHolger Lubitz2007-08-191-0/+12
|/ / /
* | | 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