オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

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

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

revision 2979 by kumaneko, Tue Sep 1 05:34:46 2009 UTC revision 2980 by kumaneko, Wed Sep 2 06:01:09 2009 UTC
# Line 1996  Fix 2008/09/01 Line 1996  Fix 2008/09/01
1996    
1997        Until now, the max length of a word is 4000 and the max length of a line        Until now, the max length of a word is 4000 and the max length of a line
1998        is 8192. To be able to handle longer pathnames, I removed these        is 8192. To be able to handle longer pathnames, I removed these
1999        limitations. Now, the max length (except the domainname and the strings        limitations. Now, the max length (except the domainname and
2000        used in "if" clause) is 128K (which is the max amount of memory kmalloc()        argv[]/envp[]) is 128K (which is the max amount of memory kmalloc()
2001        can allocate in most environments).        can allocate in most environments).
2002    
2003      @ Support more fine grained profile configuration.      @ Support more fine grained profile configuration.
# Line 2007  Fix 2008/09/01 Line 2007  Fix 2008/09/01
2007      @ Support more fine grained parameters restrictions.      @ Support more fine grained parameters restrictions.
2008    
2009        "allow_create", "allow_mkdir", "allow_mkfifo", "allow_mksock" check        "allow_create", "allow_mkdir", "allow_mkfifo", "allow_mksock" check
2010        create mode. "allow_mkblock" and "allow_mkchar" check create mode,        create mode. "allow_mkblock" and "allow_mkchar" check create mode and
2011        major device number, minor device number. "allow_chmod" check new mode.        major/minor device numbers. "allow_chmod" check new mode. "allow_chown"
2012        "allow_chown" checks new owner. "allow_chgrp" checks new group.        checks new owner. "allow_chgrp" checks new group.
2013    
2014      @ Allow number grouping.      @ Allow number grouping.
2015    
2016        To help specifying numeric values, a new keyword "number_group" is        To help specifying numeric values, a new directive "number_group" is
2017        introduced.        introduced.
2018    
2019      @ Remove "alias" directive and "allow_argv0" directive.      @ Remove "alias" directive and "allow_argv0" directive.

Legend:
Removed from v.2979  
changed lines
  Added in v.2980

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