| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2svn to create branchmultiprocess-20081120-branchpoint | cvs2svn | 2008-11-19 | 1 | -175/+0 |
* | Remove unneeded header files from source files throughout. | Christopher Faylor | 2008-04-07 | 1 | -6/+0 |
* | * cygheap.h (struct user_heap_info): Add slop member. | Corinna Vinschen | 2006-10-31 | 1 | -5/+22 |
* | * heap.cc (heap_init): Only commit if allocsize is not zero. | Corinna Vinschen | 2006-06-12 | 1 | -1/+1 |
* | * child_info.h (child_info_fork::handle_failure): Declare new function. | Christopher Faylor | 2006-03-13 | 1 | -1/+2 |
* | * heap.cc (heap_init): Remove Sleep. | Christopher Faylor | 2006-01-18 | 1 | -8/+4 |
* | * dcrt0.cc (__api_fatal): Simplify to just use strace mechamisms. | Christopher Faylor | 2005-12-26 | 1 | -4/+8 |
* | * heap.cc: Remove spurious getpagesize declaration. | Christopher Faylor | 2005-11-25 | 1 | -2/+0 |
* | * heap.cc (heap_init): Revert 2005-09-11 patch as it seems to inexplicably | Christopher Faylor | 2005-09-14 | 1 | -2/+3 |
* | * heap.cc (heap_init): Allocate heap from top down as a hedge against | Christopher Faylor | 2005-09-12 | 1 | -1/+1 |
* | * heap.cc (heap_init): Be slightly more aggressive when trying to allocate | Christopher Faylor | 2005-09-10 | 1 | -2/+2 |
* | Grr. REVERT erroneous checkin. AGAIN. | Christopher Faylor | 2005-09-02 | 1 | -4/+2 |
* | * Makefile.in (CXXFLAGS): Use 'override' to correctly set flags to generate | Christopher Faylor | 2005-09-02 | 1 | -2/+4 |
* | revert inexplicable previous checkin | Christopher Faylor | 2005-09-02 | 1 | -4/+2 |
* | bad_addresses | Christopher Faylor | 2005-09-02 | 1 | -2/+4 |
* | * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it | Christopher Faylor | 2004-05-28 | 1 | -1/+1 |
* | * debug.h (console_printf): Define for non-debugging condition. | Christopher Faylor | 2004-02-09 | 1 | -1/+1 |
* | * cygtls.h (_threadinfo::call): Remove regparm declaration to work around | Christopher Faylor | 2004-01-14 | 1 | -6/+9 |
* | Eliminate use of sigframe and sigthread throughout. | Christopher Faylor | 2003-11-28 | 1 | -1/+0 |
* | * devices.cc: New file. | Christopher Faylor | 2003-09-25 | 1 | -1/+1 |
* | * cygheap.cc (_csbrk): More left coercion cleanup. | Christopher Faylor | 2003-09-07 | 1 | -1/+1 |
* | * net.cc (free_char_list): Delete. | Christopher Faylor | 2003-08-31 | 1 | -2/+1 |
* | * exceptions.cc (sigreturn): Don't clobber ebp in recursive signal calls. | Christopher Faylor | 2003-08-22 | 1 | -11/+22 |
* | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 2003-06-16 | 1 | -1/+0 |
* | * heap.cc (heap_init): Remove debugging code. | Christopher Faylor | 2003-02-07 | 1 | -14/+0 |
* | * cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap. | Christopher Faylor | 2002-10-22 | 1 | -36/+59 |
* | Change _function() to function() throughout. | Christopher Faylor | 2002-10-21 | 1 | -1/+1 |
* | * cygthread.cc: Bump number of cygthreads up to accommodate applications which | Christopher Faylor | 2002-10-19 | 1 | -1/+1 |
* | * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has | Christopher Faylor | 2002-09-22 | 1 | -8/+8 |
* | * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares. | Christopher Faylor | 2002-06-05 | 1 | -1/+1 |
* | Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h, | Christopher Faylor | 2002-05-25 | 1 | -1/+0 |
* | Eliminate excess whitespace. | Christopher Faylor | 2001-11-05 | 1 | -2/+2 |
* | Add "path.h" include throughout, where needed. Use new path_conv methods and | Christopher Faylor | 2001-10-01 | 1 | -0/+1 |
* | * cygheap.cc (cygheap_fixup_in_child): Clear cygheap->base so that heap is not | Christopher Faylor | 2001-09-09 | 1 | -31/+34 |
* | * cygheap.h (init_cygheap): Move heap pointers here. | Christopher Faylor | 2001-09-07 | 1 | -0/+4 |
* | Remove initialization of static or global values to zero, throughout. This | Christopher Faylor | 2001-09-06 | 1 | -1/+1 |
* | Update copyrights. | Christopher Faylor | 2001-03-18 | 1 | -1/+1 |
* | * syscalls.cc (_link): Make sure that newpath does not exist. Set errno if it | Christopher Faylor | 2001-01-29 | 1 | -2/+2 |
* | Throughout, change 'cygwin_shared.mount' to 'mount_table'. | Christopher Faylor | 2001-01-28 | 1 | -1/+1 |
* | * heap.cc (heap_init): Fix extern declaration of getpagesize. | Corinna Vinschen | 2001-01-15 | 1 | -1/+2 |
* | * syscalls.cc (getpagesize): Save pagesize in global variable to | Corinna Vinschen | 2001-01-15 | 1 | -9/+2 |
* | * child_info: Bump child_info "version". | Christopher Faylor | 2000-10-12 | 1 | -0/+1 |
* | * spawn.cc (av::dup_maybe): Make function void rather than void *. | Christopher Faylor | 2000-09-25 | 1 | -0/+1 |
* | Break out more header info into separate files. Use appropriate header files | Christopher Faylor | 2000-09-08 | 1 | -1/+0 |
* | Split out tty and shared_info stuff into their own headers and use throughout. | Christopher Faylor | 2000-09-07 | 1 | -0/+2 |
* | * Makefile.in: Add cygheap.o. | Christopher Faylor | 2000-09-03 | 1 | -5/+1 |
* | * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files | Christopher Faylor | 2000-08-22 | 1 | -1/+3 |
* | * cygerrno.h: New file. Use this throughout whenever errno manipulation is | Christopher Faylor | 2000-08-22 | 1 | -0/+1 |
* | * winsup.h: Split out dtable definitions into separate header file. | Christopher Faylor | 2000-08-12 | 1 | -0/+1 |
* | * winsup.h: take out protections of environ, errno, allow C use | DJ Delorie | 2000-08-02 | 1 | -1/+1 |