diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 05:32:24 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-07-11 05:32:24 +0000 |
commit | 405d07e1e45eb3aec2aec7149f4b9f9fa70d9843 (patch) | |
tree | 14b1854f4637c44b44e7e0aa3a2e8e641f334af4 /term/ChangeLog | |
parent | cd19ba270757a36b05b776253391debcef50d65c (diff) |
1999-07-09 Thomas Bushnell, BSG <tb@mit.edu>
* ptyio.c (pty_io_read): Use mmap instead of vm_allocate.
* users.c (trivfs_S_io_read): Likewise.
Diffstat (limited to 'term/ChangeLog')
-rw-r--r-- | term/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/term/ChangeLog b/term/ChangeLog index dbf39514..e82c88f9 100644 --- a/term/ChangeLog +++ b/term/ChangeLog @@ -1,3 +1,8 @@ +1999-07-09 Thomas Bushnell, BSG <tb@mit.edu> + + * ptyio.c (pty_io_read): Use mmap instead of vm_allocate. + * users.c (trivfs_S_io_read): Likewise. + 1999-05-24 Mark Kettenis <kettenis@gnu.org> * devio.c: Include <assert.h>, <errno.h> and <error.h>. Do |