Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
(TCP uses cluster mbuf aliases for retransmission, and this would cause your
data to get retransmitted zeroed-out)
|
|
in an IPSec ESP tunnel. OpenBSD PR 819.
|
|
|
|
applications in system like power management and such.
art@ finally said `commit it'
|
|
|
|
|
|
Add an extra flag to hashinit telling if it should wait in malloc.
update all calls to hashinit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
way than that the parent wait call will never get the status of this child,
says Rob
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Call uvmspace_exec instead of manually cleaning up.
|
|
argument)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
arg for passing to malloc() (hashinit always uses M_WAITOK which is not
always what you want). Everything that uses hashinit should really
get converted to newhashinit and then newhashinit can be renamed.
|
|
|
|
|
|
|
|
This gives root a bigger chance to fix any problem that caused the limit
to be reached.
|
|
That was a memory leak.
|