aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2005-11-13 * fhandler_socket.cc (fhandler_socket::recvfrom): Just return 0 (EOF)Corinna Vinschen3-2/+22
2005-11-11* cygheap.h (init_cygheap::_gtod): Remove.Christopher Faylor8-58/+145
2005-11-11* times.cc (hires_ms::prime): Comment out call to timeBeginPeriod for now.Christopher Faylor3-1/+13
2005-11-10* include/endian.h: Remove USE_BSD ifdef since it is never defined on Cygwin.Christopher Faylor2-2/+7
2005-11-10 Fix dates.Corinna Vinschen1-2/+2
2005-11-10 * syslog.cc (setlogmask): Don't mask the mask.Corinna Vinschen2-2/+7
2005-11-10 * include/cygwin/signal.h: Add missing sigrelse prototype.Corinna Vinschen2-0/+5
2005-11-08* fhandler_base.cc (fhandler_base::readv): Free buf, not a pointer into theChristopher Faylor2-3/+9
2005-11-08fix entryChristopher Faylor1-1/+1
2005-11-08* memmem.cc: New file.Christopher Faylor5-3/+79
2005-11-08* environ.cc (spenvs): Make "SYSTEMDRIVE" an "always export".Christopher Faylor2-1/+5
2005-11-07 * times.cc (futimes): Redirect to utimes_worker if given fileCorinna Vinschen2-1/+8
2005-11-06* dcrt0.cc (dll_crt0_0): Initialize security data first so that it can be usedChristopher Faylor2-1/+6
2005-11-04* cygheap.h (init_cygheap::_gtod): New hires_ms element.Christopher Faylor6-8/+40
2005-11-04* times.cc (hires_ms::prime): More debugging.Christopher Faylor3-12/+27
2005-11-04* times.cc (stupid_printf): Define and use throughout -- temporarily.Christopher Faylor2-19/+24
2005-11-03* times.cc (hires_ms::prime): Add lots of temporary debugging output.Christopher Faylor2-0/+13
2005-11-03* times.cc (hires_ms::minperiod): Make copy-on-fork.Christopher Faylor2-4/+20
2005-11-02* times.cc (gettimeofday): Add temporary debugging output.Christopher Faylor2-0/+6
2005-11-01* include/sys/cygwin.h: Define CYGWIN_SIGNAL_STRING.Christopher Faylor3-5/+14
2005-10-29* exceptions.cc (signal_exit): Eliminate setting of main thread priority sinceChristopher Faylor4-17/+20
2005-10-29* fork.cc (frok::child): Change order of cleanup prior to return.Christopher Faylor4-7/+18
2005-10-29* child_info.h (CHILD_INFO_MAGIC): Reset.Christopher Faylor2-1/+5
2005-10-24* pinfo.cc (_pinfo::fds): Lock fdtab while enumerating.Christopher Faylor2-1/+5
2005-10-24 * spawn.cc (spawn_guts): Don't leave the function with return insideCorinna Vinschen2-2/+9
2005-10-24* cygheap.h (cygheap_fdenum): Remove start_fd stuff.Christopher Faylor4-6/+12
2005-10-24add missing ChangeLog entryChristopher Faylor1-0/+1
2005-10-23* cygheap.h (cygheap_fdenum::cygheap_fdenum): Record locked state or sufferChristopher Faylor9-66/+86
2005-10-22 * fhandler_socket.cc (fhandler_socket::connect): Don't restrictCorinna Vinschen3-16/+35
2005-10-22 * fhandler.h (class fhandler_socket): Add timeout parameter to wait()Corinna Vinschen4-55/+37
2005-10-22 * include/cygwin/version.h: Fix typo.Corinna Vinschen2-1/+5
2005-10-21* dir.cc (rmdir): Eliminate nonsensical code.Christopher Faylor3-5/+8
2005-10-20 * cygwin.din (futimes): Export.Corinna Vinschen4-5/+47
2005-10-19* sigproc.cc (child_info::sync): Move check for !wr_proc_pipe lower.Christopher Faylor2-31/+26
2005-10-19* sigproc.cc (child_info::sync): Move check for !wr_proc_pipe lower.Christopher Faylor1-0/+5
2005-10-19 * autoload.cc: Revert loading rcmd, rexec, rresvport and inet_networkCorinna Vinschen2-4/+11
2005-10-19* times.cc (utimes): Only consider fds opened with write access.Christopher Faylor2-1/+6
2005-10-19* fhandler_disk_file.cc (fhandler_base::utimes_fs): Use existing handle ifChristopher Faylor3-19/+51
2005-10-19* pinfo.cc (_pinfo::dup_proc_pipe): Make warning more severe by actuallyChristopher Faylor2-5/+15
2005-10-19* cygtls.cc (handle_threadlist_exception): Improve diagnostic output.Christopher Faylor3-8/+14
2005-10-18 * autoload.cc (NtLockVirtualMemory): Import.Corinna Vinschen10-14/+160
2005-10-18* sigproc.cc (child_info::sync): Use correct name when closing to preventChristopher Faylor3-1/+9
2005-10-18* sigproc.cc (child_info::sync): Fix typo which caused hProcess to never beChristopher Faylor2-3/+8
2005-10-17Change process_lock to lock_process throughout. Change all calls to newChristopher Faylor18-85/+162
2005-10-17 * autoload.cc: Never load wsock32.dll. Load all wsock32 functionCorinna Vinschen8-466/+401
2005-10-17Check in previously ChangeLoged entry.Christopher Faylor1-1/+1
2005-10-14* Makefile.in (MKDIRP): Just use raw $(INSTALL) rather than $(INSTALL_DATA).Christopher Faylor2-1/+7
2005-10-12* dir.cc (mkdir): Abandon use of PC_WRITABLE.Christopher Faylor4-13/+16
2005-10-12 * fhandler_disk_file.cc (fhandler_disk_file::rmdir): Convert anCorinna Vinschen2-2/+13
2005-10-11* Makefile.in: Make sure that directories are created prior to copying to them.Christopher Faylor2-0/+9