index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
Commit message (
Expand
)
Author
Age
Files
Lines
*
* cygthread.cc (cygthread::stub): Don't create an event for "cygself" threads.
Christopher Faylor
2002-10-09
8
-27
/
+63
*
* cygheap.cc (dup_now): Make fatal error a little more informative.
Christopher Faylor
2002-10-09
8
-49
/
+108
*
2002-10-08 Heiko Gerdau <hg@technosis.de>
Danny Smith
2002-10-09
5
-0
/
+101
*
2002-10-08 Heiko Gerdau <hg@technosis.de>
Danny Smith
2002-10-08
2
-0
/
+18
*
* fhandler.h (dev_console): New class.
Christopher Faylor
2002-10-08
3
-310
/
+296
*
* dtable.cc (dtable::init_std_file_from_handle): Try to mimic standard open
Christopher Faylor
2002-10-08
2
-2
/
+13
*
* dtable.cc (unknown_file): New variable.
Christopher Faylor
2002-10-07
3
-8
/
+16
*
* dcrt0.cc (do_exit): Call DisableThreadLibraryCalls since we don't need to
Christopher Faylor
2002-10-07
3
-12
/
+14
*
* mingwex/math/powil.c: Rename powil to __powil.
Danny Smith
2002-10-06
8
-67
/
+1370
*
2002-10-06 Casper Hornstrup <chorns@it.dk>
Earnie Boyd
2002-10-06
94
-0
/
+53242
*
* cygthread.cc (cygthread::stub): Very minor cleanup.
Christopher Faylor
2002-10-06
3
-7
/
+16
*
whitespace
Christopher Faylor
2002-10-05
1
-1
/
+1
*
2002-10-04 Steven Edwards <Steven_Ed4153@yahoo.com>
Danny Smith
2002-10-04
2
-12
/
+88
*
2002-10-04 "KJK::Hyperion" <noog@libero.it>
Danny Smith
2002-10-04
2
-3
/
+9
*
2002-10-04 "KJK::Hyperion" <noog@libero.it>
Danny Smith
2002-10-04
2
-0
/
+28
*
* include/cytpe.h (_imp____mbcur_max): Add missing ';'.
Danny Smith
2002-10-03
2
-2
/
+7
*
* include/fcntl.h (_fmode): Remove declarations and
Danny Smith
2002-10-03
8
-53
/
+53
*
* include/stdlib.h (_imp____mbcur_max): add missing ';'.
Danny Smith
2002-10-02
2
-2
/
+7
*
2002-10-01 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2002-09-30
2
-3
/
+12
*
* cygserver_transport_pipes.cc (transport_layer_pipes::accept):
Conrad Scott
2002-09-30
3
-2
/
+7
*
whitespace
Christopher Faylor
2002-09-30
9
-39
/
+39
*
* thread.cc (pthread_mutex::initMutex): Remove \n from api_fatal.
Christopher Faylor
2002-09-30
2
-2
/
+5
*
* thread.cc (pthread::precreate): Use explicit "no inherit" option when
Christopher Faylor
2002-09-30
2
-14
/
+21
*
* thread.cc (pthread_key::keys): Do not copy on fork.
Christopher Faylor
2002-09-30
2
-3
/
+9
*
* exceptions.cc (unused_sig_wrapper): Still need additional level of
Christopher Faylor
2002-09-30
2
-2
/
+8
*
2002-09-30 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2002-09-30
3
-18
/
+58
*
Remove \n from calls to strace class printfs throughout.
Christopher Faylor
2002-09-30
17
-50
/
+54
*
remove newline
Christopher Faylor
2002-09-30
1
-1
/
+1
*
* exceptions.cc (unused_sig_wrapper): Accommodate newer compilers.
Christopher Faylor
2002-09-30
3
-5
/
+14
*
* security.cc (allow_ntsec): Default to zero.
Christopher Faylor
2002-09-30
3
-3
/
+7
*
* cygpath.cc (close_arg): Remove unused static.
Christopher Faylor
2002-09-30
5
-12
/
+20
*
* environ.cc (environ_init): Avoid a compiler warning.
Christopher Faylor
2002-09-30
10
-16
/
+24
*
* thread.cc: Use "%E" in *_printf throughout rather than calling GetLastError.
Christopher Faylor
2002-09-30
2
-158
/
+152
*
GNUify slightly.
Christopher Faylor
2002-09-29
1
-10
/
+9
*
2002-09-30 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2002-09-29
4
-14
/
+73
*
Add missing ChangeLog entry.
Christopher Faylor
2002-09-29
1
-0
/
+4
*
* cygthread.h (cygthread::terminate): Declare new function.
Christopher Faylor
2002-09-29
5
-89
/
+125
*
* Makefile.in (check): Be more defensive when creating testsuite config.status.
Christopher Faylor
2002-09-28
2
-1
/
+6
*
2002-09-27 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2002-09-27
3
-4
/
+23
*
* cygrun.c (main): Fix setting of CYGWIN environment variable.
Christopher Faylor
2002-09-25
2
-2
/
+11
*
* fhandler_proc.cc (format_process_stat): make ctty a real device number.
Christopher Faylor
2002-09-25
4
-34
/
+31
*
* errno.cc (errmap): Map ERROR_INVALID_ADDRESS to new errno code
Corinna Vinschen
2002-09-24
3
-6
/
+22
*
* mmap.cc (map_map): Add debug output.
Corinna Vinschen
2002-09-24
2
-1
/
+7
*
* include/ws2tcpip.h: Throw error if winsock.h, not winsock2.h
Danny Smith
2002-09-24
2
-4
/
+11
*
2002-09-24 Rene Moeller Fonseca <fonseca@users.sourceforge.net>
Danny Smith
2002-09-24
4
-3
/
+10
*
More GNUify non-GNU formatted functions calls throughout.
Christopher Faylor
2002-09-23
23
-78
/
+77
*
Reset ChangeLog dates from cygwin_daemon merge.
Christopher Faylor
2002-09-22
1
-63
/
+63
*
white space.
Christopher Faylor
2002-09-22
1
-5
/
+5
*
* Makefile.in (DLL_O_FILES): Restore formatting.
Christopher Faylor
2002-09-22
2
-22
/
+25
*
2002-09-22 Conrad Scott <conrad.scott@dsl.pipex.com>
Conrad Scott
2002-09-22
41
-4543
/
+9524
[next]