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
*
Replace bogus resize-window-to-clear-screen logic.
cygnal-3-1-6-98-branch
Kaz Kylheku
2020-10-11
2
-56
/
+23
*
Revert "Fix console clear screen if buffer is full"
Kaz Kylheku
2020-10-11
1
-25
/
+16
*
Use Windows values in passwd and HOME env var.
Kaz Kylheku
2020-10-11
4
-18
/
+25
*
Remove env var translation; PATH semicolon separated.
Kaz Kylheku
2020-10-11
2
-99
/
+9
*
Console: integrate end-of-line hack with cursor positioning.
Kaz Kylheku
2020-10-11
1
-8
/
+23
*
Symlink creation defaults to Windows shortcuts.
Kaz Kylheku
2020-10-11
1
-1
/
+1
*
Respond to CYGNAL environment variable, not CYGWIN.
Kaz Kylheku
2020-10-11
1
-8
/
+8
*
Implement sh -> cmd.exe translation hack.
Kaz Kylheku
2020-10-11
1
-0
/
+15
*
Implement drive-relative paths and per-drive working dir.
Kaz Kylheku
2020-10-11
1
-1
/
+40
*
Remove conversion of native paths to POSIX mount points.
Kaz Kylheku
2020-10-11
1
-74
/
+1
*
First steps toward native path handling.
Kaz Kylheku
2020-10-11
4
-31
/
+73
*
Small fixes in get_cmd_exe_path.
Kaz Kylheku
2020-10-11
1
-11
/
+13
*
More secure way of obtaining command interpreter.
Kaz Kylheku
2020-10-11
3
-4
/
+30
*
Use COMSPEC env var, not hard-coded CMD.EXE path.
Kaz Kylheku
2020-10-11
3
-19
/
+25
*
Fix previous VT100 fix.
Kaz Kylheku
2020-10-11
1
-11
/
+11
*
Fix spawned process window not foregrounding.
Kaz Kylheku
2020-10-11
2
-1
/
+7
*
Console: provide VT100-like end-of-line print behavior.
Kaz Kylheku
2020-10-11
2
-0
/
+24
*
Report as CYGNAL in uname syscall.
Kaz Kylheku
2020-10-11
1
-2
/
+2
*
Cygnal apps use cmd.exe, not /bin/sh.
Kaz Kylheku
2020-10-10
3
-47
/
+13
*
When spawning, don't try to make invisible window.
Kaz Kylheku
2020-10-10
1
-2
/
+0
*
Use wShowWindow when calling CreateProcess.
Kaz Kylheku
2020-10-10
1
-1
/
+2
*
Cygwin: avoid GCC 10 error with -Werror=narrowing
Jon Turney
2020-10-10
2
-3
/
+1
*
Cygwin: avoid GCC 10 error with -Werror=parentheses
Jon Turney
2020-10-10
1
-1
/
+1
*
Cygwin: avoid GCC 10 error with -Werror=narrowing
Jon Turney
2020-10-10
1
-2
/
+2
*
Cygwin: winlean.h: remove most of the extended memory API
Ken Brown
2020-10-10
2
-41
/
+17
*
Cygwin: add header defining GCC exception codes
Ken Brown
2020-08-20
2
-9
/
+20
*
Cygwin: main exception handler (64-bit): continue GCC exceptions
Ken Brown
2020-08-18
2
-0
/
+23
*
Cygwin: pty: Change the timing of set_locale() call again.
Takashi Yano via Cygwin-patches
2020-08-17
2
-4
/
+18
*
Cygwin: pty: Change the timing of setup_locale() call.
Takashi Yano via Cygwin-patches
2020-08-13
1
-4
/
+4
*
Cygwin: pty: Add a workaround for issue of starting a lot of mintty.
Takashi Yano
2020-08-11
1
-4
/
+11
*
Cygwin: Add 'fallthrough' pseudo keyword for switch/case use
Corinna Vinschen
2020-08-05
33
-63
/
+67
*
Cygwin: Fix missing breaks in switch statement
Corinna Vinschen
2020-08-05
2
-0
/
+10
*
Cygwin: FIFO: add a third pass to raw_read
Ken Brown
2020-08-04
1
-6
/
+60
*
Cygwin: FIFO: fix indentation
Ken Brown
2020-08-04
1
-48
/
+48
*
Cygwin: FIFO: synchronize the fifo_reader and fifosel threads
Ken Brown
2020-08-04
3
-9
/
+60
*
Cygwin: FIFO: don't read from pipes that are closing
Ken Brown
2020-08-04
3
-12
/
+5
*
Cygwin: FIFO: reorganize some fifo_client_handler methods
Ken Brown
2020-08-04
3
-37
/
+50
*
Cygwin: FIFO: add a timeout to take_ownership
Ken Brown
2020-08-04
3
-53
/
+30
*
Cygwin: FIFO: fix timing issue with owner change
Ken Brown
2020-08-04
1
-4
/
+21
*
Cygwin: FIFO: lock fixes
Ken Brown
2020-08-04
1
-6
/
+17
*
fhandler_proc.cc(format_proc_cpuinfo): use _small_sprintf %X for microcode
Brian Inglis
2020-08-04
1
-1
/
+1
*
fhandler_proc.cc(format_proc_cpuinfo): add SERIALIZE instruction flag
Brian Inglis
2020-08-04
1
-0
/
+1
*
Cygwin: posix_spawn: add Cygwin-specific code fixing process synchronisation
Corinna Vinschen
2020-08-03
3
-8
/
+142
*
fhandler_proc.cc(format_proc_cpuinfo): add flags and TLB size
Brian Inglis
2020-07-24
1
-42
/
+255
*
Cygwin: mmap: Remove AT_ROUND_TO_PAGE workaround
Corinna Vinschen
2020-07-22
2
-106
/
+43
*
Cygwin: mmap: document recent bugfix
Ken Brown
2020-07-21
1
-0
/
+3
*
Cygwin: mmap: constify pagesize throughout
Corinna Vinschen
2020-07-20
1
-8
/
+8
*
Cygwin: mmap: fix mapping beyond EOF on 64 bit
Ken Brown
2020-07-20
1
-0
/
+1
*
Cygwin: pty: Fix a bug on redirecting something to /dev/pty*.
Takashi Yano via Cygwin-patches
2020-07-20
1
-5
/
+0
*
Cygwin: sockets: Rearrange check for connect failure
Corinna Vinschen
2020-07-20
1
-9
/
+7
[next]