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
2005-06-16* cygthread.cc (cygthread::detach): Fix debugging output.Christopher Faylor
2005-06-07 * pinfo.cc (pinfo::init): Define sa_buf as PSECURITY_ATTRIBUTES andCorinna Vinschen
2005-06-01* child_info.h (child_info::cygheap_h): Delete.Christopher Faylor
2005-05-02white space and minor comment cleanup.Christopher Faylor
2005-04-21* sigproc.cc (proc_subproc): Fix handling of waiting for pids with zero value.Christopher Faylor
2005-04-05* sync.h (muto::initforce): Delete flawed implementation.Christopher Faylor
2005-04-05* sync.h (muto::operator int): New operator.Christopher Faylor
2005-04-01* sigproc.cc (create_signal_arrive): New (temporary?) function to createChristopher Faylor
2005-02-27* sigproc.cc (_pinfo::set_ctty): Move functionChristopher Faylor
2005-02-26* debug.cc (delete_handle): Report on handle value in debugging output.Christopher Faylor
2005-02-20copyrightChristopher Faylor
2005-02-13white spaceChristopher Faylor
2005-01-17* pinfo.h (maybe_set_exit_code_from_windows): Renamed from set_exit_state.Christopher Faylor
2005-01-16* init.cc (dll_entry): Remove unused extern.Christopher Faylor
2005-01-16* sigproc.cc (sig_send): Don't complain if attempt to send signal to myselfChristopher Faylor
2005-01-11* pinfo.h (_pinfo::set_exit_state): Declare new function.Christopher Faylor
2004-12-27* pinfo.cc (_pinfo::exit): Beef up debugging output.Christopher Faylor
2004-12-27* init.cc (dll_entry): Previous code reversion was ill-advised. Revert it.Christopher Faylor
2004-12-27* init.cc (dll_entry): Remove exit code setting.Christopher Faylor
2004-12-24* child_info.h (CURR_CHILD_INFO_MAGIC): Update.Christopher Faylor
2004-12-23* cygthread.cc (cygthread::stub): Detect if thread function wants to releaseChristopher Faylor
2004-12-17* sigproc.cc (proc_subproc): Fix long-standing problem. Only wait for "allChristopher Faylor
2004-12-06* fork.cc (fork_parent): Reinstate "childhProc" protection. Don't closeChristopher Faylor
2004-12-06* cygthread.cc (cygthread::terminate_thread): Make public.Christopher Faylor
2004-12-05* sigproc.cc (mychild): Reimplement as list scan.Christopher Faylor
2004-12-03* child_info.h (child_info_fork::parent_wr_proc_pipe): New element.Christopher Faylor
2004-11-26* child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor
2004-09-20* exceptions.cc (sig_handle_tty_stop): Set flag that we are in a cygwinChristopher Faylor
2004-09-12* sigproc.cc (wait_sig): Ensure that waiting threads are awoken after returningChristopher Faylor
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor
2004-03-26* sigproc.cc (wait_sig): Make sure that SIGCHLD is handled regardless ofChristopher Faylor
2004-03-26* sigproc.cc (wait_sig): Report if not trying to send signal due to queuedChristopher Faylor
2004-03-25* path.cc (normalize_posix_path): Reorganize to short circuit to DOS pathChristopher Faylor
2004-03-16* sigproc.cc (proc_terminate): Release sync_proc_subproc when done terminatingChristopher Faylor
2004-03-15* cygtls.cc (_cygtls::remove): Call remove_wq even when we can't necessarilyChristopher Faylor
2004-03-14* cygtls.cc (_cygtls::remove): Call remove_wq to ensure that wait stuff isChristopher Faylor
2004-03-12* cygtls.h (waitq): Declare structure here.Christopher Faylor
2004-03-09* exceptions.cc (setup_handler): Avoid suspending a thread if it in a cygwinChristopher Faylor
2004-02-26* exceptions.cc (setup_handler): Signal event for any sigwaitinfo if it existsChristopher Faylor
2004-02-15* Makefile.in: Compile syscalls.o with -fomit-frame-pointer.Christopher Faylor
2004-02-14* sigproc.cc (proc_subproc): Change warning back to silent debug output.Christopher Faylor
2004-02-13* Makefile.in (clean): Remove sigfe.s.Christopher Faylor
2004-02-12Rename _threadinfo to _cygtls, throughout.Christopher Faylor
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor
2004-02-01* cygerrno.h (set_errno): Set global errno whenever setting thread specificChristopher Faylor
2004-01-25* sigproc.cc (proc_subproc): Don't protect *child's* handle.Christopher Faylor
2004-01-24* cygheap.cc (init_cygheap::close_ctty): Protect YA vforkism.Christopher Faylor
2004-01-24* configure.in: Remove NEWVFORK default.Christopher Faylor
2004-01-22* cygtls.cc (_threadinfo::remove): Don't assume that we are removing _my_tls.Christopher Faylor