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
*
Cygwin: console: Fix handling of Ctrl-S in Win7.
Takashi Yano via Cygwin-patches
2021-02-19
5
-246
/
+98
*
Cygwin: console: Fix SIGWINCH handling in Win7.
Takashi Yano via Cygwin-patches
2021-02-19
1
-0
/
+15
*
cpuinfo: add AVX features; move SME, SEV/_ES features
Brian Inglis
2021-02-18
1
-21
/
+23
*
cpuinfo: fix check for cpuid 0x80000007 support
Brian Inglis
2021-02-18
1
-1
/
+1
*
Include malloc.h in libc/stdlib/aligned_alloc.c
Hans-Peter Nilsson
2021-02-18
1
-0
/
+1
*
Cygwin: console: Introduce new thread which handles input signal.
Takashi Yano via Cygwin-patches
2021-02-17
3
-2
/
+181
*
Complete revert of 2019-08-19, st_atime in libc/include/sys/stat.h
Hans-Peter Nilsson
2021-02-16
1
-1
/
+1
*
winsup/doc/posix.xml: add note for getrlimit, setrlimit, xrefs to notes
Brian Inglis
2021-02-16
1
-44
/
+57
*
Cygwin: console: Abort read() on signal if SA_RESTART is not set.
Takashi Yano via Cygwin-patches
2021-02-15
4
-4
/
+6
*
Cygwin: pty: Fix a bug in input transfer for GDB.
Takashi Yano via Cygwin-patches
2021-02-15
1
-2
/
+3
*
Cygwin: pty: Reduce unecessary input transfer.
Takashi Yano via Cygwin-patches
2021-02-12
5
-199
/
+376
*
Cygwin: only export tmpfile64 on 32 bit
Corinna Vinschen
2021-02-12
1
-0
/
+2
*
Cygwin: Have tmpfile(3) use O_TMPFILE
Mark Geisert
2021-02-12
2
-0
/
+23
*
Cygwin: fhandler: clean up 'copyto' logic
Corinna Vinschen
2021-02-10
3
-197
/
+197
*
Cygwin: check path_conv_handle for NULL before trying to dup it
Corinna Vinschen
2021-02-10
1
-3
/
+4
*
Cygwin: drop path_conv::reset_conv_handle
Corinna Vinschen
2021-02-10
3
-3
/
+2
*
Cygwin: don't copy path_conv in fhandler_base::reset
Corinna Vinschen
2021-02-10
1
-1
/
+0
*
Revert "Cygwin: fstat_helper: always use handle in call to get_file_attribute"
Ken Brown
2021-02-09
1
-4
/
+3
*
Cygwin: drop ftw.h in favor of new newlib ftw.h
Corinna Vinschen
2021-02-09
1
-63
/
+0
*
FTW Port for Newlib
Eshan dhawan
2021-02-09
4
-1
/
+254
*
Removed Soft float from MIPS
Eshan dhawan
2021-02-05
2
-41
/
+18
*
RISC-V: Use __bss_start for the starting point of .bss.
Yeting Kuo
2021-02-05
1
-1
/
+1
*
fhandler_serial.cc: MARK and SPACE parity for serial port
Marek Smetana
2021-02-02
2
-1
/
+11
*
Cygwin: recognize native Windows AF_UNIX sockets as reparse points
Ken Brown
2021-02-01
1
-0
/
+4
*
Cygwin: include/cygwin/limits.h: new header
Ken Brown
2021-02-01
2
-47
/
+98
*
Cygwin: remove the OPEN_MAX_MAX macro
Ken Brown
2021-02-01
7
-17
/
+14
*
Cygwin: sysconf, getrlimit: don't call getdtablesize
Ken Brown
2021-02-01
2
-14
/
+2
*
Cygwin: getdtablesize: always return OPEN_MAX_MAX
Ken Brown
2021-02-01
1
-1
/
+1
*
Cygwin: exceptions.cc: Suspend all threads in sig_handle_tty_stop().
Takashi Yano via Cygwin-patches
2021-02-01
1
-0
/
+2
*
Cygwin: console: Align the behaviour against signal with pty.
Takashi Yano via Cygwin-patches
2021-02-01
1
-1
/
+2
*
Cygwin: pty: Make slave read() thread-safe.
Takashi Yano via Cygwin-patches
2021-02-01
1
-0
/
+6
*
Cygwin: console: Make read() thread-safe.
Takashi Yano via Cygwin-patches
2021-02-01
3
-5
/
+18
*
Cygwin: fchmodat: add limited support for AT_SYMLINK_NOFOLLOW
Ken Brown
2021-01-29
1
-5
/
+15
*
Cygwin: pty: Allow multiple apps to enable pseudo console simultaneously.
Takashi Yano via Cygwin-patches
2021-01-28
6
-93
/
+314
*
Cygwin: pty: Make apps using console APIs be able to debug with gdb.
Takashi Yano via Cygwin-patches
2021-01-28
6
-42
/
+279
*
Cygwin: pty: Keep code page between non-cygwin apps.
Takashi Yano via Cygwin-patches
2021-01-28
3
-0
/
+11
*
Cygwin: pty: Inherit typeahead data between two input pipes.
Takashi Yano via Cygwin-patches
2021-01-28
5
-147
/
+504
*
Cygwin: Align *utime*() with POSIX/glibc
Corinna Vinschen
2021-01-26
2
-5
/
+5
*
Align *utime*() with POSIX/glibc
Sebastian Huber
2021-01-26
3
-6
/
+6
*
Cygwin: chown: make sure ctime gets updated when necessary
Ken Brown
2021-01-25
1
-5
/
+8
*
syscalls.cc: Deduplicate remove
Ben Wijen
2021-01-25
1
-13
/
+4
*
Cygwin: console: Add missing guard regarding attach_mutex.
Takashi Yano via Cygwin-patches
2021-01-25
1
-0
/
+27
*
syscalls.cc: unlink_nt: Try FILE_DISPOSITION_IGNORE_READONLY_ATTRIBUTE
Ben Wijen
2021-01-25
4
-39
/
+53
*
Cygwin: ptsname_r: always return an error number on failure
Ken Brown
2021-01-22
2
-1
/
+4
*
Cygwin: normalize_posix_path: fix error handling when .. is encountered
Ken Brown
2021-01-22
2
-1
/
+7
*
Cygwin: Move post-dir unlink check
Ben Wijen
2021-01-22
2
-20
/
+28
*
Cygwin: console: Fix "Bad file descriptor" error in script command.
Takashi Yano via Cygwin-patches
2021-01-20
3
-7
/
+105
*
Cygwin: pty: Reduce buffer size in get_console_process_id().
Takashi Yano via Cygwin-patches
2021-01-20
1
-2
/
+2
*
Cygwin: pty: Lessen the side effect of workaround for rlwarp.
Takashi Yano via Cygwin-patches
2021-01-19
1
-4
/
+12
*
Cygwin: spawn.cc: Fix typo in comment by commit 974e6d76.
Takashi Yano via Cygwin-patches
2021-01-19
1
-1
/
+1
[next]