Searched hist:df04411ac4c9744d1dbc38bd50c27d8ee5c261cd (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_prot.c | diff df04411ac4c9744d1dbc38bd50c27d8ee5c261cd Thu Jul 22 19:05:04 CEST 2004 Robert Watson <rwatson@FreeBSD.org> suser() accepts a thread argument; as suser() dereferences td_ucred, a thread-local pointer, in practice that thread needs to be curthread. If we're running with INVARIANTS, generate a warning if not. If we have KDB compiled in, generate a stack trace. This doesn't fire at all in my local test environment, but could be irritating if it fires frequently for someone, so there will be motivation to fix things quickly when it does. diff df04411ac4c9744d1dbc38bd50c27d8ee5c261cd Thu Jul 22 19:05:04 CEST 2004 Robert Watson <rwatson@FreeBSD.org> suser() accepts a thread argument; as suser() dereferences td_ucred, a thread-local pointer, in practice that thread needs to be curthread. If we're running with INVARIANTS, generate a warning if not. If we have KDB compiled in, generate a stack trace. This doesn't fire at all in my local test environment, but could be irritating if it fires frequently for someone, so there will be motivation to fix things quickly when it does.
|