Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed from file-trunate.c. | Roland McGrath | 1995-09-17 | 1 | -9/+20 |
| | | | | | (diskfs_S_file_set_size): Renamed from diskfs_s_file_truncate. If SIZE exceeds the file size, extend the file. | ||||
* | (FSSRCS): Rename file-truncate.c to file-set-size.c. | Roland McGrath | 1995-09-17 | 1 | -1/+1 |
| | |||||
* | (DIST_FILES): Added ourfs_notify.defs. | Roland McGrath | 1995-09-16 | 1 | -9/+1 |
| | | | | (ourfs_notify_U.h ourfs_notifyUser.c, ourfs_notify.defs): Targets removed. | ||||
* | Initial revision | Roland McGrath | 1995-09-16 | 1 | -0/+5 |
| | |||||
* | (diskfs_lookup): Doc fix. | Michael I. Bushnell | 1995-09-13 | 1 | -1/+4 |
| | |||||
* | (diskfs_clear_directory): Set the fourth arg in REMOVE lookup calls in | Michael I. Bushnell | 1995-09-13 | 1 | -5/+13 |
| | | | | accord with change in rules for the lookup call. | ||||
* | (SRCS): Removed $(NOTIFYSRCS) and $(INTSRCS). | Miles Bader | 1995-09-06 | 1 | -7/+3 |
| | | | | | (NOTIFYSRCS, INTSRCS, notify-MIGSFLAGS): Removed. (MIGSTUBS): Removed notifyServer.o and interruptServer.o. | ||||
* | (diskfs_demuxer): Use ports_notify_server and ports_interrupt_server instead | Miles Bader | 1995-09-06 | 1 | -5/+3 |
| | | | | of our own versions. | ||||
* | (diskfs_S_io_select): Don't check open modes or return EBADF. | Michael I. Bushnell | 1995-08-29 | 1 | -8/+0 |
| | |||||
* | (FSYSSRCS): Add fsys-forward.c. | Miles Bader | 1995-08-25 | 1 | -1/+1 |
| | |||||
* | Initial revision | Miles Bader | 1995-08-25 | 1 | -0/+37 |
| | |||||
* | (diskfs_S_file_truncate): Bother to check the return value of | Michael I. Bushnell | 1995-08-25 | 1 | -2/+2 |
| | | | | diskfs_truncate. | ||||
* | (REMHDRS): Removed. | Miles Bader | 1995-08-24 | 1 | -19/+5 |
| | | | | Rules dealing with ../lib removed. | ||||
* | (diskfs_S_ifsock_getsockaddr): Try to restart the PF_LOCAL server if it dies. | Miles Bader | 1995-07-31 | 1 | -0/+11 |
| | |||||
* | (diskfs_drop_node): Don't actually drop the node if it is a socket naming | Miles Bader | 1995-07-29 | 1 | -0/+10 |
| | | | | point, unless it also has no links. | ||||
* | (diskfs_S_file_getcontrol): Fix typo. | Michael I. Bushnell | 1995-07-22 | 1 | -1/+1 |
| | |||||
* | (start_execserver): Tyo. | Michael I. Bushnell | 1995-07-22 | 1 | -1/+1 |
| | |||||
* | (_diskfs_translator_callback_fn): Use correct sense of diskfs_readonly | Michael I. Bushnell | 1995-07-21 | 1 | -1/+1 |
| | | | | flag. | ||||
* | (_diskfs_translator_callback_fn): Free initial reference created by | Michael I. Bushnell | 1995-07-21 | 1 | -7/+10 |
| | | | | diskfs_make_protid. | ||||
* | (diskfs_S_io_restrict_auth): Free initial referenc created by | Michael I. Bushnell | 1995-07-21 | 1 | -4/+5 |
| | | | | diskfs_make_protid. | ||||
* | (diskfs_S_io_duplicate): Free initial reference created by | Michael I. Bushnell | 1995-07-21 | 1 | -4/+7 |
| | | | | diskfs_make_protid. | ||||
* | (diskfs_S_fsys_getroot): Free initial reference created by | Michael I. Bushnell | 1995-07-21 | 1 | -5/+7 |
| | | | | diskfs_make_protid. | ||||
* | (diskfs_S_file_invoke_translator): Free initial reference created by | Michael I. Bushnell | 1995-07-21 | 1 | -4/+7 |
| | | | | diskfs_make_protid. | ||||
* | (diskfs_S_file_exec): Free initial reference created by | Michael I. Bushnell | 1995-07-21 | 1 | -6/+8 |
| | | | | diskfs_make_protid. | ||||
* | (diskfs_S_dir_mkfile): Free initial reference created by | Michael I. Bushnell | 1995-07-21 | 1 | -6/+9 |
| | | | | diskfs_make_protid. | ||||
* | (diskfs_S_dir_lookup): Free initial references created by | Michael I. Bushnell | 1995-07-21 | 1 | -11/+13 |
| | | | | diskfs_make_protid. | ||||
* | (diskfs_start_bootstrap): Free initial reference created by diskfs_make_protid. | Michael I. Bushnell | 1995-07-21 | 1 | -18/+26 |
| | | | | | (diskfs_S_exec_startup): Likewise. (diskfs_S_fsys_init): Likewise. | ||||
* | (diskfs_S_io_reauthenticate): Free initial reference created by | Michael I. Bushnell | 1995-07-21 | 1 | -0/+2 |
| | | | | diskfs_start_protid. | ||||
* | (diskfs_startup_diskfs): Free initial reference created by | Michael I. Bushnell | 1995-07-21 | 1 | -8/+8 |
| | | | | ports_allocate_port. | ||||
* | (diskfs_S_file_getcontrol): Free initial reference created by | Michael I. Bushnell | 1995-07-21 | 1 | -5/+7 |
| | | | | ports_allocate_port. | ||||
* | (start_execserver): Free initial reference created by ports_allocate_port. | Michael I. Bushnell | 1995-07-21 | 1 | -3/+7 |
| | |||||
* | (diskfs_start_bootstrap): Free initial reference created by | Michael I. Bushnell | 1995-07-21 | 1 | -4/+6 |
| | | | | ports_allocate_port. | ||||
* | (diskfs_S_dir_lookup): Examine the active translator on NP, not on | Michael I. Bushnell | 1995-07-21 | 1 | -2/+1 |
| | | | | diskfs_root_node, to see if translator usage is necessary. | ||||
* | (diskfs_S_file_set_translator): Only validate PASSIVELEN if PASSIVE is | Michael I. Bushnell | 1995-07-21 | 1 | -1/+1 |
| | | | | set. | ||||
* | (thread_timeout, server_timeout): New vars. | Michael I. Bushnell | 1995-07-18 | 1 | -5/+5 |
| | | | | | (THREAD_TIMEOUT, SERVER_TIMEOUT): Delete macros. (master_thread_function): Use vars instead of macros. | ||||
* | (diskfs_S_file_get_translator): Conform to new memory semantic of | Michael I. Bushnell | 1995-07-18 | 1 | -1/+14 |
| | | | | diskfs_get_translator. | ||||
* | (diskfs_shutdown): Call ports_resume_class_rpcs for | Michael I. Bushnell | 1995-07-12 | 1 | -0/+1 |
| | | | | diskfs_protid_class before return EBUSY. | ||||
* | (ourfs_notify.defs): SYMLINK it. | Michael I. Bushnell | 1995-07-06 | 1 | -1/+1 |
| | |||||
* | (ourfs_notify_U.h ourfs_notifyUser.c): Use ourfs_notify.defs instead | Michael I. Bushnell | 1995-07-06 | 1 | -2/+7 |
| | | | | | of directly out of the include directory. (ourfs_notify.defs): New target. | ||||
* | Removed dependencies that are now automatically generated. | Michael I. Bushnell | 1995-07-06 | 1 | -12/+0 |
| | |||||
* | tnhn | Michael I. Bushnell | 1995-06-27 | 1 | -2/+0 |
| | |||||
* | (diskfs_S_fsys_set_options): Fix parens. | Michael I. Bushnell | 1995-06-26 | 1 | -1/+1 |
| | |||||
* | (diskfs_shutdown): Fix parens. | Michael I. Bushnell | 1995-06-26 | 1 | -1/+1 |
| | |||||
* | (diskfs_shutdown): Ignore harmless errors from fsys_goaway. | Michael I. Bushnell | 1995-06-26 | 1 | -0/+4 |
| | |||||
* | (diskfs_S_fsys_set_options/helper): Ignore harmless errors from | Michael I. Bushnell | 1995-06-26 | 1 | -0/+3 |
| | | | | fsys_set_options. | ||||
* | (diskfs_S_fsys_syncfs): New parms REPLY and REPLYTYPE. | Michael I. Bushnell | 1995-06-26 | 1 | -0/+2 |
| | |||||
* | (diskfs_S_fsys_getpriv): New parms REPLY and REPLYTYPE. | Michael I. Bushnell | 1995-06-26 | 1 | -0/+2 |
| | |||||
* | (diskfs_S_fsys_set_options): New parms REPLY and REPLYTYPE. | Michael I. Bushnell | 1995-06-26 | 1 | -0/+2 |
| | |||||
* | (diskfs_S_fsys_getfile): Include "fsys_S.h". New parms REPLY and | Michael I. Bushnell | 1995-06-26 | 1 | -0/+3 |
| | | | | REPLYTYPE. | ||||
* | (diskfs_S_fsys_getroot): New parms REPLY and REPLYTYPE. | Michael I. Bushnell | 1995-06-26 | 1 | -0/+2 |
| |