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