| ID | 
Date | 
Author | 
Topic  | 
Subject | 
Text | 
  | 
| 
  336  
 | 
02 Feb 2007 | 
Exaos Lee | Bug Fix | Problem solved by Re-define _syscall0(...) | OK, I searched and found that my kernel doesn't 
support "_syscall0" any more. So I patched 
the system.c as the following (from line | 
   | 
| 
  340  
 | 
06 Feb 2007 | 
Stefan Ritt | Bug Fix | Problem solved by Re-define _syscall0(...) | [quote="Exaos Lee"]Maybe it's not the perfect 
way, but it works. :-)[/quote]
 
 | 
   | 
| 
  364  
 | 
02 Apr 2007 | 
Exaos Lee | Bug Fix | SIGABT of "mlogger" and possible fix | Version: svn 3658
 
Code: mlogger.c
 
Problem: After executation of "mlogger", | 
   | 
| 
  366  
 | 
03 Apr 2007 | 
Stefan Ritt | Bug Fix | SIGABT of "mlogger" and possible fix | [quote="Exaos Lee"]Version: svn 3658
 
Code: mlogger.c
 
Problem: After executation of "mlogger", | 
   | 
| 
  372  
 | 
10 May 2007 | 
Konstantin Olchanski | Bug Fix | mhttpd: fix broken boolean arrays in "edit on start" | For some time now, boolean arrays did not 
work correctly in "/experiment/edit on start". 
This is now fixed 
 | 
   | 
| 
  373  
 | 
10 May 2007 | 
Konstantin Olchanski | Bug Fix | Fix error reporting from cm_transition() | For some time now, error reporting from cm_transition() 
was broken.
 
 | 
   | 
| 
  391  
 | 
29 Jun 2007 | 
Konstantin Olchanski | Bug Fix | mscb, musbstd fixed on Linux, MacOS | I commited a few minor changes to musbstd 
and mscb code to make them work on
 
MacOSX (tested on 10.3.9) and Linux (tested | 
   | 
| 
  392  
 | 
02 Jul 2007 | 
Stefan Ritt | Bug Fix | mscb, musbstd fixed on Linux, MacOS | [quote="KO"]There supposed to be no changes 
to the Windows code, but I cannot test on 
Windows, so if somebody does and finds breakage, | 
   | 
| 
  394  
 | 
06 Jul 2007 | 
Konstantin Olchanski | Bug Fix | mscb, musbstd fixed on Linux, MacOS | > I commited a few minor changes to musbstd 
and mscb code...
 
>
 | 
   | 
| 
  402  
 | 
22 Aug 2007 | 
Konstantin Olchanski | Bug Fix | commit latest ccusb.c CAMAC-USB driver | > > I commited the latest driver for the Wiener 
CCUSB USB-CAMAC driver. It
 
> > implements all functions from mcstd.h | 
   | 
| 
  437  
 | 
19 Feb 2008 | 
Maggie Lee | Bug Fix | "make install" error on MacOS 10.4.7, svn 3366 | > While executing "make install" under MacOS 
10.4.7, you may encounter errors about "dio". 
It is the 
 | 
   | 
| 
  438  
 | 
19 Feb 2008 | 
Maggie Lee | Bug Fix | "make install" error on MacOS 10.4.7, svn 3366 | I forgot to mention that, the following (and 
similar) lines:
 
           install -v -D -m 755 $$file $(SYSBIN_DIR)/`basename | 
   | 
| 
  439  
 | 
19 Feb 2008 | 
Stefan Ritt | Bug Fix | "make install" error on MacOS 10.4.7, svn 3366 | > I forgot to mention that, the following 
(and similar) lines:
 
>            install -v -D -m 755 $$file | 
   | 
| 
  441  
 | 
19 Feb 2008 | 
Maggie Lee | Bug Fix | "make install" error on MacOS 10.4.7, svn 3366 | Thank you for your help =)
 
 
Since SYSBIN_DIR is defined as /usr/local/bin | 
   | 
| 
  489  
 | 
16 Jun 2008 | 
Stefan Ritt | Bug Fix | "Missing event" problem fixed in front-end framework | Since the very beginning midas had the problem 
that the last event of a run was
 
sometimes missing in the data. While for | 
   | 
| 
  532  
 | 
27 Nov 2008 | 
Konstantin Olchanski | Bug Fix | Fix ss_file_size() on 32-bit Linux | It turns out that on 32-bit Linux, ss_file_size() 
returns the wrong answer for
 
files bigger than 2 GB (4GB?). The Linux | 
   | 
| 
  536  
 | 
01 Dec 2008 | 
Stefan Ritt | Bug Fix | Fix ss_file_size() on 32-bit Linux | > I also changed ss_file_size(), ss_disk_size() 
and ss_disk_free() to return -1 if
 
> the system call returns an error. I also | 
   | 
| 
  538  
 | 
02 Dec 2008 | 
Stefan Ritt | Bug Fix | Fix ss_file_size() on 32-bit Linux | > I now fixed this problem by using the stat64() 
system call for "#ifdef OS_LINUX".
 
 | 
   | 
| 
  539  
 | 
02 Dec 2008 | 
Konstantin Olchanski | Bug Fix | Fix ss_file_size() on 32-bit Linux | > > I now fixed this problem by using the 
stat64() system call for "#ifdef OS_LINUX".
 
> That does not work if _LARGEFILE64_SOURCE | 
   | 
| 
  540  
 | 
02 Dec 2008 | 
Stefan Ritt | Bug Fix | Fix ss_file_size() on 32-bit Linux | [quote="K.O."]This does not work (observe 
the typoe in the #ifdef).[/quote]
 
 | 
   |