index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
kldxref
/
kldxref.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add debug file extension to kldxref(8) after r288176
emaste
2015-10-02
1
-1
/
+4
*
Reserve and ignore the a new module metadata type MDT_PNP_INFO for
imp
2015-01-15
1
-0
/
+4
*
Bump the largest record we can cope with from 1k to 8k. Other users of
imp
2014-12-19
1
-1
/
+1
*
kldxref: Add static keyword to the new function only used in the same file.
jilles
2013-10-16
1
-1
/
+1
*
kldxref: Do not depend on the directory order.
jilles
2013-10-04
1
-1
/
+11
*
Remove unneeded reference to link.h (sys/link_elf.h).
delphij
2013-06-05
1
-1
/
+0
*
various cleanups including:
luigi
2009-01-06
1
-82
/
+77
*
Make the linker.hints file have mode 644 instead of 600.
luigi
2008-11-30
1
-0
/
+2
*
Use safe strlcpy rather than unsafe strncpy. After marcel's last fix,
imp
2006-08-05
1
-4
/
+2
*
Fix (static) buffer overflow bug. The dest buffer is of size MAXPATHLEN,
marcel
2006-08-04
1
-1
/
+1
*
Change maketempfile() to return a FILE* so as to eliminate the fopen()
marcel
2006-07-29
1
-6
/
+7
*
Skip .symbols files.
ru
2005-11-11
1
-1
/
+4
*
Add support for reading ELF relocatable object file format modules.
iedowse
2004-08-27
1
-3
/
+6
*
Call the file format specific code through a table of function
iedowse
2004-08-27
1
-16
/
+18
*
Fixed manpage's synopsis, and synchronized it with the program's usage().
ru
2004-06-01
1
-1
/
+1
*
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
*
Fix kldxref on sparc64 by allowing non-trivial relocations to be performed
jake
2003-01-21
1
-2
/
+3
*
Usage style sweep: spell "usage" with a small 'u'.
des
2002-04-22
1
-1
/
+1
*
Remove unnecessary machine/bootinfo.h includes.
jhb
2002-01-03
1
-1
/
+0
*
WARNS=2 cleanup.
mikeh
2001-12-09
1
-1
/
+2
*
Add kldxref(8), for maintaining the linker.hints file for translating
peter
2001-09-11
1
-0
/
+346