Age | Commit message (Expand) | Author | Files | Lines |
2013-04-23 | * Merge in cygwin-64bit-branch. | Corinna Vinschen | 1 | -27/+28 |
2013-03-29 | * pinfo.h (pinfo::status_exit): Rename from former static function in pinfo.cc. | Christopher Faylor | 1 | -5/+11 |
2013-01-21 | Throughout, update copyrights to reflect dates which correspond to main-branch | Christopher Faylor | 1 | -2/+2 |
2013-01-14 | Fix copyrights | Corinna Vinschen | 1 | -1/+1 |
2013-01-14 | * exceptions.cc (signal_exit): Move captive process termintation... | Christopher Faylor | 1 | -6/+4 |
2012-12-21 | * DevNotes: Add entry cgf-000017. | Christopher Faylor | 1 | -1/+1 |
2012-11-11 | * winbase.h: Semi-reinstantiate to workaround lack inline assembler | Corinna Vinschen | 1 | -8/+3 |
2012-10-09 | * pinfo.cc: Remove unneeded assert.h. | Christopher Faylor | 1 | -1/+0 |
2012-09-17 | * pinfo.cc (pinfo::init): Detect potential race where short block has been | Christopher Faylor | 1 | -0/+9 |
2012-08-26 | * pinfo.cc (pinfo::init): Remove assertion. | Christopher Faylor | 1 | -1/+0 |
2012-08-23 | * pinfo.cc (_pinfo::exists): Don't consider a process with no state to exist. | Christopher Faylor | 1 | -1/+1 |
2012-08-16 | whitespace cleanup | Christopher Faylor | 1 | -1/+1 |
2012-08-15 | * pinfo.cc (_pinfo::exists): Don't consider an execed process to exist. | Christopher Faylor | 1 | -1/+1 |
2012-07-02 | * pinfo.cc (_pinfo::commune_request): Eliminate unneeded assignment found by | Christopher Faylor | 1 | -2/+0 |
2012-05-30 | * hookapi.cc (find_first_notloaded_dll): Extend comment. Fix usage of | Corinna Vinschen | 1 | -1/+0 |
2012-05-08 | * DevNotes: Add entry cgf-000004. | Christopher Faylor | 1 | -0/+7 |
2012-05-07 | * DevNotes: Add entry cgf-000003. | Christopher Faylor | 1 | -7/+3 |
2012-03-21 | * child_info.h: Reset magic number. | Christopher Faylor | 1 | -2/+0 |
2012-03-21 | * pinfo.cc (proc_waiter): Remove debugging. | Christopher Faylor | 1 | -1/+0 |
2012-03-20 | * child_info.h (CURR_CHILD_INFO_MAGIC): Reset. | Christopher Faylor | 1 | -73/+4 |
2012-03-20 | * pinfo.cc (pinfo_init): Cosmetic change: unset "destroy" for myself. | Christopher Faylor | 1 | -7/+18 |
2012-03-19 | * pinfo.cc (pinfo::wait): Handle case where prefork was not called prior to | Christopher Faylor | 1 | -5/+8 |
2012-03-16 | * fork.cc (lock_signals): Move to sigproc.h. | Christopher Faylor | 1 | -61/+50 |
2012-03-07 | * pinfo.cc (_pinfo::dup_proc_pipe): Reorganize to provide more information for | Christopher Faylor | 1 | -13/+17 |
2012-03-05 | * pinfo.cc (_pinfo::dup_proc_pipe): Fix order of arguments in debug | Corinna Vinschen | 1 | -1/+1 |
2012-02-14 | * pinfo.cc (_pinfo::set_ctty): Revert 2012-02-07 change to skip function if tty | Christopher Faylor | 1 | -4/+2 |
2012-02-07 | * cygheap.cc (init_cygheap::manage_console_count): Delete. | Christopher Faylor | 1 | -2/+1 |
2012-01-11 | Update copyright on all files checked in so far this year. | Christopher Faylor | 1 | -1/+1 |
2012-01-08 | * dtable.cc (dtable::stdio_init): Always initialize console when we have one. | Christopher Faylor | 1 | -24/+14 |
2011-12-23 | * pinfo.cc (pinfo_basic::pinfo_basic): Fix formatting. Set uid and gid | Corinna Vinschen | 1 | -1/+4 |
2011-12-22 | Throughout use wincap.allocation_granularity instead of getpagesize. | Corinna Vinschen | 1 | -10/+32 |
2011-12-17 | Clean up whitespace. | Christopher Faylor | 1 | -1/+1 |
2011-11-28 | * pinfo.cc (pinfo::exit): Call TerminateProcess to avoid potential | Corinna Vinschen | 1 | -0/+2 |
2011-11-26 | * exceptions.cc (sigpacket::process): Move signal_exit processing into... | Christopher Faylor | 1 | -2/+2 |
2011-11-24 | * cygthread.h (cygthread::name): Default name to "main" if we are early in the | Christopher Faylor | 1 | -2/+1 |
2011-11-14 | * pinfo.cc (_pinfo::dup_proc_pipe): Fatalize a warning when debugging. | Christopher Faylor | 1 | -2/+7 |
2011-11-14 | Throughout use "have_execed" macro rather than "hExeced" global handle. | Christopher Faylor | 1 | -38/+77 |
2011-11-07 | * cygwin.din (ptsname_r): Export. | Christopher Faylor | 1 | -5/+5 |
2011-11-05 | * pinfo.cc (status_exit): Recognize STATUS_ILLEGAL_INSTRUCTION. | Christopher Faylor | 1 | -0/+3 |
2011-11-05 | * pinfo.cc (status_exit): Return complete error code. Handle | Christopher Faylor | 1 | -6/+10 |
2011-10-26 | * child_info.h (cchildren): New struct. | Christopher Faylor | 1 | -11/+17 |
2011-10-22 | * dtable.cc (dtable::delete_archetype): Improve debugging output. | Christopher Faylor | 1 | -0/+3 |
2011-10-15 | * cygerrno.h (__set_errno): Modify debugging output to make searching strace | Christopher Faylor | 1 | -18/+20 |
2011-08-13 | * miscfuncs.cc (CreatePipeOverlapped): New function. | Corinna Vinschen | 1 | -28/+32 |
2011-08-11 | * (winpids::add): Make sure to store always a Windows PID in | Corinna Vinschen | 1 | -25/+68 |
2011-06-16 | * fhandler_console.cc (fhandler_console::set_unit): Set pc.file_attributes() to | Christopher Faylor | 1 | -1/+1 |
2011-06-04 | * pinfo.cc (_pinfo::set_ctty): Don't reset myself->{pgid,sid} if terminal has | Christopher Faylor | 1 | -1/+1 |
2011-06-04 | * fhandler.cc (fhandler_base_overlapped::wait_overlapped): Only raise SIGPIPE | Christopher Faylor | 1 | -0/+6 |
2011-05-28 | * autoload.cc: Call _api_fatal in asm. | Christopher Faylor | 1 | -8/+10 |
2011-05-05 | * cygheap.cc (cygheap::close_ctty): Close ctty via close_with_arch(). | Christopher Faylor | 1 | -23/+24 |