Age | Commit message (Expand) | Author | Files | Lines |
2006-12-12 | Partially revert change from 2005-04-03, always running under an | Corinna Vinschen | 1 | -3/+1 |
2006-07-25 | 2006-07-25 Corinna Vinschen <corinna@vinschen.de> | Corinna Vinschen | 1 | -1/+1 |
2006-02-07 | * dtable.cc (handle_to_fn): Accomodate new argument order in call to | Corinna Vinschen | 1 | -3/+4 |
2005-09-14 | Remove some more unneeded 'return;'s throughout. | Christopher Faylor | 1 | -3/+0 |
2005-07-06 | Eliminate (void) cast on standalone function calls throughout. | Christopher Faylor | 1 | -2/+2 |
2005-07-03 | Replace valid memory checks with new myfault class "exception handling", almost | Christopher Faylor | 1 | -3/+3 |
2005-06-21 | * uinfo.cc (uinfo_init): Call reimpersonate to set the main thread's | Corinna Vinschen | 1 | -0/+1 |
2005-06-07 | * pinfo.cc (pinfo::init): Define sa_buf as PSECURITY_ATTRIBUTES and | Corinna Vinschen | 1 | -1/+1 |
2005-05-02 | white space and minor comment cleanup. | Christopher Faylor | 1 | -2/+2 |
2005-04-03 | * cygheap.cc (cygheap_init): Accomodate set_process_privilege change. | Corinna Vinschen | 1 | -22/+17 |
2005-04-03 | Unify usage of CYG_MAX_PATH throughout. Change buffers from | Corinna Vinschen | 1 | -3/+3 |
2005-01-12 | Reorganize header file inclusion throughout so that cygerrno.h comes first. | Christopher Faylor | 1 | -1/+1 |
2004-11-20 | 2004-11-20 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 1 | -4/+3 |
2004-10-28 | 2004-10-28 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 1 | -3/+3 |
2004-10-07 | * cygheap.h (class cygheap_user): Add psystemroot member and | Corinna Vinschen | 1 | -0/+22 |
2004-10-02 | 2004-10-02 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 1 | -1/+1 |
2004-09-03 | Regularize most strace_prints throughout so that %E is always preceded by a | Christopher Faylor | 1 | -8/+8 |
2004-05-28 | * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it | Christopher Faylor | 1 | -3/+3 |
2004-05-17 | * cygwin.din: Add symbols flockfile, ftrylockfile, funlockfile, | Corinna Vinschen | 1 | -0/+14 |
2004-02-09 | * debug.h (console_printf): Define for non-debugging condition. | Christopher Faylor | 1 | -1/+1 |
2004-02-06 | * uinfo.cc (cygheap_user::init): Use sec_user_nih to build a | Corinna Vinschen | 1 | -28/+17 |
2003-12-23 | * exceptions.cc (set_signal_mask): Redefine to not pass by address. Report | Christopher Faylor | 1 | -7/+1 |
2003-11-28 | Eliminate use of sigframe and sigthread throughout. | Christopher Faylor | 1 | -7/+7 |
2003-11-14 | 2003-11-11 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 1 | -6/+6 |
2003-09-27 | 2003-09-26 Pierre Humblet <pierre.humblet@ieee.org> | Pierre Humblet | 1 | -26/+57 |
2003-09-25 | * devices.cc: New file. | Christopher Faylor | 1 | -1/+1 |
2003-09-16 | * cygheap.cc (cygheap_user::set_saved_sid): Rename from set_orig_sid. | Corinna Vinschen | 1 | -5/+5 |
2003-09-10 | * shared_info.h (shared_info::initialize): Remove argument. | Christopher Faylor | 1 | -31/+49 |
2003-08-17 | * grp.cc (read_group): Revert previous change. | Corinna Vinschen | 1 | -1/+1 |
2003-07-14 | * cygheap.h (class cygheap_user): Use INVALID_HANDLE_VALUE as invalid | Corinna Vinschen | 1 | -1/+3 |
2003-06-30 | * cygheap.h (enum impersonation): New enum. | Corinna Vinschen | 1 | -5/+4 |
2003-06-16 | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 1 | -1/+0 |
2003-06-09 | * spawn.cc (spawn_guts): Call CreateProcess while impersonated, | Corinna Vinschen | 1 | -8/+19 |
2003-02-27 | * uinfo.cc (internal_getlogin): Only update user.groups.pgsid | Corinna Vinschen | 1 | -1/+2 |
2003-02-06 | * security.h: Introduce names UNKNOWN_UID and UNKNOWN_GID and delete | Corinna Vinschen | 1 | -1/+1 |
2003-01-27 | * uinfo.cc (pwdgrp::next_num): Remove check for NULL since it is no longer a | Christopher Faylor | 1 | -4/+2 |
2003-01-27 | * strings.h (strechr): New function. | Christopher Faylor | 1 | -14/+9 |
2003-01-26 | * uinfo.cc (pwdgrp::load): Regularize strace output. Add warning for | Christopher Faylor | 1 | -3/+6 |
2003-01-26 | * include/sys/strace.h (paranoid_printf): Define as not being part of "all" | Christopher Faylor | 1 | -25/+24 |
2003-01-25 | * pwdgrp.cc (pwdgrp::reparse): Declare. | Christopher Faylor | 1 | -0/+6 |
2003-01-25 | * syscalls.cc (seteuid32): On Win95 get the pw entry. If it exists | Corinna Vinschen | 1 | -8/+9 |
2003-01-24 | * pwdrp.h (pwdgrp::refresh): Lock entire test prior to reading. | Christopher Faylor | 1 | -22/+44 |
2003-01-21 | * grp.cc: Call gr.refresh() rather than doing isunitialized tests throughout. | Christopher Faylor | 1 | -2/+2 |
2003-01-21 | * path.h (etc::change_possible): Revert the type to bool. | Christopher Faylor | 1 | -1/+0 |
2003-01-20 | * pwdgrp.h (etc): Move to path.h. | Christopher Faylor | 1 | -68/+66 |
2003-01-17 | update copyright | Christopher Faylor | 1 | -1/+1 |
2003-01-17 | * uinfo.cc (etc::dir_changed): Don't print a warning if can't open /etc, unless | Christopher Faylor | 1 | -0/+2 |
2003-01-17 | * grp.cc (read_etc_group): On NT, add a line for gid = -1. Change name | Christopher Faylor | 1 | -0/+85 |
2002-12-10 | 2002-12-10 Pierre Humblet <pierre.humblet@ieee.org> | Corinna Vinschen | 1 | -5/+6 |
2002-11-27 | white space | Christopher Faylor | 1 | -1/+1 |