aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/malloc_wrapper.cc
AgeCommit message (Expand)AuthorFilesLines
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-5/+0
2007-02-08 * cygmalloc.h (__set_ENOMEM): Declare.Corinna Vinschen1-10/+8
2007-02-07 * cygmalloc.h (MALLOC_FAILURE_ACTION): Define empty.Corinna Vinschen1-2/+30
2005-12-29*** cygwin DLL Changes:Christopher Faylor1-1/+1
2005-09-14Remove some more unneeded 'return;'s throughout.Christopher Faylor1-2/+0
2005-04-05* sync.h (muto::operator int): New operator.Christopher Faylor1-2/+2
2005-02-20copyrightChristopher Faylor1-1/+2
2005-01-12Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor1-1/+1
2004-03-04* gendef (sigreturn): Call stabilize_sig_stack to ensure that there are noChristopher Faylor1-3/+8
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2004-01-20* include/cygwin/version.h: Bump DLL minor number to 8.Christopher Faylor1-69/+4
2004-01-14* cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor1-0/+1
2003-09-25* devices.cc: New file.Christopher Faylor1-1/+1
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-02-22* cygmalloc.h: Remove MORECORE_CANNOT_TRIM. It's not true. # cygwin.din:Christopher Faylor1-0/+18
2002-09-23More GNUify non-GNU formatted functions calls throughout.Christopher Faylor1-5/+0
2002-08-18* malloc.cc: Update to 2.7.2.Christopher Faylor1-5/+5
2002-08-16Missed this commit in last checkin.Christopher Faylor1-74/+149
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor1-1/+1
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-10-15* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor1-0/+2
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor1-0/+1
2001-09-11Update copyrights.Christopher Faylor1-3/+3
2001-09-09* fork.cc (fork_parent): Stop malloc activity while fork is in control of theChristopher Faylor1-12/+6
2001-09-06Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor1-1/+1
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-0/+1
2001-04-18Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor1-0/+2
2000-09-08Break out more header info into separate files. Use appropriate header filesChristopher Faylor1-0/+1
2000-09-03* Makefile.in: Add cygheap.o.Christopher Faylor1-16/+23
2000-08-22* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor1-0/+1
2000-05-17* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor1-1/+0
2000-03-15Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>Christopher Faylor1-1/+1
2000-02-26* exceptions.cc (interruptible): Make a little more structured.Christopher Faylor1-4/+5
2000-02-21Respond to a multitude of g++ warnings.Christopher Faylor1-2/+2
2000-02-21* environ.cc (getwinenv): Make __stdcall.Christopher Faylor1-1/+17
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor1-0/+221