| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
'RELENG_6_2_0_RELEASE'.
This commit was manufactured to restore the state of the 6.2-RELEASE image.
|
| |
|
|
|
|
|
| |
Note that the system only allows a maximum of kern.kq_calloutmax timers.
Notes:
svn path=/stable/6/; revision=161899
|
| |
|
|
| |
Notes:
svn path=/head/; revision=146964
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
aio_write(2) completion through kevent(2). This method does not work on
64-bit architectures. It was deprecated in FreeBSD 4.4. See revisions
1.87 and 1.70.2.7.
Change aio_physwakeup() to call psignal(9) directly rather than indirectly
through a timeout(9). Discussed with: bde
Correct a bug introduced in revision 1.65 that could result in premature
delivery of a signal if an lio_listio(2) consisted of a mixture of
direct/raw and queued I/O operations. Observed by: tegge
Eliminate a field from struct kaioinfo that is now unused.
Reviewed by: tegge
Notes:
svn path=/head/; revision=146963
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131504
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131365
|
| |
|
|
| |
Notes:
svn path=/head/; revision=130865
|
| |
|
|
|
|
|
| |
Observed by: jmg
Notes:
svn path=/head/; revision=128499
|
| |
|
|
|
|
|
|
|
| |
PR: docs/56872 (based on)
Submitted by: Suleiman Souhlal <refugee@vt.edu>
Reviewed by: hmp, jmg
Notes:
svn path=/head/; revision=122489
|
| |
|
|
|
|
|
|
|
| |
nevents is 0.
PR: kern/45291
Notes:
svn path=/head/; revision=121263
|
| |
|
|
| |
Notes:
svn path=/head/; revision=119893
|
| |
|
|
|
|
|
|
| |
Submitted by: Brian Buchanan of nCircle, Inc.
Tested on: i386 and sparc64
Notes:
svn path=/head/; revision=118471
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108087
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Stop calling system calls "function calls".
Use "The .Fn system call" a-la "The .Nm utility".
When referring to a non-BSD implementation in
the HISTORY section, call syscall a function,
to be safe.
Notes:
svn path=/head/; revision=108028
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
the data value returned by kevent()'s EVFILT_READ filter on non-TCP
sockets accurately reflects the amount of data that can be read from the
sockets by applications.
PR: 30634
Reviewed by: -net, -arch
Sponsored by: NTT Multimedia Communications Labs
MFC after: 2 weeks
Notes:
svn path=/head/; revision=106313
|
| |
|
|
|
|
|
| |
Submitted by: Wayne Morrison <tewok@tislabs.com>
Notes:
svn path=/head/; revision=106172
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99282
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84306
|
| |
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=83371
|
| |
|
|
| |
Notes:
svn path=/head/; revision=81281
|
| |
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=79990
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79754
|
| |
|
|
|
|
|
| |
Submitted by: David Hill <david@phobia.ms>
Notes:
svn path=/head/; revision=78894
|
| |
|
|
| |
Notes:
svn path=/head/; revision=78686
|
| |
|
|
|
|
|
| |
Submitted by: Anton Berezin <tobez@tobez.org>
Notes:
svn path=/head/; revision=78086
|
| |
|
|
|
|
|
|
|
|
| |
- new EV_SET macro,
- NOTE_LOWAT option for low water marks on read/write filters,
- NOTE_REVOKE for filesystem unmounting (and revoke() calls)
- improved API for EVFILT_AIO
Notes:
svn path=/head/; revision=73060
|
| |
|
|
| |
Notes:
svn path=/head/; revision=72475
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70481
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69051
|
| |
|
|
|
|
|
|
|
| |
a file descriptor table. (Thanks to Alan Cox)
Clarify the fact that the changelist and eventlist can be shared.
Notes:
svn path=/head/; revision=69014
|
| |
|
|
|
|
|
|
|
| |
Inspired by PR: 21708
Submitted by: Ronald F. Guilmette <rfg@monkeys.com>
Reviewed by: jlemon
Notes:
svn path=/head/; revision=68998
|
| |
|
|
| |
Notes:
svn path=/head/; revision=64345
|
| |
|
|
|
|
|
|
|
| |
* Grammar fixes.
* Mark up rfork and vnode as cross-references.
* Clarify the use of the RFFDG flag to rfork(2).
Notes:
svn path=/head/; revision=63805
|
| |
|
|
|
|
|
| |
Discussed on: -arch
Notes:
svn path=/head/; revision=63452
|
| |
|
|
| |
Notes:
svn path=/head/; revision=62698
|
| |
|
|
|
|
|
|
|
| |
year (from jkh)..
Caught by: Fx macro warning on 3.4-R
Notes:
svn path=/head/; revision=62135
|
| |
|
|
|
|
|
|
|
| |
``.Ar errno'' -> ``.Va errno''
``.Nm ops'' -> ``.Fa ops''
``.Va fd'' -> ``.Fa fd''
Notes:
svn path=/head/; revision=61988
|
| |
|
|
|
|
|
|
|
|
|
|
| |
right now...
I talked w/ phk last night and "fixing" this in a generic way is going
to require a lot of complex thought on stacking let alone the NFS problems..
add missing sys/time.h for struct timespec def...
Notes:
svn path=/head/; revision=61375
|
| |
|
|
|
|
|
|
|
| |
out that really needed to be here...
Reviewed-by: jlemon
Notes:
svn path=/head/; revision=60856
|
| |
|
|
| |
Notes:
svn path=/head/; revision=60759
|
| |
|
|
| |
Notes:
svn path=/head/; revision=60659
|
| |
|
|
|
|
|
|
| |
Use a long line instead splitting a line with backslash-newline in synopsis.
My synopsis checker doesn't understand backslash-newline.
Notes:
svn path=/head/; revision=60384
|
| |
|
|
|
|
|
| |
Submitted by: phantom
Notes:
svn path=/head/; revision=60080
|
|
|
Notes:
svn path=/head/; revision=59995
|