summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/resource.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: Fix copyright datesCorinna Vinschen2015-07-291-1/+1
* Implement correct RLIMIT_STACK handlingCorinna Vinschen2015-07-051-26/+59
* Fix values returned by getrlimit(RLIMIT_STACK)Corinna Vinschen2015-06-261-10/+26
* * Throughout, use __try/__except/__endtry blocks, rather than myfaultCorinna Vinschen2014-08-221-61/+65
* Streamline time/times functionality. Remove last remains of formerCorinna Vinschen2013-06-141-8/+6
* * resource.cc (setrlimit): Use consistent commenting style. Return EINVAL whenChristopher Faylor2013-05-011-5/+10
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-4/+4
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-1/+2
* Throughout, remove extra space after function name from debugging output.Christopher Faylor2011-12-031-1/+1
* * resource.cc (getrlimit): Just return RLIM_INFINITY in a request forCorinna Vinschen2011-08-071-4/+2
* * autoload.cc (GetProcessMemoryInfo): Remove.Corinna Vinschen2011-05-111-7/+8
* * cygheap.h (struct init_cygheap): Add rlim_core member.Corinna Vinschen2010-04-201-5/+4
* Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen2009-12-181-1/+1
* Match dup2 and fcntl error values to POSIX.Eric Blake2009-09-221-1/+1
* * fhandler_proc.cc: Reorganize global proc content data into a newCorinna Vinschen2009-01-171-1/+6
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-2/+0
* Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor2005-07-031-2/+5
* * cygheap.cc (creturn): Set appropriate errno when out of memory.Christopher Faylor2003-07-091-0/+2
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * dtable.cc (unknown_file): New variable.Christopher Faylor2002-10-071-2/+1
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-2/+2
* * winsup.h (__check_null_invalid_struct): Make ptr argument non-const.Conrad Scott2002-08-081-1/+1
* * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor2002-06-051-1/+1
* Remove unneeded sigproc.h includes throughout.Christopher Faylor2002-06-021-1/+0
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-1/+0
* * resource.cc (fill_rusage): Perform paranoid zero structure passed toChristopher Faylor2001-10-221-4/+3
* * autoload.cc: Autoload GetProcessMemoryInfo.Christopher Faylor2001-10-211-0/+9
* Update copyrights.Christopher Faylor2001-09-111-1/+1
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-2/+2
* * resource.cc (getrlimit): Return actual values on RLIMIT_STACK.Corinna Vinschen2001-08-281-0/+11
* * 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-0/+3
* Change check_null_empty_path* to check_null_empty_str* throughout.Christopher Faylor2001-06-281-12/+4
* * resource.cc (setrlimit): Support RLIMIT_NOFILE.Corinna Vinschen2001-01-181-0/+5
* * resource.cc (getrlimit): Set errno on EFAULT instead of returning it.Corinna Vinschen2001-01-051-3/+22
* * cygwin.din: Add symbols for `getrlimit' and `setrlimit'.Corinna Vinschen2000-12-271-0/+55
* * exceptions.cc (set_console_handler): Don't allocateChristopher Faylor2000-10-151-0/+1
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-1/+3
* * 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
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+94