summaryrefslogtreecommitdiff
path: root/sys/adosfs/adlookup.c
AgeCommit message (Collapse)Author
2003-04-01Unused variable.Artur Grabowski
Pointed out by John L. Scarfone <j0@cox.net>
2003-03-16typosmargarida
2003-01-31File system locking fixups, mostly from NetBSD:Artur Grabowski
- 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
1997-12-18trivia: typo in kernel panicgene
1997-11-10Use vfs lite2 lockmanager. Add advisory locking. some KNF.Niklas Hallqvist
some extra pathconf ops supported.
1997-11-06More fixes for adosfs so it compiles with VFS Lite 2Constantine Sapuntzakis
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-01-20Type pedantery.. a lot of it too, more could be done as well. Sync withNiklas Hallqvist
NetBSD 970118 too.
1996-08-23Some style and signedness pedanteryNiklas Hallqvist
1996-06-10internationalize, 64 bit cleanTheo de Raadt
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-02-26Addition of $OpenBSD$ RCSID.Niklas Hallqvist
From NetBSD: Rename struct timespec fields to conform to POSIX.1b
1996-02-24Add forward decls.Niklas Hallqvist
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.
1995-10-18initial import of NetBSD treeTheo de Raadt