開發和下載開源軟體

Browse Subversion Repository

Diff of /trunk/1.6.x/ccs-patch/README.ccs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 581 by kumaneko, Tue Oct 16 08:00:21 2007 UTC revision 808 by kumaneko, Mon Dec 17 04:06:21 2007 UTC
# Line 1055  Fix 2007/10/16 Line 1055  Fix 2007/10/16
1055        To manage commonly inherited environments like PATH ,        To manage commonly inherited environments like PATH ,
1056        you can use 'allow_env' directive in exception policy        you can use 'allow_env' directive in exception policy
1057        to globally grant specified environment variable.        to globally grant specified environment variable.
1058    
1059    Fix 2007/11/05
1060    
1061        @ Replace semaphore with mutex.
1062    
1063          I replaced semaphore with mutex.
1064    
1065        @ Add missing down() in AddReservedEntry().
1066    
1067          Mutex debugging capability told me that I had forgotten to call down()
1068          since TOMOYO version 1.3.2 .
1069          This function is not called by learning mode,
1070          so the semaphore's counter will not overflow for normal usage.
1071    
1072    Fix 2005/11/27
1073    
1074        @ Fix ReadTable() truncation bug.
1075    
1076          "snprintf(str, size, format, ...) >= size" means truncated.
1077          But I was checking for "snprintf(str, size, format, ...) > size".
1078          As a result, some entries might be dumped without '\n'.
1079    
1080        @ Purge direct "->prev"/"->next" manipulation.
1081    
1082          All list manipulations use "struct list_head" or "struct list1_head".
1083          "struct list1_head" doesn't have "->prev" member to save memory usage.
1084    
1085    Fix 2007/11/29
1086    
1087        @ Add missing semaphore in GetEXE().
1088    
1089          mm->mmap_sem was missing.
1090    
1091    Fix 2007/12/17
1092    
1093        @ Remove unused EXPORT_SYMBOL().
1094    
1095          Mark some functions static.

Legend:
Removed from v.581  
changed lines
  Added in v.808

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26