Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (diskfs_node_iterate): New (user-provided) function. | Michael I. Bushnell | 1995-06-20 | 1 | -0/+6 |
| | |||||
* | (diskfs_get_translator): Specify new calling interface. | Michael I. Bushnell | 1995-06-14 | 1 | -3/+2 |
| | |||||
* | (diskfs_start_translator, diskfs_destroy_translator, | Michael I. Bushnell | 1995-06-14 | 1 | -18/+1 |
| | | | | | diskfs_sync_translators): Delete functions. (struct node): Replace TRANSLATOR member with new TRANSBOX member. | ||||
* | (diskfs_transboot_class): Delete var. | Michael I. Bushnell | 1995-06-09 | 1 | -1/+0 |
| | |||||
* | (diskfs_shutdown_lock, diskfs_protid_class, diskfs_transboot_class, | Michael I. Bushnell | 1995-06-09 | 1 | -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. Bushnell | 1995-06-06 | 1 | -51/+7 |
| | | | | | (ports_demuxer): Deleted decl. (diskfs_demuxer): New decl. | ||||
* | (diskfs_standard_startup_options): Declare new variable. | Miles Bader | 1995-05-20 | 1 | -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 Bader | 1995-05-12 | 1 | -0/+12 |
| | |||||
* | (diskfs_nrele, diskfs_nput): We need to hold a real reference around | Michael I. Bushnell | 1995-04-28 | 1 | -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 checking | Michael I. Bushnell | 1995-03-17 | 1 | -101/+33 |
| | | | | functions. | ||||
* | (_diskfs_idcheckdirmod): Remove underscore. | Michael I. Bushnell | 1995-03-17 | 1 | -1/+1 |
| | |||||
* | (_diskfs_idcheckdirmod): `cred' -> `id'. | Michael I. Bushnell | 1995-03-17 | 1 | -3/+3 |
| | | | | (diskfs_idhasgid): Likewise. | ||||
* | (diskfs_synchronous): New variable. | Michael I. Bushnell | 1995-03-08 | 1 | -0/+3 |
| | |||||
* | (struct userid): New type. | Michael I. Bushnell | 1995-03-07 | 1 | -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 RCS | Roland McGrath | 1994-10-07 | 1 | -2/+3 |
| | |||||
* | Formerly diskfs.h.~38~ | Michael I. Bushnell | 1994-09-23 | 1 | -4/+2 |
| | |||||
* | Formerly diskfs.h.~37~ | Michael I. Bushnell | 1994-09-23 | 1 | -19/+32 |
| | |||||
* | Formerly diskfs.h.~36~ | Michael I. Bushnell | 1994-09-23 | 1 | -4/+1 |
| | |||||
* | Formerly diskfs.h.~35~ | Roland McGrath | 1994-09-10 | 1 | -5/+10 |
| | |||||
* | Formerly diskfs.h.~34~ | Michael I. Bushnell | 1994-09-01 | 1 | -2/+4 |
| | |||||
* | Formerly diskfs.h.~33~ | Michael I. Bushnell | 1994-07-22 | 1 | -6/+27 |
| | |||||
* | Formerly diskfs.h.~32~ | Michael I. Bushnell | 1994-07-19 | 1 | -4/+2 |
| | |||||
* | Formerly diskfs.h.~31~ | Michael I. Bushnell | 1994-07-15 | 1 | -2/+12 |
| | |||||
* | Formerly diskfs.h.~30~ | Michael I. Bushnell | 1994-07-14 | 1 | -2/+11 |
| | |||||
* | Formerly diskfs.h.~29~ | Michael I. Bushnell | 1994-07-13 | 1 | -10/+42 |
| | |||||
* | Formerly diskfs.h.~28~ | Michael I. Bushnell | 1994-06-29 | 1 | -0/+2 |
| | |||||
* | Formerly diskfs.h.~27~ | Michael I. Bushnell | 1994-06-16 | 1 | -7/+35 |
| | |||||
* | Formerly diskfs.h.~26~ | Michael I. Bushnell | 1994-06-14 | 1 | -0/+10 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1994-06-02 | 1 | -0/+775 |