| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add DBGLVL_IO to trace all memory-mapped I/O. | Michael Brown | 2008-02-21 | 1 | -0/+11 |
| | | |||||
| * | Merge commit 'holger/strings' | Michael Brown | 2007-08-23 | 1 | -0/+25 |
| |\ | |||||
| | * | define malloc attribute | Holger Lubitz | 2007-08-20 | 1 | -0/+6 |
| | | | |||||
| | * | define __nonnull | Holger Lubitz | 2007-08-02 | 1 | -0/+7 |
| | | | |||||
| | * | define __pure and __const | Holger Lubitz | 2007-08-02 | 1 | -0/+12 |
| | | | |||||
| * | | Add barrier() primitive (was present in Eb5.4), used by some currently | Michael Brown | 2007-08-18 | 1 | -0/+5 |
| |/ | | | | out-of-tree driver code. | ||||
| * | Applied a modified version of holger's regparm patches. | Michael Brown | 2007-07-29 | 1 | -0/+3 |
| | | |||||
| * | Add per-file error identifiers | Michael Brown | 2007-07-24 | 1 | -0/+3 |
| | | |||||
| * | Use "dbg_stream" rather than "stream" as a variable name in | Michael Brown | 2007-01-30 | 1 | -3/+3 |
| | | | | | DBG_AC_IF(), to avoid namespace collisions. | ||||
| * | console.h is no longer needed for debugging | Michael Brown | 2007-01-18 | 1 | -1/+0![]() |
| | | |||||
| * | Add DBGLVL_PROFILE | Michael Brown | 2007-01-18 | 1 | -14/+28 |
| | | |||||
| * | Hex dumps are now integrated into the DBG() framework. | Michael Brown | 2007-01-13 | 1 | -5/+93 |
| | | |||||
| * | Added auto-colourising DBGC() macro | Michael Brown | 2006-12-29 | 1 | -40/+42 |
| | | |||||
| * | Inhibit compiler warnings on DBG() when building a non-debug object, | Michael Brown | 2006-09-27 | 1 | -2/+12 |
| | | | | | while retaining the format string checking. | ||||
| * | update DBG_DISCARD macro to allow the compiler to see the argument for ↵ | Marty Connor | 2006-09-14 | 1 | -1/+3 |
| | | | | | compile-time checking, while still having it optimized away during compilation | ||||
| * | Make DBG_DISCARD correct | Michael Brown | 2006-06-01 | 1 | -1/+1 |
| | | |||||
| * | Assertions are now handled via the POSIX-like <assert.h>. | Michael Brown | 2006-03-23 | 1 | -20/+3![]() |
| | | |||||
| * | Use "#var" rather than "@c var" for doxygen. | Michael Brown | 2005-05-20 | 1 | -3/+3 |
| | | |||||
| * | Doxygenation | Michael Brown | 2005-05-19 | 1 | -18/+101 |
| | | |||||
| * | __attribute__ does not need to be treated as a variadic macro, since | Michael Brown | 2005-05-18 | 1 | -1/+1 |
| | | | | | | it is always used as __attribute__((...)). Since variadic macros seem to confuse poor doxygen, change it to a single-valued macro. | ||||
| * | Hide __attribute__ from doxygen | Michael Brown | 2005-05-18 | 1 | -1/+11 |
| | | |||||
| * | Use __unused instead of __used for static data structures. | Michael Brown | 2005-05-17 | 1 | -3/+12 |
| | | | | | Remove compiler.h defines from osdep.h | ||||
| * | Added ASSERT() macro | Michael Brown | 2005-05-13 | 1 | -0/+17 |
| | | |||||
| * | Removed spurious semicolon | Michael Brown | 2005-05-03 | 1 | -1/+1 |
| | | |||||
| * | Moved definition of __shared into compiler.h | Michael Brown | 2005-05-02 | 1 | -0/+17 |
| | | |||||
| * | Added PREFIX_OBJECT() function to be able to easily prepend any string | Michael Brown | 2005-04-27 | 1 | -2/+3 |
| | | | | | to the object name in order to generate e.g. per-file variables. | ||||
| * | Allow for multiple debug levels | Michael Brown | 2005-04-25 | 1 | -5/+18 |
| | | |||||
| * | Revert debug message prefix back to none, since we sometimes want to use | Michael Brown | 2005-04-22 | 1 | -1/+1 |
| | | | | | DBG() several times to build up a line. | ||||
| * | Force a standard format upon debug messages. | Michael Brown | 2005-04-21 | 1 | -1/+1 |
| | | |||||
| * | Automatically drag in console.h if DBG() is being defined as printf(). | Michael Brown | 2005-04-17 | 1 | -0/+1 |
| | | |||||
| * | Automatically create DBG() macro based on debug_<object> macro. | Michael Brown | 2005-04-14 | 1 | -0/+20 |
| | | |||||
| * | Merged mcb30-realmode-redesign back to HEAD | Michael Brown | 2005-04-08 | 1 | -0/+41 |

