obrien 2008-09-01 23:07:50 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/kern link_elf_obj.c
Log:
SVN rev 182653 on 2008-09-01 23:07:50Z by obrien
MFC: r180447: Improve readability and cscope searches a little bit.
Revision Chang
obrien 2008-09-01 18:06:44 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/kern link_elf_obj.c
Log:
SVN rev 182620 on 2008-09-01 18:06:44Z by obrien
MFC: r180447: Improve readability and cscope searches a little bit.
Revision Chang
obrien 2008-07-11 14:48:28 UTC
FreeBSD src repository
Modified files:
sys/kern link_elf_obj.c
Log:
SVN rev 180447 on 2008-07-11 14:48:28Z by obrien
Improve readability and cscope searches a little bit by not using the
same variable name in closely related (but
alc 2008-06-20 06:24:34 UTC
FreeBSD src repository
Modified files:
sys/kern link_elf_obj.c
Log:
SVN rev 179887 on 2008-06-20 06:24:34Z by alc
Enforce the mapping of kernel loadable modules in the uppermost 2GB of the
kernel virtual address space on amd64.
MFC rev. 1.94:
Support __start_ and __end_ special symbols.
Thankyou !
later,
Peter.
___
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
kib 2006-12-20 14:05:41 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/kern link_elf_obj.c
Log:
MFC rev. 1.94:
Support __start_ and __end_ special symbols.
Requested by: grehan
Revision ChangesPath
1.87.2.4 +47 -0
kib 2006-11-30 10:50:29 UTC
FreeBSD src repository
Modified files:
sys/kern link_elf_obj.c
Log:
Linker set support depends on the magic __start_ and
__stop_ symbols generated by the static linker for elf
sections. This is done only for the final link, and not