CVS commit: src/sys/coda

2012-05-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu May  3 14:26:43 UTC 2012

Modified Files:
src/sys/coda: coda_vnops.c

Log Message:
move the assert after the locked case.


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/sys/coda/coda_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2012-05-03 Thread Mike M. Volokhov
Module Name:src
Committed By:   mishka
Date:   Thu May  3 19:07:14 UTC 2012

Modified Files:
src/doc: CHANGES

Log Message:
Drop extra ")" symbol near "OpenSSH".


To generate a diff of this commit:
cvs rdiff -u -r1.1699 -r1.1700 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev

2012-05-03 Thread Hiroyuki Bessho
Module Name:src
Committed By:   bsh
Date:   Thu May  3 21:21:09 UTC 2012

Modified Files:
src/sys/dev: ldvar.h

Log Message:
use uint64_t for sc_disksize512.
fixed the problem with ataraid volumes larger than 2 TiB.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/dev/ldvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/coda

2012-05-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri May  4 01:38:57 UTC 2012

Modified Files:
src/sys/coda: cnode.h

Log Message:
remove variable names from prototypes.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/coda/cnode.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/coda

2012-05-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri May  4 01:40:13 UTC 2012

Modified Files:
src/sys/coda: coda_vnops.c

Log Message:
fix locking in getpages when running executables.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/sys/coda/coda_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/coda

2012-05-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri May  4 02:06:27 UTC 2012

Modified Files:
src/sys/coda: coda_vfsops.c

Log Message:
depend on "vcoda" since it has symbols we need.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sys/coda/coda_vfsops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.