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