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
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
2011-05-29* dll_init.c (dll_list::load_after_fork): Don't clear in_forkee here.Christopher Faylor
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor
2011-05-06* fhandler.h (fhandler_dev_dsp): Cosmetic change.Christopher Faylor
2011-05-05* fork.cc (fork): Clear PID_REAPED.Christopher Faylor
2011-05-05* signal.cc (_pinfo::kill): Return success on kill(0) only if pid exists or isChristopher Faylor
2010-09-12* sigproc.cc (sig_dispatch_pending): Remove debugging statement.Christopher Faylor
2010-09-12* cygthread.h (cygthread::cygthread): Reorganize slightly.Christopher Faylor
2010-09-02* sigoproc.cc (sigproc_init): Use American spelling in comment.Christopher Faylor
2010-09-01* cygthread.cc (cygthread::create): Fix incorrect use of name rather thanChristopher Faylor
2010-08-10* sigproc.cc (init_sig_pipe): Add retry loop.Christopher Faylor
2010-08-01* exceptions.cc (_cygtls::interrupt_now): Revert to checking for "spinning"Christopher Faylor
2010-03-31* sigproc.cc (wait_sig): Make sure that strace is activated on __SIGSTRACE byChristopher Faylor
2010-03-15* sigproc.cc (no_signals_available): Get sense of the test right for previousChristopher Faylor
2010-03-15* sigproc.cc (no_signals_available): Don't try to send a signal if still inChristopher Faylor
2010-03-13* spinlock.h: New file.Christopher Faylor
2010-03-13Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor
2010-02-03* sigproc.cc (get_proc_lock): Fix error message typo.Christopher Faylor
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen
2009-10-07Support pseudo-reloc version 2Charles Wilson
2009-08-03* sigproc.cc (stopped_or_terminated): Don't return a match when stopsig ==Christopher Faylor
2009-07-25* sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor
2009-07-19* exceptions.cc (sig_handle_tty_stop): Set stopsig to SIGCONT when continuing.Christopher Faylor
2009-07-13* Makefile.in: Don't do anything special with any RCS directories.Christopher Faylor
2009-06-14* fhandler.cc (fhandler_base::wait_overlapped): Honor nonblocking flag forChristopher Faylor