summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/cygheap.cc
Commit message (Expand)AuthorAgeFilesLines
* * cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor2004-01-141-0/+11
* Move open_fhs from fhandler.h to cygheap.h for easier tracking. AccommodateChristopher Faylor2003-12-301-5/+0
* * fhandler.h (fhandler_tty_slave::archetype): Make public.Christopher Faylor2003-12-271-3/+1
* * fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration.Christopher Faylor2003-12-271-0/+7
* * cygheap.cc (cygheap_init): Set cygheap->shared_prefix.Corinna Vinschen2003-12-011-0/+6
* 2003-09-26 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2003-09-271-25/+0
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* * cygheap.cc (cygheap_user::set_saved_sid): Rename from set_orig_sid.Corinna Vinschen2003-09-161-4/+5
* * cygheap.cc (_csbrk): More left coercion cleanup.Christopher Faylor2003-09-071-2/+2
* * cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.Christopher Faylor2003-09-011-0/+3
* * cygheap.cc (creturn): Set appropriate errno when out of memory.Christopher Faylor2003-07-091-1/+3
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * cygheap.cc (init_cheap): Temporarily remove inline that newer gcc's haveChristopher Faylor2003-05-301-1/+1
* * cygheap.cc: Change most 'int's to 'unsigned's.Christopher Faylor2003-01-181-11/+9
* update copyrightChristopher Faylor2003-01-171-1/+1
* * grp.cc (read_etc_group): On NT, add a line for gid = -1. Change nameChristopher Faylor2003-01-171-33/+0
* * cmalloc.cc (_cmalloc): Fix memory leak.Christopher Faylor2003-01-151-2/+1
* * cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap.Christopher Faylor2002-10-221-1/+1
* * child_info.h (CURR_CHILD_INFO_MAGIC): Reset.Christopher Faylor2002-10-141-4/+3
* * cygheap.cc (dup_now): Make fatal error a little more informative.Christopher Faylor2002-10-091-4/+21
* More GNUify non-GNU formatted functions calls throughout.Christopher Faylor2002-09-231-1/+1
* * 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