diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-18 04:35:29 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-18 04:35:29 +0000 |
commit | 94cef36797600d11a50d09828fa80df8a73dfd1c (patch) | |
tree | b7cba9afef95489eedef534d3e6946eb13f595ba /hurd/=pending-changes | |
parent | 88dbbbf9e48e24f1ac007c1e4eeffd9caf8e2fad (diff) |
*** empty log message ***
Diffstat (limited to 'hurd/=pending-changes')
-rw-r--r-- | hurd/=pending-changes | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/hurd/=pending-changes b/hurd/=pending-changes new file mode 100644 index 00000000..33660b46 --- /dev/null +++ b/hurd/=pending-changes @@ -0,0 +1,26 @@ +User visible: + +Change fsys_set_options interface to allow returning data & err+data. + fsys: fsys_t; options: data_t; do_children: int; err: error_t; result: data_t +Add error_t to hurd_types.defs. + +Add notification calls to process.defs (and create process_notify.defs). +(not yet) + +Add file_exchange_contents (not yet) + +Change file_getfh and fsys_getfile to use more convenient interface. + +Remove hostid/hostname calls from process.defs. + +Add serverport arg to auth_user_authenticate; change auth to use it to +abort auth_user_authenticate when it's dead. + +Add io_revoke. + + +Not user visible: + +Format of /var/login should be user:1 not user-1. + [Or as subdirectories, if a server supplies directory ops anyway] + |