Home
last modified time | relevance | path

Searched hist:"29 f4e216f22f69380f86029fc282bf8b9002330c" (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/cddl/dev/dtrace/
H A Ddtrace_unload.cdiff 29f4e216f22f69380f86029fc282bf8b9002330c Sat Aug 24 23:13:38 CEST 2013 Mark Johnston <markj@FreeBSD.org> Rename the kld_unload event handler to kld_unload_try, and add a new
kld_unload event handler which gets invoked after a linker file has been
successfully unloaded. The kld_unload and kld_load event handlers are now
invoked with the shared linker lock held, while kld_unload_try is invoked
with the lock exclusively held.

Convert hwpmc(4) to use these event handlers instead of having
kern_kldload() and kern_kldunload() invoke hwpmc(4) hooks whenever files are
loaded or unloaded. This has no functional effect, but simplifes the linker
code somewhat.

Reviewed by: jhb
H A Ddtrace_load.cdiff 29f4e216f22f69380f86029fc282bf8b9002330c Sat Aug 24 23:13:38 CEST 2013 Mark Johnston <markj@FreeBSD.org> Rename the kld_unload event handler to kld_unload_try, and add a new
kld_unload event handler which gets invoked after a linker file has been
successfully unloaded. The kld_unload and kld_load event handlers are now
invoked with the shared linker lock held, while kld_unload_try is invoked
with the lock exclusively held.

Convert hwpmc(4) to use these event handlers instead of having
kern_kldload() and kern_kldunload() invoke hwpmc(4) hooks whenever files are
loaded or unloaded. This has no functional effect, but simplifes the linker
code somewhat.

Reviewed by: jhb
/freebsd/share/man/man9/
H A DEVENTHANDLER.9diff 29f4e216f22f69380f86029fc282bf8b9002330c Sat Aug 24 23:13:38 CEST 2013 Mark Johnston <markj@FreeBSD.org> Rename the kld_unload event handler to kld_unload_try, and add a new
kld_unload event handler which gets invoked after a linker file has been
successfully unloaded. The kld_unload and kld_load event handlers are now
invoked with the shared linker lock held, while kld_unload_try is invoked
with the lock exclusively held.

Convert hwpmc(4) to use these event handlers instead of having
kern_kldload() and kern_kldunload() invoke hwpmc(4) hooks whenever files are
loaded or unloaded. This has no functional effect, but simplifes the linker
code somewhat.

Reviewed by: jhb
/freebsd/sys/cddl/dev/sdt/
H A Dsdt.cdiff 29f4e216f22f69380f86029fc282bf8b9002330c Sat Aug 24 23:13:38 CEST 2013 Mark Johnston <markj@FreeBSD.org> Rename the kld_unload event handler to kld_unload_try, and add a new
kld_unload event handler which gets invoked after a linker file has been
successfully unloaded. The kld_unload and kld_load event handlers are now
invoked with the shared linker lock held, while kld_unload_try is invoked
with the lock exclusively held.

Convert hwpmc(4) to use these event handlers instead of having
kern_kldload() and kern_kldunload() invoke hwpmc(4) hooks whenever files are
loaded or unloaded. This has no functional effect, but simplifes the linker
code somewhat.

Reviewed by: jhb
/freebsd/sys/sys/
H A Dpmckern.hdiff 29f4e216f22f69380f86029fc282bf8b9002330c Sat Aug 24 23:13:38 CEST 2013 Mark Johnston <markj@FreeBSD.org> Rename the kld_unload event handler to kld_unload_try, and add a new
kld_unload event handler which gets invoked after a linker file has been
successfully unloaded. The kld_unload and kld_load event handlers are now
invoked with the shared linker lock held, while kld_unload_try is invoked
with the lock exclusively held.

Convert hwpmc(4) to use these event handlers instead of having
kern_kldload() and kern_kldunload() invoke hwpmc(4) hooks whenever files are
loaded or unloaded. This has no functional effect, but simplifes the linker
code somewhat.

Reviewed by: jhb
H A Deventhandler.hdiff 29f4e216f22f69380f86029fc282bf8b9002330c Sat Aug 24 23:13:38 CEST 2013 Mark Johnston <markj@FreeBSD.org> Rename the kld_unload event handler to kld_unload_try, and add a new
kld_unload event handler which gets invoked after a linker file has been
successfully unloaded. The kld_unload and kld_load event handlers are now
invoked with the shared linker lock held, while kld_unload_try is invoked
with the lock exclusively held.

Convert hwpmc(4) to use these event handlers instead of having
kern_kldload() and kern_kldunload() invoke hwpmc(4) hooks whenever files are
loaded or unloaded. This has no functional effect, but simplifes the linker
code somewhat.

Reviewed by: jhb
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.cdiff 29f4e216f22f69380f86029fc282bf8b9002330c Sat Aug 24 23:13:38 CEST 2013 Mark Johnston <markj@FreeBSD.org> Rename the kld_unload event handler to kld_unload_try, and add a new
kld_unload event handler which gets invoked after a linker file has been
successfully unloaded. The kld_unload and kld_load event handlers are now
invoked with the shared linker lock held, while kld_unload_try is invoked
with the lock exclusively held.

Convert hwpmc(4) to use these event handlers instead of having
kern_kldload() and kern_kldunload() invoke hwpmc(4) hooks whenever files are
loaded or unloaded. This has no functional effect, but simplifes the linker
code somewhat.

Reviewed by: jhb
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.cdiff 29f4e216f22f69380f86029fc282bf8b9002330c Sat Aug 24 23:13:38 CEST 2013 Mark Johnston <markj@FreeBSD.org> Rename the kld_unload event handler to kld_unload_try, and add a new
kld_unload event handler which gets invoked after a linker file has been
successfully unloaded. The kld_unload and kld_load event handlers are now
invoked with the shared linker lock held, while kld_unload_try is invoked
with the lock exclusively held.

Convert hwpmc(4) to use these event handlers instead of having
kern_kldload() and kern_kldunload() invoke hwpmc(4) hooks whenever files are
loaded or unloaded. This has no functional effect, but simplifes the linker
code somewhat.

Reviewed by: jhb
/freebsd/sys/kern/
H A Dkern_linker.cdiff 29f4e216f22f69380f86029fc282bf8b9002330c Sat Aug 24 23:13:38 CEST 2013 Mark Johnston <markj@FreeBSD.org> Rename the kld_unload event handler to kld_unload_try, and add a new
kld_unload event handler which gets invoked after a linker file has been
successfully unloaded. The kld_unload and kld_load event handlers are now
invoked with the shared linker lock held, while kld_unload_try is invoked
with the lock exclusively held.

Convert hwpmc(4) to use these event handlers instead of having
kern_kldload() and kern_kldunload() invoke hwpmc(4) hooks whenever files are
loaded or unloaded. This has no functional effect, but simplifes the linker
code somewhat.

Reviewed by: jhb