]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2019-02-23 Corinna VinschenCygwin: user profile: Make an effort to unload unused...
2019-02-23 Corinna VinschenCygwin: cygheap: drop unnecessary code closing curr_pri...
2019-02-23 Corinna VinschenCygwin: cygheap: better comment impersonation tokens
2019-02-23 Corinna VinschenCygwin: seteuid32: don't use INVALID_HANDLE_VALUE
2019-02-23 Corinna VinschenCygwin: user profile: fetch roaming profile path via...
2019-02-22 Corinna VinschenCygwin: get_user_groups: fetch a user's group list...
2019-02-22 Corinna VinschenCygwin: s4uauth: allow to be called for identification...
2019-02-22 Corinna VinschenCygwin: drop unused parameter from get_user_local_groups
2019-02-22 Corinna VinschenCygwin: passwd/group: drop fetching case-correct group...
2019-02-22 Corinna Vinschenstdio: drop unused O_TEXT handling on non-Cygwin
2019-02-21 Corinna VinschenCygwin: fetch local groups from local machine
2019-02-21 Corinna VinschenCygwin: bump version to 3.0.2
2019-02-19 Yaakov SelkowitzCygwin: document secure_getenv cygwin-3_0_1-release
2019-02-19 Yaakov SelkowitzCygwin: add secure_getenv
2019-02-19 Corinna VinschenCygwin: sys/mount.h: fix comment
2019-02-19 Sebastian HuberDefine u_register_t if __BSD_VISIBLE
2019-02-19 Sebastian HuberChange register_t definition
2019-02-19 Sebastian HuberFix comment in <sys/types.h>
2019-02-19 Sebastian HuberMove RTEMS and XMK specific type definitions
2019-02-18 Corinna VinschenCygwin: s4uauth: convert token to primary token
2019-02-18 Corinna VinschenCygwin: re-enable create_token for older systems
2019-02-18 Corinna VinschenCygwin: s4uauth: make sure to fetch correct package id
2019-02-18 Corinna VinschenCYgwin: bump API minor for MOUNT_BINARY -> MOUNT_TEXT...
2019-02-18 Corinna VinschenCygwin: utils: MOUNT_BINARY -> MOUNT_TEXT
2019-02-18 Corinna VinschenRevert "Cygwin: passwd/group: allow specifying "."...
2019-02-18 Corinna VinschenCygwin: mount: define binary mount as default
2019-02-18 Corinna VinschenCygwin: mount: remove unused method mount_info::set_fl...
2019-02-18 Corinna VinschenCygwin: utils: kill: revert erroneously removed optind...
2019-02-18 Corinna VinschenCygwin: fork: add PROCESS_VM_OPERATION to child process...
2019-02-16 Corinna VinschenCygwin: passwd/group: allow specifying "." as local...
2019-02-16 Corinna VinschenCygwin: bump version to 3.0.1
2019-02-13 Corinna VinschenCygwin: passwd/group: store account name case correct... cygwin-3_0_0-release
2019-02-13 Corinna VinschenCygwin: ldap.cc: fix formatting
2019-02-13 Corinna VinschenCygwin: passwd/group: rename get_group_name to get_acco...
2019-02-13 Corinna VinschenCygwin: passwd/group: raise local name buffer size
2019-02-13 Corinna VinschenCygwin: passwd/group: store account name case correct
2019-02-13 Corinna VinschenCygwin: uinfo.cc: fix formatting
2019-02-11 Michael HaubenwallnerCygwin: forkables: update doc, add release notes
2019-02-11 Tamar ChristinaAArch32: Fix the build for M class semihosting
2019-02-09 Corinna VinschenCygwin: disk device: stop using SetFilePointer
2019-02-09 Corinna VinschenCygwin: execve: fix setting O_APPEND file offset for...
2019-02-08 Corinna VinschenCygwin: change CURR_CHILD_INFO_MAGIC according to previ...
2019-02-08 Corinna VinschenCygwin: fix child getting another pid after spawnve
2019-02-08 Tamar ChristinaAArch32: Add support for HLT to Mixed Mode models
2019-02-07 Michael Haubenwallnerforkables: hardlink without WRITE_ATTRIBUTES first
2019-02-07 Michael Haubenwallnerforkables: inline dll_list::forkables_supported
2019-02-07 Michael Haubenwallnerforkables: simplify disabling via shm
2019-02-07 Michael Haubenwallnerforkables: use dynloaded dll's IndexNumber as dirname
2019-02-07 Michael Haubenwallnerforkables: Document hardlink creation at forktime.
2019-02-07 Michael Haubenwallnerforkables: Keep hardlinks disabled via shared mem.
2019-02-07 Michael Haubenwallnerforkables: On fork failure, retry with hardlinks.
2019-02-07 Michael Haubenwallnerforkables: Create forkable hardlinks, yet unused.
2019-02-07 Michael Haubenwallnerdll_list: Track main executable and cygwin1.dll.
2019-02-07 Michael Haubenwallnerdll_list: Store dll file name as full NT path.
2019-02-06 Corinna VinschenCygwin: unlink: allow fallback from POSIX to default...
2019-02-05 Corinna VinschenCygwin: proc fd: fix handling of pipes, sockets, etc
2019-02-05 Corinna VinschenCygwin: proc fd: fix a copy/paste bug calling file_pathconv
2019-02-05 Corinna VinschenCygwin: proc fd: pass along open mode when reopening...
2019-02-05 Corinna VinschenCygwin: fork: terminate child process unconditionally...
2019-02-05 Michael Haubenwallnerfork: remove cygpid.N sharedmem on fork failure
2019-02-04 Corinna VinschenCygwin: timerfd: drop outdated TODO comment
2019-02-02 Corinna VinschenCygwin: fix typo
2019-02-02 Corinna VinschenCygwin: tweak Cygwin PID change release note
2019-02-02 Corinna VinschenCygwin: kill(1): introduce a -W option
2019-02-02 Corinna VinschenCygwin: spawn: create and maintain winpid symlinks
2019-02-02 Corinna VinschenCygwin: pinfo: simplify create_winpid_symlink
2019-02-02 Corinna VinschenCygwin: kill(1): revert casts required for 32 bit to...
2019-02-02 Corinna VinschenCygwin: Makefile.in: Fix previous version info generati...
2019-02-02 Corinna VinschenCygwin: kill(1): disallow killing process using raw...
2019-02-02 Corinna VinschenCygwin: processes: fix handling of native Windows processes
2019-02-02 Corinna VinschenCygwin: Makefile.in: Fix another dependency problem...
2019-02-01 Corinna VinschenCygwin: processes: use dedicated Cygwin PID rather...
2019-02-01 Corinna VinschenCygwin: remove outdated vfork doc
2019-02-01 Corinna VinschenCygwin: /proc: don't exit prematurely from /proc/PID...
2019-02-01 Corinna VinschenCygwin: Add pthread exception handling patch to release...
2019-02-01 Sebastian Huberscandir: Add support for struct dirent::d_type
2019-02-01 achea) Use strcoll() in opendir() and alphasort()
2019-02-01 dasscandir(3) previously used st_size
2019-02-01 obrienRemove __P and convert to ANSI prototypes.
2019-02-01 jhbClean up the vcs ID strings
2019-02-01 impRenumber copyright clause 4
2019-02-01 Sebastian Huberscandir: Update copyright notice from FreeBSD
2019-02-01 pfgGeneral further adoption of SPDX licensing ID tags.
2019-01-30 Corinna VinschenCygwin: x86_64: pthreads: Install exception handler...
2019-01-30 Corinna VinschenCygwin: document W10 1803 per-directory case-sensitivit...
2019-01-30 Corinna VinschenCygwin: fork: fix child process permissions, take 2
2019-01-30 Corinna VinschenCygwin: raise: change to call pthread_kill
2019-01-29 Corinna VinschenCygwin: execve: reduce parent handle to non-inheritable...
2019-01-29 Corinna VinschenCygwin: fork/exec: fix child process permissions
2019-01-29 Corinna VinschenCygwin: Makefile.in: Improve dependency for version...
2019-01-28 Corinna VinschenCygwin: procfd: improve debug output
2019-01-28 Corinna VinschenCygwin: seteuid: disable unused funcs and lsaauth subdir
2019-01-27 Corinna VinschenCygwin: spawn: revert incorrect restriction of permissions
2019-01-27 Corinna VinschenCygwin: fork: restrict parent handle perms and drop...
2019-01-26 Corinna VinschenCygwin: seteuid: use Kerberos/MsV1_0 S4U authentication...
2019-01-26 Corinna VinschenCygwin: uname: Raise size of utsname fields and revamp...
2019-01-26 Corinna VinschenCygwin: netdb.h: fix __GNU_VISIBLE tests
2019-01-26 Corinna VinschenCygwin: create_token: Return NULL, not INVALID_HANDLE_...
2019-01-26 Corinna VinschenCygwin: syscalls.cc: fix formatting
2019-01-26 Corinna VinschenCygwin: lsaauth: Drop outdated test for loading Secur32.dll
next
This page took 0.058321 seconds and 5 git commands to generate.