#
44459 |
| 28-Jun-1990 |
bostic |
new copyright notice |
#
44407 |
| 28-Jun-1990 |
karels |
RETURN => return, remove syscontext.h |
#
43450 |
| 22-Jun-1990 |
mckusick |
p_devtmp => p_dupfd; eliminate u.u_error from RETURN macro |
#
43405 |
| 21-Jun-1990 |
mckusick |
use p_devtmp instead of r_val1 for fdopen |
#
43368 |
| 21-Jun-1990 |
marc |
revoke has but one argument |
#
43344 |
| 21-Jun-1990 |
mckusick |
have to check whether parent directory is "." when releasing |
#
42955 |
| 06-Jun-1990 |
mckusick |
creat becomes ocreat and ifdef COMPAT_43; bug fix in revoke |
#
42465 |
| 30-May-1990 |
mckusick |
VOP_ABORTOP is no longer responsible for unlocking and vreleing vnodes |
#
42441 |
| 29-May-1990 |
mckusick |
new calling convension for system calls |
#
41676 |
| 11-May-1990 |
mckusick |
check error return from sync'ing on unmount; add flags arg to revoke |
#
41400 |
| 04-May-1990 |
mckusick |
mount structure prefixes go from m_ to mnt_ and M_ to MNT_ |
#
41362 |
| 03-May-1990 |
mckusick |
vattr_null => VATTR_NULL |
#
41298 |
| 02-May-1990 |
mckusick |
add quotactl system call; use vfs_busy to single thread sync and avoid races with unmount |
#
40884 |
| 10-Apr-1990 |
mckusick |
eliminate longjmp from the kernel (for karels) |
#
40635 |
| 26-Mar-1990 |
mckusick |
get rid of unneeded header files |
#
40343 |
| 06-Mar-1990 |
mckusick |
statfs structure is now cached in the mount table entry |
#
40321 |
| 06-Mar-1990 |
mckusick |
readdir takes a new flag to indicate end-of-file |
#
40285 |
| 05-Mar-1990 |
mckusick |
add mkfifo system call |
#
40111 |
| 16-Feb-1990 |
mckusick |
do not change mount flags if underlying filesystem returns error (from noemi) |
#
40110 |
| 16-Feb-1990 |
mckusick |
do not link new mount points into mount list until the underlying filesystem has successfully mounted; skip locked mount points when syncing |
#
39860 |
| 03-Jan-1990 |
mckusick |
fix reference bug in fchdir |
#
39805 |
| 30-Dec-1989 |
mckusick |
v_count => v_usecount |
#
39797 |
| 29-Dec-1989 |
mckusick |
debugging, check lock count on exit |
#
39741 |
| 19-Dec-1989 |
mckusick |
more fully check the type field |
#
39665 |
| 30-Nov-1989 |
mckusick |
have to invalidate any buffer references before checking for busy status |