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