diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-09-08 08:39:21 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-09-08 08:39:21 +0000 |
commit | 709917db732ffdebbeff9b18669e04d0cf2be2bf (patch) | |
tree | d5b5b9de54d890f8d4606d8f77b486e3c5b6a0d3 /hurd/ChangeLog | |
parent | 60aeeb0099a6595f023845f5f7ec8f5a12f73c9e (diff) |
1999-09-07 Thomas Bushnell, BSG <tb@mit.edu>
* io.defs (io_map_segment): New RPC.
(io_map): Refer to io_map_segment; label as deprecated.
(io_map_cntl, io_get_conch, io_release_conch, io_prenotify,
io_eofnotify, io_postnotify, io_readnotify, io_readsleep,
io_sigio): Label as deprecated.
Diffstat (limited to 'hurd/ChangeLog')
-rw-r--r-- | hurd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog index 7b586fa2..39f4dc71 100644 --- a/hurd/ChangeLog +++ b/hurd/ChangeLog @@ -1,3 +1,11 @@ +1999-09-07 Thomas Bushnell, BSG <tb@mit.edu> + + * io.defs (io_map_segment): New RPC. + (io_map): Refer to io_map_segment; label as deprecated. + (io_map_cntl, io_get_conch, io_release_conch, io_prenotify, + io_eofnotify, io_postnotify, io_readnotify, io_readsleep, + io_sigio): Label as deprecated. + Tue May 11 13:38:50 1999 Thomas Bushnell, BSG <tb@mit.edu> * startup.defs: Doc fixes. |