Custom Query (69 matches)
Results (1 - 3 of 69)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#66 | fixed | SVN rev 326: tracing still not dynamically controllable via the trace.exe utility | ||
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). |
|||
#42 | fixed | Version 0.10 r238: trap D on system boot | ||
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 | ||
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. |