Module Name:src
Committed By: pgoyette
Date: Wed May 17 04:33:03 UTC 2017
Modified Files:
src/sys/kern [prg-localcount2]: subr_devsw.c
Log Message:
Allow the argument to {b,c}devsw_release() to be NULL, and treat it as
a No-Op
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: pgoyette
Date: Wed May 17 01:42:17 UTC 2017
Modified Files:
src/sys/kern [prg-localcount2]: kern_event.c
Log Message:
Import fix from HEAD for NULL deref
To generate a diff of this commit:
cvs rdiff -u -r1.88.8.2 -r1.88.8.3 src/sys/kern/kern
Module Name:src
Committed By: pgoyette
Date: Fri May 12 22:12:23 UTC 2017
Modified Files:
src/sys/kern [prg-localcount2]: subr_localcount.c
Log Message:
When we're draining the localcount's references, transfer the local
CPU's reference count to the global total, and then
Module Name:src
Committed By: pgoyette
Date: Thu May 11 21:31:12 UTC 2017
Modified Files:
src/sys/kern [prg-localcount2]: subr_localcount.c
Log Message:
Use kpreempt_{dis,en}able() rather than splsoftserial() for blocking
the local execution of the low-priority xcall.
Tha
Module Name:src
Committed By: pgoyette
Date: Sun Apr 30 05:18:53 UTC 2017
Modified Files:
src/sys/kern [prg-localcount2]: subr_autoconf.c
Log Message:
Release the interlock mutex before calling device_release().
Ensure that device_release() gets called even if the (ca->ca
Module Name:src
Committed By: pgoyette
Date: Fri Apr 28 03:41:26 UTC 2017
Modified Files:
src/sys/kern [prg-localcount2]: subr_devsw.c
Log Message:
Use printf() instead of aprintf_normal(), fix the sense of a comparison
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: pgoyette
Date: Fri Apr 28 02:36:10 UTC 2017
Modified Files:
src/sys/kern [prg-localcount2]: subr_devsw.c
Log Message:
No need to panic if a modular driver doesn't include the required
localcount members in the {b,c}devsw. Just log a console m