Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
[SSI] openssi/kernel.configs config.i586,1.1.2.4,1.1.2.5 kernel-2.4.20-i586: msg#00107
|
Subject: |
[SSI] openssi/kernel.configs config.i586,1.1.2.4,1.1.2.5 kernel-2.4.20-i586-ssi.config,1.1.2.2,1.1.2.3 |
Update of /cvsroot/ssic-linux/openssi/kernel.configs
In directory sc8-pr-cvs1:/tmp/cvs-serv32246/openssi/kernel.configs
Modified Files:
Tag: OPENSSI-RH
config.i586 kernel-2.4.20-i586-ssi.config
Log Message:
Globalized devpts. pty numbers are now globally unique which should allow
utmp to function properly in the cluster.
M ci/kernel/include/cluster/nsc.h
Made USHRT_MAX arch-independent.
M ci/kernel/include/cluster/gen/ics_proto_gen.h.list
Added types.
M openssi/kernel/cluster/ssi/util/Makefile
Added new files to makefile.
M openssi/kernel/cluster/ssi/util/fifonm.c
M openssi/kernel/cluster/ssi/util/rmtsock.c
Moved extern of ics_ssidev_chan to header.
M openssi/kernel/cluster/ssi/util/ssidev.c
Changed the clms_ssidev_server_ready() to ssidev_server_ready() to
be more consistent.
M openssi/kernel/cluster/ssi/vproc/reopen.c
Played games in reop_import_path() to import /dev/pts pathnames
correctly.
M openssi/kernel/drivers/char/tty_io.c
Added hook to call pty nameserver.
M openssi/kernel/fs/super.c
Added devpts to list of filesystems that get cluster unique
unnamed device-numbers.
M openssi/kernel/include/cluster/ssi/ssidev.h
Added prototypes, externs, etc,
M openssi/kernel.configs/config.i586
M openssi/kernel.configs/kernel-2.4.20-i586-ssi.config
Added DEVPTS to build configuration.
A openssi/kernel/drivers/char/pty.c
Added hook to call the nameserver to free a pty number.
A openssi/kernel/cluster/ssi/util/ssipty.c
A openssi/kernel/cluster/ssi/util/ssipty.svc
Pty nameserver and support routines.
A openssi/kernel/fs/devpts/root.c
A openssi/kernel/fs/devpts/inode.c
Added hooks.
Index: config.i586
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/kernel.configs/Attic/config.i586,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** config.i586 14 Oct 2003 00:12:54 -0000 1.1.2.4
--- config.i586 12 Dec 2003 22:56:49 -0000 1.1.2.5
***************
*** 799,803 ****
# CONFIG_DEVFS_MOUNT is not set
# CONFIG_DEVFS_DEBUG is not set
! # CONFIG_DEVPTS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX4FS_RW is not set
--- 799,803 ----
# CONFIG_DEVFS_MOUNT is not set
# CONFIG_DEVFS_DEBUG is not set
! CONFIG_DEVPTS_FS=y
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX4FS_RW is not set
Index: kernel-2.4.20-i586-ssi.config
===================================================================
RCS file:
/cvsroot/ssic-linux/openssi/kernel.configs/Attic/kernel-2.4.20-i586-ssi.config,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** kernel-2.4.20-i586-ssi.config 14 Oct 2003 00:12:54 -0000 1.1.2.2
--- kernel-2.4.20-i586-ssi.config 12 Dec 2003 22:56:49 -0000 1.1.2.3
***************
*** 1569,1573 ****
# CONFIG_DEVFS_MOUNT is not set
# CONFIG_DEVFS_DEBUG is not set
! # CONFIG_DEVPTS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX4FS_RW is not set
--- 1569,1573 ----
# CONFIG_DEVFS_MOUNT is not set
# CONFIG_DEVFS_DEBUG is not set
! CONFIG_DEVPTS_FS=y
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX4FS_RW is not set
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
|
| |