summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
Commit message (Expand)AuthorAgeFilesLines
* Implement /proc/sysvipc/*Yaakov Selkowitz2011-04-0110-7/+392
* * Makefile.in (DLL_OFILES): Add avapi32.o.Corinna Vinschen2011-04-014-12/+355
* * fhandler_proc.cc (format_proc_loadavg): Add running/totalYaakov Selkowitz2011-04-013-5/+24
* * fhandler_random.cc (fhandler_dev_random::crypt_gen_random):Corinna Vinschen2011-04-014-35/+51
* * libc/strptime.c: Remove misleading comment.Corinna Vinschen2011-04-012-4/+4
* * ntdll.h: Allow usage from plain C code.Corinna Vinschen2011-03-312-0/+175
* * uinfo.cc (cygheap_user::init): Don't call GetUserName. Fetch usernameCorinna Vinschen2011-03-312-7/+26
* Fix ChangeLog entry.Corinna Vinschen2011-03-301-1/+0
* * hires.h: Fix copyright.Corinna Vinschen2011-03-303-174/+26
* * times.cc (hires_ms::resolution): Make sure resolution is never 0.Corinna Vinschen2011-03-302-0/+13
* * cygtls.h (struct _local_storage): Redefine process_ident as wchar_tCorinna Vinschen2011-03-293-18/+32
* * fhandler_socket.cc (get_inet_addr): Make externally available.Corinna Vinschen2011-03-294-23/+56
* * uinfo.cc (cygheap_user::env_domain): Use LookupAccountSidW andCorinna Vinschen2011-03-292-9/+15
* * autoload.cc (UuidCreate): Remove.Corinna Vinschen2011-03-296-23/+42
* * cygwin.din (pthread_spin_destroy): Export.Corinna Vinschen2011-03-299-13/+217
* * net.cc (SIO_BASE_HANDLE): Define.Corinna Vinschen2011-03-292-36/+65
* * include/cygwin/version.h: Bump CYGWIN_VERSION_DLL_MINOR to 10.Corinna Vinschen2011-03-292-1/+5
* * autoload.cc (winmm): Remove time functions. Don't treatCorinna Vinschen2011-03-296-60/+164
* * include/sys/xattr.h: New file.Corinna Vinschen2011-03-292-0/+23
* * thread.cc (semaphore::init, destroy, close): Standards conformanceCorinna Vinschen2011-03-293-7/+35
* * cygwin.din (strchrnul): Export.Corinna Vinschen2011-03-284-1/+10
* * dll_init.cc (dll::init): Accommodate ill-behaved dlls who don't fill outChristopher Faylor2011-03-272-1/+9
* * mmap.cc (mmap64): Add a cheat to let a certain autoconf test succeedCorinna Vinschen2011-03-252-0/+49
* * wincap.cc (wincap_2003): Set use_dont_resolve_hack to true.Christopher Faylor2011-03-232-1/+5
* * autoload.cc (dll_load): Change error message to make it clear if a newer DLLChristopher Faylor2011-03-232-1/+6
* Fix typo.Corinna Vinschen2011-03-201-1/+1
* * fenv.cc (_feinitialise); Don't use SSE instructions on systems notCorinna Vinschen2011-03-204-4/+25
* * cygwin.sc: Raise default cygheap size to 2 Megs.Corinna Vinschen2011-03-182-1/+5
* Fix typo.Corinna Vinschen2011-03-181-1/+1
* * fhandler.h (DEFAULT_PIPEBUFSIZE): Reset to 64K.Christopher Faylor2011-03-182-1/+9
* * mmap.cc (mmap_record::alloc_fh): Initialize nmae strings in fdev toCorinna Vinschen2011-03-182-1/+8
* * mmap.cc (class mmap_record): Pack 4 byte-aligned. Convert member devCorinna Vinschen2011-03-182-5/+16
* * mmap.cc (mmap_record::page_map): Define as variable array rather thanCorinna Vinschen2011-03-182-26/+29
* * crt0.c (mainCRTStartup): Move call to _feinitialise from here...Corinna Vinschen2011-03-173-3/+10
* * winver.rc: Fix copyright dates.Corinna Vinschen2011-03-162-1/+5
* * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Only useCorinna Vinschen2011-03-142-1/+7
* * fhandler.cc (fhandler_base_overlapped::wait_overlapped): Remove specialChristopher Faylor2011-03-133-83/+56
* * fhandler.cc (fhandler_base_overlapped::wait_overlapped): HandleChristopher Faylor2011-03-092-24/+49
* * fhandler.cc (fhandler_base_overlapped::write_overlapp): Oops! AccommodateChristopher Faylor2011-03-092-1/+6
* * errno.cc (errmap): Change mapping of NO_SYSTEM_RESOURCES to EFBIG.Christopher Faylor2011-03-096-57/+193
* * security.cc: Fix copyright dates.Corinna Vinschen2011-03-082-2/+6
* * fhandler.cc (fhandler_base::open): When creating a file on aCorinna Vinschen2011-03-088-21/+85
* * fhandler_procsys.cc (fhandler_procsys::exists): Rewrite.Corinna Vinschen2011-03-042-53/+133
* * posix_ipc.cc (ipc_cond_timedwait): If ipc_mutex_unlock fails, returnCorinna Vinschen2011-03-032-5/+29
* * errno.cc (__xpg_strerror_r): Add accidentally missing condition.Corinna Vinschen2011-03-032-0/+5
* * fhandler_procsys.cc (fhandler_procsys::open): Call worker existsCorinna Vinschen2011-03-022-1/+6
* * autoload.cc (dll_load): Avoid in_forkee test since this apparently fails evenChristopher Faylor2011-03-012-2/+7
* * include/cygwin/version.h: Bump CYGWIN_VERSION_DLL_MINOR to 9.Christopher Faylor2011-03-012-1/+5
* * autoload.cc (dll_load): Only perform DONT_RESOLVE_DLL_REFERENCES hack onChristopher Faylor2011-03-014-1/+20
* * autoload.cc (dll_load): Make inline. Clarify logic.Christopher Faylor2011-02-282-3/+10