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
2023-08-29Cygwin: execve: drop argument size limitCorinna Vinschen
2023-08-28Cygwin: Fix segfalt when too many command line args are specified.Takashi Yano
2022-05-30Cygwin: remove miscellaneous 32-bit codeKen Brown
2022-03-03Cygwin: sysconf: don't set errno for unsupported optionsCorinna Vinschen
2022-03-03Cygwin: sysconf: belatedly add correct return value for _SC_DELAYTIMER_MAXCorinna Vinschen
2022-03-01Cygwin: sysconf: _SC_TZNAME_MAX: return -1 as valid valueCorinna Vinschen
2021-10-29Cygwin: drop support for systems not supporting processor groupsCorinna Vinschen
2021-02-01Cygwin: remove the OPEN_MAX_MAX macroKen Brown
2021-02-01Cygwin: sysconf, getrlimit: don't call getdtablesizeKen Brown
2020-08-05Cygwin: Fix missing breaks in switch statementCorinna Vinschen
2019-06-03Add support for Hygon Dhyana processorJinke Fan
2018-11-29Cygwin: implement extensible clock interfaceCorinna Vinschen
2018-07-25Cygwin: define _POSIX_ASYNCHRONOUS_IOYaakov Selkowitz
2018-07-25POSIX Asynchronous I/O support: other filesMark Geisert
2018-02-07Cygwin: Cleanup time handlingCorinna Vinschen
2018-01-16cygwin: add LFS_CFLAGS etc. to confstr/getconfYaakov Selkowitz
2017-11-28cygwin: define _POSIX_TIMEOUTSYaakov Selkowitz
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2016-04-04cygwin: update sysconf for new featuresYaakov Selkowitz
2015-08-29sysconf.cc: Fix compiler warning.Corinna Vinschen
2015-08-29Allow sysconf to return CPU cache informationCorinna 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-03-08 * Throughout, replace usage of w32api's min with MIN from sys/param.h.Corinna Vinschen
2011-12-22 Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen
2011-07-21* cygwin.din (pthread_condattr_getclock): Export.Yaakov Selkowitz
2011-07-19* sysconf.cc (sca): Return -1 for _SC_THREAD_ROBUST_PRIO_INHERIT,Yaakov Selkowitz
2011-06-06whitespace eliminationChristopher Faylor
2011-05-17* cygwin.din (clock_getcpuclockid): Export.Yaakov Selkowitz
2011-05-15 * cygwin.din (pthread_attr_getguardsize): Export.Corinna Vinschen
2011-05-06* sysconf.cc (sysinfo): New function.Yaakov Selkowitz
2011-05-02* sysconf.cc (sca): Set _SC_SPIN_LOCKS to _POSIX_SPIN_LOCKS.Yaakov Selkowitz
2010-08-09Implement POSIX.1-2004 Monotonic Clock.Yaakov Selkowitz
2009-11-12 * sysconf.cc (get_nprocs): New function.Corinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2007-06-11 * cygwin.din (confstr): Export.Corinna Vinschen
2007-02-22 * fhandler.cc (fhandler_base::set_no_inheritance): Always useCorinna Vinschen
2007-02-14 * Makefile.in (DLL_OFILES): Add posix_ipc.o.Corinna Vinschen
2007-02-08 * cygwin.din (shm_open): Export.Corinna Vinschen
2007-02-07 * cygmalloc.h (MALLOC_FAILURE_ACTION): Define empty.Corinna Vinschen
2006-11-07 * fhandler.cc (check_posix_perm): Moved here from syscalls.cc.Corinna Vinschen
2006-05-28white spaceChristopher Faylor
2006-04-13 Bump copyright dates.Corinna Vinschen
2006-04-13 * sysconf.cc (sysconf): Add _SC_THREADS, _SC_THREAD_ATTR_STACKSIZE,Corinna Vinschen
2005-12-22whitespace cleanup to force snapshot.Christopher Faylor
2005-10-18 * autoload.cc (NtLockVirtualMemory): Import.Corinna Vinschen
2005-04-13 * cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32Corinna Vinschen
2005-01-13Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor
2004-09-03Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor