354ebb48db8e66a853a58379a4808d5dcd1ceac3 |
|
07-Dec-2012 |
Wanlong Gao <gaowanlong@cn.fujitsu.com> |
cleanup code indent Cleanup the code indent using: find . -name *.c -exec Lindent {} \; It's really a big change, but can fix almost all of the indent problem in C code, although we can't ensure all of the changes are right, but the error changes are really few. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/testcases/kernel/fs/dmapi/event_an.c
|
4548c6cf9bcdd96d8303caa4130ab638b61f8a30 |
|
19-Oct-2012 |
Wanlong Gao <gaowanlong@cn.fujitsu.com> |
Update FSF address find . -type f -exec sed -i 's/675 Mass Ave, Cambridge, MA 02139, USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \; find . -type f -exec sed -i 's/59 Temple Place, Suite 330, Boston, MA 02111-1307 USA/51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA/g' {} \; Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/testcases/kernel/fs/dmapi/event_an.c
|
ec6edca7aa42b6affd989ef91b5897f96795e40f |
|
18-Oct-2012 |
Chris Dearman <chris@mips.com> |
Add missing newline at end of file This is a scripted change done using the following command: find . -type d -name .git -prune -o \ -type f \! -name \*\~ \! -name .\#\* \ \! -name \*.gz \! -name \*.pdf \! -name \*.patch -print0 | \ xargs -0 sed -i -e '$a\' Signed-off-by: Chris Dearman <chris@mips.com>
/external/ltp/testcases/kernel/fs/dmapi/event_an.c
|
2c28215423293e443469a07ae7011135d058b671 |
|
16-Dec-2010 |
Garrett Cooper <yanegomi@gmail.com> |
Style and conformance changes. 1. Strip all leading space. 2. Move tst_exit() to main(). 3. Remove tst_exit() from cleanup(). 4. Remove cluebat comments. 5. Reduce some unnecessary whitespace. Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/kernel/fs/dmapi/event_an.c
|
bdbaec51a423e715c2b03ed9e497e9a1fba6103e |
|
26-Feb-2009 |
subrata_modak <subrata_modak> |
Clean Trailing Tab: Signed-off-by: Michal Simek <monstr@monstr.eu>.
/external/ltp/testcases/kernel/fs/dmapi/event_an.c
|
4bb656a129f7507823e9e6d6b98b1a02fd80ef89 |
|
26-Feb-2009 |
subrata_modak <subrata_modak> |
Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>.
/external/ltp/testcases/kernel/fs/dmapi/event_an.c
|
e753fd7967c95651b952dd6fe67d2cb56478056e |
|
11-Jul-2008 |
subrata_modak <subrata_modak> |
There were some mistakes in my previous patch. - wrong mode 0644 for mkdir(). - unnecessary to add 0644 for open() since the flag doesn't include O_CREAT (while it does no harm). By this new patch, they are fixed. Junjiro Okajima <hooanon05@yahoo.co.jp>.
/external/ltp/testcases/kernel/fs/dmapi/event_an.c
|
f91d8ade29ba029ebca55645753640bbd8ffc051 |
|
03-Jul-2008 |
subrata_modak <subrata_modak> |
I've tried LTP and found some wrong mode at creating file/dir in LTP source files. Here is a patch. Junjiro Okajima<hooanon05@yahoo.co.jp>.
/external/ltp/testcases/kernel/fs/dmapi/event_an.c
|
d13d74bbf207c2d01598c6fef092a75b93b07c71 |
|
11-Feb-2006 |
vapier <vapier> |
ugh, dos CRLFs, how i hate you so
/external/ltp/testcases/kernel/fs/dmapi/event_an.c
|
3c9b5890b1ead70efbde0dd22174d42dc728a17b |
|
24-Jun-2004 |
mridge <mridge> |
Fixes from Dave to fix DMAPI defect
/external/ltp/testcases/kernel/fs/dmapi/event_an.c
|
58dff5f974bdc97be917be962f2526cd9ae9482b |
|
11-Jun-2004 |
mridge <mridge> |
Changes from Dave for DMapi
/external/ltp/testcases/kernel/fs/dmapi/event_an.c
|
035b8d070c008ef776e84cff81cc2b98d92be084 |
|
02-Jun-2004 |
mridge <mridge> |
Updates to the DMPAI testsuite
/external/ltp/testcases/kernel/fs/dmapi/event_an.c
|
b4ce1f212068cb39fee4258af434e514e5683b5f |
|
05-May-2004 |
mridge <mridge> |
Adding initial drop of DMapi testcases
/external/ltp/testcases/kernel/fs/dmapi/event_an.c
|