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
path:
root
/
winsup
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fcwd_access_t: Add missing breaks in f_cwd pointer computation
Corinna Vinschen
2016-11-24
1
-0
/
+3
*
Add comments to intentional switch fallthroughs
Corinna Vinschen
2016-11-24
3
-0
/
+7
*
Add length check creating domain\group strings
Corinna Vinschen
2016-11-24
1
-6
/
+6
*
Provide <memory.h>
Sebastian Huber
2016-11-22
1
-15
/
+0
*
Move pthread types to <sys/_pthreadtypes.h>
Sebastian Huber
2016-11-17
2
-46
/
+59
*
Add release note for commit 8a32c24
Corinna Vinschen
2016-11-17
1
-0
/
+3
*
Use allocation granularity as the 'page_size' in /proc/<pid>/status as well, ...
Erik M. Bray
2016-11-16
1
-1
/
+1
*
statm should report memory as multiples of allocation_granularity instead of ...
Erik M. Bray
2016-11-16
1
-1
/
+5
*
Fix ShellExecuteW comment
Corinna Vinschen
2016-10-24
1
-4
/
+3
*
pldd: Fix resource leak and missing check if fopen failed
Corinna Vinschen
2016-10-23
1
-0
/
+4
*
passwd: Fix potential buffer overflow
Corinna Vinschen
2016-10-23
1
-1
/
+2
*
mkgroup/mkpasswd: Fix potential buffer overwrite in corner case
Corinna Vinschen
2016-10-23
2
-9
/
+15
*
getfacl: Don't trust length of incoming user/groupname
Corinna Vinschen
2016-10-23
1
-2
/
+2
*
tzset: Fix array length given to GetGeoInfoW
Corinna Vinschen
2016-10-23
1
-1
/
+1
*
strace: Fix Coverity issues
Corinna Vinschen
2016-10-23
1
-2
/
+6
*
cygcheck: Use snprintf instead of multiple strcat
Corinna Vinschen
2016-10-23
1
-4
/
+1
*
cygcheck: Eenable output of Vista++ FS flags
Corinna Vinschen
2016-10-23
1
-19
/
+32
*
cygcheck: Eliminate dead code
Corinna Vinschen
2016-10-22
1
-6
/
+0
*
cygcheck: Fix broken test for invalid wcstombs conversion reading symlinks
Corinna Vinschen
2016-10-22
1
-6
/
+6
*
cygcheck: Fix check for Cygwin symlink
Corinna Vinschen
2016-10-22
1
-1
/
+1
*
strace: Add comment trying to explain confusing code
Corinna Vinschen
2016-10-22
1
-0
/
+6
*
cygcheck: Close with pclose what has been opened with popen
Corinna Vinschen
2016-10-22
1
-1
/
+1
*
Remove unreachable code from passwd(1)
Corinna Vinschen
2016-10-22
1
-3
/
+0
*
Add _PC_CASE_INSENSITIVE to [f]pathconf
Ken Brown
2016-10-21
4
-1
/
+9
*
Fix SetThreadName with gdb 7.10 on x86
Jon Turney
2016-10-20
1
-1
/
+8
*
Update FAQ answer about setting an early breakpoint
Jon Turney
2016-10-20
1
-4
/
+13
*
Don't check directories always case-insensitive in rename(2)
Corinna Vinschen
2016-10-19
2
-1
/
+4
*
Add release msg for 5a3496c
Corinna Vinschen
2016-10-19
1
-0
/
+13
*
Fix regression in console charset handling
Corinna Vinschen
2016-10-19
1
-0
/
+2
*
Bump Cygwin version to 2.6.1
Corinna Vinschen
2016-10-19
1
-1
/
+1
*
dlopen: on x/lib search x/bin if exe is in x/bin
newlib-snapshot-20160923
Michael Haubenwallner
2016-09-08
1
-1
/
+42
*
dlopen (pathfinder): try each basename per dir
Michael Haubenwallner
2016-09-08
1
-6
/
+6
*
dlopen: switch to new pathfinder class
Michael Haubenwallner
2016-09-08
3
-109
/
+782
*
strace: Don't print exception info for SetThreadName exception
Corinna Vinschen
2016-08-31
1
-2
/
+6
*
Fix passwd getting error 1265 when running on newer Windows
Corinna Vinschen
2016-08-31
2
-43
/
+52
*
Add release message for commit 3d3ab82
Yaakov Selkowitz
2016-08-30
1
-0
/
+3
*
Drop global __ctype_ptr__ entirely in favor of using locale_t::ctype_ptr
Corinna Vinschen
2016-08-25
1
-4
/
+4
*
Fix formatting
Corinna Vinschen
2016-08-25
1
-5
/
+6
*
Fix SetThreadName with current gdb
Jon Turney
2016-08-25
1
-1
/
+6
*
Include winsup.h prior to including other headers
Corinna Vinschen
2016-08-24
1
-2
/
+5
*
Clarify Cygwin's support for Win32 paths
Ken Brown
2016-08-23
1
-5
/
+9
*
Add missing LF in release text
Corinna Vinschen
2016-08-23
1
-0
/
+1
*
Export and document strerror_l, strptime_l, wcsftime_l from Cygwin
Corinna Vinschen
2016-08-23
4
-12
/
+16
*
Implement GNU extension strptime_l
Corinna Vinschen
2016-08-23
2
-27
/
+48
*
Implement GNU extension wcsftime_l
Corinna Vinschen
2016-08-23
1
-0
/
+1
*
Implement missing POSIX-1.2008 function strerror_l
Corinna Vinschen
2016-08-23
2
-0
/
+8
*
Send thread names to debugger
Jon Turney
2016-08-23
7
-1
/
+38
*
Add pthread_getname_np and pthread_setname_np
Jon Turney
2016-08-23
8
-2
/
+78
*
Reference __global_locale only via __get_global_locale.
Corinna Vinschen
2016-08-23
1
-3
/
+3
*
Avoid truncating from long double to double in sinhl().
David Wohlferd
2016-08-22
1
-1
/
+1
[prev]
[next]