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-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
2002-06-21remove unneeded white spaceChristopher Faylor
2002-06-21* uinfo.cc (cygheap_user::ontherange): Use env_name for NetUserGetInfo.Christopher Faylor
2002-06-20* fhandler.cc (fhandler_base::set_flags): Change priority of "linked in"Christopher Faylor
2002-06-19Use hMainProc where appropriate, throughout.Christopher Faylor
2002-06-19 * uinfo.cc (cygheap_user::ontherange): Call NetUserGetInfo() only withCorinna Vinschen
2002-06-192002-06-19 Casper S. Hornstrup <chorns@users.sourceforge.net>Danny Smith
2002-06-19* cygpath.cc (usage): Clean up usage output.Christopher Faylor
2002-06-192002-06-19 Casper S. Hornstrup <chorns@users.sourceforge.net>Danny Smith
2002-06-19 * include/tchar.h (_getts): Define as _getws for _UNICODE.Danny Smith
2002-06-18 * include/float.h: #include_next<float.h> before header guard.Danny Smith
2002-06-182002-06-18 Casper S. Hornstrup <chorns@users.sourceforge.net>Danny Smith
2002-06-172002-06-17 Casper S. Hornstrup <chorns@users.sourceforge.net>Danny Smith
2002-06-17rewordChristopher Faylor
2002-06-17* cygheap.h (cygheap_user::issetuid): New method.Christopher Faylor
2002-06-16* include/ntdll.h: New file.Egor Duda
2002-06-162002-06-16 Steven Edwards <Steven_Ed4153@yahoo.com>Danny Smith
2002-06-16Changes suggested by Pierre Humblet.Christopher Faylor
2002-06-16* cygheap.h (cygheap_user::winname): New field.Christopher Faylor
2002-06-16* spawn.cc (spawn_guts): Revert removal of ciresrv.moreinfo->uid = ILLEGAL_UID.Christopher Faylor
2002-06-16* child_info.h (child_proc_info): Declare as base class.Christopher Faylor
2002-06-15 * include/_mingw.h: Increment to version 2.1.Earnie Boyd
2002-06-15 * Makefile.in (conf_prefix): New variable.Earnie Boyd
2002-06-15* uinfo.cc (cygheap_user::ontherange): Don't set HOMEDRIVE or HOMEPATH unlessChristopher Faylor
2002-06-15* cygheap.h (cygheap_user::userprofile_env_buf): New static member.Christopher Faylor
2002-06-15* cygheap.h (cygheap_user): Add static members to hold home{drive,path} info.Christopher Faylor
2002-06-14* cygheap.cc (cygheap_user::set_logsrv): Remove.Christopher Faylor
2002-06-14 * environ.cc (build_env): If realloc moves envblock, move s with it.Corinna Vinschen
2002-06-14 * include/w32api.h: Change to version 2.0 to reflect the changeEarnie Boyd
2002-06-14 * Makefile.in (bindist): Correct the MinGW distribution.Earnie Boyd
2002-06-14Add pthread callsCorinna Vinschen
2002-06-14 * passwd.c: Rearrange includes to avoid unnecessary warnings.Corinna Vinschen
2002-06-14 * include/wingdi.h (GetEnhMetaFileBits): Correct typo.Earnie Boyd