aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs/diskfs.h
Commit message (Collapse)AuthorAgeFilesLines
...
* (diskfs_lookup): Renamed to be diskfs_lookup_hard.Michael I. Bushnell1996-03-201-9/+88
| | | | | | | | (diskfs_direnter): Renamed to be diskfs_direnter_hard. (diskfs_dirrewrite): Renamed to be diskfs_dirrewrite_hard. (diskfs_dirremove): Renamed to be diskfs_dirremove_hard. (diskfs_lookup, diskfs_direnter, diskfs_dirrewrite, diskfs_dirremove): New functions.
* (diskfs_nput): It's not valid to touch *NP (by `mutex_unlockMichael I. Bushnell1996-02-151-2/+5
| | | | | (&np->lock);') after we have called diskfs_drop_node. So don't do it in that case.
* (diskfs_nput): Before bumping NP->references (which precedesMichael I. Bushnell1996-02-081-2/+2
| | | | | | diskfs_try_dropping_softrefs), *lock* diskfs_node_refcnt_lock, not mutant unlock. (diskfs_nrele): Likewise.
* (diskfs_parse_runtime_options): Make STANDARD_ARGP const.Miles Bader1996-02-071-3/+3
| | | | (diskfs_startup_argp, diskfs_device_startup_argp): Make const.
* (diskfs_start_protid): Update declaration.Miles Bader1996-01-271-4/+8
| | | | (diskfs_create_protid): New declaration.
* (diskfs_catch_exception, diskfs_end_catch_exception): Macros removed.Roland McGrath1996-01-041-55/+2
| | | | | (diskfs_register_memory_fault_area, diskfs_unregister_memory_fault_area): Decls removed.
* Use size_t instead of int for amounts in diskfs_node_rdwr prototype.Roland McGrath1996-01-041-52/+52
|
* (diskfs_checkdirmod): Correctly return error code for failure, not 1.Michael I. Bushnell1995-12-141-3/+11
|
* (diskfs_get_options): Bother providing declaration.Michael I. Bushnell1995-11-211-0/+5
|
* (diskfs_startup_diskfs, diskfs_execboot_fsys_startup): Add FLAGS arg.Miles Bader1995-11-021-4/+5
|
* Include <rwlock.h>Miles Bader1995-10-191-7/+43
| | | | | | | | | | | (diskfs_fsys_lock): Renamed from diskfs_shutdown_lock. Change to a struct rwlock. (diskfs_readonly_changed, diskfs_reload_global_state, diskfs_node_reload, diskfs_max_user_pager_prot, diskfs_set_readonly, diskfs_remount): New declarations. (diskfs_readonly_changed): New declaration. (disksf_get_filemap): Add prot parameter. (diskfs_main_request_loop): Declaration removed.
* (diskfs_start_bootstrap): Get rid of ARGV argument.Miles Bader1995-10-131-18/+81
| | | | | | | | | | | | (diskfs_argv): New declaration. (diskfs_device, diskfs_device_name, diskfs_device_start, diskfs_device_size, diskfs_device_block_size, diskfs_log2_device_block_size, diskfs_log2_device_blocks_per_page, diskfs_device_write_sync, diskfs_device_write_sync, diskfs_device_open, diskfs_console_stdio): New declarations. (diskfs_parse_runtime_options, diskfs_standard_startup_argp): Use argp, not options. Include <argp.h> instead of <options.h>.
* (diskfs_init_completed): must --> may.Miles Bader1995-10-111-1/+5
| | | | Add necessary includes.
* (diskfs_host_priv, diskfs_master_device): Variables deleted.Miles Bader1995-10-071-16/+34
| | | | | | | | (diskfs_parse_bootargs): Function deleted. (diskfs_init_diskfs): Now returns error_t. (diskfs_get_file_device, diskfs_get_mach_device): New funcs. (diskfs_boot_flags): New variable. (diskfs_bootflags, diskfs_bootflagarg): Variables deleted.
* (diskfs_lookup): Doc fix.Michael I. Bushnell1995-09-131-1/+4
|
* (diskfs_node_iterate): New (user-provided) function.Michael I. Bushnell1995-06-201-0/+6
|
* (diskfs_get_translator): Specify new calling interface.Michael I. Bushnell1995-06-141-3/+2
|
* (diskfs_start_translator, diskfs_destroy_translator,Michael I. Bushnell1995-06-141-18/+1
| | | | | diskfs_sync_translators): Delete functions. (struct node): Replace TRANSLATOR member with new TRANSBOX member.
* (diskfs_transboot_class): Delete var.Michael I. Bushnell1995-06-091-1/+0
|
* (diskfs_shutdown_lock, diskfs_protid_class, diskfs_transboot_class,Michael I. Bushnell1995-06-091-0/+15
| | | | | | diskfs_control_class, diskfs_execboot_class, diskfs_initboot_class, diskfs_port_bucket): New variables. (diskfs_pager_users): New function declaration.
* (diskfs_shutdown_soft_ports): Deleted decl.Michael I. Bushnell1995-06-061-51/+7
| | | | | (ports_demuxer): Deleted decl. (diskfs_demuxer): New decl.
* (diskfs_standard_startup_options): Declare new variable.Miles Bader1995-05-201-0/+22
| | | | | | (diskfs_set_options): Declare new function. (diskfs_parse_runtime_options): Ditto. Include <options.h> (currently in ../lib).
* Add declarations of diskfs_set_sync_interval and diskfs_default_sync_interval.Miles Bader1995-05-121-0/+12
|
* (diskfs_nrele, diskfs_nput): We need to hold a real reference aroundMichael I. Bushnell1995-04-281-4/+41
| | | | | | the call to diskfs_try_dropping_softrefs, because that's a user-supplied routine that might itself rely on the reference counting system.
* Back out changes to protid and associated permission checkingMichael I. Bushnell1995-03-171-101/+33
| | | | functions.
* (_diskfs_idcheckdirmod): Remove underscore.Michael I. Bushnell1995-03-171-1/+1
|
* (_diskfs_idcheckdirmod): `cred' -> `id'.Michael I. Bushnell1995-03-171-3/+3
| | | | (diskfs_idhasgid): Likewise.
* (diskfs_synchronous): New variable.Michael I. Bushnell1995-03-081-0/+3
|
* (struct userid): New type.Michael I. Bushnell1995-03-071-28/+99
| | | | | | | | | | (struct protid): Replace UIDS, GIDS, NUIDS, and NGIDS with ID. (diskfs_isuid): Replace with new function diskfs_idhasuid. (diskfs_groupmember): Replace with new function diskfs_idhasgid. (_diskfs_idisowner, _diskfs_idaccess, _diskfs_idcheckdirmod): New functions. (diskfs_isowner): Check each ID in the chain with _diskfs_idisowner. (diskfs_access): Check each ID in the chain with _diskfs_idaccess. (diskfs_checkdirmod): Check each ID in the chain with _diskfs_idcheckdirmod.
* entered into RCSRoland McGrath1994-10-071-2/+3
|
* Formerly diskfs.h.~38~Michael I. Bushnell1994-09-231-4/+2
|
* Formerly diskfs.h.~37~Michael I. Bushnell1994-09-231-19/+32
|
* Formerly diskfs.h.~36~Michael I. Bushnell1994-09-231-4/+1
|
* Formerly diskfs.h.~35~Roland McGrath1994-09-101-5/+10
|
* Formerly diskfs.h.~34~Michael I. Bushnell1994-09-011-2/+4
|
* Formerly diskfs.h.~33~Michael I. Bushnell1994-07-221-6/+27
|
* Formerly diskfs.h.~32~Michael I. Bushnell1994-07-191-4/+2
|
* Formerly diskfs.h.~31~Michael I. Bushnell1994-07-151-2/+12
|
* Formerly diskfs.h.~30~Michael I. Bushnell1994-07-141-2/+11
|
* Formerly diskfs.h.~29~Michael I. Bushnell1994-07-131-10/+42
|
* Formerly diskfs.h.~28~Michael I. Bushnell1994-06-291-0/+2
|
* Formerly diskfs.h.~27~Michael I. Bushnell1994-06-161-7/+35
|
* Formerly diskfs.h.~26~Michael I. Bushnell1994-06-141-0/+10
|
* Initial revisionMichael I. Bushnell1994-06-021-0/+775