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
/
cygwin
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* shared.cc (open_shared): Revert to "old" method for shared memory location if
Christopher Faylor
2002-10-15
4
-11
/
+42
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
Christopher Faylor
2002-10-15
9
-43
/
+96
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.
Christopher Faylor
2002-10-14
15
-32
/
+95
*
* cygthread.cc (cygthread::stub): Reintroduce clearing of __name but do it
Christopher Faylor
2002-10-14
4
-8
/
+31
*
* cygthread.cc (cygthread::stub): Don't zero __name here. That introduces a
Christopher Faylor
2002-10-14
2
-8
/
+18
*
* include/cygwin/version.h: Bump DLL minor number.
Christopher Faylor
2002-10-14
2
-4
/
+6
*
* cygthread.cc (cygthread::stub): Don't create event for long-running threads.
Christopher Faylor
2002-10-13
11
-77
/
+141
*
* window.cc (gethwnd): Use SetThreadPriority method.
Christopher Faylor
2002-10-10
2
-8
/
+11
*
* Makefile.in (new-cygwin1.dll): Reorganize library order.
Christopher Faylor
2002-10-10
4
-15
/
+24
*
* 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
*
* 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
*
* 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-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
2
-1
/
+6
*
whitespace
Christopher Faylor
2002-09-30
8
-37
/
+37
*
* 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
*
* 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
*
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
*
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
30
-2683
/
+6067
*
* init.cc (dll_entry): Temporarily disable thread detach code.
Christopher Faylor
2002-09-22
1
-0
/
+4
*
* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has
Christopher Faylor
2002-09-22
43
-235
/
+250
*
whitespace
Christopher Faylor
2002-09-22
1
-4
/
+4
*
* cygwin_ipc.h: Move to "include/cygwin/ipc.h".
Conrad Scott
2002-09-21
6
-5
/
+15
*
2002-09-21 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2002-09-21
4
-68
/
+78
[prev]
[next]