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
*
Add support for Hygon Dhyana processor
Jinke Fan
2019-06-03
2
-2
/
+4
*
Fix <sys/_types.h> issues with <stddef.h>
Sebastian Huber
2019-06-03
2
-5
/
+3
*
Avoid <sys/cdefs.h> dependency in <sys/_types.h>
Sebastian Huber
2019-06-03
1
-2
/
+7
*
Avoid cyclic header dependencies
Sebastian Huber
2019-06-03
2
-5
/
+5
*
Cygwin: FIFO: respect the O_CLOEXEC flag
Ken Brown
2019-05-28
1
-2
/
+3
*
Cygwin: FIFO: Open only one handle to NPFS
Ken Brown
2019-05-23
1
-1
/
+1
*
RISC-V: Add _LITE_EXIT in crt0.S.
Jim Wilson
2019-05-22
1
-0
/
+13
*
RISC-V: Add size optimized memcpy, memmove, memset and strcmp.
Jim Wilson
2019-05-22
8
-2
/
+146
*
Make .data section placement coincide with _fdata symbol
Faraz Shahbazker
2019-05-15
22
-0
/
+22
*
Cygwin: FIFO: code simplifications.
Ken Brown
2019-05-09
1
-11
/
+2
*
Cygwin: FIFO: make read_ready an auto-reset event
Ken Brown
2019-05-09
1
-1
/
+1
*
Cygwin: FIFO: improve the check for the listen_client thread
Ken Brown
2019-05-09
2
-2
/
+33
*
Cygwin: FIFO: set client handler flags more accurately
Ken Brown
2019-05-09
1
-1
/
+3
*
Cygwin: FIFO: don't leave a pending listen request
Ken Brown
2019-05-09
2
-53
/
+59
*
Cygwin: FIFO: add a HANDLE parameter to open_pipe
Ken Brown
2019-05-09
2
-9
/
+9
*
Cygwin: FIFO: re-implement duplexers
Ken Brown
2019-05-09
2
-34
/
+11
*
Cygwin: FIFO: add 'record_connection' method
Ken Brown
2019-05-09
2
-9
/
+15
*
Cygwin: FIFO: remove incorrect duplexer code
Ken Brown
2019-05-09
1
-15
/
+8
*
Revert "Cygwin: check for STATUS_PENDING in fhandler_base::raw_read"
Ken Brown
2019-05-09
1
-13
/
+1
*
Cygwin: dll_list: drop unused read_fbi method
Michael Haubenwallner
2019-05-05
2
-24
/
+0
*
Cygwin: Add release info for 3.0.7
Corinna Vinschen
2019-04-30
2
-0
/
+21
*
Cygwin: dll_list: query dll file id at load time
Michael Haubenwallner
2019-04-30
2
-4
/
+2
*
Cygwin: dll_list: stat_real_file_once as dll method
Michael Haubenwallner
2019-04-30
2
-10
/
+13
*
Cygwin: dll_list: drop FILE_BASIC_INFORMATION
Michael Haubenwallner
2019-04-30
3
-6
/
+3
*
Cygwin: update era and message locale data
Corinna Vinschen
2019-04-30
2
-317
/
+341
*
Fix order of eh_frame sections in linker scripts
Faraz Shahbazker
2019-04-29
18
-18
/
+118
*
Cygwin: FIFO: synchronize the blocking mode of a writer's pipe
Ken Brown
2019-04-26
2
-0
/
+17
*
Cygwin: define MSG_EOR and refuse in send(2)
Corinna Vinschen
2019-04-25
3
-0
/
+13
*
Minor improvements to socket error handling:
Erik M. Bray
2019-04-23
1
-1
/
+4
*
Cygwin: FIFO: restart listen_client thread after fork/exec
Ken Brown
2019-04-22
1
-7
/
+5
*
Cygwin: FIFO: stop the listen_client thread before fork/exec
Ken Brown
2019-04-20
2
-2
/
+16
*
Cygwin: FIFO: close connect_evt handles as soon as possible
Ken Brown
2019-04-20
1
-7
/
+10
*
Cygwin: FIFO: avoid WFMO error in listen_client_thread
Ken Brown
2019-04-20
1
-5
/
+7
*
Cygwin: FIFO: duplicate the i/o handle when opening a duplexer
Ken Brown
2019-04-20
1
-1
/
+8
*
Cygwin: FIFO: stop the listen_client thread on an opening error
Ken Brown
2019-04-20
1
-1
/
+1
*
Cygwin: drop unsupported Windows 10 versions
Corinna Vinschen
2019-04-19
1
-31
/
+1
*
Cygwin: FIFO: avoid hang after exec
Ken Brown
2019-04-18
2
-0
/
+10
*
MSP430: Make the inclusion of run_*_array fns depend on defined assembler sym...
Jozef Lawrynowicz
2019-04-18
3
-22
/
+74
*
Fix incorrect assembly code in _msp430_run_array
Jozef Lawrynowicz
2019-04-16
1
-2
/
+2
*
Cygwin: FIFO: fix and simplify listen_client_thread
Ken Brown
2019-04-16
2
-153
/
+109
*
Cygwin: FIFO: improve raw_write
Ken Brown
2019-04-16
3
-20
/
+80
*
Cygwin: FIFO: start the listen_client thread when duping a reader
Ken Brown
2019-04-16
1
-9
/
+13
*
Cygwin: FIFO: fix clone
Ken Brown
2019-04-16
2
-5
/
+21
*
Cygwin: FIFO: use a retry loop when opening a writer
Ken Brown
2019-04-16
1
-21
/
+31
*
Cygwin: FIFO: fix the use of the read_ready event
Ken Brown
2019-04-16
1
-35
/
+16
*
Cygwin: FIFO: fix fifo_client_handler::close
Ken Brown
2019-04-16
1
-1
/
+4
*
Cygwin: FIFO: code simplification: don't overload get_handle
Ken Brown
2019-04-16
2
-4
/
+5
*
Cygwin: check for STATUS_PENDING in fhandler_base::raw_read
Ken Brown
2019-04-16
1
-1
/
+13
*
Cygwin: FIFO: fix the error checking in raw_read
Ken Brown
2019-04-16
1
-8
/
+5
*
Cygwin: FIFO: fix a thinko in listen_client_thread
Ken Brown
2019-04-16
1
-1
/
+4
[next]