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
...
*
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
2
-15
/
+4
*
Declare non-standard pthread_yield()
Sebastian Huber
2016-11-22
1
-0
/
+4
*
Move pthread types to <sys/_pthreadtypes.h>
Sebastian Huber
2016-11-17
6
-276
/
+508
*
Add _TICKET_LOCK_INITIALIZER to <sys/lock.h>
Sebastian Huber
2016-11-17
1
-1
/
+3
*
Use __inline in <sys/lock.h> for RTEMS
Sebastian Huber
2016-11-17
1
-10
/
+10
*
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
*
sys/cdefs.h: Define __hidden as empty on Cygwin
Corinna Vinschen
2016-11-08
1
-0
/
+5
*
Use external header file for kernel space time
Sebastian Huber
2016-11-07
1
-144
/
+4
*
Add kernel space header for <sys/lock.h> for RTEMS
Sebastian Huber
2016-11-07
1
-1
/
+6
*
Use external header file for kernel space types
Sebastian Huber
2016-11-07
2
-7
/
+5
*
Provide cap_ioctl_t for RTEMS
Sebastian Huber
2016-11-07
1
-0
/
+5
*
Fix pdf build failure with texinfo 6.1.0
Thomas Preudhomme
2016-10-25
2
-2
/
+0
*
Provide vm_page_t for RTEMS via <machine/_types.h>
Sebastian Huber
2016-10-25
1
-0
/
+1
*
Provide rman_res_t for RTEMS via <machine/types.h>
Sebastian Huber
2016-10-25
1
-0
/
+2
*
Provide __intmax_t and __uintmax_t
Sebastian Huber
2016-10-25
4
-33
/
+40
*
Fix typo in <sys/_stdint.h>
Sebastian Huber
2016-10-25
1
-1
/
+1
*
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
*
towupper: Eliminate dead code
Corinna Vinschen
2016-10-22
1
-3
/
+0
*
Fix a potential buffer overflow in wscanf family
Corinna Vinschen
2016-10-22
1
-6
/
+8
*
get_alt_digits: Fix typo in allocation
Corinna Vinschen
2016-10-22
1
-1
/
+1
*
Remove unreachable code from passwd(1)
Corinna Vinschen
2016-10-22
1
-3
/
+0
*
Actually return value from __cp_index
Corinna Vinschen
2016-10-22
2
-4
/
+1
*
Drop redundant checks for NULL input string in wctomb helper funcs
Corinna Vinschen
2016-10-22
1
-6
/
+0
[prev]
[next]