summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sysconf.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* * sysconf.cc (sysconf): Return processors online rather than bitmask forChristopher Faylor2003-07-091-1/+8
* * cygheap.cc (creturn): Set appropriate errno when out of memory.Christopher Faylor2003-07-091-1/+6
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* Split ChangeLog, create ChangeLog-2002.Corinna Vinschen2003-01-101-1/+1
* * sysconf.cc (sysconf): Return arbitrary values for _SC_GETGR_R_SIZE_MAX,Christopher Faylor2003-01-011-0/+4
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-3/+3
* * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor2002-06-051-1/+1
* * sysconf.cc (sysconf): Fix condition.Corinna Vinschen2002-03-121-1/+1
* Eliminate excess whitespace.Christopher Faylor2001-11-051-1/+1
* * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor2001-10-151-1/+1