| Commit message (Expand) | Author | Age | Files | Lines |
* | Update my e-mail address | khali | 2014-02-03 | 1 | -1/+1 |
* | Revert previous unintended change to that file. | khali | 2013-04-23 | 1 | -1/+1 |
* | Drop unneeded and possibly dangerous cast. | khali | 2013-04-23 | 1 | -1/+1 |
* | Rework BSD make compatibility trick. The previous trick would break | khali | 2010-10-11 | 1 | -6/+12 |
* | Clarify license. | khali | 2009-04-04 | 1 | -5/+9 |
* | Update copyright statements. | khali | 2008-02-16 | 1 | -2/+2 |
* | Fix the uninstall-man target. | khali | 2007-06-27 | 1 | -1/+1 |
* | Do not build biosdecode, ownership and vpddecode on IA-64, as IA-64 | khali | 2007-02-16 | 1 | -21/+20 |
* | Define an ARRAY_SIZE macro which computes the size of a static array, and | khali | 2007-02-11 | 1 | -2/+2 |
* | Move the decoding of OEM-specific entries to a separate source file. | khali | 2007-02-11 | 1 | -4/+7 |
* | Move the command line handling of vpddecode to a separate source file. | khali | 2005-10-03 | 1 | -3/+6 |
* | Make it possible for --string to print decoded binary data rather than | khali | 2005-09-14 | 1 | -1/+1 |
* | Export four specific decoding functions, make them suitable for external | khali | 2005-09-14 | 1 | -1/+2 |
* | Use -Wundef. | khali | 2005-09-05 | 1 | -1/+1 |
* | Move the command line handling of dmidecode to a separate source file. | khali | 2005-06-15 | 1 | -3/+6 |
* | Use variables for install and rm commands, so that these can be overriden | khali | 2005-04-03 | 1 | -24/+30 |
* | Install some documentation files (README, CHANGELOG, AUTHORS). | khali | 2005-03-25 | 1 | -7/+30 |
* | Install manual pages under $(prefix)/share/man by default, instead of | khali | 2005-03-20 | 1 | -1/+1 |
* | Use -Winline. | khali | 2005-03-06 | 1 | -1/+1 |
* | ownership.o depends on version.h. | khali | 2005-02-28 | 1 | -1/+1 |
* | Use -Wmissing-prototypes. | khali | 2005-02-12 | 1 | -2/+2 |
* | Discard -pedantic, we don't really need this. | khali | 2005-02-11 | 1 | -1/+1 |
* | Everything depends on config.h. | khali | 2005-02-06 | 1 | -5/+5 |
* | Move USE_MMAP to config.h, use mmap on Linux only. | khali | 2004-12-10 | 1 | -1/+0 |
* | Be LDFLAGS aware. Original patch by Roberto Nibali. | khali | 2004-10-01 | 1 | -4/+7 |
* | Drop TABLE_LITTLEENDIAN. | khali | 2004-04-11 | 1 | -1/+0 |
* | Make it easier to select where to install the binaries and manual pages, | khali | 2004-03-20 | 1 | -13/+18 |
* | Add manual pages. | khali | 2004-02-23 | 1 | -7/+10 |
* | -D__IA64__ is gone. | khali | 2003-11-13 | 1 | -1/+0 |
* | Add deleting core to the clean target. | khali | 2003-10-19 | 1 | -1/+1 |
* | Handle the new vpddecode program. | khali | 2003-10-12 | 1 | -6/+34 |
* | Don't use $^ since it isn't supported by BSD make. Reported by Hugues | khali | 2003-09-13 | 1 | -3/+3 |
* | Fix missing ownership dependency for install target. | khali | 2003-09-05 | 1 | -1/+1 |
* | Now use USE_MMAP by default. | khali | 2003-06-20 | 1 | -1/+1 |
* | Can now use mmap() instead of mallow()/read() to access the DMI table. | khali | 2003-06-19 | 1 | -0/+1 |
* | Preliminary support for IA-64. | khali | 2003-06-19 | 1 | -0/+1 |
* | Modified to support ownership (new program). | khali | 2003-06-17 | 1 | -2/+10 |
* | Moved common "util" functions to util.c. | khali | 2003-06-17 | 1 | -5/+14 |
* | Restored optional CFLAGS modifier lines. | khali | 2003-06-04 | 1 | -0/+3 |
* | Moved version definition to version.h. | khali | 2003-03-06 | 1 | -2/+2 |
* | Updated copyright years. | khali | 2003-03-06 | 1 | -1/+1 |
* | Added target biosdecode. | khali | 2003-03-01 | 1 | -10/+15 |
* | A simple Makefile. | khali | 2003-01-19 | 1 | -0/+29 |