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-11-17* fork.cc (fork): Move top-of-stack calculation later.Christopher Faylor
2005-11-17 * fhandler_tty.cc (fhandler_tty_slave::open): Don't expect thatCorinna Vinschen
2005-11-16* times.cc (hires_ms::prime): Don't escalate the priority.Christopher Faylor
2005-11-14* include/sys/elf64.h: Fix types to reflect linux usage.Christopher Faylor
2005-11-14* fhandler.h (fhandler_console::fixup_after_fork_exec): Define with additionalChristopher Faylor
2005-11-14* fhandler.h (fhandler_console::fixup_after_fork_exec): Declare new function.Christopher Faylor
2005-11-14* cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor
2005-11-13 * fhandler_socket.cc (fhandler_socket::recvfrom): Just return 0 (EOF)Corinna Vinschen
2005-11-12 * include/commdlg.h (OPENFILENAMEW): Add members forDanny Smith
2005-11-12 * include/wingdi.h (GetICMProfile{AW}): Correct prototype.Danny Smith
2005-11-11* cygheap.h (init_cygheap::_gtod): Remove.Christopher Faylor
2005-11-11* times.cc (hires_ms::prime): Comment out call to timeBeginPeriod for now.Christopher Faylor
2005-11-11* include/endian.h: Remove USE_BSD ifdef since it is never defined on Cygwin.Christopher Faylor
2005-11-10 * bsd_helper.cc (securityinit): New function. Move initializationCorinna Vinschen
2005-11-10 * bsd_log.cc (_vpanic): LOG_EMERG is overkill, use LOG_CRIT.Corinna Vinschen
2005-11-10 Fix dates.Corinna Vinschen
2005-11-10 * syslog.cc (setlogmask): Don't mask the mask.Corinna Vinschen
2005-11-10 * include/cygwin/signal.h: Add missing sigrelse prototype.Corinna Vinschen
2005-11-09* fhandler_base.cc (fhandler_base::readv): Free buf, not a pointer into theChristopher Faylor
2005-11-09fix entryChristopher Faylor
2005-11-09* memmem.cc: New file.Christopher Faylor
2005-11-08* environ.cc (spenvs): Make "SYSTEMDRIVE" an "always export".Christopher Faylor
2005-11-07 * times.cc (futimes): Redirect to utimes_worker if given fileCorinna Vinschen
2005-11-06* dcrt0.cc (dll_crt0_0): Initialize security data first so that it can be usedChristopher Faylor
2005-11-04* cygheap.h (init_cygheap::_gtod): New hires_ms element.Christopher Faylor
2005-11-04* times.cc (hires_ms::prime): More debugging.Christopher Faylor
2005-11-042005-11-04 Michael Jung <mjung@iss.tu-darmstadt.de>Danny Smith
2005-11-04* times.cc (stupid_printf): Define and use throughout -- temporarily.Christopher Faylor
2005-11-03* times.cc (hires_ms::prime): Add lots of temporary debugging output.Christopher Faylor
2005-11-03 * lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID, CryptProtectData,Danny Smith
2005-11-03* times.cc (hires_ms::minperiod): Make copy-on-fork.Christopher Faylor
2005-11-02* times.cc (gettimeofday): Add temporary debugging output.Christopher Faylor
2005-11-01* include/sys/cygwin.h: Define CYGWIN_SIGNAL_STRING.Christopher Faylor
2005-10-302005-10-29 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
2005-10-30* exceptions.cc (signal_exit): Eliminate setting of main thread priority sinceChristopher Faylor
2005-10-29* fork.cc (frok::child): Change order of cleanup prior to return.Christopher Faylor
2005-10-29* child_info.h (CHILD_INFO_MAGIC): Reset.Christopher Faylor
2005-10-282005-10-27 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
2005-10-282005-10-27 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2005-10-24* pinfo.cc (_pinfo::fds): Lock fdtab while enumerating.Christopher Faylor
2005-10-24 * spawn.cc (spawn_guts): Don't leave the function with return insideCorinna Vinschen
2005-10-24* cygheap.h (cygheap_fdenum): Remove start_fd stuff.Christopher Faylor
2005-10-24add missing ChangeLog entryChristopher Faylor
2005-10-24* cygheap.h (cygheap_fdenum::cygheap_fdenum): Record locked state or sufferChristopher Faylor
2005-10-22 * fhandler_socket.cc (fhandler_socket::connect): Don't restrictCorinna Vinschen
2005-10-22 * fhandler.h (class fhandler_socket): Add timeout parameter to wait()Corinna Vinschen
2005-10-22 * include/cygwin/version.h: Fix typo.Corinna Vinschen
2005-10-21* dir.cc (rmdir): Eliminate nonsensical code.Christopher Faylor
2005-10-20 * cygwin.din (futimes): Export.Corinna Vinschen
2005-10-20* sigproc.cc (child_info::sync): Move check for !wr_proc_pipe lower.Christopher Faylor