Home | History | Annotate | Download | only in coda
History log of /src/sys/coda/coda_venus.h
RevisionDateAuthorComments
 1.11  04-Mar-2007  christos Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 1.10  14-May-2006  elad branches: 1.10.14;
integrate kauth.
 1.9  11-Dec-2005  christos branches: 1.9.4; 1.9.6; 1.9.8; 1.9.10; 1.9.12;
merge ktrace-lwp.
 1.8  26-Feb-2005  perry branches: 1.8.4;
nuke trailing whitespace
 1.7  27-Aug-2003  drochner branches: 1.7.8; 1.7.10;
update for the protocol used by coda>=6,
patches supplied by the coda-6.0.2 distribution,
with small changes to support the old protocol optionally
(options CODA_COMPAT_5)
 1.6  29-Jun-2003  fvdl branches: 1.6.2;
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
and need to be examined and discussed more.
 1.5  28-Jun-2003  darrenr Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
be inserted into ktrace records. The general change has been to replace
"struct proc *" with "struct lwp *" in various function prototypes, pass
the lwp through and use l_proc to get the process pointer when needed.

Bump the kernel rev up to 1.6V
 1.4  27-Mar-2002  phil Add the statfs upcall so df now reports cache size and usage.
 1.3  15-Sep-1998  rvb branches: 1.3.24; 1.3.26;
Final piece of rename cfs->coda
 1.2  08-Sep-1998  rvb Pass2 complete
 1.1  29-Aug-1998  rvb branches: 1.1.1;
Initial revision
 1.1.1.1  29-Aug-1998  rvb Very Preliminary Coda
 1.3.26.1  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.3.24.1  01-Apr-2002  nathanw Catch up to -current.
(CVS: It's not just a program. It's an adventure!)
 1.6.2.6  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.6.2.5  21-Sep-2004  skrll Fix the sync with head I botched.
 1.6.2.4  18-Sep-2004  skrll Sync with HEAD.
 1.6.2.3  24-Aug-2004  skrll Undo part of the ktrace/lwp changes. In particular:
* Remove the "lwp *" argument that was added to vget(). Turns out
that nothing actually used it!
* Remove the "lwp *" arguments that were added to VFS_ROOT(), VFS_VGET(),
and VFS_FHTOVP(); all they did was pass it to vget() (which, as noted
above, didn't use it).
* Remove all of the "lwp *" arguments to internal functions that were added
just to appease the above.
 1.6.2.2  03-Aug-2004  skrll Sync with HEAD
 1.6.2.1  02-Jul-2003  darrenr Apply the aborted ktrace-lwp changes to a specific branch. This is just for
others to review, I'm concerned that patch fuziness may have resulted in some
errant code being generated but I'll look at that later by comparing the diff
from the base to the branch with the file I attempt to apply to it. This will,
at the very least, put the changes in a better context for others to review
them and attempt to tinker with removing passing of 'struct lwp' through
the kernel.
 1.7.10.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.7.8.1  29-Apr-2005  kent sync with -current
 1.8.4.2  03-Sep-2007  yamt sync with head.
 1.8.4.1  21-Jun-2006  yamt sync with head.
 1.9.12.1  24-May-2006  tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
 1.9.10.1  08-Mar-2006  elad Adapt to kernel authorization KPI.
 1.9.8.1  24-May-2006  yamt sync with head.
 1.9.6.1  01-Jun-2006  kardel Sync with head.
 1.9.4.1  09-Sep-2006  rpaulo sync with head
 1.10.14.1  12-Mar-2007  rmind Sync with HEAD.

RSS XML Feed