aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2011-03-28Pull in HEAD changesgithub/cv-post-1_7_9cv-post-1_7_9Corinna Vinschen1-0/+25
2011-03-20 * fenv.cc (_feinitialise): Don't use SSE instructions on systems notCorinna Vinschen1-0/+7
2011-03-18 * cygwin.sc: Raise default cygheap size to 2 Megs.Corinna Vinschen1-0/+4
2011-03-182011-03-18 Christopher Faylor <me.cygwin2011@cgf.cx>Corinna Vinschen1-0/+17
2011-03-17 * fhandler_socket.cc (get_inet_addr): Make externally available.Corinna Vinschen1-0/+11
2011-03-17 * crt0.c (mainCRTStartup): Move call to _feinitialise from here...Corinna Vinschen1-0/+5
2011-03-16 * winver.rc: Fix copyright dates.Corinna Vinschen1-0/+4
2011-03-16 * cygtls.h (struct _local_storage): Redefine process_ident as wchar_tCorinna Vinschen1-0/+11
2011-03-14 * uinfo.cc (cygheap_user::env_domain): Use LookupAccountSidW andCorinna Vinschen1-0/+6
2011-03-14 * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Only useCorinna Vinschen1-0/+5
2011-03-14 * fhandler.cc (fhandler_base_overlapped::wait_overlapped): RemoveCorinna Vinschen1-1/+17
2011-03-13 * autoload.cc (UuidCreate): Remove.Corinna Vinschen1-0/+8
2011-03-13 * passwd.cc (internal_getpwsid): Avoid a strict-aliasing compilerCorinna Vinschen1-0/+7
2011-03-12 * mmap.cc (mmap_record::page_map): Define as variable array rather thanCorinna Vinschen1-0/+14
2011-03-12 * times.cc (hires_ms::timeGetTime_ns): Fix formatting in comment.Corinna Vinschen1-0/+7
2011-03-11 * times.cc (clock_setres): Use status code from NtSetTimerResolutionCorinna Vinschen1-0/+5
2011-03-11 * cygwin.din (pthread_spin_destroy): Export.Corinna Vinschen1-0/+35
2011-03-11 * times.cc (hires_ms::timeGetTime_ns): Fix typo in comment.Corinna Vinschen1-0/+4
2011-03-11 * times.cc (hires_ms::timeGetTime_ns): Document entire functionalityCorinna Vinschen1-0/+5
2011-03-11 Add missing ChangeLog entryCorinna Vinschen1-0/+21
2011-03-11 * net.cc (SIO_BASE_HANDLE): Define.Corinna Vinschen1-0/+6
2011-03-09* fhandler.cc (fhandler_base_overlapped::wait_overlapped): HandleChristopher Faylor1-0/+12
2011-03-09* fhandler.cc (fhandler_base_overlapped::write_overlapp): Oops! AccommodateChristopher Faylor1-0/+5
2011-03-09* errno.cc (errmap): Change mapping of NO_SYSTEM_RESOURCES to EFBIG.Christopher Faylor1-0/+43
2011-03-08 * security.cc: Fix copyright dates.Corinna Vinschen1-1/+5
2011-03-08 * fhandler.cc (fhandler_base::open): When creating a file on aCorinna Vinschen1-0/+16
2011-03-04 * fhandler_procsys.cc (fhandler_procsys::exists): Rewrite.Corinna Vinschen1-0/+6
2011-03-03 * posix_ipc.cc (ipc_cond_timedwait): If ipc_mutex_unlock fails, returnCorinna Vinschen1-0/+7
2011-03-03 * errno.cc (__xpg_strerror_r): Add accidentally missing condition.Corinna Vinschen1-0/+4
2011-03-02 * fhandler_procsys.cc (fhandler_procsys::open): Call worker existsCorinna Vinschen1-0/+5
2011-03-01* autoload.cc (dll_load): Avoid in_forkee test since this apparently fails evenChristopher Faylor1-0/+5
2011-03-01* include/cygwin/version.h: Bump CYGWIN_VERSION_DLL_MINOR to 9.Christopher Faylor1-0/+4
2011-03-01* autoload.cc (dll_load): Only perform DONT_RESOLVE_DLL_REFERENCES hack onChristopher Faylor1-0/+7
2011-02-28* autoload.cc (dll_load): Make inline. Clarify logic.Christopher Faylor1-0/+4
2011-02-27 * autoload.cc (dll_load): Only call LoadLibraryExW withCorinna Vinschen1-0/+7
2011-02-26* autoload.cc: Use LoadDLLfuncEx3 for all winmm functions. Accommodate changesChristopher Faylor1-0/+13
2011-02-26 * autoload.cc: Make autoloaded ntdll function non-optional. Ditto forCorinna Vinschen1-0/+8
2011-02-22 * dcrt0.cc: Fix copyright dates.Corinna Vinschen1-0/+6
2011-02-22* cygwin.din: Mark __assert* and _abort as NOSIGFE.Christopher Faylor1-0/+4
2011-02-21Add missing Changelog entry for previous patch:Corinna Vinschen1-0/+11
2011-02-21* fhandler.cc (fhandler_base_overlapped::close): Finish any pending I/O beforeChristopher Faylor1-0/+7
2011-02-18* dcrt0.cc (dll_crt0_1): Add a CYGHEAP_DEBUG conditional for debugging whichChristopher Faylor1-0/+5
2011-02-18 * cygwin.sc: Set alignment of .cygheap section to 64K.Corinna Vinschen1-0/+4
2011-02-15 * spawn.cc (spawn_guts): Only set PID_NOTCYGWIN in _P_OVERLAY mode.Corinna Vinschen1-0/+5
2011-02-15 * Throughout fix copyright dates.Corinna Vinschen1-0/+4
2011-02-15 * devices.in: Throughout use slashes instead of backslashes in theCorinna Vinschen1-0/+26
2011-02-15 * fhandler_procsys.cc (fhandler_procsys::opendir): Avoid SEGV ifCorinna Vinschen1-0/+6
2011-02-15 * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Don'tCorinna Vinschen1-0/+5
2011-02-15 Revert change from 2010-08-31:Corinna Vinschen1-0/+7
2011-02-15 * fhandler_disk_file.cc (fhandler_disk_file::readdir_helper): Use POSIXCorinna Vinschen1-0/+5