Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-19Revert errneous checkin.Christopher Faylor
2012-06-19* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor
2012-05-02* ChangeNotes: New file. Add entry cgf-000001.Christopher Faylor
2012-04-30* fhandler.h (PIPE_ADD_PID): Define new flag.Christopher Faylor
2012-04-28* environ.cc (struct parse_thing): Add temporary (?) "pipe_byte" option.Christopher Faylor
2012-03-28* sigproc.cc (proc_terminate): Avoid releasing myself.Christopher Faylor
2012-03-21* child_info.h (child_info::postfork): Define new function.Christopher Faylor
2012-03-21* child_info.h: Reset magic number.Christopher Faylor
2012-03-20* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor
2012-02-13* exception.h (stackdump): Declare.Christopher Faylor
2012-02-08 * sigproc.cc (child_info_fork::abort): Call TerminateProcess ratherCorinna Vinschen
2012-01-26* sigproc.cc (child_info::retry_count): Actually that should have been 0.Christopher Faylor
2012-01-26* sigproc.cc (child_info::retry_count): Default to 1.Christopher Faylor
2012-01-11Update copyright on all files checked in so far this year.Christopher Faylor
2011-12-10* exceptions.cc (ctrl_c_handler): YA in a series or reversions. Put backChristopher Faylor
2011-12-09* sigproc.cc (signal_exit): Revert reversion of 2011-12-04 change since,Christopher Faylor
2011-12-08* dll_init.cc (dll_dllcrt0): Don't try to initialize dll data if we'reChristopher Faylor
2011-12-05* sigproc.cc (close_my_readsig): New function.Christopher Faylor
2011-12-04* exceptions.cc (exception::handle): Drop abbreviation for "exception" since IChristopher Faylor
2011-12-04Throughout, remove extra space after function name from debugging output.Christopher Faylor
2011-11-29* sigproc.cc (get_proc_lock): Remove extra NULL check. Return false onChristopher Faylor
2011-11-29* sigproc.cc (remove_proc): Don't terminate the currently executing thread.Christopher Faylor
2011-11-26* exceptions.cc (stackdump): Make global.Christopher Faylor
2011-11-26* exceptions.cc (sigpacket::process): Move signal_exit processing into...Christopher Faylor
2011-11-25* cygthread.h (cygthread::name): Default name to "main" if we are early in theChristopher Faylor
2011-11-24* child_info.h (CURR_CHILD_INFO_MAGIC): Reset for previous changes.Christopher Faylor
2011-11-24* pipe.cc (fhandler_pipe::create): Avoid derefencing a NULL pointer.Christopher Faylor
2011-11-23* fhandler.h (fhandler_pipe::create): Rename from the misnamedChristopher Faylor
2011-11-22* sigproc.cc (remove_proc): Don't do busy loop when exiting since it doesn'tChristopher Faylor
2011-11-21* sigproc.cc (remove_proc): Don't do busy loop when execing since thread couldChristopher Faylor
2011-11-16* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor
2011-11-14Remove erroneously checked-in debugging statements.Christopher Faylor
2011-11-14Throughout use "have_execed" macro rather than "hExeced" global handle.Christopher Faylor
2011-11-08* cygwin.din (ptsname_r): Export.Christopher Faylor
2011-11-05* pinfo.cc (status_exit): Recognize STATUS_ILLEGAL_INSTRUCTION.Christopher Faylor
2011-11-04* pinfo.h (pinfo::reattach): Only set destroy to false when proc_subprocChristopher Faylor
2011-11-04* sigproc.cc (child_info_spawn::reattach_children): Clean up handle when can'tChristopher Faylor
2011-11-04* sigproc.cc (child_info::sync): Report on exit code in strace output.Christopher Faylor
2011-11-03* sigproc.cc (child_info_spawn::reattach_children): Avoid issuing an error whenChristopher Faylor
2011-10-26* child_info.h (cchildren): New struct.Christopher Faylor
2011-10-22* dtable.cc (dtable::delete_archetype): Improve debugging output.Christopher Faylor
2011-10-20Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.Christopher Faylor
2011-10-17* sigproc.cc (proc_terminate): Avoid setting ppid to 1 if we're execing.Christopher Faylor
2011-10-06 * fhandler_termios.cc (fhandler_termios::tcsetpgrp): Send __SIGSETPGRPCorinna Vinschen
2011-08-13 * miscfuncs.cc (CreatePipeOverlapped): New function.Corinna Vinschen
2011-08-03* dll_init.cc: Use fabort in favor of api_fatal and fork_info->abort whereChristopher Faylor
2011-08-01* sigproc.cc (pending_signals::pending): Define new function.Christopher Faylor
2011-07-06 * sigproc.cc (wait_sig): Fix debug output.Corinna Vinschen
2011-06-15* cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor
2011-06-06whitespace eliminationChristopher Faylor