History log of /csrg-svn/sys/kern/vfs_syscalls.c (Results 151 – 175 of 246)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 37552 26-Apr-1989 mckusick

use new form of suser()

# 36808 16-Feb-1989 bostic

don't allow more than LINK_MAX links

# 36614 24-Jan-1989 bostic

fix chown; don't steal groups or give away files

# 30926 18-Apr-1987 karels

don't clear set-gid when su creates file when not groupmember

# 30598 10-Mar-1987 mckusick

only set ICHG when fsync'ing a file descriptor that is open for writing

# 29121 05-Jun-1986 mckusick

4.3BSD release version

# 26473 04-Mar-1986 karels

relax restrictions on *chown: allow owner to change group if member

# 26361 23-Feb-1986 karels

lint

# 24543 05-Sep-1985 mckusick

allocate file table entry before creating file in case file table is full

# 24433 26-Aug-1985 bloom

fix whole in sticky directories

# 23405 08-Jun-1985 mckusick

Add copyright

# 21015 22-May-1985 mckusick

return EINVAL instead of ENXIO for readlink of a non symbolic link;
check for read-only file system in [f]chmod, [f]chown, and utimes;
do not clear the sticky bit when modifying directories

# 18416 19-Mar-1985 mckusick

do not follow symbolic links on exclusive open (from kre)

# 18103 22-Feb-1985 mckusick

insure that directories are always a multiple of DIRBLKSIZ in size

# 17758 21-Jan-1985 mckusick

cannot use ni_pdir when `namei' fails

# 17101 29-Aug-1984 bloom

Change to includes. no more ../h

# 16776 27-Jul-1984 mckusick

rewrite `rename' and `rmdir' to properly invalidate the cache

# 16739 20-Jul-1984 mckusick

use new `cacheinval' macro

# 16694 08-Jul-1984 mckusick

rework `namei' interface to eliminate global variables

# 16664 04-Jul-1984 mckusick

save time, use ILOCK and IUNLOCK to avoid call overhead

# 16655 02-Jul-1984 mckusick

Follow same protocol as `unlink' to prevent potential race condition.

# 16652 30-Jun-1984 sam

rename: if source has gone away when time to unlink, don't touch
link count (consider race with unlink)

# 16644 27-Jun-1984 sam

convert namei cache to hold soft references to inodes so that
. and .. may be placed in the cache

# 16540 24-May-1984 sam

correct error code for lseek on pipes/sockets; in-line expand
getf in getinode

# 16032 10-Feb-1984 karels

open(...,FTRUNC...) requires write permission

12345678910