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