#
49940 |
| 30-May-1991 |
mckusick |
dead code elimination |
#
48029 |
| 16-Apr-1991 |
mckusick |
add proc pointers to appropriate VOP and vnode operations; inline expand fgetown/fsetown/fioctl and delete discrete routines |
#
47653 |
| 25-Mar-1991 |
karels |
now use single array of descriptors, either within filedesc0 struct or external; rm OFILE* macros; use resource limit for open files; various cleanups |
#
47540 |
| 17-Mar-1991 |
karels |
more-or-less working with new proc & user structs |
#
46765 |
| 28-Feb-1991 |
mckusick |
have to set offset for SEEK_CUR in F_GETLK too (from scooter@gene.com) |
#
46495 |
| 21-Feb-1991 |
karels |
changes to fflags FCNTLCANT => FCNTLFLAGS, FFLAGS/OFLAGS |
#
46200 |
| 01-Feb-1991 |
mckusick |
add POSIX-style byte-level record locking |
#
45914 |
| 10-Jan-1991 |
mckusick |
add dynamically allocated file descriptors |
#
44431 |
| 28-Jun-1990 |
bostic |
new copyright notice |
#
44404 |
| 28-Jun-1990 |
karels |
RETURN => return, remove syscontext.h |
#
43449 |
| 22-Jun-1990 |
mckusick |
p_devtmp => p_dupfd |
#
43406 |
| 21-Jun-1990 |
mckusick |
communicate through p_devtmp instead r_val1; fdopen returns only error and index, open operates on file table |
#
42863 |
| 04-Jun-1990 |
mckusick |
new system call convention |
#
41378 |
| 04-May-1990 |
mckusick |
delete unneeded headers |
#
40873 |
| 10-Apr-1990 |
bostic |
fdopen: eliminate unnecessary tests, only test for sufficient permissions |
#
40704 |
| 03-Apr-1990 |
karels |
Yech! use a "reserved" errno for fdopen |
#
39733 |
| 19-Dec-1989 |
mckusick |
get rid of unnecessary test |
#
39514 |
| 12-Nov-1989 |
mckusick |
have to check mode of descriptor being duped, not the new one |
#
39498 |
| 09-Nov-1989 |
mckusick |
fdopen has to return a special error so that resources get cleaned up |
#
39354 |
| 19-Oct-1989 |
mckusick |
closef now returns errors |
#
37728 |
| 09-May-1989 |
mckusick |
merge in vnodes |
#
37586 |
| 01-May-1989 |
marc |
/dev/fd driver |
#
35810 |
| 18-Oct-1988 |
marc |
posix style job control - new process groups |
#
29087 |
| 05-Jun-1986 |
mckusick |
4.3BSD release version |
#
28201 |
| 15-May-1986 |
karels |
correct no-such-process error |