summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/heap.cc
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchmultiprocess-20081120-branchpointcvs2svn2008-11-191-175/+0
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-6/+0
* * cygheap.h (struct user_heap_info): Add slop member.Corinna Vinschen2006-10-311-5/+22
* * heap.cc (heap_init): Only commit if allocsize is not zero.Corinna Vinschen2006-06-121-1/+1
* * child_info.h (child_info_fork::handle_failure): Declare new function.Christopher Faylor2006-03-131-1/+2
* * heap.cc (heap_init): Remove Sleep.Christopher Faylor2006-01-181-8/+4
* * dcrt0.cc (__api_fatal): Simplify to just use strace mechamisms.Christopher Faylor2005-12-261-4/+8
* * heap.cc: Remove spurious getpagesize declaration.Christopher Faylor2005-11-251-2/+0
* * heap.cc (heap_init): Revert 2005-09-11 patch as it seems to inexplicablyChristopher Faylor2005-09-141-2/+3
* * heap.cc (heap_init): Allocate heap from top down as a hedge againstChristopher Faylor2005-09-121-1/+1
* * heap.cc (heap_init): Be slightly more aggressive when trying to allocateChristopher Faylor2005-09-101-2/+2
* Grr. REVERT erroneous checkin. AGAIN.Christopher Faylor2005-09-021-4/+2
* * Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generateChristopher Faylor2005-09-021-2/+4
* revert inexplicable previous checkinChristopher Faylor2005-09-021-4/+2
* bad_addressesChristopher Faylor2005-09-021-2/+4
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-1/+1
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor2004-01-141-6/+9
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-1/+0
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* * cygheap.cc (_csbrk): More left coercion cleanup.Christopher Faylor2003-09-071-1/+1
* * net.cc (free_char_list): Delete.Christopher Faylor2003-08-311-2/+1
* * exceptions.cc (sigreturn): Don't clobber ebp in recursive signal calls.Christopher Faylor2003-08-221-11/+22
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * heap.cc (heap_init): Remove debugging code.Christopher Faylor2003-02-071-14/+0
* * cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap.Christopher Faylor2002-10-221-36/+59
* Change _function() to function() throughout.Christopher Faylor2002-10-211-1/+1
* * cygthread.cc: Bump number of cygthreads up to accommodate applications whichChristopher Faylor2002-10-191-1/+1
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-8/+8
* * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor2002-06-051-1/+1
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-1/+0
* Eliminate excess whitespace.Christopher Faylor2001-11-051-2/+2
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-0/+1
* * cygheap.cc (cygheap_fixup_in_child): Clear cygheap->base so that heap is notChristopher Faylor2001-09-091-31/+34
* * cygheap.h (init_cygheap): Move heap pointers here.Christopher Faylor2001-09-071-0/+4
* Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor2001-09-061-1/+1
* Update copyrights.Christopher Faylor2001-03-181-1/+1
* * syscalls.cc (_link): Make sure that newpath does not exist. Set errno if itChristopher Faylor2001-01-291-2/+2
* Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor2001-01-281-1/+1
* * heap.cc (heap_init): Fix extern declaration of getpagesize.Corinna Vinschen2001-01-151-1/+2
* * syscalls.cc (getpagesize): Save pagesize in global variable toCorinna Vinschen2001-01-151-9/+2
* * child_info: Bump child_info "version".Christopher Faylor2000-10-121-0/+1
* * spawn.cc (av::dup_maybe): Make function void rather than void *.Christopher Faylor2000-09-251-0/+1
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-1/+0
* Split out tty and shared_info stuff into their own headers and use throughout.Christopher Faylor2000-09-071-0/+2
* * Makefile.in: Add cygheap.o.Christopher Faylor2000-09-031-5/+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