summaryrefslogtreecommitdiff
path: root/libdiskfs/diskfs.h
AgeCommit message (Collapse)Author
1995-09-13(diskfs_lookup): Doc fix.Michael I. Bushnell
1995-06-20(diskfs_node_iterate): New (user-provided) function.Michael I. Bushnell
1995-06-14(diskfs_get_translator): Specify new calling interface.Michael I. Bushnell
1995-06-14(diskfs_start_translator, diskfs_destroy_translator,Michael I. Bushnell
diskfs_sync_translators): Delete functions. (struct node): Replace TRANSLATOR member with new TRANSBOX member.
1995-06-09(diskfs_transboot_class): Delete var.Michael I. Bushnell
1995-06-09(diskfs_shutdown_lock, diskfs_protid_class, diskfs_transboot_class,Michael I. Bushnell
diskfs_control_class, diskfs_execboot_class, diskfs_initboot_class, diskfs_port_bucket): New variables. (diskfs_pager_users): New function declaration.
1995-06-06(diskfs_shutdown_soft_ports): Deleted decl.Michael I. Bushnell
(ports_demuxer): Deleted decl. (diskfs_demuxer): New decl.
1995-05-20(diskfs_standard_startup_options): Declare new variable.Miles Bader
(diskfs_set_options): Declare new function. (diskfs_parse_runtime_options): Ditto. Include <options.h> (currently in ../lib).
1995-05-12Add declarations of diskfs_set_sync_interval and diskfs_default_sync_interval.Miles Bader
1995-04-28(diskfs_nrele, diskfs_nput): We need to hold a real reference aroundMichael I. Bushnell
the call to diskfs_try_dropping_softrefs, because that's a user-supplied routine that might itself rely on the reference counting system.
1995-03-17Back out changes to protid and associated permission checkingMichael I. Bushnell
functions.
1995-03-17(_diskfs_idcheckdirmod): Remove underscore.Michael I. Bushnell
1995-03-17(_diskfs_idcheckdirmod): `cred' -> `id'.Michael I. Bushnell
(diskfs_idhasgid): Likewise.
1995-03-08(diskfs_synchronous): New variable.Michael I. Bushnell
1995-03-07(struct userid): New type.Michael I. Bushnell
(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.
1994-10-07entered into RCSRoland McGrath
1994-09-23Formerly diskfs.h.~38~Michael I. Bushnell
1994-09-23Formerly diskfs.h.~37~Michael I. Bushnell
1994-09-23Formerly diskfs.h.~36~Michael I. Bushnell
1994-09-10Formerly diskfs.h.~35~Roland McGrath
1994-09-01Formerly diskfs.h.~34~Michael I. Bushnell
1994-07-22Formerly diskfs.h.~33~Michael I. Bushnell
1994-07-19Formerly diskfs.h.~32~Michael I. Bushnell
1994-07-15Formerly diskfs.h.~31~Michael I. Bushnell
1994-07-14Formerly diskfs.h.~30~Michael I. Bushnell
1994-07-13Formerly diskfs.h.~29~Michael I. Bushnell
1994-06-29Formerly diskfs.h.~28~Michael I. Bushnell
1994-06-16Formerly diskfs.h.~27~Michael I. Bushnell
1994-06-14Formerly diskfs.h.~26~Michael I. Bushnell
1994-06-02Initial revisionMichael I. Bushnell