Corinna Vinschen
c1d739567b
*** empty log message ***
2015-02-25 12:08:38 +00:00
Corinna Vinschen
59076540bc
* fhandler.h (class fhandler_base): Add was_nonblocking status flag.
...
* fhandler.cc (fhandler_base::set_flags): Set was_nonblocking if the
O_NONBLOCK flag has been specified.
(fhandler_base_overlapped::close): Check for was_nonblocking instead
of for is_nonblocking. Explain why.
(fhandler_base::set_nonblocking): Set was_nonblocking if noblocking
mode gets enabled.
2015-02-24 11:05:02 +00:00
Corinna Vinschen
f6ec73c018
* winsup.h (SIGTOMASK): Add cast to sigset_t to avoid int overflow.
2015-02-23 12:40:01 +00:00
Corinna Vinschen
c53c879db4
* sec_acl.cc (setacl): Always grant owner FILE_WRITE_ATTRIBUTES access.
2015-02-19 14:15:44 +00:00
Corinna Vinschen
b5d4a40465
*** empty log message ***
2015-02-16 12:50:12 +00:00
Corinna Vinschen
75fb392aa3
* i686.din (__mempcpy): Move symbol export from here...
...
* common.din (__mempcpy): ... to here.
2015-02-15 09:13:03 +00:00
Corinna Vinschen
6b14f3988c
*** empty log message ***
2015-02-12 20:23:20 +00:00
Corinna Vinschen
1072cb2e7d
* sec_acl.cc (setacl): Introduce bool array "invalid" to note the
...
invalidation of incoming acl entries while iterating over them.
2015-02-12 17:53:24 +00:00
Corinna Vinschen
22d65acb9c
*** empty log message ***
2015-02-06 17:14:26 +00:00