aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs/dir-lookup.c
Commit message (Collapse)AuthorAgeFilesLines
...
* (diskfs_S_dir_lookup):Miles Bader1996-10-121-9/+10
| | | | | | | Temporarily add O_EXLOCK and O_SHLOCK to the set of retained flags, until they get added to O_HURD. Turn off OPENONLY_STATE_MODES bits in the flags we pass to diskfs_make_peropen, not everything *but* them!
* (diskfs_S_dir_lookup):Miles Bader1996-10-111-7/+8
| | | | Free NEWPI if we get an error trying to lock it.
* (diskfs_S_dir_lookup):Miles Bader1996-10-101-2/+3
| | | | | | Frob lock in NEWPI->po, not PO. <sys/file.h>: New include.
* *** empty log message ***Thomas Bushnell1996-10-101-3/+14
|
* <stdio.h>:Miles Bader1996-09-231-2/+4
| | | | New include.
* (diskfs_S_dir_lookup): Use diskfs_check_readonly instead of diskfs_readonly.Michael I. Bushnell1996-06-241-1/+1
|
* (diskfs_S_dir_lookup): Don't check cache here.Michael I. Bushnell1996-03-201-18/+1
|
* (diskfs_S_dir_lookup): Check cache before normal diskfs_lookup call.Michael I. Bushnell1996-03-191-1/+18
|
* (diskfs_S_dir_lookup): Don't leak a send right to the anonymous handle on DNPMiles Bader1996-03-161-0/+4
| | | | when calling fetch_root.
* (diskfs_S_dir_lookup): Revert last change.Michael I. Bushnell1996-02-071-2/+1
|
* (diskfs_S_dir_lookup): Make the new peropen we'll pass as dotdot to theMiles Bader1996-02-061-1/+3
| | | | fetch_root with the same flags as DIRCRED->po.
* (diskfs_S_dir_lookup): Use diskfs_create_protid instead ofMiles Bader1996-01-271-12/+18
| | | | diskfs_make_protid, and deal with an error return.
* (diskfs_S_dir_lookup): Fix various typos.Miles Bader1995-11-061-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 Bader1995-11-021-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 thatMiles Bader1995-10-311-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 byMichael I. Bushnell1995-07-211-11/+13
| | | | diskfs_make_protid.
* (diskfs_S_dir_lookup): Examine the active translator on NP, not onMichael I. Bushnell1995-07-211-2/+1
| | | | diskfs_root_node, to see if translator usage is necessary.
* (diskfs_S_dir_lookup): Correctly parethenize O_NOTRANS flags test.Michael I. Bushnell1995-06-221-1/+1
|
* (diskfs_S_dir_lookup): Fix typos.Michael I. Bushnell1995-06-191-1/+2
|
* (diskfs_S_dir_lookup): Use new translator startup interface.Michael I. Bushnell1995-06-191-129/+38
|
* (diskfs_S_dir_lookup): Initialize GIDS, NUIDS, and NGIDS to avoidMichael I. Bushnell1995-06-091-2/+2
| | | | warning.
* (diskfs_S_dir_lookup): Typo.Michael I. Bushnell1995-03-171-2/+2
|
* (diskfs_S_dir_lookup): Implement diskfs_synchronous.Michael I. Bushnell1995-03-171-1/+6
|
* entered into RCSMichael I. Bushnell1994-09-231-1/+1
|
* Formerly dir-lookup.c.~8~Michael I. Bushnell1994-09-161-4/+1
|
* Formerly dir-lookup.c.~7~Roland McGrath1994-09-121-6/+7
|
* Formerly dir-lookup.c.~6~Michael I. Bushnell1994-09-091-1/+2
|
* Formerly dir-lookup.c.~5~Michael I. Bushnell1994-09-071-11/+20
|
* Formerly dir-lookup.c.~4~Michael I. Bushnell1994-09-061-84/+115
|
* Formerly dir-lookup.c.~3~Michael I. Bushnell1994-09-011-3/+6
|
* Formerly dir-lookup.c.~2~Michael I. Bushnell1994-08-301-3/+2
|
* Initial revisionMichael I. Bushnell1994-08-301-0/+407