aboutsummaryrefslogtreecommitdiff
path: root/sys/coda
Commit message (Expand)AuthorAgeFilesLines
* When we traverse the vnodes on a mountpoint we need to look out forPoul-Henning Kamp2004-07-041-5/+2
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-173-3/+3
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-1610-26/+26
* add missing #include <sys/module.h>Poul-Henning Kamp2004-05-301-0/+1
* Device megapatch 5/6:Poul-Henning Kamp2004-02-211-2/+1
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-2/+2
* Remove mntvnode_mtx and replace it with per-mountpoint mutex.Alexander Kabaev2003-11-051-3/+3
* Include <sys/mutex.h>. Don't depend on namespace pollution in <sys/vnode.h>.Bruce Evans2003-10-051-2/+1
* - Check XLOCK prior to accessing v_data.Jeff Roberson2003-10-051-0/+6
* - Make proper use of the mntvnode_mtx. We do not need the loop labelJeff Roberson2003-10-041-3/+5
* Move an overly verbose message under #ifdef CODA_VERBOSE.Tim J. Robbins2003-09-131-0/+2
* Move an annoying printf() call that gets triggered every time anTim J. Robbins2003-09-101-0/+2
* Add support for the Coda 6.x venus<->kernel interface. This extendsTim J. Robbins2003-09-0711-342/+388
* Add a "int fd" argument to VOP_OPEN() which in the future willPoul-Henning Kamp2003-07-262-4/+4
* Remove in toto coda_strategy which incorrectly implemented vop_panic();Poul-Henning Kamp2003-06-151-23/+0
* Initialize struct vfsops C99-sparsely.Poul-Henning Kamp2003-06-122-26/+18
* Use __FBSDID().David E. O'Brien2003-06-107-27/+23
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withJeff Roberson2003-03-311-14/+14
* Deregister the dev_clone event handler we registered - don't touch theTim J. Robbins2003-03-271-2/+4
* Set f_fstypename in coda_nb_statfs().Tim J. Robbins2003-03-071-0/+1
* Add a temporary workaround for a deadlock in Coda venus 5.3.19 thatTim J. Robbins2003-03-062-2/+28
* VOP_PATHCONF returns a register_t, not an int. Noticed by phk.Tim J. Robbins2003-03-051-1/+1
* Add prototype for coda_pathconf() that I missed in the previous commit.Tim J. Robbins2003-03-051-0/+1
* Add a minimal implementation of VOP_PATHCONF to silence warningTim J. Robbins2003-03-051-1/+29
* Handle the case where a_uio->uio_td == NULL properly in coda_readlink().Tim J. Robbins2003-03-051-1/+2
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+8
* msgPoul-Henning Kamp2003-02-261-2/+0
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* 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