Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2002-07-01* environ.cc (parse_options): Use setenv to potentially replace CYGWIN value onChristopher Faylor
2002-07-01* fhandler.h (fhandler_process::pid): New field.Christopher Faylor
2002-06-30* fhandler.h (fhandler_process::p): New field.Christopher Faylor
2002-06-30 * security.cc (extract_nt_dom_user): Check for all buffer overflows.Corinna Vinschen
2002-06-30* uinfo.cc (cygheap_user::test_uid): Use standard issetuid test.Christopher Faylor
2002-06-30* autoload.cc (NetGetDCName): Change to make this an optional load function.Christopher Faylor
2002-06-29* environ.cc (spenv::retrieve): Detect return of env_dontadd from cygheap_userChristopher Faylor
2002-06-29* uinfo.cc (cygheap_user::test_uid): Return NULL or further tests are sortaChristopher Faylor
2002-06-29* environ.cc (spenv::from_cygheap): Still need to take setuid intoChristopher Faylor
2002-06-29* uinfo.cc (cygheap_user::env_logsrv): Return "almost_null" in case where noChristopher Faylor
2002-06-29* cygheap.h (cygheap_user): Reorg to accommodate environment caching.Christopher Faylor
2002-06-28Add missing entry.Christopher Faylor
2002-06-28* cygheap.cc (cfree_and_set): New function.Christopher Faylor
2002-06-28 Delete extraneous comment from my previous change.Conrad Scott
2002-06-27 * dcrt0.cc (dll_crt0_1): Let __progname point to the applicationsCorinna Vinschen
2002-06-27* thread.cc (pthread::create): Added trace printf to get CreateThreadChristopher Faylor
2002-06-27 * mmap.cc (list::match): Check using pagesize aligned size.Corinna Vinschen
2002-06-27* fhandler_disk_file.cc (fhandler_disk_file::fstat_by_name): ForceChristopher Faylor
2002-06-27* cygheap.cc (cygheap_user::set_name): Correct thinko in below change.Christopher Faylor
2002-06-26* cygheap.cc (cygheap_user::set_name): Avoid clearing things when just settingChristopher Faylor
2002-06-26 * fhandler.h (fhandler_socket::bind): Add method definition.Corinna Vinschen
2002-06-26 * pwdgrp.h (pwdgrp_read::~pwdgrp_read): Avoid compiler warning.Corinna Vinschen
2002-06-26* dcrt0.cc (_dcrt0): Be more defensive when reserved block is used and it's notChristopher Faylor
2002-06-26* autoload (noload): Avoid clobbering bx register.Christopher Faylor
2002-06-26* winsup.h: Minor cleanup.Christopher Faylor
2002-06-26 * include/winbase.h (FILE_FLAG_FIRST_PIPE_INSTANCE): Add constant.Conrad Scott
2002-06-262002-06-26 Casper S. Hornstrup <chorns@users.sourceforge.net>Danny Smith
2002-06-25 * syscalls.cc (chown): Convert uid to 32 bit.Corinna Vinschen
2002-06-252002-06-25 Ken Fitlike <kenfitlike@hotmail.com>Danny Smith
2002-06-25Update from Joshua Daniel FranklinChristopher Faylor
2002-06-25* dtable.cc (dtable::find_unused_handle): Avoid coercion.Christopher Faylor
2002-06-25* dtable.cc (fhandler_base::dup2): Cleanup. Ensure that lock is turned off inChristopher Faylor
2002-06-24 * uinfo.cc (internal_getlogin): Set myself->uid and myself->gid insteadCorinna Vinschen
2002-06-24* security.cc (get_group_sidlist): Add pw argument and use pw->pw_name in callChristopher Faylor
2002-06-24 * ntsec.sgml: Clean up text for examples of /etc/passwd and /etc/group.Corinna Vinschen
2002-06-24 * include/objidl.h (struct tagPROPVARIANT): Kill obsoleteDanny Smith
2002-06-24* include/winioctl.h (FILE_SPECIAL_ACCESS): Add define.Danny Smith
2002-06-242002-06-24 Casper S. Hornstrup <chorns@users.sourceforge.net>Danny Smith
2002-06-24* fhandler.cc (fhandler_base::fstat): Set S_IFIFO for pipes.Christopher Faylor
2002-06-24* lib/_cygwin_S_IEXEC.cc: Remove obsolete file.Christopher Faylor
2002-06-24Use cygwin_{shm,ipc}.h instead of /sys/{shm,ipc}.h throughout.Christopher Faylor
2002-06-23* cygwin.sc: Add recent changes from ld sources.Christopher Faylor
2002-06-232002-06-12 Thomas Pfaff <tpfaff@gmx.net>Robert Collins
2002-06-22* Makefile.in (cygrun.exe): Move -lgcc where it will do some good.Christopher Faylor
2002-06-22* Makefile.in (cygrun.exe): Use -lgcc when linking.Christopher Faylor
2002-06-21* what.texinfo: Fix typo.Christopher Faylor
2002-06-21 * syscalls.cc (stat64_to_stat32): Correctly evaluate st_rdev.Corinna Vinschen
2002-06-21 * security.cc (alloc_sd): Carefully check owner_sid again after tryingCorinna Vinschen
2002-06-21 * security.cc (alloc_sd): Remove unnecessary retrieval of owner name.Corinna Vinschen
2002-06-21* errno.cc: Change text description for EBADF throughout.Christopher Faylor