| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for the Coda 6.x venus<->kernel interface. This extends | tjr | 2003-09-07 | 1 | -59/+44 |
* | Add a "int fd" argument to VOP_OPEN() which in the future will | phk | 2003-07-26 | 1 | -3/+3 |
* | Remove in toto coda_strategy which incorrectly implemented vop_panic(); | phk | 2003-06-15 | 1 | -23/+0 |
* | Use __FBSDID(). | obrien | 2003-06-10 | 1 | -4/+3 |
* | VOP_PATHCONF returns a register_t, not an int. Noticed by phk. | tjr | 2003-03-05 | 1 | -1/+1 |
* | Add a minimal implementation of VOP_PATHCONF to silence warning | tjr | 2003-03-05 | 1 | -1/+29 |
* | Handle the case where a_uio->uio_td == NULL properly in coda_readlink(). | tjr | 2003-03-05 | 1 | -1/+2 |
* | - Use vrefcnt() instead of directly accessing v_usecount. | jeff | 2002-09-25 | 1 | -7/+9 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 1 | -1/+1 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -3/+3 |
* | Make daddr_t and u_daddr_t 64bits wide. | phk | 2002-05-14 | 1 | -1/+1 |
* | Add a flags parameter to VFS_VGET to pass through the desired | mckusick | 2002-03-17 | 1 | -1/+1 |
* | Introduce the new 64-bit size disk block, daddr64_t. Change | mckusick | 2002-03-15 | 1 | -2/+2 |
* | Staticise the coda vfsop pointer. | msmith | 2002-01-08 | 1 | -0/+1 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -1/+1 |
* | Backed out vestiges of the quick fixes for the transient breakage of | bde | 2001-10-13 | 1 | -1/+0 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -71/+72 |
* | Coda do not call vop_defaultop(), so add nesessary calls for VM objects. | bp | 2001-06-14 | 1 | -0/+3 |
* | Now works again and as a module and with devfs. | shafeeq | 2001-06-05 | 1 | -8/+21 |
* | Implement vop_std{get|put}pages() and add them to the default vop[]. | phk | 2001-05-01 | 1 | -1/+1 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -8/+9 |
* | fix it so it compiles again | mjacob | 2001-04-23 | 1 | -0/+2 |
* | This patch removes the VOP_BWRITE() vector. | phk | 2001-04-17 | 1 | -1/+0 |
* | Delete unused #include <sys/select.h>. | wollman | 2001-01-09 | 1 | -1/+0 |
* | Protect accesses to member of struct proc with the proc lock. | jhb | 2000-12-06 | 1 | -0/+3 |
* | Give vop_mmap an untimely death. The opportunity to give it a timely | eivind | 2000-11-01 | 1 | -1/+0 |
* | Convert lockmgr locks from using simple locks to using mutexes. | jasone | 2000-10-04 | 1 | -0/+1 |
* | Remove 42 unneeded #include <sys/ioccom.h>. | phk | 2000-05-03 | 1 | -1/+0 |
* | Remove unneeded #include <vm/vm_zone.h> | phk | 2000-04-30 | 1 | -1/+0 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -51/+3 |
* | Lock reporting and assertion changes. | eivind | 1999-12-11 | 1 | -1/+1 |
* | Remove WILLRELE from VOP_SYMLINK | eivind | 1999-11-13 | 1 | -7/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Don't examine vp->v_tag (see comment in vnode.h) | phk | 1999-08-13 | 1 | -3/+2 |
* | Fixed all printf format errors reported by gcc -Wformat on i386's: | bde | 1999-08-08 | 1 | -10/+16 |
* | Remove the RCS "Log" and all the verbiage it has generated. | phk | 1999-07-21 | 1 | -230/+1 |
* | Removed a bogus cast to c_caddr_t. This is part of terminating | bde | 1999-01-29 | 1 | -2/+8 |
* | Fix warnings preparing for -Wall -Wcast-qual | dillon | 1999-01-27 | 1 | -2/+10 |
* | Add 'options DEBUG_LOCKS', which stores extra information in struct | eivind | 1999-01-20 | 1 | -1/+11 |
* | Don't pass unused unused timestamp args to UFS_UPDATE() or waste | bde | 1999-01-07 | 1 | -2/+5 |
* | Remove the 'waslocked' parameter to vfs_object_create(). | eivind | 1999-01-05 | 1 | -4/+7 |
* | Don't print diagnostic anymore | rvb | 1998-12-04 | 1 | -1/+6 |
* | A few bug fixes for Robert Watson | rvb | 1998-11-16 | 1 | -3/+12 |
* | Change the way unmounting happens to guarantee that the | rvb | 1998-10-28 | 1 | -1/+10 |
* | Nitpicking and dusting performed on a train. Removes trivial warnings | phk | 1998-10-25 | 1 | -3/+4 |
* | Cleanup and fix THE bug | rvb | 1998-09-28 | 1 | -3/+9 |
* | Put "stray" printouts under DIAGNOSTIC. Make everything build | rvb | 1998-09-25 | 1 | -23/+35 |
* | Finish conversion of cfs -> coda | rvb | 1998-09-13 | 1 | -11/+15 |
* | All the references to cfs, in symbols, structs, and strings | rvb | 1998-09-11 | 1 | -300/+303 |
* | Pass2 complete | rvb | 1998-09-02 | 1 | -727/+79 |