These patches apply to git repository git://trousers.git.sourceforge.net/gitroot/trousers/trousers.
First five patches consist of bug fix while last three can be considered as an enhancement in order to make the code easier to port for other platforms (i.e. windows). Giovanni Cabiddu (1): TRSPI export patch Roberto Sassu (7): Moved hDAA debug message after initialization Using flock() in tcs/ps/tcsps.c if SOLARIS define is not set printf() warning fix Avoid warning of missing return in tcsd_thread_run() Fixed cleanup code in svrside.c Code portability fix Rearranged code of svrside.c src/include/tcs_tsp.h | 4 + src/include/tcsem.h | 2 +- src/include/trousers/trousers.h | 19 +++++- src/include/trousers_types.h | 6 ++- src/tcs/ps/tcsps.c | 14 ++++ src/tcs/rpc/tcstp/rpc_daa.c | 5 +- src/tcs/tcs_aik.c | 17 +---- src/tcs/tcs_evlog_imaem.c | 4 +- src/tcs/tcsi_evlog.c | 16 +++--- src/tcsd/svrside.c | 127 ++++++++++++++++++++++---------------- src/tcsd/tcsd_conf.c | 18 +++--- src/tcsd/tcsd_threads.c | 3 +- src/trspi/Makefile.am | 2 +- src/trspi/trousers.c | 6 +- src/tspi/obj_context.c | 38 +++++++----- src/tspi/ps/tspps.c | 2 +- tools/ps_convert.c | 22 ++++---- 17 files changed, 177 insertions(+), 128 deletions(-) -- 1.7.2.2 ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ TrouSerS-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/trousers-tech
