aboutsummaryrefslogtreecommitdiff
path: root/sys/coda
Commit message (Expand)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Back our kernel support for reliable signal queues.Juli Mallett2002-10-011-11/+7
* When working with sigset_t's, and needing to perform masking operations basedJuli Mallett2002-10-011-7/+11
* Fix these warns where sizeof(int) != sizeof(void *)Nate Lawson2002-09-261-4/+4
* - Use vrefcnt() instead of directly accessing v_usecount.Jeff Roberson2002-09-253-19/+21
* Attempt to fix the error reported by the alpha tinderbox. A pointerIan Dowse2002-09-221-2/+2
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.Nate Lawson2002-09-141-1/+1
* Fix typo in the last revision.Mike Barcroft2002-08-041-1/+1
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-043-5/+9
* More s/file system/filesystem/gTom Rhodes2002-05-1611-18/+20
* Make daddr_t and u_daddr_t 64bits wide.Poul-Henning Kamp2002-05-141-1/+1
* Don't put a line break in string literals. GCC 3.1 complains and GCCMarcel Moolenaar2002-04-201-13/+10
* Lock proctree_lock instead of pgrpsess_lock.John Baldwin2002-04-161-2/+2
* Moved signal handling and rescheduling from userret() to ast() so thatBruce Evans2002-04-041-0/+1
* Remove __P.Alfred Perlstein2002-03-203-35/+35
* Add a flags parameter to VFS_VGET to pass through the desiredKirk McKusick2002-03-171-1/+1
* Introduce the new 64-bit size disk block, daddr64_t. ChangeKirk McKusick2002-03-151-2/+2
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-2/+2
* Fix LINT breakage by adding a missing include.Thomas Moestl2002-02-231-0/+1
* Lock struct pgrp, session and sigio.Seigo Tanimura2002-02-231-4/+2
* Staticise the coda vfsop pointer.Mike Smith2002-01-082-2/+1
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-103-3/+3
* Change the vnode list under the mount point from a LIST to a TAILQMatthew Dillon2001-10-231-2/+2
* Fixed bitrot in a banal comment by removing the comment.Bruce Evans2001-10-131-1/+1
* Backed out vestiges of the quick fixes for the transient breakage ofBruce Evans2001-10-134-4/+0
* Change the kernel's ucred API as follows:John Baldwin2001-10-111-2/+1
* Use the passed in thread to selrecord() instead of curthread.John Baldwin2001-09-211-1/+1
* fix typoJulian Elischer2001-09-131-3/+0
* KSE Milestone 2Julian Elischer2001-09-126-111/+118
* 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