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