diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2003-11-26 22:29:35 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2003-11-26 22:29:35 +0000 |
commit | 1d88f8cea2f22cc8a5dab4db4238481666d50254 (patch) | |
tree | 15cfe4a404156db9048a11d93c61423f241c6b37 /winsup/cygserver/ChangeLog | |
parent | a2acbfb14e3e1d145a92c44abbce0398f54a8fd6 (diff) | |
download | cygnal-1d88f8cea2f22cc8a5dab4db4238481666d50254.tar.gz cygnal-1d88f8cea2f22cc8a5dab4db4238481666d50254.tar.bz2 cygnal-1d88f8cea2f22cc8a5dab4db4238481666d50254.zip |
* cygserver.cc (main): Move call to ipcinit() up before installing
any threads.
* sysv_sem.cc: Update to FreeBSD version 1.67.
(seminit): Initialize semaphore sequence numbers to 0.
Diffstat (limited to 'winsup/cygserver/ChangeLog')
-rw-r--r-- | winsup/cygserver/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygserver/ChangeLog b/winsup/cygserver/ChangeLog index 0c60e3525..cfcf9de25 100644 --- a/winsup/cygserver/ChangeLog +++ b/winsup/cygserver/ChangeLog @@ -1,5 +1,12 @@ 2003-11-26 Corinna Vinschen <corinna@vinschen.de> + * cygserver.cc (main): Move call to ipcinit() up before installing + any threads. + * sysv_sem.cc: Update to FreeBSD version 1.67. + (seminit): Initialize semaphore sequence numbers to 0. + +2003-11-26 Corinna Vinschen <corinna@vinschen.de> + * Makefile.in (CYGWIN_LIB): Variable pointing to libcygwin.a in the parallel cygwin dir. (cygserver.exe): Depend on and link against $CYGWIN_LIB. |