Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
bounds of "substart" and "subend".
|
|
This allows this code to compile on sparc.
|
|
|
|
|
|
|
|
|
|
|
|
and the typenum is out of range
|
|
|
|
|
|
namelen is uninitialized.
|
|
Make the check more readable by comparing against SSIZE_MAX instead
of checking for wraparound. This is safe because SSIZE_MAX * 2 <=
SIZE_T_MAX. Fixes recno problems in the db routines exposed by a
perl test.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|