[SSI] openssi ChangeLog,1.259,1.260
Roger Tsang <[email protected]> Sun, 15 Aug 2010 04:17:45 +0000
| Newsgroups | gmane.linux.cluster.ssic.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ssic-linux/openssi
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv18284
Modified Files:
Tag: OPENSSI-FC
ChangeLog
Log Message:
update
Index: ChangeLog
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/ChangeLog,v
retrieving revision 1.259
retrieving revision 1.260
diff -u -d -r1.259 -r1.260
--- ChangeLog 8 Aug 2010 18:39:55 -0000 1.259
+++ ChangeLog 15 Aug 2010 04:17:43 -0000 1.260
@@ -1,12 +1,28 @@
2010/??/?? *** Release of OpenSSI 2.0.0rc1 ***
+2010/08/14 rogertsang <[email protected]>
+ * CVS branch: OPENSSI-CENTOS
+
+ - Upgrade to pam-0.77-66.26.el4_8.2
+ - Upgrade to util-linux-2.12a-24.el4_8.1
+
+ - Build modifications for CentOS
+
+ Makefile | 64 +++++++++++++++++++--------------------------------
+ configure.ac | 7 -----
+ 2 files changed, 26 insertions(+), 45 deletions(-)
+
+ - Fix Clustertab.pm for util-linux-2.12a-17.el4_6.1 which does not
+ support `blkid -o value ...`
+
+ openssi-tools/sysadmin/Clustertab.pm | 6 +++---
+ 1 files changed, 3 insertions(+), 3 deletions(-)
+
2010/08/08 rogertsang <[email protected]>
* CVS branch: OPENSSI-CENTOS
- - Fix `top` did not show PID field. top.c:confighlp() parses fields
- from P_PID to P_FLG, elements in p_flags enumeration. The number of
- elements in p_flags enumeration did not add up because P_FLG was not the very
- last element.
+ - Fix `top` does not show PID field. top.c:confighlp() requires P_FLG
+ be the very last element in p_flags enumeration.
procps/top.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
@@ -20,14 +36,14 @@
* CVS Tags: OPENSSI-FC-1-9-6-PRE41
* IPC (UNIX domain sockets):
- - Implement lockless unixnm_svr_table list traversal. Reduce connect(),
- sendmsg() contention with bind(), connect(), sendmsg().
+ - Implement lockless unixnm_svr_table list traversal. Reduce contention
+ in sock_release(), bind(2), connect(2), sendmsg(2).
- ssi_unix_deregister() no longer traverses the unix_sockets_unbound
- list. Remove sock_release() contention with bind() and various paths
- with unix_table_lock.
+ list. Reduce unix_table_lock contention.
- unixnm_put() do lockless O(1) lookup of unixnm_cache_entry using
reference in unix_sock field; skip unixnm_cache_list traversal.
- Reduce sock_release() contention with bind(), connect(), sendmsg().
+ Reduce contention in sock_release() path which may affect bind(2),
+ connect(2), or sendmsg(2).
- Allocate unixnm_svr_entry and unixnm_cache_entry structures from the
Linux slab cache.
------------------------------------------------------------------------------
This SF.net email is sponsored by
Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev