aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/cygheap.cc
AgeCommit message (Expand)AuthorFilesLines
2002-05-08 * cygheap.h (class cygheap_user): Add member `orig_psid'.Corinna Vinschen1-1/+11
2002-02-22* sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor1-1/+1
2002-02-17* times.cc (hires::prime): Restore thread priority on failure condition.Christopher Faylor1-1/+1
2001-11-05Eliminate excess whitespace.Christopher Faylor1-5/+5
2001-10-15* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor1-1/+1
2001-10-03* cygheap.cc (cfree): Remove malloc debugging probe.Christopher Faylor1-1/+0
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor1-1/+1
2001-09-14* cygheap.cc (dup_now): New function.Christopher Faylor1-10/+28
2001-09-13* cygheap.cc (ccalloc): Pass correct length to creturn so that cygheap_max isChristopher Faylor1-2/+3
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen1-1/+1
2001-09-09* cygheap.cc (cygheap_fixup_in_child): Clear cygheap->base so that heap is notChristopher Faylor1-0/+1
2001-09-09 * cygheap.cc (init_cygheap::etc_changed): New method to signalCorinna Vinschen1-0/+34
2001-09-06* cygheap.cc (cygheap_fixup_in_child): Don't consider a NULL bucket as aChristopher Faylor1-1/+1
2001-09-06* cygheap.h (init_cygheap): Move bucket array here from cygheap.cc.Christopher Faylor1-8/+6
2001-08-31space reduction.Christopher Faylor1-1/+1
2001-08-31* cygwin.sc: New file -- linker script for building cygwin DLL.Christopher Faylor1-21/+26
2001-08-22fix typo.Christopher Faylor1-1/+1
2001-08-20debugChristopher Faylor1-1/+1
2001-08-20* cygheap.cc (init_cheap): Allocate cygheap in shared memory for Windows NT.Christopher Faylor1-4/+19
2001-08-07* cygheap.cc (cygheap_root::set): Avoid treating '/' specially.Christopher Faylor1-0/+9
2001-08-04Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor1-26/+32
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-2/+1
2001-07-21* cygheap.cc (cygheap_fixup_in_child): Attempt Win95 workaround.Christopher Faylor1-3/+5
2001-07-18* cygheap.cc (_cmalloc): Use correct constants for size calculation.Christopher Faylor1-2/+3
2001-07-17* child_info.h: Bump magic number.Christopher Faylor1-56/+85
2001-06-03* cygheap.cc (cygheap_root::cygheap_rot): Remove constructor.Christopher Faylor1-33/+13
2001-05-08* cygheap.cc (_cfree): Add regparm attribute.Christopher Faylor1-0/+2
2001-05-04* exceptions.cc (ctrl_c_handler): Always send signal to process if it has noChristopher Faylor1-0/+1
2001-04-25 * autoload.cc: Add LoadDLLfunc statements for SetTokenInformation@16.Corinna Vinschen1-0/+1
2001-04-18Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor1-0/+4
2001-03-18Update copyrights.Christopher Faylor1-1/+1
2001-02-02* cygheap.cc (creturn): Correctly calculate cygheap_max.Christopher Faylor1-2/+3
2001-01-29* syscalls.cc (_link): Make sure that newpath does not exist. Set errno if itChristopher Faylor1-10/+1
2001-01-28* cygheap.cc (init_cheap): Move username initialization.Christopher Faylor1-8/+8
2001-01-28Throughout, change 'cygwin_shared.mount' to 'mount_table'.Christopher Faylor1-1/+11
2001-01-17 * cygheap.cc (cygheap_user::~cygheap_user): TemporarilyCorinna Vinschen1-0/+2
2000-11-29 * cygheap.cc (chgheap_root::operator =): Check root dir properly.Corinna Vinschen1-1/+1
2000-11-15 * cygheap.cc (cygheap_root::cygheap_root): New function.Corinna Vinschen1-0/+90
2000-11-14* cygheap.h (init_cygheap): New struct holding values that live in the CygwinChristopher Faylor1-38/+28
2000-11-03* pinfo.cc (pinfo::init): Reverse order of setting status and pid info in anChristopher Faylor1-1/+1
2000-10-16* Makefile.in: Remove some obsolete stuff.Christopher Faylor1-36/+10
2000-10-14* cygheap.cc (cygheap_fixup_in_child): Don't page round cygheap copied fromChristopher Faylor1-3/+1
2000-10-12* child_info: Bump child_info "version".Christopher Faylor1-2/+2
2000-10-02* cygheap.cc (cygheap_init): Born again function.Christopher Faylor1-7/+32
2000-09-30* cygheap.cc (init_cheap): Set aside space for heap walk pointer.Christopher Faylor1-33/+80
2000-09-27* spawn.cc (spawn_guts): Attempt to accomodate archaic windows quotingChristopher Faylor1-0/+10
2000-09-11* cygheap.cc (init_cheap): Just use any old address for the cygwin heap.Christopher Faylor1-5/+5
2000-09-05* path.cc (cwd_win32): Eliminate.Christopher Faylor1-7/+12
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor1-0/+232