summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/heap.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert errnoneous commit.Christopher Faylor2000-07-031-14/+8
* * exceptions.cc (stack_info::walk): Use method to find offset.Christopher Faylor2000-07-031-8/+14
* * exceptions.cc (interruptible): Change method for determining if something isChristopher Faylor2000-02-241-1/+1
* Respond to a multitude of g++ warnings.Christopher Faylor2000-02-211-1/+1
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+140