summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * Makefile.in (LIBS): Remove advapi32.dll.Corinna Vinschen2011-03-317-58/+53
* * cyglsa.c: Fix compilation with MinGW-w64 toolchains.Corinna Vinschen2011-03-314-2/+33
* 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
* * regtool.cc (cmd_set): Avoid a compiler warning.Corinna Vinschen2011-03-302-5/+11
* * 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
* * cygcheck.cc (handle_unique_object_name): Avoid a compiler warning.Corinna Vinschen2011-03-294-5/+18
* * uinfo.cc (cygheap_user::env_domain): Use LookupAccountSidW andCorinna Vinschen2011-03-292-9/+15
* * autoload.cc (UuidCreate): Remove.Corinna Vinschen2011-03-296-23/+42
* * new-features.sgml (ov-new1.7.10): Document pthread spinlocks.Corinna Vinschen2011-03-292-0/+17
* * 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/userenv.h: Add functions and definitions added with WindowsCorinna Vinschen2011-03-292-0/+36
* * 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
* * setfacl.c (strchrnul): Drop local implementation.Corinna Vinschen2011-03-282-11/+5
* * new-features.sgml (ov-new1.7.9): Add "new API" paragraph.Corinna Vinschen2011-03-282-0/+16
* * 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
* 2011-03-25 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe2011-03-262-1/+5
* 2011-03-25 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe2011-03-262-0/+8
* * 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
* * libltp/lib/get_high_address.c: Align copyright with upstream.Corinna Vinschen2011-03-212-3/+33
* 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
* 2011-03-11 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe2011-03-123-3/+8
* * 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
* 2011-03-07 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe2011-03-083-16/+23