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
path: root/winsup
AgeCommit message (Expand)Author
2005-09-16* sigproc.cc (no_signals_available): Return true if sending to self from theChristopher Faylor
2005-09-15* sigproc.cc (wait_sig): Reorganize exit case so that ExitProcess is alwaysChristopher Faylor
2005-09-15 * cygwinenv.sgml (ntea): Add some wording to scare people awayCorinna Vinschen
2005-09-15* spawn.cc (av::fixup): Avoid breaking out of the wrong "loop".Christopher Faylor
2005-09-15* hookapi.cc (hook_or_detect_cygwin): Simplify very slightly.Christopher Faylor
2005-09-15* spawn.cc (av::error): Eliminate.Christopher Faylor
2005-09-15* cygtls.h (san): New structure.Christopher Faylor
2005-09-14* heap.cc (heap_init): Revert 2005-09-11 patch as it seems to inexplicablyChristopher Faylor
2005-09-14Remove some more unneeded 'return;'s throughout.Christopher Faylor
2005-09-14* sigproc.h: Protect declaration so that it only happens whenChristopher Faylor
2005-09-14.Christopher Faylor
2005-09-14* exceptions.cc (sigtid): Remove declaration.Christopher Faylor
2005-09-13* dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor
2005-09-13* sigproc.cc (wait_sig): Be more defensive about detecting when we're exiting.Christopher Faylor
2005-09-13* cygthread.cc (cygthread::cygthread): Add more info to fatal error.Christopher Faylor
2005-09-12* heap.cc (heap_init): Allocate heap from top down as a hedge againstChristopher Faylor
2005-09-10.Christopher Faylor
2005-09-10* heap.cc (heap_init): Be slightly more aggressive when trying to allocateChristopher Faylor
2005-09-09* fhandler_serial.cc (fhandler_serial::tcgetattr): Just zero c_cflag hereChristopher Faylor
2005-09-09* fhandler_serial.cc (fhandler_serial::ioctl): Always return 0 for window size.Christopher Faylor
2005-09-08 * exceptions.cc (ctrl_c_handler): Disable any special CTRL_LOGOFF_EVENTCorinna Vinschen
2005-09-08 * include/reason.h [_WIN32_WINNT >= 0x0501]Dimitri Papadopoulos
2005-09-08 * regtool.cc: Extend copyright-years.Corinna Vinschen
2005-09-08* hookapi.cc (rvadelta): Change argument to DWORD to eliminate a compilerChristopher Faylor
2005-09-07add missing ChangeLog entry.Christopher Faylor
2005-09-07* dcrt0.cc (initial_env): Don't attempt stracing if dynamically loaded.Christopher Faylor
2005-09-06 * thread.h: Revert patch from 2005-09-05.Corinna Vinschen
2005-09-05* cygheap.cc (cygheap_init): Eliminate debugging #if.Christopher Faylor
2005-09-05 * thread.h (pthread_mutex::get_pthread_self): Remove.Corinna Vinschen
2005-09-02Grr. REVERT erroneous checkin. AGAIN.Christopher Faylor
2005-09-02* Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generateChristopher Faylor
2005-09-02revert inexplicable previous checkinChristopher Faylor
2005-09-02bad_addressesChristopher Faylor
2005-08-29* exceptions.cc (set_process_mask_delta): Conditionalize debugging output.Christopher Faylor
2005-08-29typoChristopher Faylor
2005-08-29* cygtls.h (__ljfault): Declare.Christopher Faylor
2005-08-28Add missing ChangeLog for previous checkin.Christopher Faylor
2005-08-28* cygwin.din: Correct readdir_r typo.Christopher Faylor
2005-08-28Fix typo.Christopher Faylor
2005-08-28Fix improper formatting.Christopher Faylor
2005-08-28*dir.cc (readdir_r): Invert sense on error-test.Christopher Faylor
2005-08-272005-08-26 Brian Dessent <brian@dessent.net>Joshua Daniel Franklin
2005-08-272005-08-26 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>Joshua Daniel Franklin
2005-08-26 * path.cc (normalize_posix_path): Keep two leading slashesCorinna Vinschen
2005-08-26 * path.cc (realpath): Drop call to mount_info::conv_to_posix_pathCorinna Vinschen
2005-08-26 * path.cc (normalize_win32_path): Honor network paths. Fold moreCorinna Vinschen
2005-08-25* errno.cc (errmap): Translate ERROR_NO_MORE_ITEMS to ENMFILE.Christopher Faylor
2005-08-25 * mingwex/fe*.c: Revert previous changes.Danny Smith
2005-08-25* exceptions.cc (handle_sigsuspend): Just sleep forever if called from non-mainChristopher Faylor
2005-08-25 * mingwex/feclearexcept.c (feclearexcept): Change declaration.Danny Smith