Custom Query (69 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 69)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#66 fixed SVN rev 326: tracing still not dynamically controllable via the trace.exe utility Valery V. Sedletski erdmann
Description

File "ifslog.c", routine "trace":

you need to remove this block of code, otherwise invocation of "message" function will still not correctly deal with the trace flags:

294	static BOOL fInitted = FALSE;
295	static BOOL fTraceEnabled;
...
306	   if (! fInitted)
307	      {
308	      // check if tracing with TRACE_MAJOR is enabled
309	      fTraceEnabled = pGI->amecRAS[TRACE_MAJOR / 8] & (0x80 >> (TRACE_MAJOR % 8));
310	      }
311	   fInitted = TRUE;
312	
313	   if (! fTraceEnabled)
314	      return 0;

I don't know if you still need routine "Trace" (written with capital T).
Of course that will then miss the check for the trace flag. It would be best to get rid of it and use routines "Message"/"message" instead.

#42 fixed Version 0.10 r238: trap D on system boot erdmann erdmann
Description

I have /ac:* set and I have some FAT32 formatted USB sticks already attached on bootup. Under this scenario I get the attached trap.

#26 fixed renaming branch 0.10 to trunk KO Myung-Hun diver
Description

as the branch/0.10 includes all changes from trunk and a lot fixes, I vote for renaming branch/0.10 to trunk. Of course the current trunk should be copied to branch first.

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.