September 2001 Commit Log

Number of Commits:
104
Number of Active Developers:
5
norume 2001-09-29 14:51 Rev.: 1.3

RTEMS TFTP driver now handles leading ../ path name components properly.
Thus, for ../../dbd/example.dbd to be found properly, the st.cmd script
must be moved down two directories. For now it is in bin/scripts, but
that may change.

3 lines of code changed in 1 file:

jba 2001-09-27 15:56 Rev.: 1.8

Changed from tornado20 to tornado202.

1 lines of code changed in 1 file:

anj 2001-09-27 14:50 Rev.: 1.27

Replaced ReadReleaseFile subroutine with version from convertRelease.pl
which supports include and now allows definitions to appear after use.

47 lines of code changed in 1 file:

jhill 2001-09-26 13:59

fixed spurious "server memory exhausted" message

4 lines of code changed in 2 files:

norume 2001-09-26 10:28 Rev.: 1.27

The RTEMS TFTP driver now supports a limited form of chdir(). This means that
the hack of redefining fopen is no longer necessary.
Link -lrtemsall before -lrtemsCom to ensure that the configuration information
gets pulled from the rtemsCom library.

3 lines of code changed in 1 file:

norume 2001-09-26 10:27 Rev.: 1.2

RTEMS TFTP driver now supports a limited form of chdir(). This means that
the hack of redefining fopen is no longer necessary.

10 lines of code changed in 1 file:

mrk 2001-09-26 08:30 Rev.: 1.4

remove def for pdbbase

0 lines of code changed in 1 file:

mrk 2001-09-26 07:36 Rev.: 1.46

make sure epicsThreadInit called

36 lines of code changed in 1 file:

mrk 2001-09-26 06:51 Rev.: 1.19

mkre changes for beta1

14 lines of code changed in 1 file:

mrk 2001-09-26 06:49 Rev.: 1.35

remove extra debug statements; changes for clarity

10 lines of code changed in 1 file:

jhill 2001-09-25 18:58 Rev.: 1.86

fixed unprotected increment that might cause problems on RISC arch

6 lines of code changed in 1 file:

jhill 2001-09-25 18:56

fixed race condition

5 lines of code changed in 3 files:

jhill 2001-09-25 10:59 Rev.: 1.31

implemented threadExitMain()

3 lines of code changed in 1 file:

jhill 2001-09-24 19:12

fixed race condition

14 lines of code changed in 2 files:

jhill 2001-09-24 19:11 Rev.: 1.85

fixed potential race condition

22 lines of code changed in 1 file:

jhill 2001-09-24 19:10 Rev.: 1.24

cosmetic

6 lines of code changed in 1 file:

jhill 2001-09-24 19:08

added comment

7 lines of code changed in 2 files:

jhill 2001-09-24 19:08 Rev.: 1.126

cosmetic

1 lines of code changed in 1 file:

jhill 2001-09-24 19:06

assert fail before allowing invalid thread id into use

3 lines of code changed in 2 files:

jba 2001-09-24 17:15 Rev.: 1.70

Allow multiple includes of base RULES_BUILD (use first include).

6 lines of code changed in 1 file:

mrk 2001-09-24 14:49 Rev.: 1.34

latest changes. Still extra printf statements

21 lines of code changed in 1 file:

mrk 2001-09-24 10:02 Rev.: 1.33

Still not working. Many asserts

60 lines of code changed in 1 file:

jhill 2001-09-21 13:49 Rev.: 1.16

cosmetic

2 lines of code changed in 1 file:

jhill 2001-09-21 12:29

cosmetic

19 lines of code changed in 2 files:

jhill 2001-09-21 12:09

fixed possible race condition where put notify block might be nilled out
while it is running

6 lines of code changed in 4 files:

anj 2001-09-20 15:26 Rev.: 1.32

Removed EPICS_EXTENSIONS dependencies as this causes problems with the
RELEASE file checker. Now users of msi, sch2edif, e2db or dbst must
have these in their path, or define a variable pointing to the binary
in their application configure/RELEASE files. Capfast users may also
want to add the definition CAPFAST_TEMPLATES pointing to their EPICS
symbols, originally found via (EPICS_EXTENSIONS)/templates/capfast

7 lines of code changed in 1 file:

anj 2001-09-20 15:08 Rev.: 1.2

Changed how we decide whether or not to build cdCommands.

4 lines of code changed in 1 file:

jhill 2001-09-20 12:45 Rev.: 1.84

dont deadlock if ca_clear_event() is in the subscription update callback

3 lines of code changed in 1 file:

jhill 2001-09-20 12:38 Rev.: 1.15

fixed put notify blocking bug and put notify type mapping bug

5 lines of code changed in 1 file:

jhill 2001-09-20 12:34 Rev.: 1.27

catch out of bounds read

5 lines of code changed in 1 file:

jhill 2001-09-20 12:30 Rev.: 1.6

improved sync group startup sequence

27 lines of code changed in 1 file:

jhill 2001-09-20 12:30 Rev.: 1.24

improved subscription startup sequence

10 lines of code changed in 1 file:

jhill 2001-09-20 12:29 Rev.: 1.33

install ca diagnostics header file

1 lines of code changed in 1 file:

jhill 2001-09-20 12:29 Rev.: 1.67

catch additional exceptions and modified subscription startup
to work better with local channels

28 lines of code changed in 1 file:

jhill 2001-09-20 12:27 Rev.: 1.123

improved test for local channels

35 lines of code changed in 1 file:

jhill 2001-09-20 12:26 Rev.: 1.103

improved tcpiiu shut down seq

8 lines of code changed in 1 file:

jhill 2001-09-20 12:25 Rev.: 1.6

allow use from C++

12 lines of code changed in 1 file:

jhill 2001-09-20 12:24 Rev.: 1.26

removed deadlock vulnerabilities

117 lines of code changed in 1 file:

jhill 2001-09-20 12:17 Rev.: 1.10

throw standard exception class

2 lines of code changed in 1 file:

jhill 2001-09-20 12:16

dont initiate IO in constructor

21 lines of code changed in 2 files:

jhill 2001-09-20 12:13 Rev.: 1.29

added new exception

2 lines of code changed in 1 file:

jhill 2001-09-20 12:10 Rev.: 1.81

improved tcp shut down seq

22 lines of code changed in 1 file:

jhill 2001-09-20 12:09 Rev.: 1.15

added stop threads member func

5 lines of code changed in 1 file:

mrk 2001-09-20 08:46 Rev.: 1.28

if epicsEventWaitWithTimeout fails dont continue

8 lines of code changed in 1 file:

mrk 2001-09-20 08:46 Rev.: 1.32

fix bugs in dbLockShowLocked

6 lines of code changed in 1 file:

mrk 2001-09-20 06:54 Rev.: 1.31

must Unlock

1 lines of code changed in 1 file:

mrk 2001-09-20 06:54 Rev.: 1.46

replace ca_search_and_connect with ca_create_channel

4 lines of code changed in 1 file:

jhill 2001-09-19 10:45 Rev.: 1.19

doc

1 lines of code changed in 1 file:

jba 2001-09-18 14:01 Rev.: 1.4

Updated comment.

2 lines of code changed in 1 file:

jba 2001-09-18 14:00 Rev.: 1.3

Added vim environment variables.

12 lines of code changed in 2 files:

jhill 2001-09-18 12:58 Rev.: 1.12

moved lock to avoid recursive lock and potential deadlock

2 lines of code changed in 1 file:

jhill 2001-09-18 12:06 Rev.: 1.9

doc

10 lines of code changed in 1 file:

jhill 2001-09-17 12:44 Rev.: 1.83

fixed comment

3 lines of code changed in 1 file:

jhill 2001-09-17 12:34 Rev.: 1.82

cosmetic

4 lines of code changed in 1 file:

anj 2001-09-14 15:02 Rev.: 1.16

Tidying up convertRelease.pl stuff.

3 lines of code changed in 1 file:

jba 2001-09-14 12:28

Tool file description updates.

12 lines of code changed in 2 files:

jba 2001-09-13 17:06 Rev.: 1.31

Added definitions needed by base build.

5 lines of code changed in 1 file:

jba 2001-09-13 16:46 Rev.: 1.2

Now creates CONFIG_APP_INCLUDE file.

10 lines of code changed in 3 files:

jba 2001-09-13 16:43

Added RELEASE_INCLUDES and RELEASE_DBDFLAGS.
Removed base/configure defs, put defs in app/ext CONFIG_APP_INCLUDE file.

6 lines of code changed in 3 files:

jba 2001-09-13 14:53 Rev.: 1.19

Fix for remove command filenames.

3 lines of code changed in 1 file:

anj 2001-09-13 14:42 Rev.: 1.2

Added instructions about configure/Makefile and configure/RULES.ioc.

11 lines of code changed in 1 file:

jba 2001-09-13 14:34

dbMakeDBDDepends replaced by mkmf.pl.

0 lines of code changed in 2 files:

jba 2001-09-13 14:29 Rev.: 1.18

Many DEPENDS changes. Many other changes also.

35 lines of code changed in 1 file:

jba 2001-09-13 14:28 Rev.: 1.77

Moved HOST_HDEPENDS_CMD here.

3 lines of code changed in 1 file:

jba 2001-09-13 14:27 Rev.: 1.30

Removed HOST_HDEPENDS_CMD.

1 lines of code changed in 1 file:

jba 2001-09-13 14:24 Rev.: 1.76

Removed duplicate CROSS_CXXFLAGS. Changed CROSS_HDEPENDS_CMD to MKMF.
HDEPENDS_INCLUDES_MKMF set to files with relative path names only.

4 lines of code changed in 1 file:

anj 2001-09-13 14:16

Switch to using convertRelease.pl script, run a consistency check in
application <top>/configure directories.

40 lines of code changed in 4 files:

jba 2001-09-13 14:13 Rev.: 1.6

R3.14.0beta1

4 lines of code changed in 1 file:

jba 2001-09-13 14:12 Rev.: 1.29

Removed references to MAKEDBDEPENDS and MAKEDBDDEPENDS.

0 lines of code changed in 1 file:

jba 2001-09-13 14:11 Rev.: 1.12

Moved GCC_EXEC_PREFIX to CONFIG.CrossCommon.

0 lines of code changed in 1 file:

jba 2001-09-13 14:11 Rev.: 1.6

Moved GCC_EXEC_PREFIX definition here.
Removed -B option since GCC_EXEC_PREFIX is defined.

3 lines of code changed in 1 file:

jba 2001-09-13 12:50 Rev.: 1.3

Added -mpentium cflag.

2 lines of code changed in 1 file:

mrk 2001-09-13 12:45 Rev.: 1.8

dont call errlogPrintf if no memory

3 lines of code changed in 1 file:

jba 2001-09-13 11:18

Updated for R3.14.0.beta1.

85 lines of code changed in 4 files:

jhill 2001-09-13 10:09

removed explicit template mechanism

2 lines of code changed in 4 files:

jhill 2001-09-13 10:06 Rev.: 1.17

removed templ inst mechanism

1 lines of code changed in 1 file:

jhill 2001-09-13 10:00

removed explicit template mechanism

9 lines of code changed in 8 files:

jba 2001-09-13 09:58

Updates for R3.14.0beta1.

213 lines of code changed in 6 files:

jhill 2001-09-13 09:56 Rev.: 1.4

no-longer needed since gnu now uses Borland style auto template instantiation

0 lines of code changed in 1 file:

jba 2001-09-12 09:23 Rev.: 1.29

Comment changes only.

5 lines of code changed in 1 file:

jba 2001-09-12 09:22 Rev.: 1.73

Removed HOST_HDEPENDS_CMD definition, belongs in CONFIG_SITE.

1 lines of code changed in 1 file:

jhill 2001-09-11 13:10 Rev.: 1.8

changed ca create channel doc

8 lines of code changed in 1 file:

jhill 2001-09-11 09:34 Rev.: 1.80

doc

3 lines of code changed in 1 file:

jhill 2001-09-10 18:52 Rev.: 1.79

we must call shutdown in addition to close on Linux

9 lines of code changed in 1 file:

jhill 2001-09-10 16:55 Rev.: 1.122

wait for connection count to return to normal

11 lines of code changed in 1 file:

jba 2001-09-10 16:33 Rev.: 1.24

Changed alpha3 to beta1.

2 lines of code changed in 1 file:

jhill 2001-09-10 15:44 Rev.: 1.78

removed unnec lock

3 lines of code changed in 1 file:

jhill 2001-09-10 15:43 Rev.: 1.102

COSMETIC

4 lines of code changed in 1 file:

jhill 2001-09-10 09:45 Rev.: 1.101

workaround for new ( std::no_throw ) Tornado II compiler bug check

6 lines of code changed in 1 file:

jhill 2001-09-10 09:32 Rev.: 1.100

use std::bad_alloc()

5 lines of code changed in 1 file:

jhill 2001-09-07 19:48 Rev.: 1.99

use proper form of delete

6 lines of code changed in 1 file:

jhill 2001-09-07 18:32 Rev.: 1.98

fixed gnu warnings

4 lines of code changed in 1 file:

jhill 2001-09-07 18:29 Rev.: 1.77

make gnu hoppy

2 lines of code changed in 1 file:

jhill 2001-09-07 18:27 Rev.: 1.9

added missing include

3 lines of code changed in 1 file:

jhill 2001-09-07 18:25

fixed gnu warning

5 lines of code changed in 2 files:

jhill 2001-09-07 18:02

restructure to eliminate use of select

816 lines of code changed in 19 files:

jhill 2001-09-07 18:00 Rev.: 1.8

cosmetic

2 lines of code changed in 1 file:

jhill 2001-09-07 17:59 Rev.: 1.43

allow creation of end of seq iterator

11 lines of code changed in 1 file:

mrk 2001-09-06 14:15 Rev.: 1.3

remove EPICS_TS_MIN_WEST add EPICS_TIMEZONE

5 lines of code changed in 1 file:

mrk 2001-09-06 14:08

remove EPICS_TS_MIN_WEST add EPICS_TIMEZONE

11 lines of code changed in 2 files:

mrk 2001-09-06 14:07 Rev.: 1.7

set TIMEZONE

15 lines of code changed in 1 file:

norume 2001-09-05 14:59 Rev.: 1.10

Give the select prototype C linkage.

3 lines of code changed in 1 file:

jhill 2001-09-04 19:50 Rev.: 1.14

removed GNU compiler ifdef

6 lines of code changed in 1 file:

mrk 2001-09-04 08:59 Rev.: 1.6

if null record name show all

1 lines of code changed in 1 file:

August 2001 »

Generated by StatCVS 0.4.0