Age | Commit message (Expand) | Author | Files | Lines |
2013-11-24 | Throughout, drop unnecessary explicit includes of windows header files | Corinna Vinschen | 1 | -2/+0 |
2013-08-23 | cygwin changes: | Christopher Faylor | 1 | -11/+2 |
2013-08-23 | * path.h (enum path_types): Drop definition of PATH_64BITEXEC. | Corinna Vinschen | 1 | -2/+11 |
2013-07-26 | cygwin directory changes: | Christopher Faylor | 1 | -2/+3 |
2013-07-19 | * spawn.cc (child_info_spawn::worker): Reinstate using temp buffer for wide | Christopher Faylor | 1 | -2/+3 |
2013-07-19 | * common.din: Export GetCommandLine{A,W}. | Christopher Faylor | 1 | -20/+13 |
2013-06-19 | * spawn.cc (child_info_spawn::worker): Eliminate call to newargv.set() in favor | Christopher Faylor | 1 | -159/+159 |
2013-06-19 | * spawn.cc (child_info_spawn::worker): Eliminate wascygexec. | Christopher Faylor | 1 | -3/+1 |
2013-05-03 | * spawn.cc (ILLEGAL_SIG_FUNC_PTR): New define. | Christopher Faylor | 1 | -11/+21 |
2013-05-01 | Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatch | Yaakov Selkowitz | 1 | -4/+1 |
2013-04-30 | * spawn.cc (system_call_cleanup): Rename from pthread_cleanup. Extend | Christopher Faylor | 1 | -26/+29 |
2013-04-23 | * Merge in cygwin-64bit-branch. | Corinna Vinschen | 1 | -35/+11 |
2013-03-31 | * child_info.h (cygheap_exec_info::sigmask): Declare new field. | Christopher Faylor | 1 | -1/+1 |
2013-03-31 | whitespace | Christopher Faylor | 1 | -1/+0 |
2013-03-09 | * spawn.cc (child_info_spawn::worker): Save and restore my_wr_proc_pipe around | Christopher Faylor | 1 | -5/+14 |
2013-01-21 | Throughout, update copyrights to reflect dates which correspond to main-branch | Christopher Faylor | 1 | -2/+2 |
2012-11-30 | * spawn.cc (child_info_spawn::worker): Make detection of '/c' case insensitive | Christopher Faylor | 1 | -1/+1 |
2012-09-14 | * cygthread.cc (cygthread::stub): Remove old, unnecessary, FIXMEd code. | Christopher Faylor | 1 | -1/+2 |
2012-08-16 | whitespace cleanup | Christopher Faylor | 1 | -2/+2 |
2012-08-03 | * spawn.cc (child_info_spawn::worker): Put back a minor variation of Corinna's | Christopher Faylor | 1 | -4/+10 |
2012-05-14 | * DevNotes: Add entry cgf-000007. | Christopher Faylor | 1 | -0/+1 |
2012-05-08 | * DevNotes: Add entry cgf-000004. | Christopher Faylor | 1 | -5/+5 |
2012-05-07 | * DevNotes: Add entry cgf-000003. | Christopher Faylor | 1 | -13/+29 |
2012-04-15 | wincap.h: Rename assitant to assistant throughout. wincap.cc: Ditto. | Christopher Faylor | 1 | -11/+5 |
2012-03-21 | * child_info.h (child_info::postfork): Define new function. | Christopher Faylor | 1 | -5/+3 |
2012-03-21 | * child_info.h: Reset magic number. | Christopher Faylor | 1 | -10/+6 |
2012-03-20 | * child_info.h (CURR_CHILD_INFO_MAGIC): Reset. | Christopher Faylor | 1 | -19/+11 |
2012-03-16 | * fork.cc (lock_signals): Move to sigproc.h. | Christopher Faylor | 1 | -23/+16 |
2012-03-07 | * pinfo.cc (_pinfo::dup_proc_pipe): Reorganize to provide more information for | Christopher Faylor | 1 | -1/+1 |
2012-02-17 | * ntdll.h (struct _PEB): Add EnvironmentUpdateCount member. | Corinna Vinschen | 1 | -16/+42 |
2012-02-07 | * include/process.h: Move here from include/cygwin subdir. | Corinna Vinschen | 1 | -1/+1 |
2012-01-11 | * spawn.cc (child_info_spawn::worker): Delete debugging. | Christopher Faylor | 1 | -2/+0 |
2012-01-11 | Update copyright on all files checked in so far this year. | Christopher Faylor | 1 | -4/+6 |
2012-01-09 | * include/cygwin/process.h: Move here from newlib. | Corinna Vinschen | 1 | -2/+2 |
2012-01-08 | * dtable.cc (dtable::stdio_init): Always initialize console when we have one. | Christopher Faylor | 1 | -1/+1 |
2011-12-22 | * spawn.cc (child_info_spawn::worker): Add CREATE_BREAKAWAY_FROM_JOB | Corinna Vinschen | 1 | -2/+12 |
2011-12-07 | * spawn.cc (child_info_spawn::worker): Add CREATE_BREAKAWAY_FROM_JOB | Corinna Vinschen | 1 | -1/+11 |
2011-12-03 | Throughout, remove extra space after function name from debugging output. | Christopher Faylor | 1 | -1/+1 |
2011-11-24 | * cygthread.h (cygthread::name): Default name to "main" if we are early in the | Christopher Faylor | 1 | -3/+4 |
2011-11-24 | * child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previous changes. | Christopher Faylor | 1 | -1/+2 |
2011-11-23 | * pipe.cc (fhandler_pipe::create): Avoid derefencing a NULL pointer. | Christopher Faylor | 1 | -1/+1 |
2011-11-16 | * child_info.h (CURR_CHILD_INFO_MAGIC): Reset. | Christopher Faylor | 1 | -2/+1 |
2011-11-14 | Remove erroneously checked-in debugging statements. | Christopher Faylor | 1 | -1/+0 |
2011-11-14 | Throughout use "have_execed" macro rather than "hExeced" global handle. | Christopher Faylor | 1 | -59/+56 |
2011-10-26 | * child_info.h (cchildren): New struct. | Christopher Faylor | 1 | -0/+2 |
2011-10-25 | * hookapi.cc (hook_or_detect_cygwin): Take additional handle | Corinna Vinschen | 1 | -6/+24 |
2011-10-20 | Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*. | Christopher Faylor | 1 | -2/+2 |
2011-10-07 | * fhandler.h (fhandler_console::tc_getpgid): New function. | Christopher Faylor | 1 | -1/+11 |
2011-07-04 | Throughout, open console handles with sharing for reading and writing. | Corinna Vinschen | 1 | -1/+1 |
2011-06-09 | * child_info.h (CURR_CHILD_INFO_MAGIC): Reset. | Christopher Faylor | 1 | -1/+0 |