CVS log for src/tests/lib/libc/sys/t_sendrecv.c
Up to [cvs.NetBSD.org] / src / tests / lib / libc / sys
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.6.8.1: download - view: text, markup, annotated - select for diffs
Sat Apr 3 22:34:59 2021 UTC (3 years, 8 months ago) by thorpej
Branches: thorpej-futex
Diff to: previous 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6: +29 -23
lines
Sync with HEAD.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Mar 28 17:30:01 2021 UTC (3 years, 8 months ago) by christos
Branches: MAIN
CVS tags: thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
HEAD
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -2
lines
yield so we can lose packets
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Mar 21 16:58:07 2021 UTC (3 years, 8 months ago) by christos
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +26 -23
lines
use a pipe instead of sched_yield()
Revision 1.6.2.2: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:10:05 2019 UTC (5 years, 5 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.6.2.1: preferred, colored; branchpoint 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6.2.1: +182 -0
lines
Sync with HEAD
Revision 1.6.2.1
Sun Feb 3 03:19:28 2019 UTC (5 years, 10 months ago) by christos
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.6: +0 -182
lines
file t_sendrecv.c was added on branch phil-wifi on 2019-06-10 22:10:05 +0000
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Feb 3 03:19:28 2019 UTC (5 years, 10 months ago) by mrg
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
is-mlppp-base,
is-mlppp
Branch point for: thorpej-futex,
phil-wifi
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -2
lines
- add or adjust /* FALLTHROUGH */ where appropriate
- add __unreachable() after functions that can return but won't in
this case, and thus can't be marked __dead easily
Revision 1.4.2.3: download - view: text, markup, annotated - select for diffs
Mon Nov 26 01:52:52 2018 UTC (6 years ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.4.2.2: preferred, colored; branchpoint 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4.2.2: +37 -11
lines
Sync with HEAD, resolve a couple of conflicts
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Nov 6 17:55:04 2018 UTC (6 years ago) by christos
Branches: MAIN
CVS tags: pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +37 -11
lines
Add a test to enable rerror handling.
Revision 1.4.2.2: download - view: text, markup, annotated - select for diffs
Thu Sep 6 06:56:48 2018 UTC (6 years, 3 months ago) by pgoyette
Branches: pgoyette-compat
Diff to: previous 1.4.2.1: preferred, colored; branchpoint 1.4: preferred, colored
Changes since revision 1.4.2.1: +155 -0
lines
Sync with HEAD
Resolve a couple of conflicts (result of the uimin/uimax changes)
Revision 1.4.2.1
Wed Aug 22 06:31:37 2018 UTC (6 years, 3 months ago) by pgoyette
Branches: pgoyette-compat
FILE REMOVED
Changes since revision 1.4: +0 -155
lines
file t_sendrecv.c was added on branch pgoyette-compat on 2018-09-06 06:56:48 +0000
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Aug 22 06:31:37 2018 UTC (6 years, 3 months ago) by christos
Branches: MAIN
CVS tags: pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906
Branch point for: pgoyette-compat
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4
lines
Den't set SA_RESTART in the signal handler allowing the process to get
interrupted durning recv and exit (pointed out by kre@)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Aug 21 11:04:49 2018 UTC (6 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -2
lines
mark failed
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Aug 21 11:03:27 2018 UTC (6 years, 3 months ago) by christos
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +33 -15
lines
should terminate and does with ktrace, but it does not normally.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Aug 21 10:41:00 2018 UTC (6 years, 3 months ago) by christos
Branches: MAIN
Now add the file I really meant to add.
CVSweb <webmaster@jp.NetBSD.org>