CVS log for emstar/fusd/test/zombietest.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.4
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Feb 11 09:41:07 2004 UTC (5 years, 9 months ago) by jelson
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,
bp_scale_radio_channel,
acoustic-05-18-06,
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_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.3: +2 -2 lines
Diff to previous 1.3
added FUSD regression tests
Revision
1.3
/
(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:
fusd_with_no_daemon,
fusd-1_10,
copyright-07-11-03,
audio_server,
ROUTING_EXPERIMENTAL,
EMSTAR_RELEASE_1_2,
EMSTAR_RELEASE_1_1,
EMSTAR_RELEASE_1_0
Changes since 1.2: +25 -30 lines
Diff to previous 1.2
added the copyright notice to all the source code in the cens repository
Revision
1.2
/
(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.1: +37 -1 lines
Diff to previous 1.1
- added a copyright notice to all the source code files in the cens
repository
Revision
1.1
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Mar 12 05:48:33 2003 UTC (6 years, 8 months ago) by jelson
Branch:
MAIN
** FINALLY FIXED BUG CAUSING PROCESSES TO GET STUCK IN D STATE -- in
fusd_client_poll, there was a call to LOCK_FUSD_FILE followed by
LOCK_FUSD_DEV. The LOCK_FUSD_DEV call might jump out if the dev was
a zombie, leaving the file locked. WHOO HOO!!!!
** Changed (slightly) semantics of callback returns: changes to
device_info made in fusd_file_info are no longer honored. device_info
can ONLY be set when the device is registered.
** Various other cleanups in handling of zombies -- zombie checks are
now never performed unless the device is locked. A lot of "zombie_dev"
goto targets are, as a result, gone. But I think this is a good thing,
as they can be confusing (see first entry in changelog!)
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.