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-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 out-of-date notice.Christopher 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-15white spaceChristopher 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-10remove debug outputChristopher 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
2003-12-07 * syscalls.cc (locked_append): New.Corinna Vinschen
2003-12-07* exceptions.cc (_threadinfo::remove): Avoid a linked list walk.Christopher Faylor
2003-12-07* cygtls.h (_threadinfo::find_tls): New function.Christopher Faylor
2003-12-07* exceptions.cc (_threadinfo::remove): Avoid returning without unlockingChristopher Faylor
2003-12-06* cygtls.h: Add more "don't parse this" guards.Christopher Faylor
2003-12-05* cygthread.cc (cygthread::stub2): Remove myself from the list of threadsChristopher Faylor
2003-12-05* path.cc (slash_unc_prefix_p): Allow '.' as a valid character after '\\' in aChristopher Faylor
2003-12-05* exceptions.cc (setup_handler): Remove ill-advised debugging output.Christopher Faylor
2003-12-04 * include/cygwin/types.h (struct __fcntl64): Fix datatype of l_start.Corinna Vinschen
2003-12-03 Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAXCorinna Vinschen
2003-12-03 * fhandler_disk_file.cc (fhandler_disk_file::lock): Use UINT32_MAXCorinna Vinschen
2003-12-03 * fhandler_disk_file.cc (fhandler_disk_file::lock): InterchangeCorinna Vinschen
2003-12-03 * fcntl.cc (fcntl_worker): Remove static storage class.Corinna Vinschen
2003-12-03 * fcntl.cc (_fcntl): Whitespace cleanup.Corinna Vinschen
2003-12-03* cygthread.cc (cygthread::stub): Properly establish _threadinfo environment.Christopher Faylor
2003-12-03* Makefile.in: Change the way that -f options are appended to CFLAGS, slightly.Christopher Faylor
2003-12-03* fcntl.cc (_fcntl): Silence a compiler warning.Christopher Faylor
2003-12-02* pinfo.cc (pinfo::init): Use shared_name to construct the mapname.Christopher Faylor
2003-12-02white spaceChristopher Faylor
2003-12-02Change tab to space in Changelog.Thomas Pfaff
2003-12-02* thread.cc (pthread_rwlock::add_reader): Remove mx parameter forThomas Pfaff
2003-12-01 * Makefile.in (OBSOLETE_FUNCTIONS): Add fcntl.Corinna Vinschen
2003-12-01 * cygheap.cc (cygheap_init): Set cygheap->shared_prefix.Corinna Vinschen
2003-12-01 * shared.cc (shared_name): Take into account the SE_CREATE_GLOBAL_NAMECorinna Vinschen