| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * thread.h: Change class names, methods, members and local vars | Thomas Pfaff | 2003-03-27 | 1 | -1/+1 |
* | * sigproc.h (signal_fixup_after_exec): Eliminate argument in declaration. | Christopher Faylor | 2003-03-20 | 1 | -1/+1 |
* | * cygwin.din: Wrap atexit and exit with cygwin, thread-safe functions. | Christopher Faylor | 2003-03-01 | 1 | -0/+23 |
* | * syscalls.cc (seteuid32): On Win95 get the pw entry. If it exists | Corinna Vinschen | 2003-01-25 | 1 | -3/+2 |
* | * dcrt0.cc (initialize_env): Use colon for CYGWIN_DEBUG separator. | Christopher Faylor | 2003-01-17 | 1 | -1/+1 |
* | Split ChangeLog, create ChangeLog-2002. | Corinna Vinschen | 2003-01-10 | 1 | -1/+1 |
* | * exceptions.cc (events_init): Initialize critical section to control exiting | Christopher Faylor | 2002-12-25 | 1 | -0/+2 |
* | 2002-12-14 Corinna Vinschen <corinna@vinschen.de> | Corinna Vinschen | 2002-12-14 | 1 | -0/+3 |
* | * pinfo.h (winpids::set): Renamed from init. | Christopher Faylor | 2002-11-29 | 1 | -0/+2 |
* | 2002-11-05 Thomas Pfaff <tpfaff@gmx.net> | Robert Collins | 2002-11-24 | 1 | -0/+2 |
* | * cygthread.cc (cygthread::exiting): New variable. | Christopher Faylor | 2002-10-22 | 1 | -7/+2 |
* | * cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap. | Christopher Faylor | 2002-10-22 | 1 | -2/+2 |
* | Change _function() to function() throughout. | Christopher Faylor | 2002-10-21 | 1 | -3/+5 |
* | * dcrt0.cc (dll_crt0_1): Initialize cygwin threads here only when not forking. | Christopher Faylor | 2002-10-19 | 1 | -3/+5 |
* | * child_info.h (CURR_CHILD_INFO_MAGIC): Reset. | Christopher Faylor | 2002-10-15 | 1 | -7/+6 |
* | * child_info.h (CURR_CHILD_INFO_MAGIC): Reset. | Christopher Faylor | 2002-10-14 | 1 | -1/+3 |
* | * cygthread.cc (cygthread::stub): Don't create event for long-running threads. | Christopher Faylor | 2002-10-13 | 1 | -18/+34 |
* | * Makefile.in (new-cygwin1.dll): Reorganize library order. | Christopher Faylor | 2002-10-10 | 1 | -6/+6 |
* | * cygthread.cc (cygthread::stub): Don't create an event for "cygself" threads. | Christopher Faylor | 2002-10-09 | 1 | -4/+10 |
* | * dcrt0.cc (do_exit): Call DisableThreadLibraryCalls since we don't need to | Christopher Faylor | 2002-10-07 | 1 | -0/+4 |
* | whitespace | Christopher Faylor | 2002-09-30 | 1 | -1/+1 |
* | Remove \n from calls to strace class printfs throughout. | Christopher Faylor | 2002-09-30 | 1 | -3/+3 |
* | * cygthread.h (cygthread::terminate): Declare new function. | Christopher Faylor | 2002-09-29 | 1 | -0/+1 |
* | 2002-09-22 Conrad Scott <conrad.scott@dsl.pipex.com> | Conrad Scott | 2002-09-22 | 1 | -4/+0 |
* | Cleanup calls to CreateFile throughout. | Christopher Faylor | 2002-09-19 | 1 | -4/+4 |
* | * dcrt0.cc (dll_crt0_1): Remove getpagesize() call. | Christopher Faylor | 2002-09-02 | 1 | -2/+0 |
* | * child_info.h: Add _PROC_WHOOPS enum value. | Christopher Faylor | 2002-08-27 | 1 | -5/+12 |
* | * perthread.h (vfork_save): Add ctty, sid, pgid, exitval fields. | Christopher Faylor | 2002-08-18 | 1 | -4/+1 |
* | * Makefile.in: Add support for new malloc.o and renamed malloc_wrapper.o. Use | Christopher Faylor | 2002-08-16 | 1 | -8/+3 |
* | * dcrt0.cc: Modify define for CYGWIN_GUARD. | Christopher Faylor | 2002-08-15 | 1 | -2/+3 |
* | make comment more accurate. | Christopher Faylor | 2002-08-15 | 1 | -4/+4 |
* | * assert.cc (__assert): Call debugger on assertion failure if debugging. | Christopher Faylor | 2002-08-11 | 1 | -1/+1 |
* | * Makefile.in (DLL_OFILES): Add cygthread.o. | Christopher Faylor | 2002-08-01 | 1 | -4/+4 |
* | * dcrt0.cc (dll_crt0_1): Move debug_fixup_after_fork_exec. | Christopher Faylor | 2002-07-30 | 1 | -1/+0 |
* | * dcrt0.cc (initial_env): Force path and CYGWIN_DEBUG contents to lower case. | Christopher Faylor | 2002-07-15 | 1 | -0/+2 |
* | * dcrt0.cc (dll_crt0_1): Move debug_init call back to here. Avoid a compiler | Christopher Faylor | 2002-07-14 | 1 | -1/+6 |
* | * dcrt0.cc (dll_crt0_1): Delay closing of some handles until cygheap has been | Christopher Faylor | 2002-07-13 | 1 | -6/+38 |
* | * debug.h (handle_list): Move here from debug.cc. Add "inherit" flag | Christopher Faylor | 2002-07-13 | 1 | -9/+6 |
* | * cygheap.cc (cfree_and_set): New function. | Christopher Faylor | 2002-06-27 | 1 | -0/+2 |
* | * dcrt0.cc (dll_crt0_1): Let __progname point to the applications | Corinna Vinschen | 2002-06-27 | 1 | -4/+10 |
* | * dcrt0.cc (_dcrt0): Be more defensive when reserved block is used and it's not | Christopher Faylor | 2002-06-26 | 1 | -2/+4 |
* | * winsup.h: Minor cleanup. | Christopher Faylor | 2002-06-26 | 1 | -1/+1 |
* | * child_info.h (child_proc_info): Declare as base class. | Christopher Faylor | 2002-06-15 | 1 | -24/+22 |
* | * cygheap.cc (cygheap_user::set_logsrv): Remove. | Christopher Faylor | 2002-06-14 | 1 | -5/+3 |
* | * dcrt0.cc (dll_crt0_1): Initialize wincap and check for sanity before running | Christopher Faylor | 2002-06-10 | 1 | -2/+2 |
* | Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h, | Christopher Faylor | 2002-05-25 | 1 | -2/+0 |
* | 2002-02-28 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 2002-02-28 | 1 | -0/+4 |
* | * sync.h (new_muto): Just accept an argument which denotes the name of the | Christopher Faylor | 2002-02-22 | 1 | -3/+2 |
* | * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h, | Corinna Vinschen | 2002-02-10 | 1 | -1/+1 |
* | Add copyright stuff | Christopher Faylor | 2002-01-13 | 1 | -1/+1 |