| Commit message (Expand) | Author | Age | Files | Lines |
* | Clarify a warning message. | kientzle | 2012-10-29 | 1 | -1/+2 |
* | Remove variables which are initialized but never used thereafter reported by ... | eadler | 2012-06-19 | 1 | -3/+1 |
* | Reencode files to UTF-8. Drop CP1252 em-dash. | uqs | 2011-12-30 | 1 | -1/+1 |
* | Repair some build breakage introduced in r211725 and garbage collect some | nwhitehorn | 2010-08-28 | 1 | -1/+1 |
* | MFtbemd: | imp | 2010-08-23 | 1 | -2/+2 |
* | various cleanups including: | luigi | 2009-01-06 | 1 | -82/+77 |
* | fix a couple of innocuous compiler warnings | luigi | 2009-01-06 | 2 | -3/+4 |
* | correct description of how a string is stored, fix a few | luigi | 2009-01-06 | 1 | -5/+10 |
* | Make the linker.hints file have mode 644 instead of 600. | luigi | 2008-11-30 | 1 | -0/+2 |
* | These are the things that the tinderbox has problems with because it | jb | 2007-11-20 | 1 | -0/+1 |
* | Use safe strlcpy rather than unsafe strncpy. After marcel's last fix, | imp | 2006-08-05 | 1 | -4/+2 |
* | Build shared on PowerPC now that the bug has been found and fixed. | marcel | 2006-08-04 | 1 | -4/+0 |
* | Fix (static) buffer overflow bug. The dest buffer is of size MAXPATHLEN, | marcel | 2006-08-04 | 1 | -1/+1 |
* | Use NO_SHARED=YES to force a static link. | marcel | 2006-07-30 | 1 | -1/+1 |
* | Link kldxref(8) static on PowerPC to work around a SIGSEGV that | marcel | 2006-07-29 | 1 | -0/+4 |
* | Change maketempfile() to return a FILE* so as to eliminate the fopen() | marcel | 2006-07-29 | 1 | -6/+7 |
* | Use posix_memalign() rather than assuming that malloc() provides adequate | jasone | 2006-01-12 | 1 | -5/+7 |
* | Make our ELF64 type definitions match standards. In particular this | marcel | 2005-12-18 | 7 | -9/+9 |
* | Explicitly cast ELF_R_TYPE() to the right type. | marcel | 2005-12-18 | 1 | -1/+1 |
* | Skip .symbols files. | ru | 2005-11-11 | 1 | -1/+4 |
* | Doh, erase unused variable... | grehan | 2005-03-03 | 1 | -1/+1 |
* | PowerPC support for kldxref by handling the PPC-specific relocations. | grehan | 2005-03-02 | 1 | -0/+74 |
* | Explicitly pass in the relocation base and data offset into ef_reloc() | iedowse | 2004-08-28 | 7 | -43/+54 |
* | Use a temporary void * variable to work around a strict aliasing | iedowse | 2004-08-27 | 1 | -2/+3 |
* | Add MD relocation support for amd64 and i386 platforms. The no-op | iedowse | 2004-08-27 | 2 | -0/+207 |
* | Add support for reading ELF relocatable object file format modules. | iedowse | 2004-08-27 | 3 | -4/+609 |
* | Call the file format specific code through a table of function | iedowse | 2004-08-27 | 5 | -75/+244 |
* | Fixed manpage's synopsis, and synchronized it with the program's usage(). | ru | 2004-06-01 | 2 | -6/+6 |
* | Check that specified in the command line path is actually a directory, | sobomax | 2004-04-30 | 1 | -0/+9 |
* | Remove bogus (void **) casts. This unbreaks the -O2 build. | des | 2004-03-15 | 1 | -3/+3 |
* | I don't normally use my middle name, so remove it from attributions in | des | 2004-01-25 | 1 | -1/+1 |
* | style.Makefile(5) | obrien | 2003-04-04 | 1 | -1/+2 |
* | 3rd party modules live in /boot/modules nowadays. | ru | 2003-03-03 | 1 | -1/+1 |
* | Fix kldxref on sparc64 by allowing non-trivial relocations to be performed | jake | 2003-01-21 | 6 | -3/+239 |
* | This is a userland tool, not a kernel component or libstand client. | peter | 2002-07-17 | 1 | -5/+5 |
* | The .Nm utility | charnier | 2002-07-14 | 1 | -3/+3 |
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 1 | -1/+1 |
* | Make kldxref work for Elf64 (which has 32 bit hash tables) | peter | 2002-04-11 | 2 | -7/+7 |
* | Remove unnecessary machine/bootinfo.h includes. | jhb | 2002-01-03 | 2 | -2/+0 |
* | Reorder WARNS line for style. | mikeh | 2001-12-10 | 1 | -2/+1 |
* | WARNS=2 cleanup. | mikeh | 2001-12-09 | 3 | -3/+16 |
* | mdoc(7) police: oops, didn't catch this one without ispell(1). | ru | 2001-11-22 | 1 | -1/+1 |
* | mdoc(7) police: tiny markup fixes. | ru | 2001-11-22 | 1 | -5/+6 |
* | Write a real man page. | des | 2001-10-12 | 2 | -26/+95 |
* | Add kldxref(8), for maintaining the linker.hints file for translating | peter | 2001-09-11 | 6 | -0/+837 |