Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/kern



Module Name:    src
Committed By:   matt
Date:           Wed Feb 18 23:44:49 UTC 2004

Modified Files:
        src/sys/kern: kern_ksyms.c kern_lkm.c

Log Message:
Support really large LKMs.  Find out how much space is needed for symbols
and then allocate it on demand.  Rename some common symbols (__bss_start,
_edata, _end, __start_link_set_*, __stop_link_set_*) so that ".<module>"
is appended to them.  This shrinks an amd64 kernel by 20KB of BSS.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/sys/kern/kern_ksyms.c
cvs rdiff -r1.70 -r1.71 src/sys/kern/kern_lkm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index