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