summaryrefslogtreecommitdiff
path: root/sys/adosfs
AgeCommit message (Collapse)Author
1996-10-13Fix some type incompatibilities another way roundNiklas Hallqvist
1996-08-23Some style and signedness pedanteryNiklas Hallqvist
1996-08-10fix decl; netbsd pr#2681; tv@pobox.comTheo de Raadt
1996-06-10internationalize, 64 bit cleanTheo de Raadt
1996-05-02sync with netbsdTheo 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-11-13bzero adosfsmount so that mountd delete does not crash machine; from ↵Theo de Raadt
osymh@gemini.oscs.montana.edu; netbsd pr#1720
1995-10-18initial import of NetBSD treeTheo de Raadt