aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs
Commit message (Expand)AuthorAgeFilesLines
...
* (diskfs_S_fsys_set_options): Extract the argument vector and callMiles Bader1995-05-201-4/+12
* (diskfs_standard_startup_options): Declare new variable.Miles Bader1995-05-201-0/+22
* (diskfs_startup_diskfs): Start periodic background syncing, if enabled.Miles Bader1995-05-181-0/+4
* Don't start auto-syncing in diskfs_spawn_first_thread, which is way too early!Miles Bader1995-05-181-2/+0
* (diskfs_execserver_task): New variable.Roland McGrath1995-05-131-4/+6
* (start_execserver): Don't create and load a task; the exec server file isRoland McGrath1995-05-131-57/+14
* Add fsys_set_options, replacing fsys_mod_readonly.Miles Bader1995-05-121-4/+4
* Rename fsys-readonly.c to fsys-options.c (as the function is now calledMiles Bader1995-05-121-1/+1
* (diskfs_spawn_first_thread): Start background syncing.Miles Bader1995-05-121-0/+2
* Initial revisionMiles Bader1995-05-122-0/+131
* (OTHERSRCS): Add sync-interval.c and sync-default.c.Miles Bader1995-05-121-1/+2
* Add declarations of diskfs_set_sync_interval and diskfs_default_sync_interval.Miles Bader1995-05-121-0/+12
* (diskfs_S_io_read): If the offset is past the end of the file, thenMichael I. Bushnell1995-05-121-1/+3
* (diskfs_drop_node): Deal cleanly with errors in diskfs_truncate.Michael I. Bushnell1995-04-281-0/+6
* (diskfs_nrele, diskfs_nput): We need to hold a real reference aroundMichael I. Bushnell1995-04-281-4/+41
* (diskfs_create_node): Return EROFS if diskfs_readonly.Miles Bader1995-04-231-0/+3
* (diskfs_S_dir_rmdir): Do fsys_goaway for translated nodes beingMichael I. Bushnell1995-04-051-0/+38
* Fix nets.Michael I. Bushnell1995-04-051-0/+3
* (diskfs_S_dir_unlink): Do fsys_goaway for translated nodes beingMichael I. Bushnell1995-04-051-0/+35
* The previous change mistakenly changed an instance of MACH_MSG_TYPE_MAKE_SENDMiles Bader1995-04-041-1/+1
* (diskfs_S_file_exec): Using MOVE_SEND in call to exec_exec loses,Michael I. Bushnell1995-04-041-6/+16
* (diskfs_S_file_set_translator): Only destroy existing activeMichael I. Bushnell1995-03-311-9/+11
* (diskfs_S_io_stat): Typo.Michael I. Bushnell1995-03-171-1/+1
* (diskfs_rename_dir): If we are synchronous, update the one node ourMichael I. Bushnell1995-03-171-2/+2
* (diskfs_S_dir_mkdir): Typo.Michael I. Bushnell1995-03-171-2/+2
* (diskfs_S_dir_lookup): Typo.Michael I. Bushnell1995-03-171-2/+2
* Back out previous change.Michael I. Bushnell1995-03-173-42/+21
* Back out changes to protid and associated permission checkingMichael I. Bushnell1995-03-171-101/+33
* (diskfs_S_dir_mkfile): Typo.Michael I. Bushnell1995-03-171-2/+2
* (diskfs_S_dir_link): Fix typo.Michael I. Bushnell1995-03-171-1/+1
* (_diskfs_idcheckdirmod): Remove underscore.Michael I. Bushnell1995-03-171-1/+1
* (_diskfs_idcheckdirmod): `diskfs_hasuid' -> _diskfs_idhasuid.Michael I. Bushnell1995-03-171-1/+1
* (_diskfs_idcheckdirmod): `cred' -> `id'.Michael I. Bushnell1995-03-171-3/+3
* (diskfs_node_rdwr): Implement diskfs_synchronous.Michael I. Bushnell1995-03-171-1/+8
* (diskfs_drop_node): Implement diskfs_synchronous.Michael I. Bushnell1995-03-171-2/+2
* (diskfs_init_dir): Don't do diskfs_synchronous here.Michael I. Bushnell1995-03-171-9/+0
* (diskfs_clear_directory): Don't to diskfs_synchronous here.Michael I. Bushnell1995-03-171-9/+0
* (diskfs_S_fsys_syncfs): Implement diskfs_synchronous.Michael I. Bushnell1995-03-171-1/+4
* (diskfs_S_io_read): Implement diskfs_synchronous.Michael I. Bushnell1995-03-171-1/+3
* (diskfs_S_dir_rmdir): Repair implementation of diskfs_syncronous.Michael I. Bushnell1995-03-171-7/+4
* (diskfs_S_dir_lookup): Implement diskfs_synchronous.Michael I. Bushnell1995-03-171-1/+6
* (diskfs_S_dir_mkfile): Implement diskfs_synchronous.Michael I. Bushnell1995-03-171-1/+8
* (diskfs_S_dir_mkdir): Implement diskfs_synchronous.Michael I. Bushnell1995-03-171-1/+7
* (diskfs_rename_dir): Implement diskfs_synchronous.Michael I. Bushnell1995-03-151-3/+20
* (diskfs_init_dir): Implement diskfs_synchronous.Michael I. Bushnell1995-03-151-1/+10
* (diskfs_clear_directory): Implement diskfs_synchronous.Michael I. Bushnell1995-03-151-1/+10
* (ioserver_fetch_shared_data): Implement diskfs_synchronous.Michael I. Bushnell1995-03-151-3/+14
* (diskfs_S_io_sigio): Implement diskfs_synchronous.Michael I. Bushnell1995-03-091-2/+2
* (diskfs_S_io_write): Implement diskfs_synchronous.Michael I. Bushnell1995-03-091-2/+7
* (diskfs_S_io_stat): Implement diskfs_synchronous.Michael I. Bushnell1995-03-091-2/+5