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
...
*
Add missing long double functions to Cygwin
Corinna Vinschen
2016-03-29
139
-33
/
+10918
*
Fix Cygwin setstate definition
Corinna Vinschen
2016-03-29
1
-1
/
+1
*
cygwin: export __getpagesize
Yaakov Selkowitz
2016-03-29
4
-3
/
+10
*
Add simple versions of random() and srandom()
Joel Sherrill
2016-03-28
1
-6
/
+0
*
Add release text for 373f81d and 3e446e9
Corinna Vinschen
2016-03-26
1
-0
/
+6
*
Throughout Cygwin, use u_intN_t or uintN_t
Corinna Vinschen
2016-03-24
16
-82
/
+86
*
Change definition of b64_pton from K&R to ANSI
Corinna Vinschen
2016-03-24
1
-4
/
+1
*
Fix return type of get_routedst
Corinna Vinschen
2016-03-24
1
-1
/
+1
*
Remove unused function convert_ifr_flags
Corinna Vinschen
2016-03-24
1
-14
/
+0
*
Fix FIONBIO comments
Corinna Vinschen
2016-03-24
2
-3
/
+4
*
Drop usage of old-age BSD types in generically used Cygwin headers
Corinna Vinschen
2016-03-24
6
-47
/
+47
*
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
*
Remove Mingw.org from FAQ, or replace with Mingw-w64.
Corinna Vinschen
2016-03-21
2
-13
/
+10
*
Add nonnull annotation to posix_memalign.
Peter Foley
2016-03-21
1
-2
/
+1
*
Remove misleading indentation
Peter Foley
2016-03-21
2
-3
/
+6
*
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
*
* winsup/testsuite/configure: chmod a+x
John Hood
2016-03-20
1
-0
/
+0
*
Move get_nonascii_key into fhandler_console.
John Hood
2016-03-20
3
-5
/
+3
*
respect datarootdir
Peter Foley
2016-03-20
1
-0
/
+1
*
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
39
-7
/
+0
*
Remove ill-advised cygwin_props
Corinna Vinschen
2016-03-19
5
-215
/
+1
*
Remove references to older Cygwin releases from documentation
Corinna Vinschen
2016-03-18
15
-166
/
+107
*
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
[prev]
[next]