Age | Commit message (Collapse) | Author |
|
Pointed out by John L. Scarfone <j0@cox.net>
|
|
|
|
- cache_lookup
move common code from various fs's here
always return with vnode and parent locked
adjust return codes
- PDIRUNLOCK - new flag set if lookup couldn't lock parent vnode
- kernfs and procfs
lock vnode in get_root
don't unlock (again) in kernfs_freevp
fix memory leak in procfs
From tedu@stanford.edu
deraadt@ and various other ok
|
|
|
|
some extra pathconf ops supported.
|
|
|
|
|
|
NetBSD 970118 too.
|
|
|
|
|
|
|
|
From NetBSD: Rename struct timespec fields to conform to POSIX.1b
|
|
Fix vop_link, vop_symlink, and vop_remove semantics in several ways:
* Change the argument names to vop_link so they actually make sense.
* Implement vop_link and vop_symlink for all file systems, so they do proper
cleanup.
* Require the file system to decide whether or not linking and unlinking of
directories is allowed, and disable it for all current file systems.
Adosfs prototyping changes. Compiler warning police.
|
|
|