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
...
*
Prevent NULL ptr accesses due to Balloc out of memory
Jeff Johnston
2019-10-04
3
-12
/
+20
*
Cygwin: Fix signal handling issue introduced by PTY related change.
Takashi Yano
2019-10-03
1
-1
/
+1
*
Document the last bug fix
Ken Brown
2019-09-27
1
-0
/
+3
*
Cygwin: normalize_win32_path: improve error checking
Ken Brown
2019-09-26
1
-3
/
+6
*
Cygwin: pty: Fix PTY so that cygwin setup shows help with -h option.
Takashi Yano
2019-09-26
1
-2
/
+2
*
Add SIOCGIFDOWNREASON.
kib
2019-09-25
2
-2
/
+14
*
Add kernel-side support for in-kernel TLS.
jhb
2019-09-25
2
-1
/
+16
*
Rename IPPROTO 33 from SEP to DCCP
thj
2019-09-25
1
-2
/
+2
*
This commit updates rack to what is basically
rrs
2019-09-25
1
-7
/
+20
*
Add an external mbuf buffer type that holds
jhb
2019-09-25
1
-0
/
+1
*
Convert all IPv4 and IPv6 multicast memberships
hselasky
2019-09-25
2
-10
/
+3
*
Extend mmap/mprotect API to specify the max page
brooks
2019-09-25
1
-1
/
+9
*
Some devices take undesired actions when RTS and
shurd
2019-09-25
1
-1
/
+2
*
Fix mismatch from r342379.
pfg
2019-09-25
1
-2
/
+2
*
gai_strerror() - Update string error messages according to RFC 3493.
pfg
2019-09-25
1
-9
/
+9
*
Document the last change
Ken Brown
2019-09-24
1
-0
/
+3
*
Cygwin: rmdir: fail if last component is a symlink, as on Linux
Ken Brown
2019-09-24
1
-4
/
+25
*
Cygwin: remove old cruft from path_conv::check
Ken Brown
2019-09-21
1
-13
/
+0
*
Cygwin: Fix incorrect TTY for non-cygwin process.
Takashi Yano
2019-09-20
2
-5
/
+2
*
Cygwin: console: Make console input work in GDB and strace.
Takashi Yano
2019-09-20
1
-1
/
+1
*
Cygwin: pty: Add missing guard when PTY is in the legacy mode.
Takashi Yano
2019-09-20
1
-1
/
+4
*
Cygwin: pty: Add charset conversion for console apps in legacy PTY.
Takashi Yano
2019-09-20
1
-0
/
+7
*
Cygwin: pty: Unify the charset conversion codes into a function.
Takashi Yano
2019-09-20
1
-81
/
+49
*
Cygwin: pty: Make GDB work again on pty.
Takashi Yano
2019-09-20
1
-0
/
+35
*
Cygwin: pty: Avoid potential segfault in PTY code when ppid = 1.
Takashi Yano
2019-09-20
1
-2
/
+9
*
Cygwin: console: Revive Win7 compatibility.
Takashi Yano
2019-09-19
3
-7
/
+6
*
Cygwin: document last change
Ken Brown
2019-09-15
2
-0
/
+7
*
winsup/cygwin/times.cc (times): follow Linux and allow for a NULL buf argument
Achim Gratz
2019-09-15
1
-6
/
+11
*
Cygwin: pty: Use autoload feature for pseudo console system calls.
Takashi Yano
2019-09-15
2
-23
/
+16
*
Cygwin: pty: Correct typos that do not fit the coding style.
Takashi Yano
2019-09-15
1
-13
/
+13
*
Cygwin: pty: Change the timing of clearing screen.
Takashi Yano
2019-09-15
1
-13
/
+13
*
Cygwin: pty: Use system NLS function instead of PTY's own one.
Takashi Yano
2019-09-15
4
-397
/
+107
*
Cygwin: pty: Fix bad file descriptor error in some environment.
Takashi Yano
2019-09-15
1
-2
/
+0
*
Cygwin: fix CPU_SET macro visibility
Mark Geisert
2019-09-14
1
-0
/
+3
*
Cygwin: console: Fix read() in non-canonical mode.
Takashi Yano
2019-09-14
1
-291
/
+315
*
Cygwin: pty: Switch input and output pipes individually.
Takashi Yano
2019-09-14
8
-101
/
+173
*
Cygwin: pty: Prevent the helper process from exiting by Ctrl-C.
Takashi Yano
2019-09-14
1
-0
/
+1
*
Cygwin: pty: Fix screen alternation while pseudo console switching.
Takashi Yano
2019-09-14
1
-8
/
+14
*
Cygwin: pty: Fix the behaviour of Ctrl-C in the pseudo console mode.
Takashi Yano
2019-09-14
4
-42
/
+50
*
libc/include/devctl.h: Add SOCKCLOSE per FACE Technical Standard, Edition 3.0
Joel Sherrill
2019-09-10
1
-5
/
+24
*
Cygwin: pty: Make SetConsoleCursorPosition() to be hooked.
Takashi Yano
2019-09-06
1
-0
/
+9
*
Cygwin: pty: Make sure to show system error messages
Takashi Yano
2019-09-05
1
-6
/
+49
*
Cygwin: pty: Fix potential state mismatch regarding pseudo console.
Takashi Yano
2019-09-05
1
-2
/
+7
*
Cygwin: pty: Fix select() with pseudo console support.
Takashi Yano
2019-09-05
4
-15
/
+207
*
Cygwin: pty: Disable clear screen on new pty if TERM=dumb or emacs*.
Takashi Yano
2019-09-05
3
-5
/
+16
*
Cygwin: pty: Add a workaround for ^C handling.
Takashi Yano
2019-09-04
2
-1
/
+6
*
Cygwin: pty: Limit API hook to the program linked with the APIs.
Takashi Yano
2019-09-04
4
-71
/
+66
*
Cygwin: pty: Fix state management for pseudo console support.
Takashi Yano
2019-09-04
6
-254
/
+289
*
Cygwin: pty: Move function hook_api() into hookapi.cc.
Takashi Yano
2019-09-04
3
-44
/
+35
*
Cygwin: pty: Speed up a little hooked Win32 API for pseudo console.
Takashi Yano
2019-09-04
1
-1
/
+3
[prev]
[next]