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:

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

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

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'

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_dependencies()

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: SVN rev 181235

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

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

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

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:

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