summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sysconf.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-0/+1
* * Makefile.in: Build wincap.o.Corinna Vinschen2001-09-121-27/+29
* Update copyrights.Christopher Faylor2001-09-111-1/+1
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-8/+8
* * resource.cc (getrlimit): Return getdtablesize () as current limitCorinna Vinschen2001-08-161-1/+1
* * resource.cc (getrlimit): Return OPEN_MAX as current limitCorinna Vinschen2001-08-161-4/+1
* Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor2001-08-041-1/+1
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-0/+1
* Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor2001-04-181-1/+2
* * sysconf.cc (sysconf): return `getpagesize ()' on _SC_PAGESIZECorinna Vinschen2001-01-151-5/+1
* Whitespace cleanup.Christopher Faylor2000-10-281-1/+1
* * ntdll.h: New file.Corinna Vinschen2000-10-241-0/+35
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-0/+1
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-221-0/+1
* * winsup.h: Split out dtable definitions into separate header file.Christopher Faylor2000-08-121-0/+1
* Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor2000-08-121-2/+2
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1