aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/resource.cc
AgeCommit message (Expand)AuthorFilesLines
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
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor1-0/+1
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie1-1/+1
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+94