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
AgeCommit message (Expand)Author
2019-02-28Cygwin: initialize FP environment for each applicaiton threadfp-zeuchCorinna Vinschen
2019-02-28Cygwin: fenv.h: Add feature test macros, fix valuesCorinna Vinschen
2019-02-26Cygwin: timerfd: add a sleep when being debuggedCorinna Vinschen
2019-02-26Cygwin: timerfd: reduce size of shared mem region to a single pageCorinna Vinschen
2019-02-25Cygwin: use NULL security descriptor in InitializeObjectAttributesCorinna Vinschen
2019-02-25Cygwin: timerfd: rework implementationCorinna Vinschen
2019-02-24Cygwin: timerfd: fix shared memory allocation in fork/execCorinna Vinschen
2019-02-24Cygwin: POSIX timers: Fix timer values returned for unarmed timerCorinna Vinschen
2019-02-24Cygwin: Add 3.0.2 release fileCorinna Vinschen
2019-02-24Cygwin: timerfd: fix select always returning immediatelyCorinna Vinschen
2019-02-23Cywin: user profile: unload impersonation user profile on exitCorinna Vinschen
2019-02-23Cygwin: seteuid: allow inheriting impersonation user profile handleCorinna Vinschen
2019-02-23Cygwin: user profile: add debug output to unload_user_profileCorinna Vinschen
2019-02-23Cygwin: user profile: Make an effort to unload unused user profilesCorinna Vinschen
2019-02-23Cygwin: cygheap: drop unnecessary code closing curr_primary_tokenCorinna Vinschen
2019-02-23Cygwin: cygheap: better comment impersonation tokensCorinna Vinschen
2019-02-23Cygwin: seteuid32: don't use INVALID_HANDLE_VALUECorinna Vinschen
2019-02-23Cygwin: user profile: fetch roaming profile path via LDAPCorinna Vinschen
2019-02-22Cygwin: get_user_groups: fetch a user's group list from identification tokenCorinna Vinschen
2019-02-22Cygwin: s4uauth: allow to be called for identification onlyCorinna Vinschen
2019-02-22Cygwin: drop unused parameter from get_user_local_groupsCorinna Vinschen
2019-02-22Cygwin: passwd/group: drop fetching case-correct group names from LDAPCorinna Vinschen
2019-02-22stdio: drop unused O_TEXT handling on non-CygwinCorinna Vinschen
2019-02-22Cygwin: fetch local groups from local machineCorinna Vinschen
2019-02-22Cygwin: bump version to 3.0.2Corinna Vinschen
2019-02-19Cygwin: document secure_getenvcygwin-3_0_1-releaseYaakov Selkowitz
2019-02-19Cygwin: add secure_getenvYaakov Selkowitz
2019-02-19Cygwin: sys/mount.h: fix commentCorinna Vinschen
2019-02-19Define u_register_t if __BSD_VISIBLESebastian Huber
2019-02-19Change register_t definitionSebastian Huber
2019-02-19Fix comment in <sys/types.h>Sebastian Huber
2019-02-19Move RTEMS and XMK specific type definitionsSebastian Huber
2019-02-18Cygwin: s4uauth: convert token to primary tokenCorinna Vinschen
2019-02-18Cygwin: re-enable create_token for older systemsCorinna Vinschen
2019-02-18Cygwin: s4uauth: make sure to fetch correct package idCorinna Vinschen
2019-02-18CYgwin: bump API minor for MOUNT_BINARY -> MOUNT_TEXT changeCorinna Vinschen
2019-02-18Cygwin: utils: MOUNT_BINARY -> MOUNT_TEXTCorinna Vinschen
2019-02-18Revert "Cygwin: passwd/group: allow specifying "." as local computername"Corinna Vinschen
2019-02-18Cygwin: mount: define binary mount as defaultCorinna Vinschen
2019-02-18Cygwin: mount: remove unused method mount_info::set_flags_from_win32_pathCorinna Vinschen
2019-02-18Cygwin: utils: kill: revert erroneously removed optind correctionCorinna Vinschen
2019-02-18Cygwin: fork: add PROCESS_VM_OPERATION to child process permissionsCorinna Vinschen
2019-02-16Cygwin: passwd/group: allow specifying "." as local computernameCorinna Vinschen
2019-02-16Cygwin: bump version to 3.0.1Corinna Vinschen
2019-02-13Cygwin: passwd/group: store account name case correct, take 2cygwin-3_0_0-releaseCorinna Vinschen
2019-02-13Cygwin: ldap.cc: fix formattingCorinna Vinschen
2019-02-13Cygwin: passwd/group: rename get_group_name to get_account_nameCorinna Vinschen
2019-02-13Cygwin: passwd/group: raise local name buffer sizeCorinna Vinschen
2019-02-13Cygwin: passwd/group: store account name case correctCorinna Vinschen
2019-02-13Cygwin: uinfo.cc: fix formattingCorinna Vinschen