diff options
-rw-r--r-- | libdiskfs/ChangeLog | 12 | ||||
-rw-r--r-- | libnetfs/ChangeLog | 7 |
2 files changed, 19 insertions, 0 deletions
diff --git a/libdiskfs/ChangeLog b/libdiskfs/ChangeLog index 391ecd74..011e963c 100644 --- a/libdiskfs/ChangeLog +++ b/libdiskfs/ChangeLog @@ -1,3 +1,15 @@ +Fri Jul 26 14:52:23 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * file-exec.c (diskfs_S_file_exec): Unlock NP before we attempt to + do setuid/setgid (which otherwise can deadlock during port reauth). + Pay attention to the error code returned by fshelp_exec_reauth, + and don't make NEWPI if it's an error. + Initialize ERR. + +Tue Jul 23 16:05:55 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * opts-version.c (_print_version): Make return type void. + Fri Jul 19 21:19:42 1996 Miles Bader <miles@gnu.ai.mit.edu> * filedev.c (diskfs_get_file_device): INTS[3] contains the number diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog index f8b909b3..cf6933ca 100644 --- a/libnetfs/ChangeLog +++ b/libnetfs/ChangeLog @@ -1,3 +1,10 @@ +Fri Jul 26 14:34:11 1996 Miles Bader <miles@gnu.ai.mit.edu> + + * file-exec.c (netfs_S_file_exec): Unlock NP before we attempt to + do setuid/setgid (which otherwise can deadlock during port reauth). + Pay attention to the error code returned by fshelp_exec_reauth, + and don't make NEWPI if it's an error. + Tue Jul 23 14:28:33 1996 Miles Bader <miles@gnu.ai.mit.edu> * file-utimes.c (netfs_S_file_utimes): `struct timespec' now uses |