ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/persist.c
Revision 2.36 - (view) (download) (annotate) - [select for diffs]
Sun Sep 19 07:24:37 2004 UTC (19 years, 6 months ago) by greg
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1
Changes since 2.35: +2 -1 lines
Diff to previous 2.35
Added explicit kill of feeder process to prevent deadlock (paranoia?)

Revision 2.35 - (view) (download) (annotate) - [select for diffs]
Fri Sep 17 21:43:50 2004 UTC (19 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.34: +2 -2 lines
Diff to previous 2.34
Added -n option to mkillum for multiprocessing on shared memory machine

Revision 2.34 - (view) (download) (annotate) - [select for diffs]
Tue Mar 30 16:13:01 2004 UTC (20 years ago) by schorsch
Branch: MAIN
Changes since 2.33: +28 -27 lines
Diff to previous 2.33
Continued ANSIfication. There are only bits and pieces left now.

Revision 2.33 - (view) (download) (annotate) - [select for diffs]
Wed Oct 22 02:06:35 2003 UTC (20 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.32: +2 -2 lines
Diff to previous 2.32
Fewer complaints if "platform.h" precedes "standard.h"

Revision 2.32 - (view) (download) (annotate) - [select for diffs]
Mon Oct 20 16:01:55 2003 UTC (20 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.31: +3 -2 lines
Diff to previous 2.31
Included "platform.h" wherever lseek() was called

Revision 2.31 - (view) (download) (annotate) - [select for diffs]
Sat Aug 30 09:03:31 2003 UTC (20 years, 7 months ago) by schorsch
Branch: MAIN
Changes since 2.30: +1 -5 lines
Diff to previous 2.30
Eliminated obsolete "freebsd" dependency.

Revision 2.30 - (view) (download) (annotate) - [select for diffs]
Mon Jul 14 20:02:30 2003 UTC (20 years, 8 months ago) by schorsch
Branch: MAIN
Changes since 2.29: +3 -4 lines
Diff to previous 2.29
Moved some more platform dependencies to common header files.
Included a few necessary system headers.

Revision 2.29 - (view) (download) (annotate) - [select for diffs]
Mon Jun 30 14:59:12 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.28: +13 -8 lines
Diff to previous 2.28
Replaced most outdated BSD function calls with their posix equivalents, and cleaned up a few other platform dependencies.

Revision 2.28 - (view) (download) (annotate) - [select for diffs]
Thu Jun 26 00:58:10 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.27: +3 -1 lines
Diff to previous 2.27
Abstracted process and path handling for Windows.
Renamed FLOAT to RREAL because of conflict on Windows.
Added conditional compiles for some signal handlers.

Revision 2.27 - (view) (download) (annotate) - [select for diffs]
Tue Feb 25 02:47:23 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 2.26: +1 -56 lines
Diff to previous 2.26
Replaced inline copyright notice with #include "copyright.h"

Revision 2.26 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:29 2003 UTC (21 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.25: +92 -17 lines
Diff to previous 2.25
Changes and check-in for 3.5 release
Includes new source files and modifications not recorded for many years
See ray/doc/notes/ReleaseNotes for notes between 3.1 and 3.5 release

Revision 2.25 - (view) (download) (annotate) - [select for diffs]
Sat Jan 3 20:07:31 1998 UTC (26 years, 2 months ago) by gregl
Branch: MAIN
Changes since 2.24: +2 -1 lines
Diff to previous 2.24
randomize wait period in io_process()

Revision 2.24 - (view) (download) (annotate) - [select for diffs]
Mon Nov 24 15:13:33 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 2.23: +4 -3 lines
Diff to previous 2.23
fixed error introduced in last change

Revision 2.23 - (view) (download) (annotate) - [select for diffs]
Tue Nov 11 20:29:25 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 2.22: +19 -2 lines
Diff to previous 2.22
added code to deduce exit status from last stderr message

Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Fri Nov 7 12:12:53 1997 UTC (26 years, 4 months ago) by gregl
Branch: MAIN
Changes since 2.21: +28 -26 lines
Diff to previous 2.21
went back to separate feeder process, because select() was hanging us

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Tue Oct 28 14:00:02 1997 UTC (26 years, 5 months ago) by gregl
Branch: MAIN
Changes since 2.20: +1 -18 lines
Diff to previous 2.20
created selcall.h include file for select(2) compatibility

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Thu Oct 16 13:49:22 1997 UTC (26 years, 5 months ago) by gregl
Branch: MAIN
Changes since 2.19: +2 -0 lines
Diff to previous 2.19
added ifdef for INCL_SEL_H since not every system has it

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Thu Sep 18 16:13:28 1997 UTC (26 years, 6 months ago) by gregl
Branch: MAIN
Changes since 2.18: +1 -0 lines
Diff to previous 2.18
added include of sys/select.h for AIX machines

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Mon Jul 22 18:09:26 1996 UTC (27 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.17: +2 -2 lines
Diff to previous 2.17
avoided close of standard error in io_process()

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Fri Jul 19 10:16:00 1996 UTC (27 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.16: +8 -5 lines
Diff to previous 2.16
final(?) fix to process synchronization problems

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Mon Jul 8 19:46:21 1996 UTC (27 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.15: +103 -47 lines
Diff to previous 2.15
changed io_process() to use select() and a single process

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Sat Jul 6 23:19:57 1996 UTC (27 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.14: +14 -15 lines
Diff to previous 2.14
finally fixed synchronization problem caused by break in lock during fork

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Sat Jul 6 22:30:05 1996 UTC (27 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.13: +55 -17 lines
Diff to previous 2.13
added piping of stderr to persist functions

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Thu Jul 4 09:54:59 1996 UTC (27 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.12: +16 -6 lines
Diff to previous 2.12
made it so alarm signal causes quiet termination in persist mode
fixed minor synchronization problem by adding sleep() call.  (I hope!)

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Tue Jan 23 15:51:38 1996 UTC (28 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.11: +16 -8 lines
Diff to previous 2.11
added program name to beginning of persist file for safety reasons

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Mon Nov 8 09:35:32 1993 UTC (30 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.10: +2 -2 lines
Diff to previous 2.10
minor fix

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Fri May 28 13:37:39 1993 UTC (30 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.9: +3 -3 lines
Diff to previous 2.9
fixed potential bug in persist file function

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Thu Apr 1 08:55:37 1993 UTC (31 years ago) by greg
Branch: MAIN
Changes since 2.8: +7 -19 lines
Diff to previous 2.8
made io_process write all its output before getting more input

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Wed Mar 3 09:07:52 1993 UTC (31 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.7: +4 -0 lines
Diff to previous 2.7
added ghost call to pfclean()

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Wed Feb 10 11:02:20 1993 UTC (31 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.6: +23 -8 lines
Diff to previous 2.6
potential bug fix in io_process()

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Fri Jan 29 12:02:29 1993 UTC (31 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.5: +5 -0 lines
Diff to previous 2.5
made parallel operations conditional on F_SETLKW

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Mon Jan 25 19:17:36 1993 UTC (31 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.4: +0 -1 lines
Diff to previous 2.4
moved reinitialization code for persist function

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Fri Jan 22 09:51:23 1993 UTC (31 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.3: +0 -1 lines
Diff to previous 2.3
bug fixes and improvements on stdio flushing

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Thu Jan 21 17:01:24 1993 UTC (31 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.2: +1 -0 lines
Diff to previous 2.2
added code to reset ray counters and clock on persistent restart

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Thu Jan 21 10:09:04 1993 UTC (31 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.1: +11 -4 lines
Diff to previous 2.1
changed signals so ALRM always causes exit, CONT now used by rpict

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Wed Jan 20 15:19:00 1993 UTC (31 years, 2 months ago) by greg
Branch: MAIN
Initial revision

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rad3R6: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a