summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/malloc_wrapper.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Remove remnants of never-defined MALLOC_DEBUG and NEWVFORKPeter Foley2016-04-011-4/+0
* Add nonnull annotation to posix_memalign.Peter Foley2016-03-211-2/+1
* * gendef: Export _sigbe on 64 bit as well.Corinna Vinschen2015-01-161-5/+8
* * malloc_wrapper.cc (mallinfo): Initialize m if external malloc is used,Corinna Vinschen2014-06-231-1/+4
* * include/sys/cygwin.h (struct per_process): Add posix_memalign. ReduceCorinna Vinschen2013-08-141-1/+1
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-3/+3
* * miscfuncs.cc (__import_address): Check if malloc field points directly atChristopher Faylor2013-01-231-1/+2
* * miscfuncs.cc (__import_address): Avoid treating random instructions as importChristopher Faylor2013-01-231-2/+1
* * malloc_wrapper.cc (malloc_init): Re-add inadvertently dropped comment whichChristopher Faylor2013-01-211-0/+3
* Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor2013-01-211-2/+2
* * malloc_wrapper.cc: Change 'use_internal_malloc' to 'use_internal' throughout.Christopher Faylor2013-01-201-28/+21
* * cygwin.din: Export reallocf.Corinna Vinschen2009-02-161-0/+11
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-5/+0
* * cygmalloc.h (__set_ENOMEM): Declare.Corinna Vinschen2007-02-081-10/+8
* * cygmalloc.h (MALLOC_FAILURE_ACTION): Define empty.Corinna Vinschen2007-02-071-2/+30
* *** cygwin DLL Changes:Christopher Faylor2005-12-291-1/+1
* Remove some more unneeded 'return;'s throughout.Christopher Faylor2005-09-141-2/+0
* * sync.h (muto::operator int): New operator.Christopher Faylor2005-04-051-2/+2
* copyrightChristopher Faylor2005-02-201-1/+2
* Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor2005-01-121-1/+1
* * gendef (sigreturn): Call stabilize_sig_stack to ensure that there are noChristopher Faylor2004-03-041-3/+8
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * include/cygwin/version.h: Bump DLL minor number to 8.Christopher Faylor2004-01-201-69/+4
* * cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor2004-01-141-0/+1
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * cygmalloc.h: Remove MORECORE_CANNOT_TRIM. It's not true. # cygwin.din:Christopher Faylor2003-02-221-0/+18
* More GNUify non-GNU formatted functions calls throughout.Christopher Faylor2002-09-231-5/+0
* * malloc.cc: Update to 2.7.2.Christopher Faylor2002-08-181-5/+5
* Missed this commit in last checkin.Christopher Faylor2002-08-161-74/+149
* * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor2002-06-051-1/+1
* * 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
* * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor2001-10-151-0/+2
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-0/+1
* Update copyrights.Christopher Faylor2001-09-111-3/+3
* * fork.cc (fork_parent): Stop malloc activity while fork is in control of theChristopher Faylor2001-09-091-12/+6
* Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor2001-09-061-1/+1
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-0/+1
* Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor2001-04-181-0/+2
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-0/+1
* * Makefile.in: Add cygheap.o.Christopher Faylor2000-09-031-16/+23
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-0/+1
* * path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor2000-05-171-1/+0
* Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>Christopher Faylor2000-03-151-1/+1
* * exceptions.cc (interruptible): Make a little more structured.Christopher Faylor2000-02-261-4/+5
* Respond to a multitude of g++ warnings.Christopher Faylor2000-02-211-2/+2
* * environ.cc (getwinenv): Make __stdcall.Christopher Faylor2000-02-211-1/+17
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+221