Searched hist:f2b17113cfce6744db36e98a6a94db557547d784 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/sys/ |
H A D | linker.h | diff f2b17113cfce6744db36e98a6a94db557547d784 Fri Aug 02 22:56:07 CEST 2002 Maxime Henrion <mux@FreeBSD.org> Make the consumers of the linker_load_file() function use linker_load_module() instead.
This fixes a bug where the kernel was unable to properly locate and load a kernel module in vfs_mount() (and probably in the netgraph code as well since it was using the same function). This is because the linker_load_file() does not properly search the module path.
Problem found by: peter Reviewed by: peter Thanks to: peter diff f2b17113cfce6744db36e98a6a94db557547d784 Fri Aug 02 22:56:07 CEST 2002 Maxime Henrion <mux@FreeBSD.org> Make the consumers of the linker_load_file() function use linker_load_module() instead.
This fixes a bug where the kernel was unable to properly locate and load a kernel module in vfs_mount() (and probably in the netgraph code as well since it was using the same function). This is because the linker_load_file() does not properly search the module path.
Problem found by: peter Reviewed by: peter Thanks to: peter
|
/freebsd/sys/netgraph/ |
H A D | ng_base.c | diff f2b17113cfce6744db36e98a6a94db557547d784 Fri Aug 02 22:56:07 CEST 2002 Maxime Henrion <mux@FreeBSD.org> Make the consumers of the linker_load_file() function use linker_load_module() instead.
This fixes a bug where the kernel was unable to properly locate and load a kernel module in vfs_mount() (and probably in the netgraph code as well since it was using the same function). This is because the linker_load_file() does not properly search the module path.
Problem found by: peter Reviewed by: peter Thanks to: peter diff f2b17113cfce6744db36e98a6a94db557547d784 Fri Aug 02 22:56:07 CEST 2002 Maxime Henrion <mux@FreeBSD.org> Make the consumers of the linker_load_file() function use linker_load_module() instead.
This fixes a bug where the kernel was unable to properly locate and load a kernel module in vfs_mount() (and probably in the netgraph code as well since it was using the same function). This is because the linker_load_file() does not properly search the module path.
Problem found by: peter Reviewed by: peter Thanks to: peter
|
/freebsd/sys/kern/ |
H A D | kern_linker.c | diff f2b17113cfce6744db36e98a6a94db557547d784 Fri Aug 02 22:56:07 CEST 2002 Maxime Henrion <mux@FreeBSD.org> Make the consumers of the linker_load_file() function use linker_load_module() instead.
This fixes a bug where the kernel was unable to properly locate and load a kernel module in vfs_mount() (and probably in the netgraph code as well since it was using the same function). This is because the linker_load_file() does not properly search the module path.
Problem found by: peter Reviewed by: peter Thanks to: peter diff f2b17113cfce6744db36e98a6a94db557547d784 Fri Aug 02 22:56:07 CEST 2002 Maxime Henrion <mux@FreeBSD.org> Make the consumers of the linker_load_file() function use linker_load_module() instead.
This fixes a bug where the kernel was unable to properly locate and load a kernel module in vfs_mount() (and probably in the netgraph code as well since it was using the same function). This is because the linker_load_file() does not properly search the module path.
Problem found by: peter Reviewed by: peter Thanks to: peter
|
H A D | vfs_mount.c | diff f2b17113cfce6744db36e98a6a94db557547d784 Fri Aug 02 22:56:07 CEST 2002 Maxime Henrion <mux@FreeBSD.org> Make the consumers of the linker_load_file() function use linker_load_module() instead.
This fixes a bug where the kernel was unable to properly locate and load a kernel module in vfs_mount() (and probably in the netgraph code as well since it was using the same function). This is because the linker_load_file() does not properly search the module path.
Problem found by: peter Reviewed by: peter Thanks to: peter diff f2b17113cfce6744db36e98a6a94db557547d784 Fri Aug 02 22:56:07 CEST 2002 Maxime Henrion <mux@FreeBSD.org> Make the consumers of the linker_load_file() function use linker_load_module() instead.
This fixes a bug where the kernel was unable to properly locate and load a kernel module in vfs_mount() (and probably in the netgraph code as well since it was using the same function). This is because the linker_load_file() does not properly search the module path.
Problem found by: peter Reviewed by: peter Thanks to: peter
|