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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
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
*
Cygwin: FIFO: remember the type of the fhandler
Ken Brown
2019-04-16
2
-11
/
+5
*
Cygwin: FIFO: hit_eof: add a call to fifo_client_lock
Ken Brown
2019-04-16
1
-8
/
+13
*
Cygwin: FIFO: rename client[] to fc_handler[]
Ken Brown
2019-04-16
3
-59
/
+59
*
Cygwin: use win pid+threadid for forkables dirname
Michael Haubenwallner
2019-04-12
1
-19
/
+7
*
Improve error handling in /proc/[pid]/ virtual files.
Erik M. Bray
2019-04-10
1
-7
/
+28
*
Cygwin: add latest signal handling fixes to release notes
Corinna Vinschen
2019-04-06
3
-2
/
+15
*
Cygwin: signals: setcontext: fix setting sigmask
Corinna Vinschen
2019-04-05
1
-1
/
+1
*
Cygwin: follow context if changed inside SA_SIGINFO signal handler
Corinna Vinschen
2019-04-05
1
-1
/
+10
*
Cygwin: signals: make setcontext work from signal handlers
Corinna Vinschen
2019-04-04
1
-0
/
+1
*
Cygwin: console: fix key input for native console application
Takashi Yano
2019-04-03
1
-0
/
+17
*
Cygwin: signals: restore sigmask from context given to signal handler
Corinna Vinschen
2019-04-03
1
-1
/
+2
*
Cygwin: winpids: Fix getting process multiple times, take 2
Corinna Vinschen
2019-04-02
3
-8
/
+21
*
Cygwin: Add console patches to release notes
Corinna Vinschen
2019-03-31
2
-0
/
+15
*
Cygwin: console: Make I/O functions thread-safe
Takashi Yano
2019-03-31
3
-12
/
+165
*
Cygwin: console: fix select() behaviour
Takashi Yano
2019-03-31
3
-425
/
+462
*
Cygwin: console: support 24 bit color
Takashi Yano
2019-03-31
6
-34
/
+227
*
Cygwin: document ps -W duplication bug fix
Corinna Vinschen
2019-03-31
1
-0
/
+4
*
Cygwin: [gs]et_io_handle(): renamed to [gs]et_handle().
Takashi Yano
2019-03-30
14
-86
/
+87
*
Cygwin: fork: reserve dynloaded dll areas earlier
Michael Haubenwallner
2019-03-28
2
-6
/
+6
*
Cygwin: FIFO: implement clear_readahead
Ken Brown
2019-03-28
1
-1
/
+7
*
Cygwin: document the recent FIFO changes
Ken Brown
2019-03-27
2
-0
/
+26
*
Cygwin: fix: seteuid32() must return EPERM if privileges are not held.
J.H. van de Water
2019-03-27
1
-0
/
+3
*
Cygwin: FIFO: add support for the duplex case
Ken Brown
2019-03-27
2
-11
/
+73
*
Cygwin: FIFO: avoid crashes when cloning a client
Ken Brown
2019-03-27
1
-1
/
+1
*
Cygwin: FIFO: update select
Ken Brown
2019-03-27
3
-15
/
+157
[next]