#
68301 |
| 14-Feb-1995 |
cgd |
new argument passing conventions. minor type size cleanup. |
#
67732 |
| 22-Aug-1994 |
mckusick |
use new queue.h data structures |
#
67007 |
| 19-Apr-1994 |
mckusick |
do not call close operator of the f_ops vector has not yet been set |
#
65771 |
| 21-Jan-1994 |
bostic |
add USL's copyright notice |
#
65547 |
| 06-Jan-1994 |
mckusick |
off by one error (from karels@bsdi.com) |
#
65435 |
| 04-Jan-1994 |
bostic |
lint |
#
64593 |
| 23-Sep-1993 |
bostic |
changes for 4.4BSD-Lite requested by USL |
#
63170 |
| 10-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
60413 |
| 25-May-1993 |
mckusick |
add fpathconf |
#
58775 |
| 23-Mar-1993 |
mckusick |
limit maximum file descriptors to maxfiles (from torek) |
#
58656 |
| 12-Mar-1993 |
mckusick |
avoid requests for more descriptors than the kernel allows |
#
56933 |
| 01-Dec-1992 |
mckusick |
RLIMIT_OFILE => RLIMIT_NOFILE for compatibility with other UNIX's |
#
56517 |
| 11-Oct-1992 |
bostic |
make kernel includes standard |
#
54934 |
| 10-Jul-1992 |
torek |
ANSIfy syscall args |
#
54644 |
| 03-Jul-1992 |
mckusick |
delete USES |
#
54346 |
| 23-Jun-1992 |
mckusick |
merge in changes for Sparc |
#
53826 |
| 03-Jun-1992 |
pendry |
dupfdopen extended to allow file stealing in addition to dup function. |
#
53758 |
| 31-May-1992 |
mckusick |
fstat becomes ofstat; fqstat becomes the real fstat |
#
53538 |
| 14-May-1992 |
heideman |
vnode interface conversion |
#
53466 |
| 13-May-1992 |
mckusick |
add fqstat for 64-bit file sizes, 32-bit uid, gid, and dev's |
#
52568 |
| 18-Feb-1992 |
mckusick |
device open routine now gets a proc pointer |
#
52034 |
| 19-Dec-1991 |
karels |
closef must be prepared for a null proc pointer from unp_discard |
#
50129 |
| 25-Jun-1991 |
mckusick |
select list before initializing the ofile entry |
#
49981 |
| 03-Jun-1991 |
mckusick |
file structures are now dynamically allocated and linked together on a list call ffree to free file structures |
#
49951 |
| 30-May-1991 |
mckusick |
use FHASLOCK and SADVLCK to track processes using locks to save work in close |