#
15797 |
| 03-Jan-1984 |
mckusick |
add system wide cacheing of path names in namei() (from kre) |
#
15125 |
| 30-Sep-1983 |
sam |
code for interrupted open calls tested (it works) |
#
15093 |
| 25-Sep-1983 |
mckusick |
kludge to allow `badsect' to set block numbers |
#
14386 |
| 06-Aug-1983 |
sam |
4.2 distribution |
#
14385 |
| 06-Aug-1983 |
sam |
typo |
#
13878 |
| 09-Jul-1983 |
sam |
parameter checking in lseek |
#
13043 |
| 12-Jun-1983 |
sam |
cleanup fstat |
#
12849 |
| 31-May-1983 |
sam |
collect all the compatibility stuff in single files |
#
12816 |
| 28-May-1983 |
mckusick |
must do a complete path check when moving directories to new parent |
#
12756 |
| 27-May-1983 |
sam |
merge of bill's code plus lint (plus, of course, cleanup of bill's bugs) |
#
12646 |
| 21-May-1983 |
sam |
purge mush; stuff for i_blocks |
#
11821 |
| 01-Apr-1983 |
sam |
blew it, can't allow anyone but super-user to chown |
#
11811 |
| 31-Mar-1983 |
sam |
add utimes call; protection fixes galore |
#
11643 |
| 22-Mar-1983 |
sam |
oops |
#
11641 |
| 21-Mar-1983 |
sam |
check delete permission on source before doing any work |
#
11165 |
| 20-Feb-1983 |
sam |
fix incompatibility between access and setgid |
#
10850 |
| 10-Feb-1983 |
sam |
have direnter return errors so new inodes can be thrown away |
#
10590 |
| 22-Jan-1983 |
sam |
patch two holes in rename |
#
10246 |
| 11-Jan-1983 |
sam |
irele should be iput in rename |
#
10051 |
| 01-Jan-1983 |
sam |
avoid linked to directories as targets; iput and irele on directory inodes can clear u.u_error, so kludge things for the moment to insure important errors get back to the user |
#
10001 |
| 28-Dec-1982 |
sam |
copyin & copyout now return EFAULT and all callers uniformly return (or ignore) this value |
#
9903 |
| 24-Dec-1982 |
sam |
zero trash in stat structure |
#
9847 |
| 19-Dec-1982 |
sam |
use ENOTEMPTY errno |
#
9593 |
| 09-Dec-1982 |
sam |
u.u_pofile flags are now UF_* |
#
9167 |
| 13-Nov-1982 |
sam |
merge of 4.1b and 4.1c |