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