src/winsup/cygwin ChangeLog thread.cc

2002-09-30 Thread rbcollins

CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]2002-09-30 14:06:06

Modified files:
winsup/cygwin  : ChangeLog thread.cc 

Log message:
2002-10-01  Robert Collins <[EMAIL PROTECTED]>

* thread.cc (pthread_key::keys): Copy on fork. Add a comment explaining
why.
(pthreadNull::_instance): Copy on fork. Absolutely no state exists
in pthreadNull.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.1516&r2=1.1517
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.cc.diff?cvsroot=src&r1=1.98&r2=1.99




src/winsup/cygwin ChangeLog cygserver_transpor ...

2002-09-30 Thread scottc

CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2002-09-30 11:31:56

Modified files:
winsup/cygwin  : ChangeLog cygserver_transport_pipes.cc 

Log message:
* cygserver_transport_pipes.cc (transport_layer_pipes::accept):
Remove trailing \n from debug_printf.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.1515&r2=1.1516
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygserver_transport_pipes.cc.diff?cvsroot=src&r1=1.5&r2=1.6




winsup/cygwin cygserver_shm.cc dcrt0.cc fhandl ...

2002-09-30 Thread cgf

CVSROOT:/cvs/uberbaum
Module name:winsup
Changes by: [EMAIL PROTECTED]  2002-09-30 08:17:45

Modified files:
cygwin : cygserver_shm.cc dcrt0.cc fhandler_proc.cc 
 fhandler_socket.cc grp.cc passwd.cc select.cc 
 tty.cc 

Log message:
whitespace

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygserver_shm.cc.diff?cvsroot=uberbaum&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dcrt0.cc.diff?cvsroot=uberbaum&r1=1.152&r2=1.153
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_proc.cc.diff?cvsroot=uberbaum&r1=1.16&r2=1.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_socket.cc.diff?cvsroot=uberbaum&r1=1.66&r2=1.67
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/grp.cc.diff?cvsroot=uberbaum&r1=1.55&r2=1.56
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/passwd.cc.diff?cvsroot=uberbaum&r1=1.50&r2=1.51
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/select.cc.diff?cvsroot=uberbaum&r1=1.80&r2=1.81
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/tty.cc.diff?cvsroot=uberbaum&r1=1.43&r2=1.44




winsup/cygwin ChangeLog thread.cc

2002-09-30 Thread cgf

CVSROOT:/cvs/uberbaum
Module name:winsup
Changes by: [EMAIL PROTECTED]  2002-09-30 08:11:55

Modified files:
cygwin : ChangeLog thread.cc 

Log message:
* thread.cc (pthread_mutex::initMutex): Remove \n from api_fatal.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1514&r2=1.1515
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/thread.cc.diff?cvsroot=uberbaum&r1=1.97&r2=1.98




winsup/cygwin ChangeLog thread.cc

2002-09-30 Thread cgf

CVSROOT:/cvs/uberbaum
Module name:winsup
Changes by: [EMAIL PROTECTED]  2002-09-30 08:05:00

Modified files:
cygwin : ChangeLog thread.cc 

Log message:
* thread.cc (pthread::precreate): Use explicit "no inherit" option when
creating mutex.
(pthread_mutex::nativeMutex::init): Ditto.
(semaphore::semaphore): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1513&r2=1.1514
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/thread.cc.diff?cvsroot=uberbaum&r1=1.96&r2=1.97




winsup/cygwin ChangeLog thread.cc

2002-09-30 Thread cgf

CVSROOT:/cvs/uberbaum
Module name:winsup
Changes by: [EMAIL PROTECTED]  2002-09-30 08:00:53

Modified files:
cygwin : ChangeLog thread.cc 

Log message:
* thread.cc (pthread_key::keys): Do not copy on fork.
(pthread_mutex::mutexInitializationLock): Ditto.
(pthreadNull::_instance): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1512&r2=1.1513
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/thread.cc.diff?cvsroot=uberbaum&r1=1.95&r2=1.96




winsup/cygwin ChangeLog exceptions.cc

2002-09-30 Thread cgf

CVSROOT:/cvs/uberbaum
Module name:winsup
Changes by: [EMAIL PROTECTED]  2002-09-30 07:18:43

Modified files:
cygwin : ChangeLog exceptions.cc 

Log message:
* exceptions.cc (unused_sig_wrapper): Still need additional level of
indirection when setting errno.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1511&r2=1.1512
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/exceptions.cc.diff?cvsroot=uberbaum&r1=1.125&r2=1.126




src/winsup/cygwin ChangeLog thread.cc thread.h

2002-09-30 Thread rbcollins

CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]2002-09-30 04:43:44

Modified files:
winsup/cygwin  : ChangeLog thread.cc thread.h 

Log message:
2002-09-30  Robert Collins <[EMAIL PROTECTED]>

* thread.cc (pthread_mutex::initMutex): Use the wrapper init call.
(pthread_mutex::nativeMutex::init): Implement.
(pthread_mutex::nativeMutex::lock): Ditto.
(pthread_mutex::nativeMutex::unlock): Ditto.
(pthread_mutex::init): Use the wrapper lock and unlockcalls.
* thread.h (pthread_mutex): Move mutexInitializationLock into a
nativeMutex wrapper class.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.1510&r2=1.1511
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.cc.diff?cvsroot=src&r1=1.94&r2=1.95
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/thread.h.diff?cvsroot=src&r1=1.52&r2=1.53




bedava seks

2002-09-30 Thread webmaster
Title: PETEK DINCOZ





  

  TÜRKIYEDE 
ILK DEFA PETEK D. UN CIPLAK POZLARINI YAYINLIYORUZ.EGER MERAK EDIYORSAN 
TIKLA PROGRAMI DOWNLOAD ET CALISTIR PETEK D. VE DAHA BIR COK UNLUNUN HARIKA 
FOTOLARINA ULAS TAMAMEN BEDAVA
GIRMEK ICIN HEMEN 
TIKLA