aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/environ.cc
AgeCommit message (Expand)AuthorFilesLines
2004-12-03* environ.cc (environ_init): Alloc space for TERM if it is not set, like all ofChristopher Faylor1-1/+1
2004-12-032004-12-03 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-13/+6
2004-11-26* environ.cc (putenv): Accommodate recent newlib change in argument to putenv.Christopher Faylor1-1/+1
2004-10-07 * cygheap.h (class cygheap_user): Add psystemroot member andCorinna Vinschen1-11/+12
2004-08-21 * environ.cc (set_ntea): New function.Corinna Vinschen1-3/+21
2004-05-28* path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor1-2/+2
2004-05-092004-05-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-11/+12
2004-05-08* syscalls.cc: Include environ.h.Christopher Faylor1-1/+1
2003-11-142003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-3/+3
2003-09-25* devices.cc: New file.Christopher Faylor1-1/+1
2003-08-25Throughout, change USE_CYGSERVER to USE_SERVER.Christopher Faylor1-2/+6
2003-07-24* environ.cc (check_case_init): Use strncasematch.Christopher Faylor1-1/+1
2003-07-02* Makefile.in: Remove cygserver stuff.Christopher Faylor1-28/+28
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor1-1/+0
2003-02-13* include/cygwin/in.h (sockaddr_in): Fix typo.Christopher Faylor1-3/+1
2002-09-30* security.cc (allow_ntsec): Default to zero.Christopher Faylor1-2/+0
2002-09-30* environ.cc (environ_init): Avoid a compiler warning.Christopher Faylor1-2/+2
2002-09-23More GNUify non-GNU formatted functions calls throughout.Christopher Faylor1-5/+5
2002-09-19* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor1-2/+2
2002-08-08* environ.cc (parse_options): Remember the "no" part of any options for laterChristopher Faylor1-1/+2
2002-07-01* environ.cc (parse_options): Use setenv to potentially replace CYGWIN value onChristopher Faylor1-14/+31
2002-06-29* environ.cc (spenv::retrieve): Detect return of env_dontadd from cygheap_userChristopher Faylor1-5/+5
2002-06-29* environ.cc (spenv::from_cygheap): Still need to take setuid intoChristopher Faylor1-1/+1
2002-06-29* cygheap.h (cygheap_user): Reorg to accommodate environment caching.Christopher Faylor1-36/+38
2002-06-27* cygheap.cc (cfree_and_set): New function.Christopher Faylor1-1/+1
2002-06-26* cygheap.cc (cygheap_user::set_name): Avoid clearing things when just settingChristopher Faylor1-2/+2
2002-06-26* autoload (noload): Avoid clobbering bx register.Christopher Faylor1-5/+3
2002-06-21* uinfo.cc (cygheap_user::ontherange): Use env_name for NetUserGetInfo.Christopher Faylor1-3/+4
2002-06-19Use hMainProc where appropriate, throughout.Christopher Faylor1-12/+29
2002-06-16* cygheap.h (cygheap_user::issetuid): New method.Christopher Faylor1-12/+22
2002-06-16Changes suggested by Pierre Humblet.Christopher Faylor1-26/+25
2002-06-15* child_info.h (child_proc_info): Declare as base class.Christopher Faylor1-1/+2
2002-06-14* cygheap.h (cygheap_user::userprofile_env_buf): New static member.Christopher Faylor1-2/+3
2002-06-14* cygheap.cc (cygheap_user::set_logsrv): Remove.Christopher Faylor1-0/+2
2002-06-14 * environ.cc (build_env): If realloc moves envblock, move s with it.Corinna Vinschen1-1/+10
2002-06-13 * cygheap.cc (cygheap_user::set_name): Revert previous change.Corinna Vinschen1-1/+2
2002-06-13* environ.cc (build_env): Correctly fill out windows environment block withChristopher Faylor1-29/+59
2002-06-12* cygheap.cc (cygheap_user::set_name): Set homedrive and homepath to NULL onChristopher Faylor1-70/+118
2002-06-05* dtable.cc (handle_to_fn): Attempt to handle "raw" accesses to remote shares.Christopher Faylor1-1/+1
2002-06-05Remove fcntl.h includes throughout.Christopher Faylor1-1/+0
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor1-1/+0
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor1-1/+0
2002-02-282002-02-28 Robert Collins <rbtcollins@hotmail.com>Robert Collins1-0/+2
2001-10-31* environ.cc: Set reset_com to false to mimic linux behavior more closely.Christopher Faylor1-1/+1
2001-10-03* cygheap.cc (cfree): Remove malloc debugging probe.Christopher Faylor1-16/+22
2001-09-30* environ.cc (winenv): Allocate exact amount of space needed for forced windowsChristopher Faylor1-3/+6
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen1-3/+8
2001-09-06Move appropriate variables to NO_COPY segment, throughout.Christopher Faylor1-6/+6
2001-09-06Remove initialization of static or global values to zero, throughout. ThisChristopher Faylor1-2/+2
2001-08-04Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor1-1/+1