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
2003-09-272003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-09-25* devices.cc: New file.Christopher Faylor
2003-09-16* exceptions.cc (sig_handle_tty_stop): Fix boneheaded mistake by using correctChristopher Faylor
2003-09-13* include/sys/cygwin.h: Rename PID_UNUSED to PID_MAP_RW.Christopher Faylor
2003-09-12* dcrt0.cc (_dll_crt0): Accommodate breaking apart of early_stuff_init.Christopher Faylor
2003-09-10* exceptions.cc (sig_handle_tty_stop): Check parent PID_NOCLDSTOP rather thanChristopher Faylor
2003-09-09* dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to beChristopher Faylor
2003-09-03* exceptions.cc (set_process_mask): Set pending signals only when signalsChristopher Faylor
2003-09-01* cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.Christopher Faylor
2003-08-31* Makefile.in (MALLOC_OFILES): Always fill in with correct malloc object.Christopher Faylor
2003-08-31* sigproc.cc (sig_dispatch_pending): Remove explicit call toChristopher Faylor
2003-08-29* exceptions.cc (sigreturn): Fix problem where old return address was notChristopher Faylor
2003-08-28* syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.Christopher Faylor
2003-08-22* exceptions.cc (sigreturn): Don't clobber ebp in recursive signal calls.Christopher Faylor
2003-08-22* exceptions.cc (sig_handle): Change so that default signals indicate success.Christopher Faylor
2003-08-20* exceptions.cc (interrupt_setup): Set sigsave.sig last to avoid a race.Christopher Faylor
2003-08-20* sigproc.cc (wait_sig): Ensure that myself->getsigtodo array is flushed on aChristopher Faylor
2003-08-20* exceptions.cc (pending_signals): Remove unneeded declaration.Christopher Faylor
2003-08-19Throughout, eliminate argument to sig_dispatch_pending.Christopher Faylor
2003-08-19* exceptions.cc (sigdelayed): Fix race where signal handler could get the wrongChristopher Faylor
2003-07-26* exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if thereChristopher Faylor
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-06-12 * exceptions.cc (ctrl_c_handler): Don't send a signal onCorinna Vinschen
2003-06-09 * spawn.cc (spawn_guts): Call CreateProcess while impersonated,Corinna Vinschen
2003-05-30* cygheap.cc (init_cheap): Temporarily remove inline that newer gcc's haveChristopher Faylor
2003-05-21 * shared_info.h: Match shared_name declaration with below change.Corinna Vinschen
2003-04-18* Makefile.in: Add finline-functions optimization to CXXFLAGS.Thomas Pfaff
2003-04-01* exceptions.cc (setup_handler): Make sure winapi lock is released when exitingChristopher Faylor
2003-03-20* sigproc.h (signal_fixup_after_exec): Eliminate argument in declaration.Christopher Faylor
2003-02-14* exceptions.cc (try_to_debug): Don't reset priority when returning fromChristopher Faylor
2003-02-07Christopher Faylor <cgf@redhat.com>Christopher Faylor
2003-02-04Eliminate most unneeded this-> pointers throughout.Christopher Faylor
2003-01-14Apply handle_sigsuspend patchThomas Pfaff
2003-01-10 Split ChangeLog, create ChangeLog-2002.Corinna Vinschen
2003-01-03* dtable.h (dtable::in_vfork_cleanup): New function. True if vfork cleanupChristopher Faylor
2002-12-31* exceptions.cc (events_init): Display name of mutex on failure.Christopher Faylor
2002-12-25* exceptions.cc (events_init): Initialize critical section to control exitingChristopher Faylor
2002-12-11* cygthread.h (cygthread::stack_ptr): New element.Christopher Faylor
2002-11-22* exceptions.cc (handle_sigsuspend): Force pending signal delivery beforeChristopher Faylor
2002-11-22* exceptions.cc (sigthread::get_winapi_lock): Just do standard 'give upChristopher Faylor
2002-11-15* exceptions.cc (setup_handler): Add debugging output. Set thread priority toChristopher Faylor
2002-11-13* miscfuncs.cc (low_priority_sleep): New function. Use throughout where codeChristopher Faylor
2002-10-15* child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor
2002-10-13* cygthread.cc (cygthread::stub): Don't create event for long-running threads.Christopher Faylor
2002-10-06* cygthread.cc (cygthread::stub): Very minor cleanup.Christopher Faylor
2002-09-30* exceptions.cc (unused_sig_wrapper): Still need additional level ofChristopher Faylor
2002-09-30Remove \n from calls to strace class printfs throughout.Christopher Faylor
2002-09-30* exceptions.cc (unused_sig_wrapper): Accommodate newer compilers.Christopher Faylor
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor
2002-08-18* sigproc.cc (sigCONT): Define.Christopher Faylor