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-12-22 * lib/ws2_32.c: New file, defining IPv6 constants.Danny Smith
2005-12-22whitespace cleanup to force snapshot.Christopher Faylor
2005-12-22* pinfo.cc (winpids::add): Increment nelem when winpid is true since we don'tChristopher Faylor
2005-12-22fix ya typoChristopher Faylor
2005-12-22* pinfo.cc (winpids::release): Fix typo.Christopher Faylor
2005-12-22* pinfo.cc (pinfo::init): Clarify comment slightly.Christopher Faylor
2005-12-21* pinfo.cc (pinfo::init): Remove spurious low_priority_sleep.Christopher Faylor
2005-12-21* spawn.cc (spawn_guts): Hide the window whenever ctty == -1, not just when weChristopher Faylor
2005-12-21* cygheap.cc (init_cygheap::manage_console_count): Revert previous change.Christopher Faylor
2005-12-21* cygheap.cc (init_cygheap::manage_console_count): Don't call FreeConsole onChristopher Faylor
2005-12-21 * (fhandler_disk_file::fchown): Remove execute bits from "sensible"Corinna Vinschen
2005-12-21 * fhandler_disk_file.cc (fhandler_base::fstat_helper): Fix inode numberCorinna Vinschen
2005-12-212005-12-21 Michael Jung <mjung@iss.tu-darmstadt.de>Danny Smith
2005-12-20 * winsup.h (flush_file_buffers): Define as inline function.Corinna Vinschen
2005-12-20 * winsup.h (flush_file_buffers): Declare new function.Corinna Vinschen
2005-12-20* fhandler.h (fhandler_termios::fixup_after_exec): Make non-inlined.Christopher Faylor
2005-12-20* cygtls.h (_cygtls::interrupt_now): Subsume interruptible().Christopher Faylor
2005-12-19* fhandler.h (set_console_state_for_spawn): Add an argument to the declaration.Christopher Faylor
2005-12-19 * dump_setup.cc (package_find): Fix is_alias computation for "/usr/lib".Corinna Vinschen
2005-12-19 * mmap.cc (fhandler_dev_zero::mmap): Call VirtualFree(MEM_RELEASE)Corinna Vinschen
2005-12-19fix minor typo.Christopher Faylor
2005-12-19* fhandler.h (fhandler_pipe::fixup_in_child): Declare new function.Christopher Faylor
2005-12-19* include/sys/dirent.h: Change __deprecated_d_ino to __invalid_d_ino throughoutChristopher Faylor
2005-12-17* winsup.h (child_copy): Change prototype to match new functionality.Christopher Faylor
2005-12-16* init.cc (dll_entry): Call prime_threads after dll_crt0_0 to avoid conflictsChristopher Faylor
2005-12-16* hookapi.cc (putmem): Remove query of previous memory protection since we getChristopher Faylor
2005-12-15 * mmap.cc (fhandler_dev_zero::fixup_mmap_after_fork): UseCorinna Vinschen
2005-12-15* cygcheck.cc (common_apps): Add a few more binaries to look for.Christopher Faylor
2005-12-14 Fix unforgivable spelling error in ChangeLog.Corinna Vinschen
2005-12-14 * fhandler.cc (ACCFLAGS): Remove macro.Corinna Vinschen
2005-12-14 * fhandler.cc (fhandler_base::open_9x): Handle O_SYNC and O_DIRECTCorinna Vinschen
2005-12-13* cygtls.cc (_cygtls::remove): Don't bother if we're exiting.Christopher Faylor
2005-12-13* fhandler_tty.cc (fhandler_tty::open): Enhance comment.Christopher Faylor
2005-12-13 * fhandler_tty.cc (fhandler_tty::open): Close newly created windowCorinna Vinschen
2005-12-13* fhandler_tty.cc (fhandler_tty::open): Add a comment.Christopher Faylor
2005-12-13* faq-programming.xml: Add note about struct stat64.Joshua Daniel Franklin
2005-12-13* times.cc (hires_ms::usecs): Subtract from slop from system time or we'llChristopher Faylor
2005-12-13* times.cc (systime): Correct precision referenced in comment.Christopher Faylor
2005-12-13* include/winuser.h (WINSTA_ALL_ACCESS): Define.Christopher Faylor
2005-12-13* pinfo.cc (winpids::add): Don't copy procinfo when there is no cygwin processChristopher Faylor
2005-12-13* times.cc (hires_ms::usecs): Correct order when checking if high precisionChristopher Faylor
2005-12-12correct ChangeLogChristopher Faylor
2005-12-12* pinfo.cc (size_copied): New convenience macro.Christopher Faylor
2005-12-12 * autoload.cc (GetSystemTimes): Remove.Corinna Vinschen
2005-12-12 * fhandler_proc.cc (format_proc_uptime): Drop usage of GetSystemTimes.Corinna Vinschen
2005-12-12 * mmap.cc (gen_create_protect): Always generate WRITECOPY protectionCorinna Vinschen
2005-12-12* winsup.api/ltp/dup03.c (cleanup): Fix longstanding off-by-one error whenChristopher Faylor
2005-12-11fix typo.Christopher Faylor
2005-12-11* dirent.h: Change the rest of the d_ino's to __deprecated_d_ino.Christopher Faylor
2005-12-10* malloc.cc: Update to version 2.8.3.Christopher Faylor