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: 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
*
libm/math: Use __math_xflow in obsolete math code [v2]
Keith Packard
2020-08-03
9
-32
/
+34
*
select.h: update FD macros to latest FreeBSD, fix type conversion warning
Corinna Vinschen
2020-08-03
1
-27
/
+41
*
Cygwin: posix_spawn: add Cygwin-specific code fixing process synchronisation
Corinna Vinschen
2020-08-03
4
-8
/
+206
*
Cygwin: Speed up dumper
Jon Turney
2020-07-31
1
-9
/
+4
*
Cygwin: Remove synchronization event from dumper
Jon Turney
2020-07-31
1
-12
/
+0
*
Cygwin: Add --nokill dumper option
Jon Turney
2020-07-31
2
-4
/
+26
*
arm: Fix include to avoid undefined reference
Sebastian Huber
2020-07-29
1
-1
/
+1
*
arm: Split fenv.c into multiple files
Eshan dhawan
2020-07-29
19
-282
/
+696
*
arm: Fix fenv support
Eshan dhawan
2020-07-29
9
-772
/
+127
*
Cygwin: Decorate NtQueryVirtualMemory() to fix 32-bit build
Jon Turney
2020-07-28
1
-1
/
+1
*
riscv: fix integer wraparound in memcpy
PkmX via Newlib
2020-07-27
1
-2
/
+2
*
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: Use MEMORY_WORKING_SET_EX_INFORMATION in dumper
Jon Turney
2020-07-21
3
-8
/
+65
*
Cygwin: Don't dump non-writable image regions
Jon Turney
2020-07-21
1
-0
/
+6
*
Cygwin: Drop excluded regions list from dumper
Jon Turney
2020-07-21
2
-61
/
+4
*
Cygwin: Remove reading of PE for section flags from dumper
Jon Turney
2020-07-21
4
-114
/
+3
*
Cygwin: Show details of all memory regions in dumper debug output
Jon Turney
2020-07-21
1
-21
/
+80
*
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
*
Cygwin: FIFO: document recent fixes
Ken Brown
2020-07-16
1
-0
/
+3
*
Cygwin: FIFO: update commentary
Ken Brown
2020-07-16
1
-4
/
+17
*
Cygwin: FIFO: clean up
Ken Brown
2020-07-16
1
-6
/
+4
*
Cygwin: FIFO: allow take_ownership to be interrupted
Ken Brown
2020-07-16
3
-8
/
+59
*
Cygwin: fhandler_fifo::take_ownership: don't set event unnecessarily
Ken Brown
2020-07-16
1
-1
/
+4
*
Cygwin: FIFO: add missing lock
Ken Brown
2020-07-16
1
-0
/
+2
*
Cygwin: FIFO: make certain errors non-fatal
Ken Brown
2020-07-16
1
-11
/
+10
*
Cygwin: FIFO: fix indentation
Ken Brown
2020-07-16
1
-84
/
+84
*
Cygwin: FIFO: improve taking ownership in fifo_reader_thread
Ken Brown
2020-07-16
1
-21
/
+23
*
Cygwin: FIFO: reduce I/O interleaving
Ken Brown
2020-07-16
2
-8
/
+50
*
Cygwin: fhandler_fifo::hit_eof: improve reliability
Ken Brown
2020-07-16
3
-30
/
+6
*
Cygwin: FIFO: keep a writer count in shared memory
Ken Brown
2020-07-16
2
-166
/
+124
*
Cygwin: FIFO: fix problems finding new owner
Ken Brown
2020-07-16
2
-33
/
+61
*
ctype.h: Fix unused variable warnings
Aschref Ben Thabet
2020-07-16
1
-4
/
+9
*
Cygwin: document previous poll/select patch
Corinna Vinschen
2020-07-16
1
-0
/
+3
*
Cygwin: make sure failed sockets always signal writability
Marc Hoersken
2020-07-16
1
-0
/
+6
*
Cygwin: FAQ 1.6: Update "Who's behind the project?"
Brian Inglis
2020-07-13
1
-17
/
+16
*
Cygwin: FAQ 1.5: Clarify "What version is this"
Brian Inglis
2020-07-13
1
-10
/
+19
*
Cygwin: Make dumper scan more than first 4GB of VM on x86_64
Jon Turney
2020-07-12
1
-2
/
+2
*
Cygwin: Add a new win32_pstatus data type for modules on x86_64
Jon Turney
2020-07-12
2
-4
/
+16
[prev]
[next]