summaryrefslogtreecommitdiffstats
path: root/src/include/init.h
Commit message (Collapse)AuthorAgeFilesLines
* (Redoing check-in lost by SourceForge's failure.)Michael Brown2006-05-131-66/+0Star
|
* gcc is rather over-aggressive about optimising out static data structuresMichael Brown2006-04-241-6/+6
| | | | even when __atribute__ (( unused )) is correctly set...
* Header rearrangement.Michael Brown2006-04-241-1/+1
| | | | | | | | | I want to get to the point where any header in include/ reflects a standard user-level header (e.g. a POSIX header), while everything that's specific to gPXE lives in include/gpxe/. Headers that reflect a Linux header (e.g. if_ether.h) should also be in include/gpxe/, with the same name as the Linux header and, preferably, the same names used for the definitions.
* Use __unused instead of __used for static data structures.Michael Brown2005-05-171-1/+1
| | | | Remove compiler.h defines from osdep.h
* Add INIT_LOADBUFMichael Brown2005-05-091-3/+5
|
* Add INIT_RPCMichael Brown2005-05-011-0/+1
|
* Use PREFIX_OBJECT to give the init_fn table variables meaningful names.Michael Brown2005-04-271-1/+1
|
* Use new generic tables infrastructureMichael Brown2005-04-271-10/+12
|
* Add INIT_PCIBIOSMichael Brown2005-04-121-4/+5
|
* Fix up init ordering.Michael Brown2005-04-101-5/+6
| | | | Make init function table name fixed; it's a static variable anyway.
* Add INIT_LIBRM before INIT_CONSOLE.Michael Brown2005-04-091-6/+7
|
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-081-0/+58