Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-04Throughout, remove extra space after function name from debugging output.Christopher Faylor
2011-08-07 * resource.cc (getrlimit): Just return RLIM_INFINITY in a request forCorinna Vinschen
2011-05-11 * autoload.cc (GetProcessMemoryInfo): Remove.Corinna Vinschen
2010-04-20 * cygheap.h (struct init_cygheap): Add rlim_core member.Corinna Vinschen
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen
2009-09-22Match dup2 and fcntl error values to POSIX.Eric Blake
2009-01-17 * fhandler_proc.cc: Reorganize global proc content data into a newCorinna Vinschen
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor
2003-07-09* cygheap.cc (creturn): Set appropriate errno when out of memory.Christopher Faylor
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2002-10-08* dtable.cc (unknown_file): New variable.Christopher Faylor
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor
2002-08-08 * winsup.h (__check_null_invalid_struct): Make ptr argument non-const.Conrad Scott
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor
2001-10-22* resource.cc (fill_rusage): Perform paranoid zero structure passed toChristopher Faylor
2001-10-22* autoload.cc: Autoload GetProcessMemoryInfo.Christopher Faylor
2001-09-12Update copyrights.Christopher Faylor
2001-09-08* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor
2001-08-29 * resource.cc (getrlimit): Return actual values on RLIMIT_STACK.Corinna Vinschen
2001-08-16 * resource.cc (getrlimit): Return getdtablesize () as current limitCorinna Vinschen
2001-08-16 * resource.cc (getrlimit): Return OPEN_MAX as current limitCorinna Vinschen
2001-06-28Change check_null_empty_path* to check_null_empty_str* throughout.Christopher Faylor
2001-01-18 * resource.cc (setrlimit): Support RLIMIT_NOFILE.Corinna Vinschen
2001-01-05 * resource.cc (getrlimit): Set errno on EFAULT instead of returning it.Corinna Vinschen
2000-12-27 * cygwin.din: Add symbols for `getrlimit' and `setrlimit'.Corinna Vinschen
2000-10-15* exceptions.cc (set_console_handler): Don't allocateChristopher Faylor
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor
2000-08-22* cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor
2000-08-12* winsup.h: Split out dtable definitions into separate header file.Christopher Faylor
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor