summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sysconf.cc
Commit message (Expand)AuthorAgeFilesLines
* Cygwin: remove the OPEN_MAX_MAX macroKen Brown2021-02-011-1/+1
* Cygwin: sysconf, getrlimit: don't call getdtablesizeKen Brown2021-02-011-10/+1
* Cygwin: Fix missing breaks in switch statementCorinna Vinschen2020-08-051-0/+8
* Add support for Hygon Dhyana processorJinke Fan2019-06-031-1/+2
* Cygwin: implement extensible clock interfaceCorinna Vinschen2018-11-291-1/+1
* Cygwin: define _POSIX_ASYNCHRONOUS_IOYaakov Selkowitz2018-07-251-1/+1
* POSIX Asynchronous I/O support: other filesMark Geisert2018-07-251-3/+3
* Cygwin: Cleanup time handlingCorinna Vinschen2018-02-071-1/+2
* cygwin: add LFS_CFLAGS etc. to confstr/getconfYaakov Selkowitz2018-01-161-1/+5
* cygwin: define _POSIX_TIMEOUTSYaakov Selkowitz2017-11-281-1/+1
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* cygwin: update sysconf for new featuresYaakov Selkowitz2016-04-041-3/+3
* sysconf.cc: Fix compiler warning.Corinna Vinschen2015-08-291-0/+2
* Allow sysconf to return CPU cache informationCorinna Vinschen2015-08-291-29/+451
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-11/+27
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-2/+2
* * Throughout, replace usage of w32api's min with MIN from sys/param.h.Corinna Vinschen2012-03-081-2/+3
* Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen2011-12-221-38/+40
* * cygwin.din (pthread_condattr_getclock): Export.Yaakov Selkowitz2011-07-211-1/+1
* * sysconf.cc (sca): Return -1 for _SC_THREAD_ROBUST_PRIO_INHERIT,Yaakov Selkowitz2011-07-181-3/+9
* whitespace eliminationChristopher Faylor2011-06-061-2/+2
* * cygwin.din (clock_getcpuclockid): Export.Yaakov Selkowitz2011-05-171-2/+2
* * cygwin.din (pthread_attr_getguardsize): Export.Corinna Vinschen2011-05-151-2/+2
* * sysconf.cc (sysinfo): New function.Yaakov Selkowitz2011-05-061-1/+98
* * sysconf.cc (sca): Set _SC_SPIN_LOCKS to _POSIX_SPIN_LOCKS.Yaakov Selkowitz2011-05-021-1/+1
* Implement POSIX.1-2004 Monotonic Clock.Yaakov Selkowitz2010-08-091-1/+1
* * sysconf.cc (get_nprocs): New function.Corinna Vinschen2009-11-121-1/+26
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-4/+0
* * cygwin.din (confstr): Export.Corinna Vinschen2007-06-111-0/+48
* * fhandler.cc (fhandler_base::set_no_inheritance): Always useCorinna Vinschen2007-02-221-50/+31
* * Makefile.in (DLL_OFILES): Add posix_ipc.o.Corinna Vinschen2007-02-141-3/+3
* * cygwin.din (shm_open): Export.Corinna Vinschen2007-02-081-1/+1
* * cygmalloc.h (MALLOC_FAILURE_ACTION): Define empty.Corinna Vinschen2007-02-071-117/+234
* * fhandler.cc (check_posix_perm): Moved here from syscalls.cc.Corinna Vinschen2006-11-071-25/+29
* white spaceChristopher Faylor2006-05-281-7/+7
* Bump copyright dates.Corinna Vinschen2006-04-131-1/+2
* * sysconf.cc (sysconf): Add _SC_THREADS, _SC_THREAD_ATTR_STACKSIZE,Corinna Vinschen2006-04-131-0/+14
* whitespace cleanup to force snapshot.Christopher Faylor2005-12-221-1/+1
* * autoload.cc (NtLockVirtualMemory): Import.Corinna Vinschen2005-10-181-0/+2
* * cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32Corinna Vinschen2005-04-131-6/+6
* Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor2005-01-121-1/+1
* Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor2004-09-031-4/+2
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-3/+3
* * cygwin.din: Add symbols flockfile, ftrylockfile, funlockfile,Corinna Vinschen2004-05-171-0/+1
* * autoload.cc (NtSetSecurityObject): Add.Corinna Vinschen2004-04-141-0/+2
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * Makefile.in (DLL_OFILES): Add strsig.o.Christopher Faylor2004-02-031-0/+2
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* * sysconf.cc (sysconf): Return more accurate value for _SC_AVPHYS_PAGES.Corinna Vinschen2003-09-041-3/+18
* * sysconf.cc (sysconf): Fix OPEN_MAX patch. Return page size onCorinna Vinschen2003-07-171-2/+2