CVS commit: src/tests/syscall

2011-07-06 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Jul  7 06:17:01 UTC 2011

Removed Files:
src/tests/syscall: Makefile t_access.c t_chroot.c t_dup.c t_fsync.c
t_getgroups.c t_getlogin.c t_getpid.c t_getrusage.c t_getsid.c
t_gettimeofday.c t_issetugid.c t_itimer.c t_kill.c t_link.c
t_mincore.c t_mkfifo.c t_mknod.c t_mmap.c t_mprotect.c t_msync.c
t_nanosleep.c t_poll.c t_pollts.c t_pselect.c t_revoke.c
t_setrlimit.c t_setuid.c t_stat.c t_timer.c t_truncate.c t_umask.c
t_unlink.c

Log Message:
Deprecate tests/sycall. The tests will be added back to tests/libc/sys.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r0 src/tests/syscall/Makefile
cvs rdiff -u -r1.4 -r0 src/tests/syscall/t_access.c src/tests/syscall/t_dup.c \
src/tests/syscall/t_mmap.c src/tests/syscall/t_msync.c \
src/tests/syscall/t_pollts.c
cvs rdiff -u -r1.1 -r0 src/tests/syscall/t_chroot.c \
src/tests/syscall/t_getgroups.c src/tests/syscall/t_getlogin.c \
src/tests/syscall/t_gettimeofday.c src/tests/syscall/t_issetugid.c \
src/tests/syscall/t_itimer.c src/tests/syscall/t_kill.c \
src/tests/syscall/t_link.c src/tests/syscall/t_mkfifo.c \
src/tests/syscall/t_poll.c src/tests/syscall/t_setuid.c \
src/tests/syscall/t_unlink.c
cvs rdiff -u -r1.2 -r0 src/tests/syscall/t_fsync.c \
src/tests/syscall/t_getpid.c src/tests/syscall/t_getsid.c \
src/tests/syscall/t_mincore.c src/tests/syscall/t_revoke.c \
src/tests/syscall/t_timer.c
cvs rdiff -u -r1.7 -r0 src/tests/syscall/t_getrusage.c \
src/tests/syscall/t_mprotect.c
cvs rdiff -u -r1.8 -r0 src/tests/syscall/t_mknod.c
cvs rdiff -u -r1.6 -r0 src/tests/syscall/t_nanosleep.c
cvs rdiff -u -r1.5 -r0 src/tests/syscall/t_pselect.c \
src/tests/syscall/t_setrlimit.c src/tests/syscall/t_stat.c
cvs rdiff -u -r1.3 -r0 src/tests/syscall/t_truncate.c \
src/tests/syscall/t_umask.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-07-04 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Jul  5 04:33:23 UTC 2011

Modified Files:
src/tests/syscall: t_mknod.c

Log Message:
Remove the xfail check after all (PR kern/45113 is bogus or fs-dependent).


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/syscall/t_mknod.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-07-04 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Jul  4 20:09:29 UTC 2011

Modified Files:
src/tests/syscall: t_pselect.c

Log Message:
As the Qemu clocks are not accurate, switch the usleep(3) delays to sleep(1).


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/syscall/t_pselect.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-07-04 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Jul  4 09:29:37 UTC 2011

Modified Files:
src/tests/syscall: t_mknod.c

Log Message:
Adjust the EEXIST-check once more. (This failed incorrectly in the Qemu-runs.)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/syscall/t_mknod.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-07-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Jul  4 04:10:34 UTC 2011

Modified Files:
src/tests/syscall: t_mknod.c

Log Message:
For granularity, split the EEXIST-check to a separate test case.
It appears that yet another bug was caught.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/syscall/t_mknod.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-07-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Jul  4 03:52:11 UTC 2011

Modified Files:
src/tests/syscall: t_mknod.c

Log Message:
Put the previous check back and point to PR kern/45113. Also check whether
_PATH_DEVNULL exists before attempting to obtain EEXIST from mknod(2).


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/syscall/t_mknod.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-07-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Jul  4 03:23:31 UTC 2011

Modified Files:
src/tests/syscall: t_revoke.c

Log Message:
Require an unprivileged run.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/syscall/t_revoke.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-07-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Jul  3 20:22:51 UTC 2011

Modified Files:
src/tests/syscall: t_mknod.c

Log Message:
Remove wrong check.

XXX: Why does this fail on tmpfs but not ffs?


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/syscall/t_mknod.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-07-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Jul  3 19:02:00 UTC 2011

Modified Files:
src/tests/syscall: t_mknod.c

Log Message:
Fix copy-pasto.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/syscall/t_mknod.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-07-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Jul  3 15:42:07 UTC 2011

Modified Files:
src/tests/syscall: t_mknod.c

Log Message:
The PR was fixed. Remove atf_tc_skip().


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/syscall/t_mknod.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-07-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Jul  3 14:45:07 UTC 2011

Modified Files:
src/tests/syscall: t_truncate.c

Log Message:
Do not play with master.passwd(5). Just in case the test actually succeeds...


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/syscall/t_truncate.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-06-20 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Jun 21 01:45:26 UTC 2011

Modified Files:
src/tests/syscall: t_truncate.c

Log Message:
Require unprivileged runs when appropriate.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/syscall/t_truncate.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-06-07 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Jun  8 05:28:03 UTC 2011

Modified Files:
src/tests/syscall: t_stat.c

Log Message:
Use atf_tc_skip() instead of #if 0.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/syscall/t_stat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-06-07 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Jun  7 19:06:39 UTC 2011

Modified Files:
src/tests/syscall: t_stat.c

Log Message:
Temporarily comment out the 'stat_dir' test. It panics QEMU/i386 guests.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/syscall/t_stat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-06-05 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Jun  5 13:49:46 UTC 2011

Modified Files:
src/tests/syscall: t_stat.c

Log Message:
Remove the dirent(3) check entirely.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/syscall/t_stat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-06-04 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Jun  4 15:51:45 UTC 2011

Modified Files:
src/tests/syscall: t_getrusage.c

Log Message:
Until PR bin/44837 is fixed, use atf_tc_fail("anticipated error did not
occur") even if the bug did not trigger.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/syscall/t_getrusage.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-06-04 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sat Jun  4 15:45:56 UTC 2011

Modified Files:
src/tests/syscall: t_stat.c

Log Message:
Do not fail if readdir(3) fails, probably due fts(3).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/syscall/t_stat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-06-01 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Jun  1 19:43:10 UTC 2011

Modified Files:
src/tests/syscall: Makefile
Added Files:
src/tests/syscall: t_poll.c

Log Message:
Add a regression test for poll(2) based on the test for pollts(2).


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/tests/syscall/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/syscall/t_poll.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-06-01 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Wed Jun  1 19:32:51 UTC 2011

Modified Files:
src/tests/syscall: t_pollts.c

Log Message:
pollts(2) is supposed to return -1 in particular and not a random
non-zero value in case of an error.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/syscall/t_pollts.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-05-31 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Jun  1 03:39:45 UTC 2011

Modified Files:
src/tests/syscall: t_pollts.c

Log Message:
Check also basic EFAULT and EINVAL from bogus calls to pollts(2).


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/syscall/t_pollts.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-05-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun May 29 22:12:32 UTC 2011

Modified Files:
src/tests/syscall: t_pselect.c

Log Message:
Modify the test to be more robust. Still getting fork interrupted somehow,
but the tests work (after my kernel changes).


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/syscall/t_pselect.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-05-29 Thread Matthias Scheler
Module Name:src
Committed By:   tron
Date:   Sun May 29 12:57:14 UTC 2011

Modified Files:
src/tests/syscall: t_pollts.c

Log Message:
Don't use assert(3) for expressions with side effects on request by
by Christos Zoulas. Use ATF_REQUIRE() and ATF_REQUIRE_EQ() instead.

Also use ATF_REQUIRE_EQ_MSG() instead of ATF_REQUIRE_MSG() to avoid
crashes if one of the required conditions isn't met.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/syscall/t_pollts.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-05-28 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat May 28 15:34:49 UTC 2011

Modified Files:
src/tests/syscall: t_pselect.c

Log Message:
add a timeout test


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/syscall/t_pselect.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-05-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed May 18 03:15:12 UTC 2011

Modified Files:
src/tests/syscall: t_pselect.c

Log Message:
Don't depend on the atf timeout stuff, do it ourselves.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/syscall/t_pselect.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-05-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed May 18 02:57:49 UTC 2011

Modified Files:
src/tests/syscall: Makefile
Added Files:
src/tests/syscall: t_pselect.c

Log Message:
Add a test for signal delivery during pselect, with temporary mask change.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/tests/syscall/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/syscall/t_pselect.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-05-06 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Fri May  6 22:24:41 UTC 2011

Modified Files:
src/tests/syscall: t_mprotect.c

Log Message:
Do not return for early failures; otherwise the testcase will be
reported as passed, even if not really run.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/syscall/t_mprotect.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-05-06 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Fri May  6 21:51:19 UTC 2011

Modified Files:
src/tests/syscall: t_mprotect.c

Log Message:
write-only mapping is not portable, change it to read/write. Unbreaks
mprotect_write testcase on alpha.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/syscall/t_mprotect.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-05-02 Thread Andreas Gustafsson
Module Name:src
Committed By:   gson
Date:   Mon May  2 11:14:29 UTC 2011

Modified Files:
src/tests/syscall: t_nanosleep.c

Log Message:
Don't print a time_t with %lu


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/syscall/t_nanosleep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-05-02 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon May  2 07:02:09 UTC 2011

Modified Files:
src/tests/syscall: t_nanosleep.c

Log Message:
Verify that nanosleep(2) can suspend for one nanosecond (or longer).


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/syscall/t_nanosleep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-05-01 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun May  1 09:44:26 UTC 2011

Modified Files:
src/tests/syscall: t_nanosleep.c

Log Message:
Improve further so that this might actually fail.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/syscall/t_nanosleep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-05-01 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun May  1 09:19:12 UTC 2011

Modified Files:
src/tests/syscall: t_nanosleep.c

Log Message:
Actually, as this is nanosleep(2), test 1-10 nano second sleep times.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/syscall/t_nanosleep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-05-01 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun May  1 09:15:14 UTC 2011

Modified Files:
src/tests/syscall: t_nanosleep.c

Log Message:
Simplify the previous. (Apparently the sleep time is not that accurate.)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/syscall/t_nanosleep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-04-25 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Mon Apr 25 22:34:16 UTC 2011

Modified Files:
src/tests/syscall: t_setrlimit.c

Log Message:
Do not try to lower limits that are already at 0.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/syscall/t_setrlimit.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-04-25 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Mon Apr 25 22:29:35 UTC 2011

Modified Files:
src/tests/syscall: t_access.c t_dup.c t_mmap.c t_mprotect.c t_msync.c
t_setrlimit.c t_umask.c

Log Message:
Avoid creating test files oustide atf-run temporary tree.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/syscall/t_access.c \
src/tests/syscall/t_dup.c src/tests/syscall/t_mmap.c \
src/tests/syscall/t_mprotect.c src/tests/syscall/t_setrlimit.c
cvs rdiff -u -r1.2 -r1.3 src/tests/syscall/t_msync.c
cvs rdiff -u -r1.1 -r1.2 src/tests/syscall/t_umask.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-04-19 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Apr 19 10:21:51 UTC 2011

Modified Files:
src/tests/syscall: t_mmap.c t_msync.c

Log Message:
Add MAP_PRIVATE to mmap() flags where missing.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/syscall/t_mmap.c
cvs rdiff -u -r1.1 -r1.2 src/tests/syscall/t_msync.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-04-08 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Apr  8 15:35:49 UTC 2011

Modified Files:
src/tests/syscall: t_dup.c

Log Message:
Use RLIMIT_NOFILE rather than the static _SC_OPEN_MAX.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/syscall/t_dup.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-04-08 Thread YAMAMOTO Takashi
Module Name:src
Committed By:   yamt
Date:   Fri Apr  8 11:11:53 UTC 2011

Modified Files:
src/tests/syscall: t_timer.c

Log Message:
test timer_create with CLOCK_MONOTONIC as well


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/syscall/t_timer.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-04-08 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Fri Apr  8 10:36:09 UTC 2011

Modified Files:
src/tests/syscall: t_getrusage.c

Log Message:
Adjust for the tracker PR kern/30115 for this over 15 year old bug.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/syscall/t_getrusage.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-04-07 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Thu Apr  7 17:33:12 UTC 2011

Modified Files:
src/tests/syscall: t_getrusage.c

Log Message:
Improve the test further so that it might trigger more often.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/syscall/t_getrusage.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-04-06 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Apr  6 19:09:16 UTC 2011

Modified Files:
src/tests/syscall: t_getrusage.c

Log Message:
Fix and improve as per suggestions from njoly@.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/syscall/t_getrusage.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-04-05 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Apr  6 06:46:15 UTC 2011

Modified Files:
src/tests/syscall: t_getrusage.c

Log Message:
Add heuristic evaluation of PR kern/30115.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/syscall/t_getrusage.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-04-05 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Apr  6 05:56:05 UTC 2011

Modified Files:
src/tests/syscall: t_getrusage.c

Log Message:
Fix comment due explicit atf_tc_expect_fail().


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/syscall/t_getrusage.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-04-05 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Wed Apr  6 03:47:14 UTC 2011

Modified Files:
src/tests/syscall: t_setrlimit.c

Log Message:
Remove redundant memset(3) calls.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/syscall/t_setrlimit.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-04-05 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Tue Apr  5 19:06:09 UTC 2011

Modified Files:
src/tests/syscall: t_setrlimit.c

Log Message:
Fix small boolean oversight.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/syscall/t_setrlimit.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-04-04 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Apr  4 08:05:37 UTC 2011

Modified Files:
src/tests/syscall: Makefile

Log Message:
Link the 't_timer' -test with pthread(3). Should fix the test failures.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/tests/syscall/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-04-04 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Apr  4 07:16:29 UTC 2011

Modified Files:
src/tests/syscall: t_access.c

Log Message:
Require an unprivileged run with atf_tc_set_md_var(). Pointed out by njoly@.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/syscall/t_access.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-04-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Mon Apr  4 01:49:45 UTC 2011

Modified Files:
src/tests/syscall: t_access.c

Log Message:
Check for getuid(2) == 0.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/syscall/t_access.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2011-04-03 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Apr  3 16:22:16 UTC 2011

Modified Files:
src/tests/syscall: t_dup.c t_mprotect.c

Log Message:
Remove leftover  include.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/syscall/t_dup.c \
src/tests/syscall/t_mprotect.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/syscall

2010-08-27 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Fri Aug 27 10:03:14 UTC 2010

Modified Files:
src/tests/syscall: t_cmsg.c

Log Message:
Set the cmsg_len and msg_controllen in cmsg_sendfd testcase to match
the usage in the cmsg_sendfd_bounds case.  This test now passes on an
amd64 machine.

Change suggested by and OK'd by pooka@


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/tests/syscall/t_cmsg.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.