summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kldxref
Commit message (Expand)AuthorAgeFilesLines
* Merge head from 7/28sjg2014-08-191-3/+3
|\
| * use .Mt to mark up email addresses consistently (part2)bapt2014-06-201-3/+3
* | Updated dependenciessjg2014-05-161-1/+0
* | Updated dependenciessjg2014-05-101-0/+2
* | Merge from headsjg2014-05-081-8/+9
|\ \ | |/
| * kldxref: Clean up error reportingemaste2014-04-301-8/+9
* | Merge headsjg2014-04-281-1/+1
|\ \ | |/
| * kldxref: Add static keyword to the new function only used in the same file.jilles2013-10-161-1/+1
* | Merge head@256284sjg2013-10-131-1/+11
|\ \ | |/
| * kldxref: Do not depend on the directory order.jilles2013-10-041-1/+11
* | Merge from headsjg2013-09-055-7/+1
|\ \ | |/
| * Use calloc().delphij2013-06-051-2/+1
| * Remove unneeded reference to link.h (sys/link_elf.h).delphij2013-06-055-5/+0
* | Updated dependenciessjg2013-03-111-0/+1
* | Updated dependenciessjg2013-02-161-2/+0
| |
| \
| \
| \
*---. \ Sync from headsjg2012-11-041-4/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | Clarify a warning message.kientzle2012-10-291-1/+2
| |/ /
| * | Remove variables which are initialized but never used thereafter reported by ...eadler2012-06-191-3/+1
| |/
* | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+19
|/
* Reencode files to UTF-8. Drop CP1252 em-dash.uqs2011-12-301-1/+1
* Repair some build breakage introduced in r211725 and garbage collect somenwhitehorn2010-08-281-1/+1
* MFtbemd:imp2010-08-231-2/+2
* various cleanups including:luigi2009-01-061-82/+77
* fix a couple of innocuous compiler warningsluigi2009-01-062-3/+4
* correct description of how a string is stored, fix a fewluigi2009-01-061-5/+10
* Make the linker.hints file have mode 644 instead of 600.luigi2008-11-301-0/+2
* These are the things that the tinderbox has problems with because itjb2007-11-201-0/+1
* Use safe strlcpy rather than unsafe strncpy. After marcel's last fix,imp2006-08-051-4/+2
* Build shared on PowerPC now that the bug has been found and fixed.marcel2006-08-041-4/+0
* Fix (static) buffer overflow bug. The dest buffer is of size MAXPATHLEN,marcel2006-08-041-1/+1
* Use NO_SHARED=YES to force a static link.marcel2006-07-301-1/+1
* Link kldxref(8) static on PowerPC to work around a SIGSEGV thatmarcel2006-07-291-0/+4
* Change maketempfile() to return a FILE* so as to eliminate the fopen()marcel2006-07-291-6/+7
* Use posix_memalign() rather than assuming that malloc() provides adequatejasone2006-01-121-5/+7
* Make our ELF64 type definitions match standards. In particular thismarcel2005-12-187-9/+9
* Explicitly cast ELF_R_TYPE() to the right type.marcel2005-12-181-1/+1
* Skip .symbols files.ru2005-11-111-1/+4
* Doh, erase unused variable...grehan2005-03-031-1/+1
* PowerPC support for kldxref by handling the PPC-specific relocations.grehan2005-03-021-0/+74
* Explicitly pass in the relocation base and data offset into ef_reloc()iedowse2004-08-287-43/+54
* Use a temporary void * variable to work around a strict aliasingiedowse2004-08-271-2/+3
* Add MD relocation support for amd64 and i386 platforms. The no-opiedowse2004-08-272-0/+207
* Add support for reading ELF relocatable object file format modules.iedowse2004-08-273-4/+609
* Call the file format specific code through a table of functioniedowse2004-08-275-75/+244
* Fixed manpage's synopsis, and synchronized it with the program's usage().ru2004-06-012-6/+6
* Check that specified in the command line path is actually a directory,sobomax2004-04-301-0/+9
* Remove bogus (void **) casts. This unbreaks the -O2 build.des2004-03-151-3/+3
* I don't normally use my middle name, so remove it from attributions indes2004-01-251-1/+1
* style.Makefile(5)obrien2003-04-041-1/+2
* 3rd party modules live in /boot/modules nowadays.ru2003-03-031-1/+1
OpenPOWER on IntegriCloud