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
/
cygwin
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Define BSD u_intN_t types indiscriminately
Corinna Vinschen
2016-03-24
1
-17
/
+0
*
Add release message for commit 59b3bd2
Corinna Vinschen
2016-03-23
1
-0
/
+4
*
Only allow enabled groups as primary group
Corinna Vinschen
2016-03-23
1
-6
/
+45
*
Use 64K buffers for TOKEN_GROUPS
Corinna Vinschen
2016-03-23
1
-3
/
+3
*
Allocate temporary TOKEN_GROUP arrays using TLS
Corinna Vinschen
2016-03-23
1
-28
/
+12
*
cxx.cc: Disable C++14 warning for new sized delete operator
Corinna Vinschen
2016-03-23
1
-0
/
+4
*
Add c++14 sized deallocation operator
Peter Foley
2016-03-23
1
-0
/
+5
*
Drop Cygwin-only posix_memalign prototype
Corinna Vinschen
2016-03-23
1
-3
/
+0
*
Use DnsFree instead of deprecated DnsRecordListFree
Peter Foley
2016-03-23
2
-2
/
+2
*
Add nonnull annotation to posix_memalign.
Peter Foley
2016-03-21
1
-2
/
+1
*
Move arc4random Cygwin only code to Cygwin
Sebastian Huber
2016-03-21
2
-0
/
+25
*
srandom: Replace accessing /dev/random by equivalent getentropy call
Corinna Vinschen
2016-03-20
1
-10
/
+1
*
Revert "Use high-resolution timebases for select()."
Corinna Vinschen
2016-03-20
3
-141
/
+70
*
Revert "Debug printfs."
Corinna Vinschen
2016-03-20
3
-21
/
+2
*
Revert "Improve and simplify select()."
Corinna Vinschen
2016-03-20
3
-15
/
+76
*
Drop redundant arc4random prototypes from cygwin/stdlib.h
Corinna Vinschen
2016-03-20
1
-6
/
+0
*
Allow machine-dependent arc4 locking
Corinna Vinschen
2016-03-20
1
-0
/
+30
*
Improve and simplify select().
John Hood
2016-03-20
3
-76
/
+15
*
Debug printfs.
John Hood
2016-03-20
3
-2
/
+21
*
Use high-resolution timebases for select().
John Hood
2016-03-20
3
-70
/
+141
*
Move get_nonascii_key into fhandler_console.
John Hood
2016-03-20
3
-5
/
+3
*
Fix strict aliasing
Peter Foley
2016-03-20
1
-2
/
+1
*
Fix typoed comparison
Peter Foley
2016-03-20
1
-1
/
+1
*
The address of an class always evaluates to true
Peter Foley
2016-03-20
1
-1
/
+1
*
Remove misleading indentation
Peter Foley
2016-03-20
1
-1
/
+1
*
Add necessary braces to if statements
Peter Foley
2016-03-20
2
-2
/
+4
*
Remove dead code from fhandler_console.
Peter Foley
2016-03-20
1
-2
/
+0
*
Remove unused and unsafe call to __builtin_frame_address
Peter Foley
2016-03-20
1
-3
/
+2
*
winsup: Move all old CVS Changelogs into CVSChangeLogs.old dir
Corinna Vinschen
2016-03-19
23
-78152
/
+0
*
Remove ill-advised cygwin_props
Corinna Vinschen
2016-03-19
3
-41
/
+0
*
Implement getentropy for Cygwin
Corinna Vinschen
2016-03-18
5
-30
/
+27
*
Delete Cygwin's arc4random in favor of new Newlib implementation
Corinna Vinschen
2016-03-18
2
-364
/
+0
*
Cygwin: define byteswap.h inlines as macros
Yaakov Selkowitz
2016-03-17
1
-5
/
+9
*
Feature test macros overhaul: Cygwin headers
Yaakov Selkowitz
2016-03-17
3
-6
/
+9
*
Feature test macros overhaul: time.h
Yaakov Selkowitz
2016-03-17
1
-3
/
+4
*
Feature test macros overhaul: stdlib.h
Yaakov Selkowitz
2016-03-17
2
-8
/
+18
*
Feature test macros overhaul: limits.h
Yaakov Selkowitz
2016-03-17
1
-1
/
+1
*
Feature test macros overhaul: fnmatch.h
Yaakov Selkowitz
2016-03-17
2
-3
/
+4
*
Feature test macros overhaul: dirent.h
Yaakov Selkowitz
2016-03-17
1
-3
/
+10
*
add release message for commit 4c9bb3e
Corinna Vinschen
2016-03-17
1
-0
/
+4
*
Propagate correct Windows error if executable can't be opened
Corinna Vinschen
2016-03-17
1
-0
/
+1
*
Add release message for commit 7346568
Thomas Wolff
2016-03-17
1
-0
/
+4
*
Make requested console reports work
Thomas Wolff
2016-03-16
3
-4
/
+30
*
cygwin_getaddrinfo: workaround Winsock getaddrinfo issue with broken DNS
Corinna Vinschen
2016-03-14
1
-1
/
+10
*
Don't write NULL SID ACE if it's not necessary.
Corinna Vinschen
2016-03-13
1
-4
/
+17
*
Update Cygwin release message text with latest bugfixes.
Corinna Vinschen
2016-03-13
1
-1
/
+12
*
Fix typo which might break permission evaluation
Corinna Vinschen
2016-03-12
1
-1
/
+1
*
Fix reading/writing Samba ACLs using RFC2307 mapping
Corinna Vinschen
2016-03-12
3
-18
/
+82
*
Add cygsid methods to create SIDs from scratch
Corinna Vinschen
2016-03-12
3
-23
/
+54
*
gmon.h: Fix type of gmonparam state member
Corinna Vinschen
2016-03-11
1
-1
/
+4
[prev]
[next]