Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add GELF_* accessor macros. | jkoshy | 2007-03-08 | 1 | -0/+16 |
| | | | | Prodded by: Sam Arun Raj <samarunraj at gmail dot com> | ||||
* | Use <osreldate.h> rather than the OS version reported by the kernel | jkoshy | 2006-12-18 | 1 | -2/+2 |
| | | | | | | | | | | | | to determine which Elf Types are to be handled. Change the M4 templates to wrap an `#if __FreeBSD_version >= NNN'/`#endif' pair around the generated code for each ELF data type, where `NNN' is the OS version where the ELF type was added to the source tree. This change allows cross-builds of old sources on newer FreeBSD systems to work correctly. Problem reported by: ru | ||||
* | MFP4: Add an implementation of the ELF(3) and GELF(3) API set. | jkoshy | 2006-11-11 | 1 | -0/+97 |
Bump __FreeBSD_version. Reviewed by: jb |