emaste 2008-09-05 17:03:10 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/kern link_elf.c link_elf_obj.c
Log:
SVN rev 182794 on 2008-09-05 17:03:10Z by emaste
MFC r177228:
Fix panic on e.g. "kldload /dev/null".
PR:
On Wed, 27 Aug 2008, Christian S.J. Peron wrote:
Modified files:(Branch: RELENG_7)
sys/kern link_elf.c link_elf_obj.c
Log:
SVN rev 182273 on 2008-08-27 14:12:58Z by csjp
Un-break the build for MAC. The renaming of these entry points have
not been MFC'ed yet.
And w
csjp2008-08-27 14:12:58 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/kern link_elf.c link_elf_obj.c
Log:
SVN rev 182273 on 2008-08-27 14:12:58Z by csjp
Un-break the build for MAC. The renaming of these entry points have
not been
kib 2008-08-10 13:18:07 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/kern link_elf.c link_elf_obj.c
Log:
SVN rev 181529 on 2008-08-10 13:18:07Z by kib
MFC r181235:
Calling linker_load_dependencies() while holding the module'
vn
On Mon, Aug 04, 2008 at 09:19:07AM -0400, John Baldwin wrote:
> On Sunday 03 August 2008 09:33:45 am Konstantin Belousov wrote:
> > kib 2008-08-03 13:33:45 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:
> > sys/kern link_elf.c link_elf_obj.c
> > Log:
> >
On Sunday 03 August 2008 09:33:45 am Konstantin Belousov wrote:
> kib 2008-08-03 13:33:45 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/kern link_elf.c link_elf_obj.c
> Log:
> SVN rev 181235 on 2008-08-03 13:33:45Z by kib
>
> Calling linker_load_dependen
kib 2008-08-03 13:33:45 UTC
FreeBSD src repository
Modified files:
sys/kern link_elf.c link_elf_obj.c
Log:
SVN rev 181235 on 2008-08-03 13:33:45Z by kib
Calling linker_load_dependencies() while holding the module'
vnode lock may cause a LOR between kld_sx l
edwin 2008-07-15 01:28:14 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/kern link_elf.c link_elf_obj.c
Log:
SVN rev 180522 on 2008-07-15 01:28:14Z by edwin
MFC of r180374
Improve the output of kldload(8) to show which module can'
edwin 2008-07-15 01:26:20 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/kern link_elf.c link_elf_obj.c
Log:
SVN rev 180521 on 2008-07-15 01:26:20Z by edwin
MFC of r180374
Improve the output of kldload(8) to show which module can'
obrien 2008-07-11 01:10:40 UTC
FreeBSD src repository
Modified files:
sys/kern link_elf.c
sys/sys link_elf.h
Log:
SVN rev 180438 on 2008-07-11 01:10:40Z by obrien
Revert r180431.
r180431 broke the AMD64 build (the only arch using kern/link_el
obrien 2008-07-10 16:35:57 UTC
FreeBSD src repository
Modified files:
sys/kern link_elf.c
sys/sys link_elf.h
Log:
SVN rev 180431 on 2008-07-10 16:35:57Z by obrien
Allow 'elf_file_t' to be used in a wider scope.
Revision ChangesPath
edwin 2008-07-08 23:51:38 UTC
FreeBSD src repository
Modified files:
sys/kern link_elf.c link_elf_obj.c
Log:
SVN rev 180374 on 2008-07-08 23:51:38Z by edwin
Improve the output of kldload(8) to show which module can't be loaded.
Was:kldload: Uns
ru 2008-03-18 11:49:11 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/kern link_elf.c link_elf_obj.c
Log:
MFC: Fix panic on e.g. "kldload /dev/null".
PR: kern/121427
Revision ChangesPath
1.93.2.1 +5 -0
ru 2008-03-15 17:40:18 UTC
FreeBSD src repository
Modified files:
sys/kern link_elf.c link_elf_obj.c
Log:
Fix panic on e.g. "kldload /dev/null".
PR: kern/121427
Reviewed by:sem
MFC after: 3 days
Revision ChangesPath
1.96
jhb 2007-06-06 21:43:35 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/kern link_elf.c
Log:
MFC: Add support for kernel modules with a single PT_LOAD section.
Revision ChangesPath
1.81.8.6 +9 -6 src/sys/kern/link_elf.c
_
jhb 2007-02-26 16:48:14 UTC
FreeBSD src repository
Modified files:
sys/kern link_elf.c
Log:
Mark the kernel linker file as linked so that it is visible to the various
kld*() syscalls.
Tested by: piso
Revision ChangesPath
1.92 +1 -0
On Friday 14 July 2006 06:39 pm, Jung-uk Kim wrote:
> jkim2006-07-14 22:39:18 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/kern link_elf.c
> Log:
> Let native elf class be registered earlier.
>
> Revision ChangesPath
> 1.90 +1 -1 src/sy
jkim2006-07-14 22:39:18 UTC
FreeBSD src repository
Modified files:
sys/kern link_elf.c
Log:
Let native elf class be registered earlier.
Revision ChangesPath
1.90 +1 -1 src/sys/kern/link_elf.c
___
cv
emaste 2006-03-11 14:19:22 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_5)
sys/kern link_elf.c
Log:
MFC link_elf.c:1.86 to RELENG_5:
Check to see if the hash table is present in link_elf_lookup_symbol()
before dereferencing it. Certai
jhb 2005-11-08 16:00:42 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/kern link_elf.c
Log:
MFC: Don't panic if a corrupted kld doesn't have a valid symbol table.
Revision ChangesPath
1.81.8.4 +6 -0 src/sys/kern/link_elf
20 matches
Mail list logo