OpenGrok
Cross Reference: kern_ksyms_buf.c
xref
: /
src
/
sys
/
kern
/
kern_ksyms_buf.c
Home
|
History
|
Annotate
|
Download
|
only in
kern
History log of
/src/sys/kern/kern_ksyms_buf.c
Revision
Date
Author
Comments
1.4
30-Aug-2015
uebayasi
branches: 1.4.16;
Use makeoptions_COPY_SYMTAB via opt_copy_symtab.h in sources. Remove a hack
to set -DCOPY_SYMTAB from sys/conf/Makefile.kern.inc. Remove unnecessary
dependencies too.
1.3
08-May-2015
martin
Backout previous, Nick has a fix for binutils.
1.2
08-May-2015
martin
On mips64, the size calculation for the symbol table is off by a few bytes
(probably a bfd bug or misconfiguration), so add a bit of slope here
untill we fix it.
1.1
17-Aug-2014
joerg
branches: 1.1.2;
Reorganize symbol table embedding. The existing option SYMTAB_SPACE is
replaced by the make option COPY_SYMTAB set to any value. The copy of
the symbol table is no longer put into a buffer in kern_ksyms.o, but a
small helper object. This object is build first with a dummy size, then
the kernel is linked to compute the real dimension of the symbol table
buffer. After that, the helper object is rebuild and the kernel linked
again.
1.1.2.1
22-Sep-2015
skrll
Sync with HEAD
1.4.16.2
03-Dec-2017
jdolecek
update from HEAD
1.4.16.1
30-Aug-2015
jdolecek
file kern_ksyms_buf.c was added on branch tls-maxphys on 2017-12-03 11:38:44 +0000
Indexes created Sat Sep 20 22:09:52 GMT 2025