index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
vfs_aio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Quiet some lint.
dyson
1997-12-10
1
-5
/
+5
*
Correct prototypes to match POSIX. Correct return code for aio_cancel.
dyson
1997-12-08
1
-2
/
+2
*
Fix a problem when creating a new kernel thread. In some cases, aio_read
dyson
1997-12-01
1
-1
/
+2
*
Fix error handling for VCHR type I/O. Also, fix another spl problem, and
dyson
1997-12-01
1
-342
/
+93
*
Correct a last minute code change. Would have been an infinite loop under
dyson
1997-11-30
1
-8
/
+4
*
Fix an spl nit.
dyson
1997-11-30
1
-1
/
+7
*
Finish up the vast majority of the AIO/LIO functionality. Proper signal
dyson
1997-11-30
1
-106
/
+552
*
Disable the VCHR optimization for AIO until I have implemented it. Just in
dyson
1997-11-29
1
-1
/
+2
*
Fix and complete the AIO syscalls. There are some performance enhancements
dyson
1997-11-29
1
-302
/
+781
*
Get locking stuff by #including <sys/lock.h> instead of <sys/vnode.h>.
bde
1997-11-18
1
-2
/
+2
*
Remove a bunch of variables which were unused both in GENERIC and LINT.
phk
1997-11-07
1
-7
/
+4
*
Move the "retval" (3rd) parameter from all syscall functions and put
phk
1997-11-06
1
-17
/
+16
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-2
/
+2
*
Distribute and statizice a lot of the malloc M_* types.
phk
1997-10-11
1
-1
/
+3
*
Make the target for the number of AIO daemons work.
dyson
1997-10-11
1
-2
/
+18
*
Major cleanup and debugging of the new AIO/LIO code. The LIO code is
dyson
1997-10-09
1
-65
/
+258
*
Removed unused #includes.
bde
1997-09-02
1
-9
/
+1
*
Clean up some lint associated with the AIO code.
dyson
1997-07-17
1
-4
/
+6
*
This is an upgrade so that the kernel supports the AIO calls from
dyson
1997-07-06
1
-64
/
+977
*
Add initial AIO/LIO kernel thread support files. This is preliminary, and
dyson
1997-06-16
1
-0
/
+264