summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/environ.cc
Commit message (Expand)AuthorAgeFilesLines
* * environ.cc (environ_init): Alloc space for TERM if it is not set, like all ofChristopher Faylor2004-12-031-1/+1
* 2004-12-03 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-12-031-13/+6
* * environ.cc (putenv): Accommodate recent newlib change in argument to putenv.Christopher Faylor2004-11-261-1/+1
* * cygheap.h (class cygheap_user): Add psystemroot member andCorinna Vinschen2004-10-071-11/+12
* * environ.cc (set_ntea): New function.Corinna Vinschen2004-08-211-3/+21
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-2/+2
* 2004-05-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2004-05-091-11/+12
* * syscalls.cc: Include environ.h.Christopher Faylor2004-05-081-1/+1
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-3/+3
* * devices.cc: New file.Christopher Faylor2003-09-251-1/+1
* Throughout, change USE_CYGSERVER to USE_SERVER.Christopher Faylor2003-08-251-2/+6
* * environ.cc (check_case_init): Use strncasematch.Christopher Faylor2003-07-241-1/+1
* * Makefile.in: Remove cygserver stuff.Christopher Faylor2003-07-021-28/+28
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * include/cygwin/in.h (sockaddr_in): Fix typo.Christopher Faylor2003-02-131-3/+1
* * 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