[SSI] openssi ChangeLog,1.236,1.237

Roger Tsang <[email protected]>
Newsgroups gmane.linux.cluster.ssic.cvs
Message-ID <[email protected]>
Update of /cvsroot/ssic-linux/openssi
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4993

Modified Files:
      Tag: OPENSSI-FC
	ChangeLog 
Log Message:
update


Index: ChangeLog
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/ChangeLog,v
retrieving revision 1.236
retrieving revision 1.237
diff -u -d -r1.236 -r1.237
--- ChangeLog	24 Feb 2009 02:05:24 -0000	1.236
+++ ChangeLog	24 Mar 2009 04:32:56 -0000	1.237
@@ -1,5 +1,88 @@
 2009/03/??	*** Release of OpenSSI 1.9.6 ***
 
+2009/03/24	rogertsang <[email protected]>
+
+	* Files in ci-linux project were modified (see ci/ChangeLog).
+FIXME some of these belong in ci-linux ChangeLog.
+
+	 cluster/arch/i386/vproc/rproc_arch.c   |   11 
+	 cluster/ics/ics_tcp/ics_llcli.c        |    5 
+	 cluster/ssi/cfs/cfs_chard.c            |    2 
+	 cluster/ssi/cfs/cfs_mnthooks.c         |    9 
+	 cluster/ssi/cfs/cfs_server.c           |   28 +-
+	 cluster/ssi/cfs/cfs_subr.c             |  117 +++++----
+	 cluster/ssi/cfs/cfsproc.c              |  164 ++++++------
+	 cluster/ssi/cfs/cfstok.c               |   15 +
+	 cluster/ssi/cfs/dir.c                  |  136 +++++++++-
+	 cluster/ssi/cfs/file.c                 |  132 +++++++---
+	 cluster/ssi/cfs/inode.c                |   94 +++++--
+	 cluster/ssi/cfs/pagelist.c             |   26 +-
+	 cluster/ssi/cfs/proc.c                 |    2 
+	 cluster/ssi/cfs/svrcfs.c               |   89 +++++-
+	 cluster/ssi/cfs/vfs.c                  |    5 
+	 cluster/ssi/cfs/write.c                |   36 +-
+	 cluster/ssi/ipc/rmtunix.c              |    8 
+	 cluster/ssi/token/clitok.c             |   23 -
+	 cluster/ssi/token/svrtok.c             |   41 +--
+	 cluster/ssi/token/tokseq.c             |    2 
+	 cluster/ssi/util/gfs_mount.c           |   11 
+	 cluster/ssi/util/load_level.c          |  154 ++++++++++-
+	 cluster/ssi/util/nfs_mount.c           |   12 
+	 cluster/ssi/util/rmtfb.c               |    3 
+	 cluster/ssi/util/rmtsock.c             |    4 
+	 cluster/ssi/util/ssidev.c              |  111 +++++---
+	 cluster/ssi/util/ssidev_ics.c          |   37 ++
+	 cluster/ssi/util/ssipty.c              |   11 
+	 cluster/ssi/vproc/dvp_init.c           |   39 +--
+	 cluster/ssi/vproc/dvp_misc.c           |   37 ++
+	 cluster/ssi/vproc/dvp_pvpops.c         |   93 ++++---
+	 cluster/ssi/vproc/dvp_pvpsops.c        |   26 --
+	 cluster/ssi/vproc/dvp_vpops.c          |   40 ++-
+	 cluster/ssi/vproc/nd_carelist.c        |   12 
+	 cluster/ssi/vproc/nd_cleanup.c         |    4 
+	 cluster/ssi/vproc/nd_origin.c          |   84 +++++-
+	 cluster/ssi/vproc/nd_setup.c           |    8 
+	 cluster/ssi/vproc/nd_slave.c           |    3 
+	 cluster/ssi/vproc/nd_subr.c            |   20 +
+	 cluster/ssi/vproc/nsc_initproc.c       |    6 
+	 cluster/ssi/vproc/procfs_mount.c       |   19 -
+	 cluster/ssi/vproc/procfs_subr.c        |   32 ++
+	 cluster/ssi/vproc/reopen.c             |   82 ++++--
+	 cluster/ssi/vproc/rproc_server_pproc.c |    5 
+	 cluster/ssi/vproc/rproc_svr_pproc.c    |   34 --
+	 cluster/ssi/vproc/rproc_svr_vproc.c    |   22 -
+	 cluster/ssi/vproc/vp_subr.c            |   71 +++--
+	 cluster/util/nsc_async.c               |    9 
+	 cluster/util/nsc_scalls.c              |   17 +
+	 fs/fs-writeback.c                      |   78 +++---
+	 fs/namespace.c                         |   30 ++
+	 fs/proc/array.c                        |   41 ++-
+	 fs/proc/base.c                         |  429 ++++++++++++++++++---------------
+	 fs/proc/internal.h                     |    2 
+	 fs/proc/proc_cluster.c                 |  272 +++++++++++++++-----
+	 fs/read_write.c                        |    5 
+	 fs/select.c                            |    4 
+	 include/cluster/gen/ssidev.svc         |    8 
+	 include/cluster/nsc.h                  |   11 
+	 include/cluster/procfs.h               |    4 
+	 include/cluster/ssi/cfs/cfs_clnt.h     |    2 
+	 include/cluster/ssi/cfs/cfs_fs.h       |   38 ++
+	 include/cluster/ssi/cfs/cfs_fs_i.h     |    2 
+	 include/cluster/ssi/cfs/cfs_fs_sb.h    |    7 
+	 include/cluster/ssi/cfs/cfs_mount.h    |    3 
+	 include/cluster/ssi/cfs/cfs_page.h     |    2 
+	 include/cluster/ssi/cfs/cfsfh.h        |    5 
+	 include/cluster/ssi/cfs/cfstok.h       |   18 -
+	 include/cluster/ssi/load_level.h       |    3 
+	 include/cluster/ssi/ssidev.h           |    9 
+	 include/cluster/synch.h                |   45 +++
+	 include/linux/config.h                 |   45 ++-
+	 include/linux/dpvproc.h                |    3 
+	 include/linux/nd_origin.h              |    5 
+	 include/linux/vproc.h                  |   13 -
+	 ipc/shm.c                              |    1 
+	 76 files changed, 2084 insertions(+), 952 deletions(-)
+
 2009/02/23	rogertsang <[email protected]>
 	* CFS:
 	- Fix cfsd_create() possible dentry leak or operating on dereferenced dentry.


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.