| Commit message (Expand) | Author | Age | Files | Lines |
* | * security.cc (allow_ntsec): Default to zero. | Christopher Faylor | 2002-09-30 | 1 | -2/+0 |
* | * environ.cc (environ_init): Avoid a compiler warning. | Christopher Faylor | 2002-09-30 | 1 | -2/+2 |
* | More GNUify non-GNU formatted functions calls throughout. | Christopher Faylor | 2002-09-23 | 1 | -5/+5 |
* | * cygthread.cc (cygthread::initialized): Avoid copying on fork or some threads | Christopher Faylor | 2002-09-19 | 1 | -2/+2 |
* | * environ.cc (parse_options): Remember the "no" part of any options for later | Christopher Faylor | 2002-08-08 | 1 | -1/+2 |
* | * environ.cc (parse_options): Use setenv to potentially replace CYGWIN value on | Christopher Faylor | 2002-07-01 | 1 | -14/+31 |
* | * environ.cc (spenv::retrieve): Detect return of env_dontadd from cygheap_user | Christopher Faylor | 2002-06-29 | 1 | -5/+5 |
* | * environ.cc (spenv::from_cygheap): Still need to take setuid into | Christopher Faylor | 2002-06-29 | 1 | -1/+1 |
* | * cygheap.h (cygheap_user): Reorg to accommodate environment caching. | Christopher Faylor | 2002-06-29 | 1 | -36/+38 |
* | * cygheap.cc (cfree_and_set): New function. | Christopher Faylor | 2002-06-27 | 1 | -1/+1 |
* | * cygheap.cc (cygheap_user::set_name): Avoid clearing things when just setting | Christopher Faylor | 2002-06-26 | 1 | -2/+2 |
* | * autoload (noload): Avoid clobbering bx register. | Christopher Faylor | 2002-06-26 | 1 | -5/+3 |
* | * uinfo.cc (cygheap_user::ontherange): Use env_name for NetUserGetInfo. | Christopher Faylor | 2002-06-21 | 1 | -3/+4 |
* | Use hMainProc where appropriate, throughout. | Christopher Faylor | 2002-06-19 | 1 | -12/+29 |
* | * cygheap.h (cygheap_user::issetuid): New method. | Christopher Faylor | 2002-06-16 | 1 | -12/+22 |
* | Changes suggested by Pierre Humblet. | Christopher Faylor | 2002-06-16 | 1 | -26/+25 |
* | * child_info.h (child_proc_info): Declare as base class. | Christopher Faylor | 2002-06-15 | 1 | -1/+2 |
* | * cygheap.h (cygheap_user::userprofile_env_buf): New static member. | Christopher Faylor | 2002-06-14 | 1 | -2/+3 |
* | * cygheap.cc (cygheap_user::set_logsrv): Remove. | Christopher Faylor | 2002-06-14 | 1 | -0/+2 |
* | * environ.cc (build_env): If realloc moves envblock, move s with it. | Corinna Vinschen | 2002-06-14 | 1 | -1/+10 |
* | * cygheap.cc (cygheap_user::set_name): Revert previous change. | Corinna Vinschen | 2002-06-13 | 1 | -1/+2 |
* | * environ.cc (build_env): Correctly fill out windows environment block with | Christopher Faylor | 2002-06-13 | 1 | -29/+59 |
* | * cygheap.cc (cygheap_user::set_name): Set homedrive and homepath to NULL on | Christopher Faylor | 2002-06-12 | 1 | -70/+118 |
* | * dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares. | Christopher Faylor | 2002-06-05 | 1 | -1/+1 |
* | Remove fcntl.h includes throughout. | Christopher Faylor | 2002-06-05 | 1 | -1/+0 |
* | Remove unneeded sigproc.h includes throughout. | Christopher Faylor | 2002-06-02 | 1 | -1/+0 |
* | Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h, | Christopher Faylor | 2002-05-25 | 1 | -1/+0 |
* | 2002-02-28 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 2002-02-28 | 1 | -0/+2 |
* | * environ.cc: Set reset_com to false to mimic linux behavior more closely. | Christopher Faylor | 2001-10-31 | 1 | -1/+1 |
* | * cygheap.cc (cfree): Remove malloc debugging probe. | Christopher Faylor | 2001-10-03 | 1 | -16/+22 |
* | * environ.cc (winenv): Allocate exact amount of space needed for forced windows | Christopher Faylor | 2001-09-30 | 1 | -3/+6 |
* | * Makefile.in: Build wincap.o. | Corinna Vinschen | 2001-09-12 | 1 | -3/+8 |
* | Move appropriate variables to NO_COPY segment, throughout. | Christopher Faylor | 2001-09-06 | 1 | -6/+6 |
* | Remove initialization of static or global values to zero, throughout. This | Christopher Faylor | 2001-09-06 | 1 | -2/+2 |
* | Throughout, change check for running under Windows NT to 'iswinnt'. | Christopher Faylor | 2001-08-04 | 1 | -1/+1 |
* | Throughout, reorganize header file inclusion to put security.h prior to | Christopher Faylor | 2001-07-26 | 1 | -0/+1 |
* | Change check_null_empty_path* to check_null_empty_str* throughout. | Christopher Faylor | 2001-06-28 | 1 | -3/+3 |
* | * mmap.cc: Clean up *ResourceLock calls throughout. | Christopher Faylor | 2001-06-26 | 1 | -1/+1 |
* | * environ.cc (set_file_api_mode): New function. Move setting | Egor Duda | 2001-06-12 | 1 | -4/+17 |
* | Christopher Faylor <cgf@redhat.com> | Christopher Faylor | 2001-05-11 | 1 | -9/+43 |
* | * exceptions.cc (ctrl_c_handler): Always send signal to process if it has no | Christopher Faylor | 2001-05-04 | 1 | -1/+1 |
* | * autoload.cc: Add LoadDLLinitfunc for secur32.dll. | Corinna Vinschen | 2001-04-30 | 1 | -0/+15 |
* | Throughout, change fdtab references to cygheap->fdtab. | Christopher Faylor | 2001-04-18 | 1 | -4/+9 |
* | * dir.cc (mkdir): Check for case clash. | Corinna Vinschen | 2001-04-12 | 1 | -0/+29 |
* | * dlfcn.cc (check_access): Eliminate. | Christopher Faylor | 2001-03-26 | 1 | -1/+1 |
* | Fix spacing, copyrights. | Christopher Faylor | 2001-03-18 | 1 | -7/+6 |
* | * environ.cc (parse_options): Use strtok_r instead of strtok. | Corinna Vinschen | 2001-03-14 | 1 | -2/+4 |
* | * dlopen.c (dlopen): Return NULL when name is NULL (suggested by | Christopher Faylor | 2001-03-05 | 1 | -2/+2 |
* | * dir.cc (readdir): Fix shortcut==symlink condition. | Corinna Vinschen | 2001-03-02 | 1 | -0/+2 |
* | * pinfo.cc (codepage_init): Move function. | Christopher Faylor | 2001-01-08 | 1 | -1/+25 |