aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/resource.cc
AgeCommit message (Expand)AuthorFilesLines
2022-12-04Cygwin: fix a few comments mentioning Windows 7 or 8Corinna Vinschen1-2/+1
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown1-2/+2
2021-11-30Cygwin: get/setrlimit: move RLIMIT_AS handling into static functionsCorinna Vinschen1-73/+84
2021-11-30Cygwin: setrlimit: Add a permission checkCorinna Vinschen1-0/+6
2021-11-30Cygwin: get_rlimit_stack: add a commentCorinna Vinschen1-0/+2
2021-11-26Cygwin: get/setrlimit: implement RLIMIT_ASCorinna Vinschen1-0/+86
2021-07-09Cygwin: Define PSAPI_VERSION as 1 before including psapi.hJon Turney1-1/+0
2021-02-01Cygwin: remove the OPEN_MAX_MAX macroKen Brown1-1/+1
2021-02-01Cygwin: sysconf, getrlimit: don't call getdtablesizeKen Brown1-4/+1
2018-02-07Cygwin: Cleanup time handlingCorinna Vinschen1-2/+2
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2015-07-29cygwin: Fix copyright datesCorinna Vinschen1-1/+1
2015-07-05Implement correct RLIMIT_STACK handlingCorinna Vinschen1-26/+59
2015-06-26Fix values returned by getrlimit(RLIMIT_STACK)Corinna Vinschen1-10/+26
2014-08-22 * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen1-61/+65
2013-06-14 Streamline time/times functionality. Remove last remains of formerCorinna Vinschen1-8/+6
2013-05-01* resource.cc (setrlimit): Use consistent commenting style. Return EINVAL whenChristopher Faylor1-5/+10
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-4/+4
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-1/+2
2011-12-03Throughout, remove extra space after function name from debugging output.Christopher Faylor1-1/+1
2011-08-07 * resource.cc (getrlimit): Just return RLIM_INFINITY in a request forCorinna Vinschen1-4/+2
2011-05-11 * autoload.cc (GetProcessMemoryInfo): Remove.Corinna Vinschen1-7/+8
2010-04-20 * cygheap.h (struct init_cygheap): Add rlim_core member.Corinna Vinschen1-5/+4
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen1-1/+1
2009-09-22Match dup2 and fcntl error values to POSIX.Eric Blake1-1/+1
2009-01-17 * fhandler_proc.cc: Reorganize global proc content data into a newCorinna Vinschen1-1/+6
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-2/+0
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor1-2/+5
2003-07-09* cygheap.cc (creturn): Set appropriate errno when out of memory.Christopher Faylor1-0/+2
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2002-10-07* dtable.cc (unknown_file): New variable.Christopher Faylor1-2/+1
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-2/+2
2002-08-08 * winsup.h (__check_null_invalid_struct): Make ptr argument non-const.Conrad Scott1-1/+1
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor1-1/+1
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor1-1/+0
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor1-1/+0
2001-10-22* resource.cc (fill_rusage): Perform paranoid zero structure passed toChristopher Faylor1-4/+3
2001-10-21* autoload.cc: Autoload GetProcessMemoryInfo.Christopher Faylor1-0/+9
2001-09-11Update copyrights.Christopher Faylor1-1/+1
2001-09-07* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor1-2/+2
2001-08-28 * resource.cc (getrlimit): Return actual values on RLIMIT_STACK.Corinna Vinschen1-0/+11
2001-08-16 * resource.cc (getrlimit): Return getdtablesize () as current limitCorinna Vinschen1-1/+1
2001-08-16 * resource.cc (getrlimit): Return OPEN_MAX as current limitCorinna Vinschen1-0/+3
2001-06-28Change check_null_empty_path* to check_null_empty_str* throughout.Christopher Faylor1-12/+4
2001-01-18 * resource.cc (setrlimit): Support RLIMIT_NOFILE.Corinna Vinschen1-0/+5
2001-01-05 * resource.cc (getrlimit): Set errno on EFAULT instead of returning it.Corinna Vinschen1-3/+22
2000-12-27 * cygwin.din: Add symbols for `getrlimit' and `setrlimit'.Corinna Vinschen1-0/+55
2000-10-15* exceptions.cc (set_console_handler): Don't allocateChristopher Faylor1-0/+1
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-1/+3
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor1-0/+1