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
2004-01-19* include/cygwin/version.h: Bump DLL minor number to 7 (should have been donecgf-deletemeChristopher Faylor
2004-01-19* cygwin/include/signal.h: Add copyright notice.Christopher Faylor
2004-01-17* signal.cc (sigwaitinfo): Define new function.Christopher Faylor
2004-01-17* cygtls.h (_threadinfo::threadkill): New element.Christopher Faylor
2004-01-15* gentls_offsets: Reinstate unlink of temp files.Christopher Faylor
2004-01-15* fhandler_console.cc (fhandler_console::close): Fix debugging output.Christopher Faylor
2004-01-14* cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor
2004-01-14* autoload.cc (TryEnterCriticalSection): Remove.Christopher Faylor
2004-01-13* cygtls.cc (_threadinfo::init_thread): Correct thinko which caused thread listChristopher Faylor
2004-01-12* Makefile.in (DLL_IMPORTS): Link advapi32 to ensure proper DLL initialization.Christopher Faylor
2004-01-11* Makefile.in: Add still more -fomit-frame-pointer functions.Christopher Faylor
2004-01-03* exceptions.cc (_threadinfo::interrupt_now): Avoid double call to sigdelayed.Christopher Faylor
2004-01-032004 stuff.Christopher Faylor
2004-01-03* cygheap.h (init_cygheap): Play more vfork shell games and move ctty_on_holdChristopher Faylor
2003-12-31* cygwin.din: Make crt0 functions NOSIGFE.Christopher Faylor
2003-12-30* cygtls.h (_threadinfo::stack): Increase stack size to accommodate nestedChristopher Faylor
2003-12-30Move open_fhs from fhandler.h to cygheap.h for easier tracking. AccommodateChristopher Faylor
2003-12-27* fhandler.h (fhandler_tty_slave::archetype): Make public.Christopher Faylor
2003-12-27* syscalls.cc (close_all_files): Simplify logic around closing ctty.Christopher Faylor
2003-12-27* pinfo.cc (_pinfo::set_ctty): *Always* call close on opened ctty since itChristopher Faylor
2003-12-27* fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration.Christopher Faylor
2003-12-27* exceptions.cc (try_to_debug): Fix off-by-one problem when resettingChristopher Faylor
2003-12-26* exceptions.cc (setup_handler): Protect against a race.Christopher Faylor
2003-12-26* path.cc (mount_item::build_win32): Backslashify paths in non-managed case.Christopher Faylor
2003-12-26* dcrt0.cc (reent_data): Reluctantly resurrect.Christopher Faylor
2003-12-24* fork.cc (fork_child): After a pthread/fork, ensure that impure pointer stuffChristopher Faylor
2003-12-23* exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor
2003-12-18* sigproc.cc (proc_subproc): Simplify code to just remove all zombies ifChristopher Faylor
2003-12-18* pinfo.h (pinfo::operator ==): Add a way to check for _pinfo types.Christopher Faylor
2003-12-17* exceptions.cc (set_signal_mask): Report on input argument rather thanChristopher Faylor
2003-12-16 * include/cygwin/ipc.h: Include sys/types.h.Corinna Vinschen
2003-12-15* thread.cc (pthread::init_main_thread): Make sure that the main thread hasChristopher Faylor
2003-12-15Add missing ChangeLog entry.Christopher Faylor
2003-12-15* winsup.h (access_worker): Declare with added fhandler_base parameter.Christopher Faylor
2003-12-15Remove erroneous entry.Christopher Faylor
2003-12-14* exceptions.cc (ctrl_c_handler): Remove this thread from the signal handlerChristopher Faylor
2003-12-14* cygthread.cc (cygthread::stub): Revert previous change and again subsumeChristopher Faylor
2003-12-12* dtable.cc (dtable::delete_archetype): Add debugging.Christopher Faylor
2003-12-12* dcrt0.cc (alloc_stack): Move _main_tls if stack is relocated.Christopher Faylor
2003-12-12* miscfuncs.cc (low_priority_sleep): Correct thinko which caused SetPriority toChristopher Faylor
2003-12-11 * fhandler_serial.cc (fhandler_serial::tcflush): Simplify. RemoveCorinna Vinschen
2003-12-11* pinfo.cc (_pinfo::set_ctty): Correct stupid typo.Christopher Faylor
2003-12-11* cygheap.h (cygheap_types): Add HEAP_ARCHETYPES.Christopher Faylor
2003-12-10* fhandler_tty.cc (fhandler_tty_common::dup): Just copy cygheap->ctty to childChristopher Faylor
2003-12-09* pinfo.cc (_pinfo::set_ctty): Don't copy over existing ctty if it is active.Christopher Faylor
2003-12-08* thread.cc (pthread::precreate): Delete duplicate setting of cancel_event.Christopher Faylor
2003-12-08* fhandler.h (fhandler_tty_slave::ttyname): Use name from pc since it isChristopher Faylor
2003-12-08* wait.cc (wait4): Move sawsig initialization inside loop.Christopher Faylor
2003-12-08* spawn.cc (spawn_guts): Change type back to 'int' after erroneous changeChristopher Faylor
2003-12-08Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor