summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/environ.cc
Commit message (Expand)AuthorAgeFilesLines
* * environ.cc (spenv::force_into_environment): Rename from add_always.Christopher Faylor2005-04-301-7/+7
* * environ.cc (build_env): Ensure that win32 array is properly filled in when aChristopher Faylor2005-04-271-1/+1
* * environ.cc (environ_init): Don't set traverse checking as default.Corinna Vinschen2005-04-161-5/+2
* * cygheap.cc (cygheap_init): Accomodate set_process_privilege change.Corinna Vinschen2005-04-031-6/+3
* * environ.cc (spenvs): Re-force SYSTEMROOT to always be included inChristopher Faylor2005-03-301-2/+3
* * environ.cc (spenv::retrieve): Revert most of previous change.Christopher Faylor2005-03-301-18/+23
* * environ.h (win_env::immediate): Declare new field.Christopher Faylor2005-03-301-30/+75
* * environ.cc (set_traverse): New function.Corinna Vinschen2005-01-311-6/+18
* Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor2005-01-121-1/+1
* * environ.cc: Yes, yes, the copyright date, as usual.Corinna Vinschen2005-01-111-1/+1
* * environ.cc (build_env): Disallow empty strings and strings startingCorinna Vinschen2005-01-111-0/+8
* * 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