summaryrefslogtreecommitdiff
path: root/sys/adosfs
AgeCommit message (Expand)Author
2002-05-23protect biodone calls with splbioArtur Grabowski
2002-04-23In mount.h, rename field export -> export_info, to avoid collision with C++.Marc Espie
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-19UBC was a disaster. It worked very good when it worked, but on someArtur Grabowski
2001-12-10Big cleanup inspired by NetBSD with some parts of the code from NetBSD.Artur Grabowski
2001-12-10Merge in struct uvm_vnode into struct vnode.Artur Grabowski
2001-12-04Readd VOP_MMAP, will be used soon. Right now it's just a question toArtur Grabowski
2001-11-27Merge in the unified buffer cache code as found in NetBSD 2001/03/10. TheArtur Grabowski
2001-06-23Get rid of several unused vnode operationsConstantine Sapuntzakis
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-02-23Remove the clustering fields from the vnodes and place them in theConstantine Sapuntzakis
2001-02-20use void * consistently in vfs_mount and sys_mount. ok @artassar
2000-04-25From Assar: make adosfs compile, I was supposedNiklas Hallqvist
2000-02-07update to use new checkexp vfs operationassar
1999-05-31New struct statfs with mount options. NOTE: this replaces statfs(2),Todd C. Miller
1998-09-03Correct loop termination for adosfs_ihashgetConstantine Sapuntzakis
1998-08-21Fix malloc race on new anode get.Constantine Sapuntzakis
1998-08-21correct readlink(); kleinkTheo de Raadt
1998-08-06Rename vop_revoke, vn_bwrite, vop_noislocked, vop_nolock, vop_nounlockConstantine Sapuntzakis
1998-07-20typo & warnings make gcc unhappy.Marc Espie
1998-02-08Updates to match type changes in syscall tablesThorsten Lockert
1997-12-18trivia: typo in kernel panicgene
1997-11-10Use vfs lite2 lockmanager. Add advisory locking. some KNF.Niklas Hallqvist
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
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
1996-02-24Add forward decls.Niklas Hallqvist
1995-11-13bzero adosfsmount so that mountd delete does not crash machine; from osymh@ge...Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt