summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/cygheap.cc
Commit message (Expand)AuthorAgeFilesLines
* * child_info.h: Add _PROC_WHOOPS enum value.Christopher Faylor2002-08-271-1/+0
* one more changeChristopher Faylor2002-08-071-1/+1
* * cygheap.cc (_csbrk): Avoid !cygheap considerations.Christopher Faylor2002-08-071-20/+13
* Conrad Scott <conrad.scott@dsl.pipex.comChristopher Faylor2002-08-061-2/+2
* * dcrt0.cc (dll_crt0_1): Move debug_fixup_after_fork_exec.Christopher Faylor2002-07-301-0/+1
* * debug.h (handle_list): Move here from debug.cc. Add "inherit" flagChristopher Faylor2002-07-131-18/+17
* * cygheap.cc (init_cheap): Rearrange error message.Christopher Faylor2002-07-031-13/+13
* * cygheap.h (cygheap_user): Reorg to accommodate environment caching.Christopher Faylor2002-06-291-1/+1
* * cygheap.cc (cfree_and_set): New function.Christopher Faylor2002-06-271-9/+13
* * cygheap.cc (cygheap_user::set_name): Correct thinko in below change.Christopher Faylor2002-06-271-4/+6
* * cygheap.cc (cygheap_user::set_name): Avoid clearing things when just settingChristopher Faylor2002-06-261-1/+9
* * uinfo.cc (cygheap_user::ontherange): Use env_name for NetUserGetInfo.Christopher Faylor2002-06-211-1/+1
* * cygheap.h (cygheap_user::winname): New field.Christopher Faylor2002-06-161-1/+3
* * child_info.h (child_proc_info): Declare as base class.Christopher Faylor2002-06-151-6/+6
* * cygheap.cc (cygheap_user::set_logsrv): Remove.Christopher Faylor2002-06-141-37/+17
* * cygheap.cc (cygheap_user::set_name): Revert previous change.Corinna Vinschen2002-06-131-0/+2
* * cygheap.cc (cygheap_user::set_name): Remove setting homedrive andCorinna Vinschen2002-06-131-4/+2
* * cygheap.cc (cygheap_user::set_name): Set homedrive and homepath to NULL onChristopher Faylor2002-06-121-1/+9
* * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor2002-06-051-1/+1
* * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor2002-05-281-2/+2
* * 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