summaryrefslogtreecommitdiffstats
path: root/sys/adosfs/advfsops.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* really gonederaadt2007-06-011-0/+0
* remove crufty adosfs. everytime we try to change a vfs layer interface,deraadt2007-06-011-758/+0
* Updated disklabel format to support larger disks and partitions. Weotto2007-05-291-3/+3
* constify vfsops; tedu@ okmickey2003-08-141-2/+2
* In mount.h, rename field export -> export_info, to avoid collision with C++.espie2002-04-231-2/+3
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-3/+2
* First round of __P removal in sysmillert2002-03-141-18/+18
* UBC was a disaster. It worked very good when it worked, but on someart2001-12-191-2/+1
* Big cleanup inspired by NetBSD with some parts of the code from NetBSD.art2001-12-101-1/+2
* No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)ho2001-05-161-3/+2
* use void * consistently in vfs_mount and sys_mount. ok @artassar2001-02-201-4/+4
* From Assar: make adosfs compile, I was supposedniklas2000-04-251-5/+1
* update to use new checkexp vfs operationassar2000-02-071-14/+4
* New struct statfs with mount options. NOTE: this replaces statfs(2),millert1999-05-311-3/+4
* Fix malloc race on new anode get.csapuntz1998-08-211-2/+12
* Updates to match type changes in syscall tablestholo1998-02-081-3/+3
* Use vfs lite2 lockmanager. Add advisory locking. some KNF.niklas1997-11-101-3/+6
* More fixes for adosfs so it compiles with VFS Lite 2csapuntz1997-11-061-4/+4
* Updates for VFS Lite 2 + soft update.csapuntz1997-11-061-7/+8
* Type pedantery.. a lot of it too, more could be done as well. Sync withniklas1997-01-201-43/+51
* Some style and signedness pedanteryniklas1996-08-231-5/+2
* internationalize, 64 bit cleanderaadt1996-06-101-5/+5
* sync with netbsdderaadt1996-05-021-3/+4
* partial sync with netbsd 960418, more to comederaadt1996-04-211-39/+171
* Addition of $OpenBSD$ RCSID.niklas1996-02-261-0/+1
* Add forward decls.niklas1996-02-241-18/+41
* bzero adosfsmount so that mountd delete does not crash machine; from osymh@gemini.oscs.montana.edu; netbsd pr#1720deraadt1995-11-131-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+595