CVS log for src/sys/compat/netbsd32/netbsd32_epoll.c
Up to [cvs.NetBSD.org] / src / sys / compat / netbsd32
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Sep 2 21:11:54 2023 UTC (15 months, 1 week ago) by mrg
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3
lines
redo previous: use same variable type for the interator as the comparison
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Aug 30 22:15:06 2023 UTC (15 months, 1 week ago) by mrg
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3
lines
use unsigned for iterator, fixes -Wsigned-comapre issue in module build.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jul 30 07:56:15 2023 UTC (16 months, 1 week ago) by rin
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -8
lines
netbsd32_epoll_pwait2: Dedup slightly. NFCI.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Jul 30 07:48:54 2023 UTC (16 months, 1 week ago) by rin
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3
lines
netbsd32_epoll_pwait2: Early return if no event arrived;
Do not attempt to allocate 0-byte buffer by kmem_alloc(9).
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jul 30 06:52:20 2023 UTC (16 months, 1 week ago) by rin
Branches: MAIN
COMPAT_NETBSD32: Add support for epoll(2).
CVSweb <webmaster@jp.NetBSD.org>