Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [console] Move putchar() and getchar() declarations to stdio.h | Michael Brown | 2012-03-26 | 1 | -1/+0 |
| | | | | Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [console] Move include/console.h to include/ipxe/console.h | Michael Brown | 2011-03-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [build] Rename gPXE to iPXE | Michael Brown | 2010-04-19 | 1 | -3/+3 |
| | | | | | | | | | | | Access to the gpxe.org and etherboot.org domains and associated resources has been revoked by the registrant of the domain. Work around this problem by renaming project from gPXE to iPXE, and updating URLs to match. Also update README, LOG and COPYRIGHTS to remove obsolete information. Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [legal] Add a selection of FILE_LICENCE declarations | Michael Brown | 2009-05-18 | 1 | -0/+2 |
| | | | | | Add FILE_LICENCE declarations to almost all files that make up the various standard builds of gPXE. | ||||
* | Modify gPXE core and drivers to work with the new timer subsystem | Alexey Zaytsev | 2008-03-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com> | ||||
* | Reduced etherboot.h dependencies to avoid unnecessary rebuilds. | Michael Brown | 2007-07-14 | 1 | -280/+10 |
| | | | | | etherboot.h is only now used by drivers that have not been updated to the new API. | ||||
* | Fix prototype of random() and move to stdlib.h | Michael Brown | 2006-12-22 | 1 | -1/+0 |
| | |||||
* | Fix prototype of sleep() and move it to unistd.h | Michael Brown | 2006-12-20 | 1 | -1/+1 |
| | |||||
* | Kill off poll_interruptions(); it is lethal when we're acting as a PXE | Michael Brown | 2006-08-14 | 1 | -1/+0 |
| | | | | stack or INT 13 emulator etc. | ||||
* | Moved if_ether.h and if_arp.h to include/gpxe, for consistency with Linux | Michael Brown | 2006-04-19 | 1 | -2/+2 |
| | | | | | | | | kernel. Removed obsolete struct arprequest from if_arp.h and put it in nic.c so that nic.c will still compile. ARP will very shortly be handled by net/arp.c instead. | ||||
* | Moved old tcp.h to old_tcp.h, to avoid name clash with new (uIP-based) | Michael Brown | 2006-03-23 | 1 | -1/+1 |
| | | | | tcp.h. | ||||
* | Moved include/in.h to include/gpxe/in.h, so that it can be included by | Michael Brown | 2006-03-23 | 1 | -1/+1 |
| | | | | prototester. | ||||
* | Merge from Etherboot 5.4 | Michael Brown | 2006-03-16 | 1 | -1/+3 |
|\ | |||||
* | | Fix up building with gcc 4.0.1 / gas 2.16.91 | Michael Brown | 2006-01-17 | 1 | -1/+0 |
| | | |||||
* | | IGMP protocol now uses the generic background protocol mechanism. | Michael Brown | 2005-06-01 | 1 | -13/+0 |
| | | |||||
* | | TFTP upgraded to use a core function library (in tftpcore.c) which will be | Michael Brown | 2005-06-01 | 1 | -1/+0 |
| | | | | | | | | shared between TFTP, TFTM and MTFTP protocols. | ||||
* | | doxygen doesn't allow us to do the --include compiler.h trick... | Michael Brown | 2005-05-18 | 1 | -20/+20 |
|/ | |||||
* | Heap function prototypes moved to heap.h | Michael Brown | 2005-05-17 | 1 | -8/+0 |
| | |||||
* | Moved DOWNLOAD_PROTO_XXX options to config.h | Michael Brown | 2005-05-02 | 1 | -4/+0 |
| | |||||
* | Removed obsolete prototypes. | Michael Brown | 2005-05-01 | 1 | -17/+0 |
| | |||||
* | nfs prototypes no longer required. | Michael Brown | 2005-05-01 | 1 | -5/+0 |
| | |||||
* | tftp prototypes moved to tftp.h | Michael Brown | 2005-04-30 | 1 | -2/+0 |
| | |||||
* | loadkernel no longer exists; it is now download_url and lives in nic.c. | Michael Brown | 2005-04-30 | 1 | -6/+2 |
| | |||||
* | Added back in the actual call to load(). | Michael Brown | 2005-04-26 | 1 | -1/+1 |
| | |||||
* | printf and sprintf now defined in vsprintf.h, drag in console.h to get | Michael Brown | 2005-04-17 | 1 | -3/+1 |
| | | | | putchar() as well. | ||||
* | Removed basemem.c prototypes | Michael Brown | 2005-04-09 | 1 | -13/+0 |
| | |||||
* | Relocation code is arch-specific. | Michael Brown | 2005-04-09 | 1 | -6/+0 |
| | |||||
* | Removed references to old callback mechanism | Michael Brown | 2005-04-09 | 1 | -4/+0 |
| | |||||
* | Merged mcb30-realmode-redesign back to HEAD | Michael Brown | 2005-04-08 | 1 | -63/+1 |
| | |||||
* | Remove CODE16 as a global define; most files define it themselves | Michael Brown | 2005-03-09 | 1 | -5/+0 |
| | | | | | anyway, and I want to be able to use it as a compile-time option for the i386 decompressor. | ||||
* | Initial revision | Michael Brown | 2005-03-08 | 1 | -0/+459 |