Up to [cvs.NetBSD.org] / src / sys / miscfs / fdesc
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: kqueue
Revision 1.64.2.6 / (download) - annotate - [select for diffs], Thu Oct 10 18:43:30 2002 UTC (19 years, 7 months ago) by jdolecek
Branch: kqueue
Changes since 1.64.2.5: +14 -12
lines
Diff to previous 1.64.2.5 (colored) to branchpoint 1.64 (colored) next main 1.65 (colored)
sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
Revision 1.64.2.5 / (download) - annotate - [select for diffs], Sat Sep 28 12:54:45 2002 UTC (19 years, 7 months ago) by jdolecek
Branch: kqueue
Changes since 1.64.2.4: +19 -7
lines
Diff to previous 1.64.2.4 (colored) to branchpoint 1.64 (colored)
fdesc_kqfilter(): for Fdesc, invoke kqfilter of the underlying descriptor, and fallback to genfs_kqfilter() for other files
Revision 1.64.2.4 / (download) - annotate - [select for diffs], Sun Jun 23 17:50:08 2002 UTC (19 years, 11 months ago) by jdolecek
Branch: kqueue
Changes since 1.64.2.3: +38 -45
lines
Diff to previous 1.64.2.3 (colored) to branchpoint 1.64 (colored)
catch up with -current on kqueue branch
Revision 1.64.2.3 / (download) - annotate - [select for diffs], Thu Jan 10 20:01:32 2002 UTC (20 years, 4 months ago) by thorpej
Branch: kqueue
Changes since 1.64.2.2: +7 -3
lines
Diff to previous 1.64.2.2 (colored) to branchpoint 1.64 (colored)
Sync kqueue branch with -current.
Revision 1.64.2.2 / (download) - annotate - [select for diffs], Sat Sep 8 03:29:22 2001 UTC (20 years, 8 months ago) by thorpej
Branch: kqueue
Changes since 1.64.2.1: +26 -1
lines
Diff to previous 1.64.2.1 (colored) to branchpoint 1.64 (colored)
Add kqueue support to "/dev/tty".
Revision 1.64.2.1 / (download) - annotate - [select for diffs], Tue Jul 10 13:59:16 2001 UTC (20 years, 10 months ago) by lukem
Branch: kqueue
Changes since 1.64: +3 -1
lines
Diff to previous 1.64 (colored)
support DTYPE_KQUEUE
Revision 1.64 / (download) - annotate - [select for diffs], Sat Jun 16 08:28:39 2001 UTC (20 years, 11 months ago) by jdolecek
Branch: MAIN
CVS Tags: thorpej-devvp-base3,
thorpej-devvp-base2,
thorpej-devvp-base,
pre-chs-ubcperf,
post-chs-ubcperf
Branch point for: thorpej-mips-cache,
thorpej-devvp,
kqueue
Changes since 1.63: +6 -2
lines
Diff to previous 1.63 (colored)
Add DTYPE_PIPE (to be used by new pipe implementation) and handle it accordingly.