aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs/diskfs.h
Commit message (Collapse)AuthorAgeFilesLines
* (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