The NetBSD Project

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

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

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: kqueue


Revision 1.79.2.10 / (download) - annotate - [select for diffs], Sat Oct 12 10:30:37 2002 UTC (21 years, 5 months ago) by jdolecek
Branch: kqueue
Changes since 1.79.2.9: +5 -3 lines
Diff to previous 1.79.2.9 (colored) next main 1.80 (colored)

need knote_fdclose() in finishdup()

Revision 1.79.2.9 / (download) - annotate - [select for diffs], Thu Oct 10 18:43:04 2002 UTC (21 years, 5 months ago) by jdolecek
Branch: kqueue
Changes since 1.79.2.8: +9 -4 lines
Diff to previous 1.79.2.8 (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.79.2.8 / (download) - annotate - [select for diffs], Fri Sep 6 08:47:45 2002 UTC (21 years, 6 months ago) by jdolecek
Branch: kqueue
Changes since 1.79.2.7: +4 -3 lines
Diff to previous 1.79.2.7 (colored)

sync kqueue branch with HEAD

Revision 1.79.2.7 / (download) - annotate - [select for diffs], Sun Jun 23 17:49:26 2002 UTC (21 years, 9 months ago) by jdolecek
Branch: kqueue
Changes since 1.79.2.6: +98 -22 lines
Diff to previous 1.79.2.6 (colored)

catch up with -current on kqueue branch

Revision 1.79.2.6 / (download) - annotate - [select for diffs], Sat Mar 16 16:01:46 2002 UTC (22 years ago) by jdolecek
Branch: kqueue
Changes since 1.79.2.5: +5 -5 lines
Diff to previous 1.79.2.5 (colored)

Catch up with -current.

Revision 1.79.2.5 / (download) - annotate - [select for diffs], Fri Mar 15 19:13:16 2002 UTC (22 years ago) by jdolecek
Branch: kqueue
Changes since 1.79.2.4: +4 -3 lines
Diff to previous 1.79.2.4 (colored)

fdfree(): fix the argument to knote_fdfree() - 'i' is not the the descriptor
	value, it's index counting from fdp->fd_lastfile down; this fixes
	deadlock in closef() when watched descriptor is lower than the
	kqueue one and the process has open further descriptors

finishdup(): add comment a knote_fdfree() call is needed there; will address
	this later

Revision 1.79.2.4 / (download) - annotate - [select for diffs], Mon Feb 11 20:10:22 2002 UTC (22 years, 1 month ago) by jdolecek
Branch: kqueue
Changes since 1.79.2.3: +4 -4 lines
Diff to previous 1.79.2.3 (colored)

Sync w/ -current.

Revision 1.79.2.3 / (download) - annotate - [select for diffs], Thu Jan 10 19:59:45 2002 UTC (22 years, 2 months ago) by thorpej
Branch: kqueue
Changes since 1.79.2.2: +4 -1 lines
Diff to previous 1.79.2.2 (colored)

Sync kqueue branch with -current.

Revision 1.79.2.2 / (download) - annotate - [select for diffs], Fri Aug 3 04:13:40 2001 UTC (22 years, 8 months ago) by lukem
Branch: kqueue
Changes since 1.79.2.1: +4 -1 lines
Diff to previous 1.79.2.1 (colored)

update to -current

Revision 1.79.2.1 / (download) - annotate - [select for diffs], Tue Jul 10 13:44:32 2001 UTC (22 years, 8 months ago) by lukem
Branch: kqueue
Changes since 1.79: +29 -2 lines
Diff to previous 1.79 (colored)

create and destroy fd_kn{list,hash} entries as appropriate (for kqueue use)

Revision 1.79 / (download) - annotate - [select for diffs], Sun Jul 1 18:12:00 2001 UTC (22 years, 9 months ago) by thorpej
Branch: MAIN
Branch point for: kqueue
Changes since 1.78: +5 -2 lines
Diff to previous 1.78 (colored)

Duh, use fd_getfile() in sys_close().

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>