Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-17 * Makefile.in (DLL_OFILES): Add quotactl.o.Corinna Vinschen
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen
2013-11-20 * ntdll.h (RtlGetVersion): Declare.Corinna Vinschen
2013-10-25 * flock.cc (fhandler_base::lock): Only refuse to lock nohandle andCorinna Vinschen
2013-10-05* ntdll.h: Guard against new header files.Christopher Faylor
2013-07-23 * ntdll.h (struct _SEMAPHORE_BASIC_INFORMATION): Define.Corinna Vinschen
2013-06-02 * autoload.cc (CancelSynchronousIo): Define.Corinna Vinschen
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
2012-11-26 * fhandler_registry.cc: Drop Mingw.org considerations.Corinna Vinschen
2012-07-22* DevNotes: Add entry cgf-000013.Christopher Faylor
2012-07-06 * fhandler_registry.cc (RegOpenUserClassesRoot): Only define whenCorinna Vinschen
2012-06-28 * fhandler_serial.cc: Fix includes for IOCTL codes to support Mingw64.Corinna Vinschen
2012-06-28 * exceptions.cc (RtlUnwind): Align declaration with MSDN.Corinna Vinschen
2012-06-27 * exceptions.cc (exception::handle): Cast exception code to NTSTATUSCorinna Vinschen
2012-06-27 * advapi32.cc (_ADVAPI32_): Define. Explain why.Corinna Vinschen
2012-06-03 * globals.cc (ro_u_refs): New R/O unicode string.Corinna Vinschen
2012-03-20 * ntdll.h (SharedUserData): Add volatile qualifier. This fixes aCorinna Vinschen
2012-02-17 * ntdll.h (struct _PEB): Add EnvironmentUpdateCount member.Corinna Vinschen
2011-12-18Clean up whitespace.Christopher Faylor
2011-12-05 * mmap.cc (mlock): Replace LOCK_VM_IN_WSL with correct MAP_PROCESS.Corinna Vinschen
2011-08-28 * fhandler.cc (fhandler_base::open): Fix typo in comment.Corinna Vinschen
2011-08-17 * dlfcn.cc (dlopen): Reimplement RTLD_NODELETE for Windows 2000 usingCorinna Vinschen
2011-08-10 * fhandler_process.cc (format_process_status): Always print process nameCorinna Vinschen
2011-08-09 * ntdll.h (STATUS_NOT_FOUND): Define.Corinna Vinschen
2011-08-03* cygtls.h (struct _local_storage): Add cw_timer member.Yaakov Selkowitz
2011-07-26 * ntdll.h: Fix typo in comment.Corinna Vinschen
2011-06-06whitespace eliminationChristopher Faylor
2011-06-04* ntdll.h (FILE_PIPE_*): Define constants.Christopher Faylor
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor
2011-05-20 * child_info.h (CURR_CHILD_INFO_MAGIC): Update.Corinna Vinschen
2011-05-17* cygwin.din (clock_getcpuclockid): Export.Yaakov Selkowitz
2011-05-15 * cygwin.din (pthread_attr_getguardsize): Export.Corinna Vinschen
2011-05-13 * fhandler_process.cc (struct heap_info::heap): Convert base toCorinna Vinschen
2011-05-11 * autoload.cc (EnumProcessModules): Remove.Corinna Vinschen
2011-05-11 * fhandler_process.cc (format_process_maps): Rework to reportCorinna Vinschen
2011-05-03* cygwin.din (pthread_attr_getstack): Export.Yaakov Selkowitz
2011-04-29 * ntdll.h (IsEventSignalled): New inline function.Corinna Vinschen
2011-04-28 * cygerrno.h (geterrno_from_nt_status): Declare.Corinna Vinschen
2011-04-28 * autoload.cc (GetSecurityInfo): Remove.Corinna Vinschen
2011-04-02 * autoload.cc (FindFirstVolumeA): Remove.Corinna Vinschen
2011-04-01 * fhandler_random.cc (fhandler_dev_random::crypt_gen_random):Corinna Vinschen
2011-03-31 * ntdll.h: Allow usage from plain C code.Corinna Vinschen
2011-03-29 * autoload.cc (UuidCreate): Remove.Corinna Vinschen
2011-03-29 * autoload.cc (winmm): Remove time functions. Don't treatCorinna Vinschen
2010-10-09 * cygheap.h (cwdstuff::override_win32_cwd): Declare.Corinna Vinschen
2010-10-07 * fhandler.h (fhandler_base::get_stat_access): Delete.Corinna Vinschen
2010-09-24 * errno.cc (errmap): Map ERROR_BAD_NET_RESP to ENOSYS.Corinna Vinschen
2010-09-10 * mount.cc (class fs_info_cache): New class to cache filesystemCorinna Vinschen
2010-09-06 * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen