Age | Commit message (Expand) | Author | Files | Lines |
2019-06-03 | Add support for Hygon Dhyana processor | Jinke Fan | 1 | -1/+2 |
2018-11-29 | Cygwin: implement extensible clock interface | Corinna Vinschen | 1 | -1/+1 |
2018-07-25 | Cygwin: define _POSIX_ASYNCHRONOUS_IO | Yaakov Selkowitz | 1 | -1/+1 |
2018-07-25 | POSIX Asynchronous I/O support: other files | Mark Geisert | 1 | -3/+3 |
2018-02-07 | Cygwin: Cleanup time handling | Corinna Vinschen | 1 | -1/+2 |
2018-01-16 | cygwin: add LFS_CFLAGS etc. to confstr/getconf | Yaakov Selkowitz | 1 | -1/+5 |
2017-11-28 | cygwin: define _POSIX_TIMEOUTS | Yaakov Selkowitz | 1 | -1/+1 |
2016-06-23 | Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-release | Corinna Vinschen | 1 | -3/+0 |
2016-04-04 | cygwin: update sysconf for new features | Yaakov Selkowitz | 1 | -3/+3 |
2015-08-29 | sysconf.cc: Fix compiler warning. | Corinna Vinschen | 1 | -0/+2 |
2015-08-29 | Allow sysconf to return CPU cache information | Corinna Vinschen | 1 | -29/+451 |
2013-04-23 | * Merge in cygwin-64bit-branch. | Corinna Vinschen | 1 | -11/+27 |
2013-01-21 | Throughout, update copyrights to reflect dates which correspond to main-branch | Christopher Faylor | 1 | -2/+2 |
2012-03-08 | * Throughout, replace usage of w32api's min with MIN from sys/param.h. | Corinna Vinschen | 1 | -2/+3 |
2011-12-22 | Throughout use wincap.allocation_granularity instead of getpagesize. | Corinna Vinschen | 1 | -38/+40 |
2011-07-21 | * cygwin.din (pthread_condattr_getclock): Export. | Yaakov Selkowitz | 1 | -1/+1 |
2011-07-18 | * sysconf.cc (sca): Return -1 for _SC_THREAD_ROBUST_PRIO_INHERIT, | Yaakov Selkowitz | 1 | -3/+9 |
2011-06-06 | whitespace elimination | Christopher Faylor | 1 | -2/+2 |
2011-05-17 | * cygwin.din (clock_getcpuclockid): Export. | Yaakov Selkowitz | 1 | -2/+2 |
2011-05-15 | * cygwin.din (pthread_attr_getguardsize): Export. | Corinna Vinschen | 1 | -2/+2 |
2011-05-06 | * sysconf.cc (sysinfo): New function. | Yaakov Selkowitz | 1 | -1/+98 |
2011-05-02 | * sysconf.cc (sca): Set _SC_SPIN_LOCKS to _POSIX_SPIN_LOCKS. | Yaakov Selkowitz | 1 | -1/+1 |
2010-08-09 | Implement POSIX.1-2004 Monotonic Clock. | Yaakov Selkowitz | 1 | -1/+1 |
2009-11-12 | * sysconf.cc (get_nprocs): New function. | Corinna Vinschen | 1 | -1/+26 |
2008-04-07 | Remove unneeded header files from source files throughout. | Christopher Faylor | 1 | -4/+0 |
2007-06-11 | * cygwin.din (confstr): Export. | Corinna Vinschen | 1 | -0/+48 |
2007-02-22 | * fhandler.cc (fhandler_base::set_no_inheritance): Always use | Corinna Vinschen | 1 | -50/+31 |
2007-02-14 | * Makefile.in (DLL_OFILES): Add posix_ipc.o. | Corinna Vinschen | 1 | -3/+3 |
2007-02-08 | * cygwin.din (shm_open): Export. | Corinna Vinschen | 1 | -1/+1 |
2007-02-07 | * cygmalloc.h (MALLOC_FAILURE_ACTION): Define empty. | Corinna Vinschen | 1 | -117/+234 |
2006-11-07 | * fhandler.cc (check_posix_perm): Moved here from syscalls.cc. | Corinna Vinschen | 1 | -25/+29 |
2006-05-28 | white space | Christopher Faylor | 1 | -7/+7 |
2006-04-13 | Bump copyright dates. | Corinna Vinschen | 1 | -1/+2 |
2006-04-13 | * sysconf.cc (sysconf): Add _SC_THREADS, _SC_THREAD_ATTR_STACKSIZE, | Corinna Vinschen | 1 | -0/+14 |
2005-12-22 | whitespace cleanup to force snapshot. | Christopher Faylor | 1 | -1/+1 |
2005-10-18 | * autoload.cc (NtLockVirtualMemory): Import. | Corinna Vinschen | 1 | -0/+2 |
2005-04-13 | * cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32 | Corinna Vinschen | 1 | -6/+6 |
2005-01-12 | Reorganize header file inclusion throughout so that cygerrno.h comes first. | Christopher Faylor | 1 | -1/+1 |
2004-09-03 | Regularize most strace_prints throughout so that %E is always preceded by a | Christopher Faylor | 1 | -4/+2 |
2004-05-28 | * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it | Christopher Faylor | 1 | -3/+3 |
2004-05-17 | * cygwin.din: Add symbols flockfile, ftrylockfile, funlockfile, | Corinna Vinschen | 1 | -0/+1 |
2004-04-14 | * autoload.cc (NtSetSecurityObject): Add. | Corinna Vinschen | 1 | -0/+2 |
2004-02-09 | * debug.h (console_printf): Define for non-debugging condition. | Christopher Faylor | 1 | -1/+1 |
2004-02-03 | * Makefile.in (DLL_OFILES): Add strsig.o. | Christopher Faylor | 1 | -0/+2 |
2003-09-25 | * devices.cc: New file. | Christopher Faylor | 1 | -1/+1 |
2003-09-04 | * sysconf.cc (sysconf): Return more accurate value for _SC_AVPHYS_PAGES. | Corinna Vinschen | 1 | -3/+18 |
2003-07-17 | * sysconf.cc (sysconf): Fix OPEN_MAX patch. Return page size on | Corinna Vinschen | 1 | -2/+2 |
2003-07-09 | * sysconf.cc (sysconf): Return processors online rather than bitmask for | Christopher Faylor | 1 | -1/+8 |
2003-07-09 | * cygheap.cc (creturn): Set appropriate errno when out of memory. | Christopher Faylor | 1 | -1/+6 |
2003-06-16 | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 1 | -1/+0 |