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