The NetBSD Project

CVS log for src/sys/kern/uipc_socket.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / kern

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: kqueue


Revision 1.56.2.7 / (download) - annotate - [select for diffs], Fri Sep 6 08:48:16 2002 UTC (21 years, 7 months ago) by jdolecek
Branch: kqueue
Changes since 1.56.2.6: +74 -8 lines
Diff to previous 1.56.2.6 (colored) to branchpoint 1.56 (colored) next main 1.57 (colored) to selected 1.56.2.4 (colored)

sync kqueue branch with HEAD

Revision 1.56.2.6 / (download) - annotate - [select for diffs], Sun Jun 23 17:49:40 2002 UTC (21 years, 10 months ago) by jdolecek
Branch: kqueue
Changes since 1.56.2.5: +309 -11 lines
Diff to previous 1.56.2.5 (colored) to branchpoint 1.56 (colored) to selected 1.56.2.4 (colored)

catch up with -current on kqueue branch

Revision 1.56.2.5 / (download) - annotate - [select for diffs], Sat Mar 16 16:01:52 2002 UTC (22 years, 1 month ago) by jdolecek
Branch: kqueue
Changes since 1.56.2.4: +3 -3 lines
Diff to previous 1.56.2.4 (colored) to branchpoint 1.56 (colored)

Catch up with -current.

Revision 1.56.2.4 / (download) - annotate - [selected], Fri Mar 15 21:36:11 2002 UTC (22 years, 1 month ago) by jdolecek
Branch: kqueue
Changes since 1.56.2.3: +6 -24 lines
Diff to previous 1.56.2.3 (colored) to branchpoint 1.56 (colored)

no need to protect the kqueue SLIST manipulation with splnet - the
structures are never changed nor accessed from interrupt context
filt_solisten(): g/c the comment about what FreeBSD does, leave only
   comment what the code does (it was checked to be correct)

Revision 1.56.2.3 / (download) - annotate - [select for diffs], Thu Jan 10 20:00:14 2002 UTC (22 years, 3 months ago) by thorpej
Branch: kqueue
Changes since 1.56.2.2: +11 -15 lines
Diff to previous 1.56.2.2 (colored) to branchpoint 1.56 (colored) to selected 1.56.2.4 (colored)

Sync kqueue branch with -current.

Revision 1.56.2.2 / (download) - annotate - [select for diffs], Fri Sep 7 22:01:53 2001 UTC (22 years, 7 months ago) by thorpej
Branch: kqueue
Changes since 1.56.2.1: +4 -4 lines
Diff to previous 1.56.2.1 (colored) to branchpoint 1.56 (colored) to selected 1.56.2.4 (colored)

More const.

Revision 1.56.2.1 / (download) - annotate - [select for diffs], Tue Jul 10 13:48:47 2001 UTC (22 years, 9 months ago) by lukem
Branch: kqueue
Changes since 1.56: +142 -1 lines
Diff to previous 1.56 (colored) to selected 1.56.2.4 (colored)

add kqueue methods for filt_so*

Revision 1.56 / (download) - annotate - [select for diffs], Fri Apr 13 23:30:10 2001 UTC (23 years ago) by thorpej
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base, thorpej-devvp-base, pre-chs-ubcperf, post-chs-ubcperf
Branch point for: thorpej-devvp, kqueue
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored) to selected 1.56.2.4 (colored)

Remove the use of splimp() from the NetBSD kernel.  splnet()
and only splnet() is allowed for the protection of data structures
used by network devices.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>