aboutsummaryrefslogtreecommitdiff
path: root/sys/coda
Commit message (Expand)AuthorAgeFilesLines
* Warning fix: coda_fbsd.c:113: warning: unused variable `ret'Peter Wemm2001-06-151-1/+0
* Coda do not call vop_defaultop(), so add nesessary calls for VM objects.Boris Popov2001-06-141-0/+3
* Now works again and as a module and with devfs.Shafeeq Sinnamohideen2001-06-053-9/+73
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-0/+1
* Change the second argument of vflush() to an integer that specifiesIan Dowse2001-05-161-1/+1
* Implement vop_std{get|put}pages() and add them to the default vop[].Poul-Henning Kamp2001-05-013-17/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-017-27/+30
* fix it so it compiles againMatt Jacob2001-04-234-0/+8
* This patch removes the VOP_BWRITE() vector.Poul-Henning Kamp2001-04-171-1/+0
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-2/+2
* Back out proc locking to protect p_ucred for obtaining additionalJohn Baldwin2001-01-271-14/+2
* Delete unused #include <sys/select.h>.Garrett Wollman2001-01-095-6/+0
* When p_ucred is passed to the venus daemon, first grab the proc lock toJohn Baldwin2000-12-151-2/+14
* Protect accesses to member of struct proc with the proc lock.John Baldwin2000-12-063-2/+12
* Give vop_mmap an untimely death. The opportunity to give it a timelyEivind Eklund2000-11-011-1/+0
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-292-2/+0
* Forward-declare struct mbuf so that this file is less self-insufficientBruce Evans2000-10-051-0/+1
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-041-0/+1
* Remove 42 unneeded #include <sys/ioccom.h>.Poul-Henning Kamp2000-05-031-1/+0
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-302-2/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Introduce extended attribute support for FFS, allowing arbitraryRobert Watson2000-04-151-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-3/+3
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-191-1/+3
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-152-52/+7
* Lock reporting and assertion changes.Eivind Eklund1999-12-111-1/+1
* s/p_cred->pc_ucred/p_ucred/gPoul-Henning Kamp1999-11-211-2/+2
* struct mountlist and struct mount.mnt_list have no business beingPoul-Henning Kamp1999-11-201-4/+3
* Remove WILLRELE from VOP_SYMLINKEivind Eklund1999-11-131-7/+3
* sigset_t change (part 2 of 5)Marcel Moolenaar1999-09-291-24/+49
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* Seperate the export check in VFS_FHTOVP, exports are now checked viaAlfred Perlstein1999-09-111-0/+1
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnAlfred Perlstein1999-09-071-56/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2819-19/+19
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-35/+1
* Don't examine vp->v_tag (see comment in vnode.h)Poul-Henning Kamp1999-08-131-3/+2
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-081-3/+1
* Fixed all printf format errors reported by gcc -Wformat on i386's:Bruce Evans1999-08-081-10/+16
* The dev returned here is what is found in the st_dev field.Robert V. Baron1999-08-021-2/+3
* Remove the RCS "Log" and all the verbiage it has generated.Poul-Henning Kamp1999-07-2110-1304/+12
* Don't access the device with vp->v_specinfo->si_rdev, use vp->v_rdev.Poul-Henning Kamp1999-07-201-2/+28
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-312-10/+7
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-6/+21
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-112-4/+4
* remove cast from dev_t to dev_t.Poul-Henning Kamp1999-05-091-2/+11
* I got tired of seeing all the cdevsw[major(foo)] all over the place.Poul-Henning Kamp1999-05-081-2/+5
* Removed a bogus cast to c_caddr_t. This is part of terminatingBruce Evans1999-01-291-2/+8
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-2/+2
* Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon1999-01-272-4/+12