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
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-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* 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-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-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
2005-10-20* sigproc.cc (child_info::sync): Move check for !wr_proc_pipe lower.Christopher Faylor
2005-10-19 * autoload.cc: Revert loading rcmd, rexec, rresvport and inet_networkCorinna Vinschen
2005-10-19* times.cc (utimes): Only consider fds opened with write access.Christopher Faylor
2005-10-19* fhandler_disk_file.cc (fhandler_base::utimes_fs): Use existing handle ifChristopher Faylor
2005-10-19* pinfo.cc (_pinfo::dup_proc_pipe): Make warning more severe by actuallyChristopher Faylor
2005-10-19* cygtls.cc (handle_threadlist_exception): Improve diagnostic output.Christopher Faylor
2005-10-18 * autoload.cc (NtLockVirtualMemory): Import.Corinna Vinschen
2005-10-18* sigproc.cc (child_info::sync): Use correct name when closing to preventChristopher Faylor
2005-10-18* sigproc.cc (child_info::sync): Fix typo which caused hProcess to never beChristopher Faylor
2005-10-18Change process_lock to lock_process throughout. Change all calls to newChristopher Faylor
2005-10-18 * autoload.cc: Never load wsock32.dll. Load all wsock32 functionCorinna Vinschen
2005-10-17Check in previously ChangeLoged entry.Christopher Faylor
2005-10-14* Makefile.in (MKDIRP): Just use raw $(INSTALL) rather than $(INSTALL_DATA).Christopher Faylor
2005-10-13* dir.cc (mkdir): Abandon use of PC_WRITABLE.Christopher Faylor
2005-10-12 * fhandler_disk_file.cc (fhandler_disk_file::rmdir): Convert anCorinna Vinschen
2005-10-11* Makefile.in: Make sure that directories are created prior to copying to them.Christopher Faylor
2005-10-11* net.cc (cygwin_gethostbyname): Remove debugging.Christopher Faylor
2005-10-11 * syslog.cc (try_connect_syslogd): Add priority parameter. Use writevCorinna Vinschen
2005-10-11* (symlink_info::set_error): Change to return bool if input error should beChristopher Faylor
2005-10-03* cygheap.h (class process_lock): New class.Christopher Faylor
2005-10-03 * uname.cc (uname): Disable use of GetNativeSystemInfo.Corinna Vinschen
2005-10-02* dcrt0.cc (get_exit_lock): Use myself.lock rather than exit_lock.Christopher Faylor
2005-10-01* dcrt0.cc (do_exit): Don't set ES_SET_MUTO here. Call get_exit_lock()Christopher Faylor