Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (diskfs_S_dir_lookup): Don't check cache here. | Michael I. Bushnell | 1996-03-20 | 1 | -18/+1 |
| | |||||
* | (diskfs_S_dir_lookup): Check cache before normal diskfs_lookup call. | Michael I. Bushnell | 1996-03-19 | 1 | -1/+18 |
| | |||||
* | (diskfs_S_dir_lookup): Don't leak a send right to the anonymous handle on DNP | Miles Bader | 1996-03-16 | 1 | -0/+4 |
| | | | | when calling fetch_root. | ||||
* | (diskfs_S_dir_lookup): Revert last change. | Michael I. Bushnell | 1996-02-07 | 1 | -2/+1 |
| | |||||
* | (diskfs_S_dir_lookup): Make the new peropen we'll pass as dotdot to the | Miles Bader | 1996-02-06 | 1 | -1/+3 |
| | | | | fetch_root with the same flags as DIRCRED->po. | ||||
* | (diskfs_S_dir_lookup): Use diskfs_create_protid instead of | Miles Bader | 1996-01-27 | 1 | -12/+18 |
| | | | | diskfs_make_protid, and deal with an error return. | ||||
* | (diskfs_S_dir_lookup): Fix various typos. | Miles Bader | 1995-11-06 | 1 | -7/+8 |
| | | | | | (short_circuited_callback1): Dereference ARGZ & ARGZ_LEN. Include <hurd/paths.h> | ||||
* | (diskfs_S_dir_lookup): Add new callback arg to fshelp_fetch_root call. | Miles Bader | 1995-11-02 | 1 | -28/+8 |
| | | | | | Change short_circuited_callback1 to reflect the split into two callbacks (we use the global diskfs callback for the other). | ||||
* | (diskfs_S_dir_lookup): Deal correctly with short-circuited translators that | Miles Bader | 1995-10-31 | 1 | -5/+72 |
| | | | | | diskfs doesn't implement itself. (major, minor): New macros -- temporarily here until libc exports them. | ||||
* | (diskfs_S_dir_lookup): Free initial references created by | Michael I. Bushnell | 1995-07-21 | 1 | -11/+13 |
| | | | | diskfs_make_protid. | ||||
* | (diskfs_S_dir_lookup): Examine the active translator on NP, not on | Michael I. Bushnell | 1995-07-21 | 1 | -2/+1 |
| | | | | diskfs_root_node, to see if translator usage is necessary. | ||||
* | (diskfs_S_dir_lookup): Correctly parethenize O_NOTRANS flags test. | Michael I. Bushnell | 1995-06-22 | 1 | -1/+1 |
| | |||||
* | (diskfs_S_dir_lookup): Fix typos. | Michael I. Bushnell | 1995-06-19 | 1 | -1/+2 |
| | |||||
* | (diskfs_S_dir_lookup): Use new translator startup interface. | Michael I. Bushnell | 1995-06-19 | 1 | -129/+38 |
| | |||||
* | (diskfs_S_dir_lookup): Initialize GIDS, NUIDS, and NGIDS to avoid | Michael I. Bushnell | 1995-06-09 | 1 | -2/+2 |
| | | | | warning. | ||||
* | (diskfs_S_dir_lookup): Typo. | Michael I. Bushnell | 1995-03-17 | 1 | -2/+2 |
| | |||||
* | (diskfs_S_dir_lookup): Implement diskfs_synchronous. | Michael I. Bushnell | 1995-03-17 | 1 | -1/+6 |
| | |||||
* | entered into RCS | Michael I. Bushnell | 1994-09-23 | 1 | -1/+1 |
| | |||||
* | Formerly dir-lookup.c.~8~ | Michael I. Bushnell | 1994-09-16 | 1 | -4/+1 |
| | |||||
* | Formerly dir-lookup.c.~7~ | Roland McGrath | 1994-09-12 | 1 | -6/+7 |
| | |||||
* | Formerly dir-lookup.c.~6~ | Michael I. Bushnell | 1994-09-09 | 1 | -1/+2 |
| | |||||
* | Formerly dir-lookup.c.~5~ | Michael I. Bushnell | 1994-09-07 | 1 | -11/+20 |
| | |||||
* | Formerly dir-lookup.c.~4~ | Michael I. Bushnell | 1994-09-06 | 1 | -84/+115 |
| | |||||
* | Formerly dir-lookup.c.~3~ | Michael I. Bushnell | 1994-09-01 | 1 | -3/+6 |
| | |||||
* | Formerly dir-lookup.c.~2~ | Michael I. Bushnell | 1994-08-30 | 1 | -3/+2 |
| | |||||
* | Initial revision | Michael I. Bushnell | 1994-08-30 | 1 | -0/+407 |