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
2008-09-05This commit was manufactured by cvs2svn to create branch 'binutils-binutils-arc-20080908-branchpointbinutils-arc-20080908-branchcvs2svn
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2006-10-31 * cygheap.h (struct user_heap_info): Add slop member.Corinna Vinschen
2006-06-12 * heap.cc (heap_init): Only commit if allocsize is not zero.Corinna Vinschen
2006-03-14* child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor
2006-01-18* heap.cc (heap_init): Remove Sleep.Christopher Faylor
2005-12-26* dcrt0.cc (__api_fatal): Simplify to just use strace mechamisms.Christopher Faylor
2005-11-25* heap.cc: Remove spurious getpagesize declaration.Christopher Faylor
2005-09-14* heap.cc (heap_init): Revert 2005-09-11 patch as it seems to inexplicablyChristopher Faylor
2005-09-12* heap.cc (heap_init): Allocate heap from top down as a hedge againstChristopher Faylor
2005-09-10* heap.cc (heap_init): Be slightly more aggressive when trying to allocateChristopher Faylor
2005-09-02Grr. REVERT erroneous checkin. AGAIN.Christopher Faylor
2005-09-02* Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generateChristopher Faylor
2005-09-02revert inexplicable previous checkinChristopher Faylor
2005-09-02bad_addressesChristopher Faylor
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor
2004-01-14* cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor
2003-11-28Eliminate use of sigframe and sigthread throughout.Christopher Faylor
2003-09-25* devices.cc: New file.Christopher Faylor
2003-09-07* cygheap.cc (_csbrk): More left coercion cleanup.Christopher Faylor
2003-09-01* net.cc (free_char_list): Delete.Christopher Faylor
2003-08-22* exceptions.cc (sigreturn): Don't clobber ebp in recursive signal calls.Christopher Faylor
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-02-07* heap.cc (heap_init): Remove debugging code.Christopher Faylor
2002-10-22* cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap.Christopher Faylor
2002-10-21Change _function() to function() throughout.Christopher Faylor
2002-10-19* cygthread.cc: Bump number of cygthreads up to accommodate applications whichChristopher Faylor
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor
2001-11-05Eliminate excess whitespace.Christopher Faylor
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor
2001-09-09* cygheap.cc (cygheap_fixup_in_child): Clear cygheap->base so that heap is notChristopher Faylor
2001-09-08* cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor
2001-09-06Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor
2001-03-18Update copyrights.Christopher Faylor
2001-01-29* syscalls.cc (_link): Make sure that newpath does not exist. Set errno if itChristopher Faylor
2001-01-28Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor
2001-01-15 * heap.cc (heap_init): Fix extern declaration of getpagesize.Corinna Vinschen
2001-01-15 * syscalls.cc (getpagesize): Save pagesize in global variable toCorinna Vinschen
2000-10-13* child_info: Bump child_info "version".Christopher Faylor
2000-09-25* spawn.cc (av::dup_maybe): Make function void rather than void *.Christopher Faylor
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor
2000-09-07Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor
2000-09-03* Makefile.in: Add cygheap.o.Christopher 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