Searched hist:40157 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/kern/
H A Dsubr_module.cdiff 40157 Fri Oct 09 21:59:01 MDT 1998 peter Updates for alignment rounding. XXX this is highly machine dependent and
should probably be moved to i386/i386/link_machdep.c (and the same for the
alpha).
Implement "deleting" a preloaded module by destroying it's tags. This is a
hack. We cannot reuse the data, it's been destroyed by relocation,
statically initialized variables have been modified, etc. Note that to
reclaim the load space is going to be more machine-dependent work.
Implement a relocate hook for machdep.c to call so that the physical
addresses get converted to the equivalent KVM addresses.
/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dsound.cdiff 100478 Mon Jul 22 00:38:20 MDT 2002 orion Move lock in pcm_chn_add() to after malloc.

PR: kern/40157
Submitted by: Dan Lukes <dan@obluda.cz>

Completed in 428 milliseconds