summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cygwin: sys/mount.h: fix commentCorinna Vinschen2019-02-191-1/+1
* Define u_register_t if __BSD_VISIBLESebastian Huber2019-02-191-0/+2
* Change register_t definitionSebastian Huber2019-02-191-1/+1
* Fix comment in <sys/types.h>Sebastian Huber2019-02-191-1/+1
* Move RTEMS and XMK specific type definitionsSebastian Huber2019-02-193-16/+12
* Cygwin: s4uauth: convert token to primary tokenCorinna Vinschen2019-02-181-0/+26
* Cygwin: re-enable create_token for older systemsCorinna Vinschen2019-02-185-29/+36
* Cygwin: s4uauth: make sure to fetch correct package idCorinna Vinschen2019-02-181-9/+16
* CYgwin: bump API minor for MOUNT_BINARY -> MOUNT_TEXT changeCorinna Vinschen2019-02-181-1/+2
* Cygwin: utils: MOUNT_BINARY -> MOUNT_TEXTCorinna Vinschen2019-02-182-9/+8
* Revert "Cygwin: passwd/group: allow specifying "." as local computername"Corinna Vinschen2019-02-181-9/+1
* Cygwin: mount: define binary mount as defaultCorinna Vinschen2019-02-184-31/+24
* Cygwin: mount: remove unused method mount_info::set_flags_from_win32_pathCorinna Vinschen2019-02-182-16/+0
* Cygwin: utils: kill: revert erroneously removed optind correctionCorinna Vinschen2019-02-182-1/+7
* Cygwin: fork: add PROCESS_VM_OPERATION to child process permissionsCorinna Vinschen2019-02-182-1/+14
* Cygwin: passwd/group: allow specifying "." as local computernameCorinna Vinschen2019-02-161-1/+9
* Cygwin: bump version to 3.0.1Corinna Vinschen2019-02-161-1/+1
* Cygwin: passwd/group: store account name case correct, take 2cygwin-3_0_0-releaseCorinna Vinschen2019-02-131-18/+23
* Cygwin: ldap.cc: fix formattingCorinna Vinschen2019-02-131-3/+3
* Cygwin: passwd/group: rename get_group_name to get_account_nameCorinna Vinschen2019-02-132-3/+2
* Cygwin: passwd/group: raise local name buffer sizeCorinna Vinschen2019-02-131-1/+1
* Cygwin: passwd/group: store account name case correctCorinna Vinschen2019-02-132-0/+14
* Cygwin: uinfo.cc: fix formattingCorinna Vinschen2019-02-131-16/+16
* Cygwin: forkables: update doc, add release notesMichael Haubenwallner2019-02-113-11/+30
* AArch32: Fix the build for M class semihostingTamar Christina2019-02-111-1/+3
* Cygwin: disk device: stop using SetFilePointerCorinna Vinschen2019-02-091-3/+6
* Cygwin: execve: fix setting O_APPEND file offset for native childCorinna Vinschen2019-02-092-2/+6
* Cygwin: change CURR_CHILD_INFO_MAGIC according to previous patchCorinna Vinschen2019-02-081-1/+1
* Cygwin: fix child getting another pid after spawnveCorinna Vinschen2019-02-084-9/+16
* AArch32: Add support for HLT to Mixed Mode modelsTamar Christina2019-02-082-7/+13
* forkables: hardlink without WRITE_ATTRIBUTES firstMichael Haubenwallner2019-02-071-24/+48
* forkables: inline dll_list::forkables_supportedMichael Haubenwallner2019-02-076-12/+10
* forkables: simplify disabling via shmMichael Haubenwallner2019-02-075-148/+65
* forkables: use dynloaded dll's IndexNumber as dirnameMichael Haubenwallner2019-02-071-25/+8
* forkables: Document hardlink creation at forktime.Michael Haubenwallner2019-02-072-0/+46
* forkables: Keep hardlinks disabled via shared mem.Michael Haubenwallner2019-02-073-2/+16
* forkables: On fork failure, retry with hardlinks.Michael Haubenwallner2019-02-078-33/+85
* forkables: Create forkable hardlinks, yet unused.Michael Haubenwallner2019-02-077-5/+1207
* dll_list: Track main executable and cygwin1.dll.Michael Haubenwallner2019-02-073-9/+36
* dll_list: Store dll file name as full NT path.Michael Haubenwallner2019-02-073-69/+187
* Cygwin: unlink: allow fallback from POSIX to default methodCorinna Vinschen2019-02-061-1/+5
* Cygwin: proc fd: fix handling of pipes, sockets, etcCorinna Vinschen2019-02-053-7/+15
* Cygwin: proc fd: fix a copy/paste bug calling file_pathconvCorinna Vinschen2019-02-051-1/+1
* Cygwin: proc fd: pass along open mode when reopening fileCorinna Vinschen2019-02-054-6/+6
* Cygwin: fork: terminate child process unconditionally in error caseCorinna Vinschen2019-02-051-3/+6
* fork: remove cygpid.N sharedmem on fork failureMichael Haubenwallner2019-02-051-1/+4
* Cygwin: timerfd: drop outdated TODO commentCorinna Vinschen2019-02-041-1/+0
* Cygwin: fix typoCorinna Vinschen2019-02-022-2/+2
* Cygwin: tweak Cygwin PID change release noteCorinna Vinschen2019-02-022-0/+4
* Cygwin: kill(1): introduce a -W optionCorinna Vinschen2019-02-024-20/+59