Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
|
|
Now we can return ENOMEM instead of doing a panic when we run out of memory.
|
|
|
|
only struct vfsops.
Use the new vfs_register and vfs_unregister in the vfs lkms.
|
|
|
|
|
|
|
|
|