| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [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> | ||||
| * | [legal] Add missing copyright header and FILE_LICENCE macro | Michael Brown | 2010-12-09 | 1 | -0/+20 |
| | | | | | Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
| * | [debug] Expose pause() and more() debugging functions | Michael Brown | 2010-07-14 | 1 | -4/+12 |
| | | | | | | | | | Include the pause() and more() debugging functions within the general iPXE debugging framework, by introducing DBGxxx_PAUSE() and DBGxxx_MORE() macros. Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
| * | [debug] Remove unused guard_region() and check_region() functions | Michael Brown | 2010-07-14 | 1 | -53/+0![]() |
| | | | | | Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
| * | [build] Rename gPXE to iPXE | Michael Brown | 2010-04-20 | 1 | -1/+1 |
| | | | | | | | | | | | | 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> | ||||
| * | [debug] Use a delimiter to break up DBG_HD() output | Michael Brown | 2009-07-17 | 1 | -1/+2 |
| | | | | | | Reading sixteen columns of hex digits can be difficult; include a "-" character to split the output into two groups of eight columns. | ||||
| * | [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long | Michael Brown | 2008-11-19 | 1 | -2/+2 |
| | | | | | | | This brings us in to line with Linux definitions, and also simplifies adding x86_64 support since both platforms have 2-byte shorts, 4-byte ints and 8-byte long longs. | ||||
| * | [ioapi] Remove old io.h file and switch all users over to <gpxe/io.h> | Michael Brown | 2008-10-12 | 1 | -1/+1 |
| | | |||||
| * | Add missing format qualifier | Michael Brown | 2007-12-06 | 1 | -1/+1 |
| | | |||||
| * | Warnings purge of src/core | Marty Connor | 2007-07-02 | 1 | -0/+1 |
| | | |||||
| * | Hex dumps are now integrated into the DBG() framework. | Michael Brown | 2007-01-13 | 1 | -27/+78 |
| | | |||||
| * | Added auto-colourising DBGC() macro | Michael Brown | 2006-12-29 | 1 | -0/+56 |
| | | |||||
| * | Tidy up hex_dump() output. | Michael Brown | 2006-07-17 | 1 | -2/+2 |
| | | |||||
| * | How did this ever work properly before? | Michael Brown | 2006-07-13 | 1 | -1/+1 |
| | | |||||
| * | fix printf format args | Marty Connor | 2006-06-29 | 1 | -5/+5 |
| | | |||||
| * | Split debug functions out into core/debug.c, so that they can be | Michael Brown | 2006-05-17 | 1 | -0/+87 |
| automatically linked in on demand. Corrected warnings in misc.c. strtoul() really should be unsigned long strtoul ( const char *p, const char **endp, int base ) but such is not the ANSI standard. | |||||

