aboutsummaryrefslogtreecommitdiff
path: root/src/include/etherboot.h
AgeCommit message (Expand)AuthorFilesLines
2012-03-26[console] Move putchar() and getchar() declarations to stdio.hMichael Brown1-1/+0
2011-03-09[console] Move include/console.h to include/ipxe/console.hMichael Brown1-1/+1
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-3/+3
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2008-03-02Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev1-1/+1
2007-07-14Reduced etherboot.h dependencies to avoid unnecessary rebuilds.Michael Brown1-280/+10
2006-12-22Fix prototype of random() and move to stdlib.hMichael Brown1-1/+0
2006-12-20Fix prototype of sleep() and move it to unistd.hMichael Brown1-1/+1
2006-08-14Kill off poll_interruptions(); it is lethal when we're acting as a PXEMichael Brown1-1/+0
2006-04-19Moved if_ether.h and if_arp.h to include/gpxe, for consistency with LinuxMichael Brown1-2/+2
2006-03-23Moved old tcp.h to old_tcp.h, to avoid name clash with new (uIP-based)Michael Brown1-1/+1
2006-03-23Moved include/in.h to include/gpxe/in.h, so that it can be included byMichael Brown1-1/+1
2006-03-16Merge from Etherboot 5.4Michael Brown1-1/+3
2006-01-17Fix up building with gcc 4.0.1 / gas 2.16.91Michael Brown1-1/+0
2005-06-01IGMP protocol now uses the generic background protocol mechanism.Michael Brown1-13/+0
2005-06-01TFTP upgraded to use a core function library (in tftpcore.c) which will beMichael Brown1-1/+0
2005-05-18doxygen doesn't allow us to do the --include compiler.h trick...Michael Brown1-20/+20
2005-05-17Heap function prototypes moved to heap.hMichael Brown1-8/+0
2005-05-02Moved DOWNLOAD_PROTO_XXX options to config.hMichael Brown1-4/+0
2005-05-01Removed obsolete prototypes.Michael Brown1-17/+0
2005-05-01nfs prototypes no longer required.Michael Brown1-5/+0
2005-04-30tftp prototypes moved to tftp.hMichael Brown1-2/+0
2005-04-30loadkernel no longer exists; it is now download_url and lives in nic.c.Michael Brown1-6/+2
2005-04-26Added back in the actual call to load().Michael Brown1-1/+1
2005-04-17printf and sprintf now defined in vsprintf.h, drag in console.h to getMichael Brown1-3/+1
2005-04-09Removed basemem.c prototypesMichael Brown1-13/+0
2005-04-09Relocation code is arch-specific.Michael Brown1-6/+0
2005-04-09Removed references to old callback mechanismMichael Brown1-4/+0
2005-04-08Merged mcb30-realmode-redesign back to HEADMichael Brown1-63/+1
2005-03-09Remove CODE16 as a global define; most files define it themselvesMichael Brown1-5/+0
2005-03-08Initial revisionMichael Brown1-0/+459