Up to [cvs.NetBSD.org] / src / sys / sys
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: kqueue
Revision 1.60.2.3 / (download) - annotate - [select for diffs], Thu Jan 10 20:04:48 2002 UTC (11 years, 4 months ago) by thorpej
Branch: kqueue
Changes since 1.60.2.2: +51 -21
lines
Diff to previous 1.60.2.2 (colored) next main 1.61 (colored)
Sync kqueue branch with -current.
Revision 1.60.2.2 / (download) - annotate - [select for diffs], Thu Sep 13 01:16:28 2001 UTC (11 years, 8 months ago) by thorpej
Branch: kqueue
Changes since 1.60.2.1: +9 -2
lines
Diff to previous 1.60.2.1 (colored)
Update the kqueue branch to HEAD.
Revision 1.60.2.1 / (download) - annotate - [select for diffs], Fri Aug 3 04:14:05 2001 UTC (11 years, 9 months ago) by lukem
Branch: kqueue
Changes since 1.60: +1 -5
lines
Diff to previous 1.60 (colored)
update to -current
Revision 1.60 / (download) - annotate - [select for diffs], Sat May 5 12:47:58 2001 UTC (12 years ago) by kleink
Branch: MAIN
Branch point for: kqueue
Changes since 1.59: +7 -7
lines
Diff to previous 1.59 (colored)
* Replace a couple of cases of u_char and u_short with uint8_t and uint16_t, respectively. * Simplify sockaddr_storage calculations a bit by the fact that, per defintion, sizeof (char) == 1. Fixes PR standards/10791.