Age | Commit message (Expand) | Author | Files | Lines |
2005-05-02 | white space and minor comment cleanup. | Christopher Faylor | 1 | -1/+1 |
2005-04-05 | * sync.h (muto::operator int): New operator. | Christopher Faylor | 1 | -2/+2 |
2005-04-03 | * cygheap.cc (cygheap_init): Accomodate set_process_privilege change. | Corinna Vinschen | 1 | -19/+17 |
2005-03-22 | * Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft. | Christopher Faylor | 1 | -0/+9 |
2005-02-20 | copyright | Christopher Faylor | 1 | -1/+1 |
2005-02-13 | white space | Christopher Faylor | 1 | -4/+4 |
2005-02-06 | * path.cc (path_conv::check): Leave symlink expansion loop in case | Corinna Vinschen | 1 | -0/+1 |
2005-01-31 | * cygheap.h (class cygheap_fdenum): New class to enumerate used | Corinna Vinschen | 1 | -0/+23 |
2004-12-13 | * cygheap.h (cwdstuff::get_drive): Release cwd_lock. | Corinna Vinschen | 1 | -0/+1 |
2004-11-26 | * child_info.h (child_info_spawn::hexec_proc): Eliminate. | Christopher Faylor | 1 | -0/+1 |
2004-11-20 | 2004-11-20 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 1 | -0/+8 |
2004-10-28 | 2004-10-28 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 1 | -10/+11 |
2004-10-07 | * cygheap.h (class cygheap_user): Add psystemroot member and | Corinna Vinschen | 1 | -0/+2 |
2004-10-07 | revert erroneously applied change | Christopher Faylor | 1 | -1/+0 |
2004-10-07 | * spawn.cc (pthread_cleanup::oldmask): Default to invalid signal mask. | Christopher Faylor | 1 | -0/+1 |
2004-09-12 | * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess is | Christopher Faylor | 1 | -0/+1 |
2004-09-07 | 2004-09-05 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 1 | -0/+7 |
2004-05-28 | * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it | Christopher Faylor | 1 | -1/+1 |
2004-05-15 | * cygheap.h: Remove some parameter names from declarations throughout. | Christopher Faylor | 1 | -4/+4 |
2004-05-12 | * cygheap.h (struct init_cygheap): Add mt_h member. | Corinna Vinschen | 1 | -0/+1 |
2004-04-11 | * cygheap.h: Replace inexplicably removed closing brace. | Christopher Faylor | 1 | -0/+1 |
2004-04-11 | * cygheap.h (CYGHEAP_SLOP): Reduce drastically to avoid collisions. | Christopher Faylor | 1 | -2/+1 |
2004-03-18 | * child_info.h (CURR_CHILD_INFO_MAGIC): Reset to new value. | Christopher Faylor | 1 | -1/+3 |
2004-02-12 | Rename _threadinfo to _cygtls, throughout. | Christopher Faylor | 1 | -1/+1 |
2004-02-08 | * localtime.cc (localtime_r): Call tzset. | Christopher Faylor | 1 | -1/+1 |
2004-02-02 | Throughout, change name from set_inheritance to set_no_inheritance to better | Christopher Faylor | 1 | -1/+1 |
2004-01-23 | * configure.in: Remove NEWVFORK default. | Christopher Faylor | 1 | -0/+2 |
2004-01-14 | * cygtls.h (_threadinfo::call): Remove regparm declaration to work around | Christopher Faylor | 1 | -5/+9 |
2004-01-03 | 2004 stuff | Christopher Faylor | 1 | -1/+1 |
2004-01-03 | * cygheap.h (init_cygheap): Play more vfork shell games and move ctty_on_hold | Christopher Faylor | 1 | -0/+1 |
2003-12-30 | Move open_fhs from fhandler.h to cygheap.h for easier tracking. Accommodate | Christopher Faylor | 1 | -0/+1 |
2003-12-11 | * cygheap.h (cygheap_types): Add HEAP_ARCHETYPES. | Christopher Faylor | 1 | -1/+2 |
2003-12-07 | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 1 | -1/+3 |
2003-12-01 | * cygheap.cc (cygheap_init): Set cygheap->shared_prefix. | Corinna Vinschen | 1 | -0/+1 |
2003-11-14 | 2003-11-11 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 1 | -3/+3 |
2003-09-27 | 2003-09-26 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 1 | -6/+6 |
2003-09-25 | * devices.cc: New file. | Christopher Faylor | 1 | -0/+1 |
2003-09-16 | * cygheap.cc (cygheap_user::set_saved_sid): Rename from set_orig_sid. | Corinna Vinschen | 1 | -6/+6 |
2003-09-10 | * shared_info.h (shared_info::initialize): Remove argument. | Christopher Faylor | 1 | -0/+1 |
2003-09-05 | * dcrt0.cc (__argc_safe): New variable. | Christopher Faylor | 1 | -1/+1 |
2003-09-01 | * cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap. | Christopher Faylor | 1 | -0/+2 |
2003-08-23 | * cygheap.h (enum cygheap_types): Add HEAP_MMAP. | Christopher Faylor | 1 | -2/+3 |
2003-08-22 | * exceptions.cc (sigreturn): Don't clobber ebp in recursive signal calls. | Christopher Faylor | 1 | -0/+1 |
2003-07-14 | * cygheap.h (class cygheap_user): Use INVALID_HANDLE_VALUE as invalid | Corinna Vinschen | 1 | -28/+19 |
2003-06-30 | * cygheap.h (enum impersonation): New enum. | Corinna Vinschen | 1 | -4/+44 |
2003-01-17 | * grp.cc (read_etc_group): On NT, add a line for gid = -1. Change name | Christopher Faylor | 1 | -4/+1 |
2002-10-22 | * cygheap.cc (cygheap_fixup_in_child): Use user_heap element in cygheap. | Christopher Faylor | 1 | -6/+9 |
2002-10-09 | * cygheap.cc (dup_now): Make fatal error a little more informative. | Christopher Faylor | 1 | -1/+1 |
2002-08-27 | * child_info.h: Add _PROC_WHOOPS enum value. | Christopher Faylor | 1 | -0/+1 |
2002-07-29 | * security.cc: Change some formatting. | Corinna Vinschen | 1 | -0/+1 |