History log of /csrg-svn/sys/kern/vfs_lookup.c (Results 51 – 75 of 133)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 37742 09-May-1989 mckusick

must do the lookup for RENAME as well as CREATE

# 37715 09-May-1989 mckusick

merge in vnodes

# 37582 01-May-1989 marc

KTRACE code

# 36547 12-Jan-1989 mckusick

move handling of `..' to prove concept and improve performance

# 31659 21-Jun-1987 mckusick

geteblk => malloc, so m_bufp => m_fs as it should be

# 31650 20-Jun-1987 mckusick

replace geteblk with malloc/free

# 30751 02-Apr-1987 karels

working with pack labels

# 30749 02-Apr-1987 karels

add ifdefs for dev_bsize (almost working)

# 29119 05-Jun-1986 mckusick

4.3BSD release version

# 27693 04-May-1986 mckusick

always round down directory offset to a DIRBLK boundry

# 27268 23-Apr-1986 mckusick

clean up block comment at top;
must check both ICHG and IMOD to determine if inode has been modified!

# 26360 23-Feb-1986 karels

lint

# 26306 20-Feb-1986 karels

rename nch to avoid name conflict

# 26273 20-Feb-1986 karels

lint and cleanups from Sam

# 24534 04-Sep-1985 mckusick

initialize before use

# 23401 08-Jun-1985 mckusick

Add copyright

# 21014 22-May-1985 mckusick

return ENAMETOOLONG where appropriate; return EINVAL if 8th bit is set in name

# 18663 19-Apr-1985 mckusick

cleanup and tighter semantic checking for blkatoff()

# 18109 24-Feb-1985 mckusick

properly handle cacheing in the presence of `chroot';
be more selective with docache flag;
avoid bcopy of found directory name

# 18104 22-Feb-1985 mckusick

insure that directories are always a multiple of DIRBLKSIZ in size

# 18028 20-Feb-1985 mckusick

prevent infinite loops in dirempty() with trashed directories

# 18027 20-Feb-1985 mckusick

shrinking directories (from kre)

# 17704 10-Jan-1985 mckusick

add cacheinvalall() to invalidate the entire namei cache

# 17698 10-Jan-1985 mckusick

fix "bread 0" panic: must check for cache ptr past end of directory after ICHG

# 17100 29-Aug-1984 bloom

Change to includes. no more ../h

123456