diff options
author | Roland McGrath <roland@gnu.org> | 2001-05-31 04:55:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-05-31 04:55:49 +0000 |
commit | dd750de1577a53cfeea8bfd5f35bf539f9e6ac24 (patch) | |
tree | 6f1d3ae7c6e4372c2e69bc0f7d59d1dffd0ac7d8 /term/ChangeLog | |
parent | 33e55d9f63f0ba84b892e145f226c16b8f1733e7 (diff) |
.
Diffstat (limited to 'term/ChangeLog')
-rw-r--r-- | term/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/term/ChangeLog b/term/ChangeLog index d9ad1386..84d27fb8 100644 --- a/term/ChangeLog +++ b/term/ChangeLog @@ -1,3 +1,16 @@ +2001-05-30 Roland McGrath <roland@frob.com> + + * users.c (trivfs_S_io_select): Mask out SELECT_READ and/or + SELECT_WRITE if those accesses are not allowed by the peropen. + Don't keep old bits in AVAILABLE across waits, return only + what is true at the moment we return. + +2001-05-27 Roland McGrath <roland@frob.com> + + * users.c (trivfs_S_io_select): Don't mask out SELECT_URG bit. + Just let it never be set in the eventual result. Yes, this + can mean blocking forever when SELECT_URG is the only bit set. + 2001-05-26 Roland McGrath <roland@frob.com> * users.c (trivfs_S_io_select): Don't diagnose an error for *TYPE |