index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cygwin: wcsxfrm_l: Only byte swap if dest size is > 0
Corinna Vinschen
2019-03-19
2
-9
/
+15
*
AMD GCN: Implement circular buffering.
Andrew Stubbs
2019-03-18
1
-17
/
+38
*
Cygwin: proc: fix /proc/version output after uname change
Corinna Vinschen
2019-03-18
2
-1
/
+16
*
Cygwin: bump version to 3.0.5
Corinna Vinschen
2019-03-18
1
-1
/
+1
*
Add semihosting docs for nios2 and m68k
cygwin-3_0_4-release
Jeff Johnston
2019-03-14
2
-0
/
+411
*
Cygwin: acls: allow converting empty acl to text
Corinna Vinschen
2019-03-13
2
-2
/
+5
*
Cygwin: proc: add missing LF to /proc/<PID>/stat output
Corinna Vinschen
2019-03-13
1
-1
/
+1
*
Cygwin: ps: simplify code
Corinna Vinschen
2019-03-12
1
-47
/
+18
*
Cygwin: ps: show *all* processes in ps -W output
Corinna Vinschen
2019-03-12
1
-32
/
+51
*
Cygwin: ntdll.h: Add SystemProcessIdInformation
Corinna Vinschen
2019-03-12
1
-9
/
+16
*
Cygwin: loadavg: improve debugging of load_init
Corinna Vinschen
2019-03-12
2
-17
/
+27
*
Cygwin: add /proc changes to release notes
Corinna Vinschen
2019-03-12
2
-0
/
+9
*
Cygwin: fork/exec: Allow all users PROCESS_QUERY_LIMITED_INFORMATION
Corinna Vinschen
2019-03-12
2
-17
/
+30
*
Cygwin: proc: let stat info always succeed
Corinna Vinschen
2019-03-12
1
-32
/
+38
*
Cygwin: proc: don't request PROCESS_VM_READ perms for stat
Corinna Vinschen
2019-03-12
1
-1
/
+1
*
Cygwin: proc: return more useful cmdline
Corinna Vinschen
2019-03-12
1
-6
/
+3
*
Cygwin: fix permissions of winpid symlinks
Corinna Vinschen
2019-03-11
2
-1
/
+15
*
Cygwin: bump version to 3.0.4
Corinna Vinschen
2019-03-09
1
-1
/
+1
*
Cygwin: posix timers: fix a deadlock
cygwin-3_0_3-release
Corinna Vinschen
2019-03-08
2
-0
/
+5
*
Cygwin: posix timers: fix resource leak
Corinna Vinschen
2019-03-06
2
-1
/
+14
*
Cygwin: bump version to 3.0.3
Corinna Vinschen
2019-03-05
1
-1
/
+1
*
Cygwin: seteuid: do not verify lsaprivkeyauth token
cygwin-3_0_2-release
Corinna Vinschen
2019-03-04
1
-12
/
+1
*
Revert "Cygwin: load_user_profile: temporarily extend debug output"
Corinna Vinschen
2019-03-04
1
-10
/
+5
*
Cygwin: Revert attempting to unload user profile after use
Corinna Vinschen
2019-03-04
7
-38
/
+3
*
Cygwin: update 3.0.2 release file
Corinna Vinschen
2019-03-04
1
-0
/
+3
*
Cygwin: doc: update case-sensitive dirs description
Corinna Vinschen
2019-03-04
1
-6
/
+19
*
Cygwin: fork: fix child process permissions, take 3
Corinna Vinschen
2019-03-03
1
-1
/
+28
*
Cygwin: load_user_profile: Don't give primary domain to ldap
Corinna Vinschen
2019-03-02
1
-14
/
+7
*
Cygwin: ldap: Fix overwriting domain when creating naming context
Corinna Vinschen
2019-03-02
1
-7
/
+7
*
Cygwin: fenv.h: Add feature test macros, fix values
Corinna Vinschen
2019-03-01
3
-33
/
+52
*
Cygwin: authentication: Always initialize domain info
Corinna Vinschen
2019-03-01
1
-0
/
+8
*
Cygwin: load_user_profile: use local pointer when appropriate
Corinna Vinschen
2019-03-01
1
-4
/
+3
*
Cygwin: load_user_profile: fix use-after-free issue
Corinna Vinschen
2019-03-01
1
-1
/
+5
*
Cygwin: load_user_profile: temporarily extend debug output
Corinna Vinschen
2019-03-01
1
-5
/
+10
*
Cygwin: s4uauth: drop fallback to MsV1_0 if Kerberos fails
Corinna Vinschen
2019-03-01
1
-90
/
+76
*
Cygwin: Disable creating case-sensitive folders by default
Corinna Vinschen
2019-03-01
3
-5
/
+17
*
Cygwin: load_user_profile: chack if we got a valid, known domainname
Corinna Vinschen
2019-02-28
1
-7
/
+12
*
Cygwin: wincap: fix copy/paste bug
Corinna Vinschen
2019-02-28
1
-1
/
+1
*
Cygwin: timerfd: add a sleep when being debugged
Corinna Vinschen
2019-02-26
1
-0
/
+9
*
Cygwin: timerfd: reduce size of shared mem region to a single page
Corinna Vinschen
2019-02-26
1
-5
/
+5
*
Cygwin: use NULL security descriptor in InitializeObjectAttributes
Corinna Vinschen
2019-02-25
3
-8
/
+4
*
Cygwin: timerfd: rework implementation
Corinna Vinschen
2019-02-25
4
-240
/
+216
*
Cygwin: timerfd: fix shared memory allocation in fork/exec
Corinna Vinschen
2019-02-24
2
-6
/
+11
*
Cygwin: POSIX timers: Fix timer values returned for unarmed timer
Corinna Vinschen
2019-02-24
2
-1
/
+4
*
Cygwin: Add 3.0.2 release file
Corinna Vinschen
2019-02-23
1
-0
/
+20
*
Cygwin: timerfd: fix select always returning immediately
Corinna Vinschen
2019-02-23
1
-2
/
+23
*
Cywin: user profile: unload impersonation user profile on exit
Corinna Vinschen
2019-02-23
2
-0
/
+6
*
Cygwin: seteuid: allow inheriting impersonation user profile handle
Corinna Vinschen
2019-02-23
1
-1
/
+5
*
Cygwin: user profile: add debug output to unload_user_profile
Corinna Vinschen
2019-02-23
1
-1
/
+4
*
Cygwin: user profile: Make an effort to unload unused user profiles
Corinna Vinschen
2019-02-23
6
-3
/
+25
[next]