| Commit message (Expand) | Author | Age | Files | Lines |
* | * spawn.cc (find_exec): Initialize err (CID 60111). | Corinna Vinschen | 2014-06-23 | 1 | -1/+2 |
* | * strace.cc (strace::vsprntf): Fix potential (if unlikely) use of uninitialized | Christopher Faylor | 2013-12-22 | 1 | -1/+2 |
* | Throughout, drop unnecessary explicit includes of windows header files | Corinna Vinschen | 2013-11-24 | 1 | -2/+0 |
* | * Merge in cygwin-64bit-branch. | Corinna Vinschen | 2013-04-23 | 1 | -2/+2 |
* | Throughout, update copyrights to reflect dates which correspond to main-branch | Christopher Faylor | 2013-01-21 | 1 | -2/+2 |
* | * strace.cc (strace::activate): Move printing heap size from here... | Corinna Vinschen | 2012-05-21 | 1 | -3/+1 |
* | * dll_init.cc (dll_dllcrt0): Don't try to initialize dll data if we're | Christopher Faylor | 2011-12-08 | 1 | -1/+1 |
* | * cygthread.h (cygthread::name): Default name to "main" if we are early in the | Christopher Faylor | 2011-11-24 | 1 | -24/+24 |
* | * child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previous changes. | Christopher Faylor | 2011-11-24 | 1 | -4/+5 |
* | update copyrights | Christopher Faylor | 2011-11-14 | 1 | -1/+1 |
* | Throughout, open console handles with sharing for reading and writing. | Corinna Vinschen | 2011-07-04 | 1 | -1/+1 |
* | * dcrt0.cc (dll_crt0_1): Call strace.dll_info after call to pinfo_init. | Corinna Vinschen | 2011-06-17 | 1 | -4/+12 |
* | * strace.cc (strace::vprntf): Avoid closing unopened handle. | Christopher Faylor | 2011-05-02 | 1 | -2/+4 |
* | Implement POSIX.1-2004 Monotonic Clock. | Yaakov Selkowitz | 2010-08-09 | 1 | -2/+2 |
* | * environ.cc (regopt): Change the first argument to wide char string. | Christopher Faylor | 2010-05-18 | 1 | -17/+15 |
* | * sigproc.cc (wait_sig): Make sure that strace is activated on __SIGSTRACE by | Christopher Faylor | 2010-03-31 | 1 | -1/+2 |
* | Consistently use va_end. | Eric Blake | 2009-10-14 | 1 | -0/+2 |
* | Remove unneeded header files from source files throughout. Update copyrights | Christopher Faylor | 2009-01-03 | 1 | -3/+1 |
* | * pinfo.cc (pinfo_basic): New class. | Christopher Faylor | 2008-12-19 | 1 | -7/+10 |
* | * path.cc (symlink_info::check): Avoid special handling for | Corinna Vinschen | 2008-04-28 | 1 | -1/+1 |
* | Remove unneeded header files from source files throughout. | Christopher Faylor | 2008-04-07 | 1 | -4/+0 |
* | * Fix copyright dates. | Corinna Vinschen | 2008-04-01 | 1 | -1/+1 |
* | * cygheap.cc (cwcsdup): New function. | Corinna Vinschen | 2008-02-14 | 1 | -1/+1 |
* | * string.h: Re-enable inline strcasematch and strncasematch | Corinna Vinschen | 2008-02-01 | 1 | -1/+2 |
* | * dcrt0.cc (initial_env): Use PATH_MAX instead of CYG_MAX_PATH for path | Corinna Vinschen | 2007-12-06 | 1 | -1/+1 |
* | add copyright | Christopher Faylor | 2006-01-02 | 1 | -1/+2 |
* | * cygtls.cc (_cygtls::remove): Remove left over debugging cruft which caused | Christopher Faylor | 2006-01-02 | 1 | -2/+0 |
* | *** cygwin DLL Changes: | Christopher Faylor | 2005-12-29 | 1 | -26/+61 |
* | * dcrt0.cc (__api_fatal): Simplify to just use strace mechamisms. | Christopher Faylor | 2005-12-26 | 1 | -4/+15 |
* | * strace.cc (strace::vsprntf): Avoid printing a zero pid. | Christopher Faylor | 2005-09-27 | 1 | -1/+1 |
* | * strace.cc (strace::vsprntf): Avoid accessing myself->pid if !myself. | Christopher Faylor | 2005-09-22 | 1 | -1/+1 |
* | white space and minor comment cleanup. | Christopher Faylor | 2005-05-02 | 1 | -1/+1 |
* | * fhandler.cc (fhandler_base::read): Remove unused signal state tweaks. | Christopher Faylor | 2005-04-22 | 1 | -1/+3 |
* | Unify usage of CYG_MAX_PATH throughout. Change buffers from | Corinna Vinschen | 2005-04-03 | 1 | -1/+1 |
* | Reorganize header file inclusion throughout so that cygerrno.h comes first. | Christopher Faylor | 2005-01-12 | 1 | -1/+1 |
* | revert previous erroneous checkin. | Christopher Faylor | 2005-01-11 | 1 | -2/+2 |
* | * pinfo.h (_pinfo::set_exit_state): Declare new function. | Christopher Faylor | 2005-01-11 | 1 | -2/+2 |
* | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 2003-12-07 | 1 | -3/+3 |
* | 2003-11-11 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 2003-11-14 | 1 | -1/+1 |
* | * devices.cc: New file. | Christopher Faylor | 2003-09-25 | 1 | -1/+1 |
* | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 2003-06-16 | 1 | -1/+0 |
* | Eliminate most unneeded this-> pointers throughout. | Christopher Faylor | 2003-02-04 | 1 | -5/+5 |
* | * cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap. | Christopher Faylor | 2002-10-22 | 1 | -2/+8 |
* | * fork.cc (fork_child): Move mmap initialization. | Christopher Faylor | 2002-10-18 | 1 | -0/+2 |
* | More GNUify non-GNU formatted functions calls throughout. | Christopher Faylor | 2002-09-23 | 1 | -3/+3 |
* | * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has | Christopher Faylor | 2002-09-22 | 1 | -4/+4 |
* | * cygthread.cc (cygthread::initialized): Avoid copying on fork or some threads | Christopher Faylor | 2002-09-19 | 1 | -1/+1 |
* | * Makefile.in (DLL_OFILES): Add cygthread.o. | Christopher Faylor | 2002-08-01 | 1 | -1/+2 |
* | * dcrt0.cc (dll_crt0_1): Delay closing of some handles until cygheap has been | Christopher Faylor | 2002-07-13 | 1 | -2/+3 |
* | Use hMainProc where appropriate, throughout. | Christopher Faylor | 2002-06-19 | 1 | -1/+1 |