cvs commit: src/sys/kern link_elf.c link_elf_obj.c

2008-09-05 Thread Ed Maste
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:

Re: cvs commit: src/sys/kern link_elf.c link_elf_obj.c

2008-08-27 Thread Robert Watson
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

cvs commit: src/sys/kern link_elf.c link_elf_obj.c

2008-08-27 Thread Christian S.J. Peron
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

cvs commit: src/sys/kern link_elf.c link_elf_obj.c

2008-08-10 Thread Konstantin Belousov
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

Re: cvs commit: src/sys/kern link_elf.c link_elf_obj.c

2008-08-04 Thread Kostik Belousov
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: > >

Re: cvs commit: src/sys/kern link_elf.c link_elf_obj.c

2008-08-04 Thread John Baldwin
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

cvs commit: src/sys/kern link_elf.c link_elf_obj.c

2008-08-03 Thread Konstantin Belousov
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

cvs commit: src/sys/kern link_elf.c link_elf_obj.c

2008-07-14 Thread Edwin Groothuis
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'

cvs commit: src/sys/kern link_elf.c link_elf_obj.c

2008-07-14 Thread Edwin Groothuis
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'

cvs commit: src/sys/kern link_elf.c src/sys/sys link_elf.h

2008-07-10 Thread David E. O'Brien
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

cvs commit: src/sys/kern link_elf.c src/sys/sys link_elf.h

2008-07-10 Thread David E. O'Brien
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

cvs commit: src/sys/kern link_elf.c link_elf_obj.c

2008-07-08 Thread Edwin Groothuis
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

cvs commit: src/sys/kern link_elf.c link_elf_obj.c

2008-03-18 Thread Ruslan Ermilov
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

cvs commit: src/sys/kern link_elf.c link_elf_obj.c

2008-03-15 Thread Ruslan Ermilov
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

cvs commit: src/sys/kern link_elf.c

2007-06-06 Thread John Baldwin
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 _

cvs commit: src/sys/kern link_elf.c

2007-02-26 Thread John Baldwin
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

Re: cvs commit: src/sys/kern link_elf.c

2006-07-14 Thread Jung-uk Kim
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

cvs commit: src/sys/kern link_elf.c

2006-07-14 Thread Jung-uk Kim
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

cvs commit: src/sys/kern link_elf.c

2006-03-11 Thread Ed Maste
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

cvs commit: src/sys/kern link_elf.c

2005-11-08 Thread John Baldwin
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