DragonFly commits List (threaded) for 2003-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/conf files src/sys/kern kern_fp.c kern_descrip.c src/sys/sys file.h
dillon 2003/10/13 11:01:28 PDT
Modified files:
sys/conf files
sys/kern kern_descrip.c
sys/sys file.h
Added files:
sys/kern kern_fp.c
Log:
Augment falloc() to support thread-only file pointers (with no integer file
descriptor or process).
Add new generic 'easy to use' fp_*() kernel functions which operate on file
pointers. This will greatly ease in-kernel functions which must open,
perform I/O, and close files.
Adopted from: other kernel sources and Kip Macy's checkpoint code.
Revision Changes Path
1.17 +1 -0 src/sys/conf/files
1.14 +16 -12 src/sys/kern/kern_descrip.c
1.6 +8 -0 src/sys/sys/file.h
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]