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-28This commit was manufactured by cvs2svn to create tag 'before-mmap-revamp'.before-mmap-revampcvs2svn
2005-11-28 * fhandler_disk_file.cc (fhandler_base::fstat_helper): Don't rely onCorinna Vinschen
2005-11-25* heap.cc: Remove spurious getpagesize declaration.Christopher Faylor
2005-11-24* autoload.cc (CloseWindowStation): Define.Christopher Faylor
2005-11-24* fhandler_tty.cc (fhandler_tty_slave::open): Reset the current windows stationChristopher Faylor
2005-11-22* Makefile.in: Link cygcheck with libwininet.a.Christopher Faylor
2005-11-18* strptime.cc (_strptime): Fix gcc warnings.Christopher Faylor
2005-11-18* memmem.cc: Move from here.Christopher Faylor
2005-11-18 * libc: Add subdirectory.Corinna Vinschen
2005-11-18* include/cygwin/sys_time.h: Move futimes and lutimes declaration here fromChristopher Faylor
2005-11-18* times.cc (timezone): Put back (void).Christopher Faylor
2005-11-18* include/cygwin/sys_time.h: Rename from include/cygwin/time.h.Christopher Faylor
2005-11-182005=11-18 Brian Gunlogson <gmb300@users.sourceforge.net>Danny Smith
2005-11-182005=11-18 Brian Gunlogson <gmb300@users.sourceforge.net>Danny Smith
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