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
*
Move getentropy/getrandom into own file
Corinna Vinschen
2017-01-19
3
-57
/
+71
*
Fix copy/paste buglet in comment
Corinna Vinschen
2017-01-19
1
-1
/
+1
*
Add release message for commit 4652cc4
Corinna Vinschen
2017-01-19
1
-0
/
+3
*
Handle Alt+Numpad key sequences in console input and select
Corinna Vinschen
2017-01-19
2
-3
/
+35
*
Add release message for commit 688d943
Corinna Vinschen
2017-01-14
1
-0
/
+4
*
Always try to write complete incoming buffer on pipes and fifos
Corinna Vinschen
2017-01-14
1
-1
/
+1
*
Add release message for commit 6ed4753
Corinna Vinschen
2017-01-12
1
-1
/
+2
*
rename: Refactor "new file already exists and rename fails" case
Corinna Vinschen
2017-01-12
1
-20
/
+27
*
FAST_CWD: adjust the initial search scope
Johannes Schindelin
2017-01-12
1
-2
/
+2
*
Fix formatting in pinfo.cc
Corinna Vinschen
2017-01-10
1
-7
/
+8
*
Document latest Cygwin changes
Corinna Vinschen
2017-01-10
2
-0
/
+18
*
Add Erik Bray to Cygwin CONTRIBUTORS
Corinna Vinschen
2017-01-10
1
-0
/
+1
*
Add a /proc/<pid>/environ proc file handler, analogous to /proc/<pid>/cmdline.
Erik M. Bray
2017-01-10
1
-0
/
+22
*
Add a _pinfo.environ() method analogous to _pinfo.cmdline(), and others.
Erik M. Bray
2017-01-10
2
-3
/
+84
*
Move the core environment parsing of environ_init into a new win32env_to_cyge...
Erik M. Bray
2017-01-10
2
-35
/
+51
*
Return the correct value for getsockopt(SO_REUSEADDR) after setting setsockop...
Erik M. Bray
2017-01-09
1
-0
/
+8
*
Don't free statically allocated sys_privs
Corinna Vinschen
2017-01-09
1
-2
/
+2
*
Export getentropy and getrandom calls
Corinna Vinschen
2016-12-16
5
-6
/
+96
*
Fix some broken links in Cygwin FAQ
Jon Turney
2016-12-15
4
-11
/
+7
*
Define RtlGenRandom correctly in ntsecapi.h wrapper
Corinna Vinschen
2016-12-14
5
-6
/
+29
*
Rearrange RNG code slightly
Corinna Vinschen
2016-12-13
4
-34
/
+52
*
Cygwin: Add release messages for last two checkins
Corinna Vinschen
2016-12-13
1
-0
/
+7
*
Fix incorrect path conversion on non-existent files on network shares
Corinna Vinschen
2016-12-13
1
-0
/
+7
*
Check for .exe file in cygwin_conv_path
Corinna Vinschen
2016-12-13
1
-2
/
+2
*
Cygwin 2.6.1: Add missing release text
Corinna Vinschen
2016-12-06
1
-4
/
+16
*
path_conv: When encountering a ".(/)+" sequence, skip *all* slashes
Corinna Vinschen
2016-11-28
1
-1
/
+6
*
regex: Fix typo in CHaddrange
Corinna Vinschen
2016-11-24
1
-1
/
+1
*
cygutils: Fix resource leak in get_short_paths
Corinna Vinschen
2016-11-24
1
-0
/
+1
*
Fix typo in kill(1)
Corinna Vinschen
2016-11-24
1
-1
/
+1
*
_pinfo::set_ctty: Check potential NULL pointer in debug_printf statement
Corinna Vinschen
2016-11-24
1
-1
/
+1
*
Eliminate unused parameter from path_conv::eq_worker
Corinna Vinschen
2016-11-24
1
-12
/
+4
*
Remove redundant check for NULL pointer in cygwin_exception::dump_exception
Corinna Vinschen
2016-11-24
1
-7
/
+4
*
Fix copy/paste typo in fhandler_console::scroll_buffer_screen
Corinna Vinschen
2016-11-24
1
-1
/
+1
*
Don't allow sending invalid signals from user space
Corinna Vinschen
2016-11-24
1
-12
/
+22
*
raise: Add missing extern "C"
Corinna Vinschen
2016-11-24
1
-1
/
+1
*
login_tty: Rewrite following FreeBSD's traces
Corinna Vinschen
2016-11-24
1
-15
/
+8
*
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
[next]