Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
to be vop_generic_revoke, vop_generic_bwrite, vop_generic_islocked,
vop_generic_lock and vop_generic_unlock.
Create vop_generic_abortop and propogate change to all file systems.
Fix PR/371.
Get rid of locking in NULLFS (should be mostly unnecessary now except for
forced unmounts).
|
|
|
|
|
|
|
|
|
|
same values for malloc_pageshift and malloc_minsize except for sparc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When comparing against UIO_SMALLIOV/UIO_MAXIOV check for >, not >=
|
|
|
|
|
|
patch. Obviously it was never tested on a machine running a regular
compliment of services. On such a machine, it causes a full 12 (was
30) second delay *EVERY TIME*. That's COMPLETELY unreasonable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
needed and return; Linux does this too. Suggested by cmetz@inner.net
|
|
|
|
|
|
karls@inet.no
|
|
fgsch@olimpo.com.br but different fix committed.
|
|
|
|
|
|
trim_whitespace() since it trims from both ends, not just the rear.
|
|
|
|
|
|
|
|
|
|
|
|
of up to this size rather than restricting them based
on our MTU.
|
|
|
|
|
|
|
|
|
|
|
|
|