CVS log for emstar/fusd/test/torturetest.c |
 |
|
Up to [CENS] / emstar / fusd / test
Request diff between arbitrary revisions
/ Display revisions graphically
/ Jump to LXR
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.14
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Jul 11 21:29:40 2003 UTC (6 years, 4 months ago) by cerpa
Branch:
MAIN
CVS Tags:
scale_radio_channel,
rdd_alpha_version_1,
pregeonet,
nims-lab-Sep07-2004,
nims-jr-Sep05-04,
mote,
lessgps_release,
kiss_release,
fusd_with_no_daemon,
fusd-1_10,
copyright-07-11-03,
bp_scale_radio_channel,
audio_server,
acoustic-05-18-06,
ROUTING_EXPERIMENTAL,
PRE_TOSNIC_FIX,
PRE_NOMEGA_MOTENIC,
PRE_MOTENIC_CLEANUP,
PRE_CEILING_FIX,
PRE_64BIT,
MOTENIC_PRE_BUGFIX_20050415,
LESSGPS_1_00,
LAURA_CALIBRATION_EXPERIMENTS,
KISS_1_0,
HOSTMOTE_V_6_EXPERIMENTAL,
HOSTMOTE_PROTOCOL_VERSION_7,
HOSTMOTE_PROTOCOL_VERSION_6_WITH_HOSTMOAP,
HOSTMOTE_PROTOCOL_VERSION_5_WITH_HOSTMOAP,
HOSTMOTE_PROTOCOL_VERSION_5,
HOSTMOTE_PROTOCOL_VERSION_4,
HOSTMOTE_PROTOCOL_VERSION_3,
HEAD,
ESS_RELEASE_3_5,
ESS_RELEASE_3_4,
ESS_RELEASE_3_3,
ESS_RELEASE_3_2,
ESS_RELEASE_3_1,
ESS_RELEASE_3_0,
ESS_RELEASE_2_0,
ESS_CONNECTIVITY,
ESS_CENTROUTE_TESTING,
ESS2-CMS-V1_5_pretest,
ESS2-CMS-V1_4cMergeSympathy_2,
ESS2-CMS-V1_4c,
ESS2-CMS-V1_4b,
ESS2-CMS-V1_4a,
ESS2-CMS-V1_3,
ESS2-CMS-V1_2,
ESS2-CMS-V1_1,
ESS2-CMS-V1_0,
EMSTAR_RELEASE_2_5,
EMSTAR_RELEASE_2_1_BRANCH,
EMSTAR_RELEASE_2_1,
EMSTAR_RELEASE_2_0_beta1,
EMSTAR_RELEASE_2_0,
EMSTAR_RELEASE_1_3_2,
EMSTAR_RELEASE_1_3_1,
EMSTAR_RELEASE_1_3,
EMSTAR_RELEASE_1_2,
EMSTAR_RELEASE_1_1,
EMSTAR_RELEASE_1_0,
EMSTAR_PRE_HTML,
CYCLOPS_RELEASE_CANDIDATE_2_0,
CYCLOPS_PRERELEASE_STABLE,
CENTROUTE_EMSTAR_SOCKETS,
BG_1_0,
BANGLADESH_ARSENIC_1_2,
BANGLADESH_ARSENIC_1_1,
AMARSS_JR_DEPLOYMENT_6_05_07
Changes since 1.13: +24 -29 lines
Diff to previous 1.13
added the copyright notice to all the source code in the cens repository
Revision
1.13
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Jul 11 03:24:43 2003 UTC (6 years, 4 months ago) by cerpa
Branch:
MAIN
Changes since 1.12: +36 -0 lines
Diff to previous 1.12
- added a copyright notice to all the source code files in the cens
repository
Revision
1.12
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Dec 20 07:38:48 2002 UTC (6 years, 11 months ago) by jelson
Branch:
MAIN
Changes since 1.11: +3 -2 lines
Diff to previous 1.11
Cleaned up some old fusd regression tests, and added a new one (in the
form of a packetdev torture test)
Revision
1.11
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Nov 8 00:56:21 2001 UTC (8 years ago) by jelson
Branch:
MAIN
CVS Tags:
fusd_1-1_devel,
fusd-1_04
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
changed wait time slightly to handle high device loads better
Revision
1.9.2.1
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Sep 27 15:18:54 2001 UTC (8 years, 1 month ago) by jelson
Branch:
EVENT_DEVEL
Changes since 1.9: +159 -129 lines
Diff to previous 1.9
to next main 1.10
Merged in the new FUSD from the main development branch
Revision
1.10
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Sep 17 22:21:48 2001 UTC (8 years, 2 months ago) by jelson
Branch:
MAIN
CVS Tags:
fusd-1_03,
fusd-1_02,
fusd-1_00
Changes since 1.9: +159 -129 lines
Diff to previous 1.9
made torturtest automatic with appropriate retvals
Revision
1.9
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Aug 21 01:32:38 2001 UTC (8 years, 3 months ago) by jelson
Branch:
MAIN
Branch point for:
EVENT_DEVEL
Changes since 1.8: +1 -4 lines
Diff to previous 1.8
Did a lot of work in trying to optimize the scheduling of fusd drivers
and the processes using them.
In the kernel: the driver now immediately yields the processor when
it completes a syscall.
In the user-space library: we now try to read as many fusd messages as
possible in fusd_dispatch() before giving up; thanks to the new
yielding in the module, it is very likely (when doing bulk data
transfer) that the app will issue another syscall before the driver's
next read. This minimizes the number of context switches and syscalls
and increased speed by about 50%. In particular, bulk data transfers
look (to the driver) like a long series of successful reads; no select
or even blocking on read in between!
We also now (optionally) use wake_up_interruptible_sync instead of plain
wake_up_interruptible in cases when we know we are about to yield to
another process.
fusd_run has been changed to take no args and return no retval; it
simply runs forever doing a fusd_dispatch on any readable FDs. Meant
to be the simplest of "simple" interfaces. Changed many example
programs to use the new fusd_run().
Changed kfusd.c default debug level from 10 to 2
Changed __VERYSAFE__ to __FUSD_VERYSAFE__
Revision
1.8
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Feb 6 04:47:35 2001 UTC (8 years, 9 months ago) by cvs
Branch:
MAIN
CVS Tags:
v1-0,
fusd-0_90
Changes since 1.7: +6 -15 lines
Diff to previous 1.7
*** empty log message ***
Revision
1.7
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Feb 6 01:13:10 2001 UTC (8 years, 9 months ago) by cvs
Branch:
MAIN
Changes since 1.6: +5 -1 lines
Diff to previous 1.6
fixed bug in fusd_run()
Revision
1.6
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Feb 6 00:48:59 2001 UTC (8 years, 9 months ago) by cvs
Branch:
MAIN
Changes since 1.5: +1 -0 lines
Diff to previous 1.5
fixed bug in fusd_run()
Revision
1.5
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Feb 6 00:20:12 2001 UTC (8 years, 9 months ago) by cvs
Branch:
MAIN
Changes since 1.4: +16 -2 lines
Diff to previous 1.4
using fusd_run() now
Revision
1.4
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Feb 5 23:31:48 2001 UTC (8 years, 9 months ago) by cvs
Branch:
MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3
new torture test
fixed bugs in fusd_run
Revision
1.3
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Feb 5 13:31:45 2001 UTC (8 years, 9 months ago) by jelson
Branch:
MAIN
Changes since 1.2: +3 -1 lines
Diff to previous 1.2
added locks for correctness
Revision
1.2
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Feb 3 03:11:07 2001 UTC (8 years, 9 months ago) by cvs
Branch:
MAIN
Changes since 1.1: +27 -11 lines
Diff to previous 1.1
reversed comparison
Revision
1.1
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Feb 3 02:04:15 2001 UTC (8 years, 9 months ago) by cvs
Branch:
MAIN
new torturetest`:x
This form allows you to request diffs 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.