Displaying 4 results from an estimated 4 matches for "opentest".
Did you mean:
pentest
2005 Aug 07
0
kbuild: add klibc/tests
...y := idtest.o
+malloctest.shared-y := malloctest.o
+malloctest2.shared-y := malloctest2.o
+memstrtest.shared-y := memstrtest.o
+microhello.shared-y := microhello.o
+minihello.shared-y := minihello.o
+mmaptest.shared-y := mmaptest.o
+nfs_no_rpc.shared-y := nfs_no_rpc.o
+opentest.shared-y := opentest.o
+rtsig.shared-y := rtsig.o
+setenvtest.shared-y := setenvtest.o
+setjmptest.shared-y := setjmptest.o
+sigint.shared-y := sigint.o
+stat.shared-y := stat.o
+statfs.shared-y := statfs.o
+strlcpycat.shared-y := strlcpycat.o
+strtoimax...
2004 Feb 11
2
Problem with opening a file
Hi folks,
I've got a problem with COMBoot (16 bit) in SYSLINUX 2.06: while the write
string call (ax=2, int 22h) works just fine, the open file call (ax=6, int
22h) does nothing at all. Calling that function doesn't modify any register,
and doesn't modify the carry flag.
I then modified comapi_open in comboot.inc so it sets ax to some value and
recompiled SYSLINUX, reinstalled it
2006 Jun 26
0
[klibc 38/43] Simple test suite for klibc
...14
usr/klibc/tests/malloctest.c | 4146 +++++++++++++++++++++++++++++++++++++++++
usr/klibc/tests/malloctest2.c | 62 +
usr/klibc/tests/memstrtest.c | 28
usr/klibc/tests/microhello.c | 9
usr/klibc/tests/minihello.c | 7
usr/klibc/tests/mmaptest.c | 73 +
usr/klibc/tests/opentest.c | 15
usr/klibc/tests/pipetest.c | 39
usr/klibc/tests/rtsig.c | 12
usr/klibc/tests/setenvtest.c | 39
usr/klibc/tests/setjmptest.c | 38
usr/klibc/tests/sigint.c | 53 +
usr/klibc/tests/stat.c | 63 +
usr/klibc/tests/statfs.c | 42
usr/klibc/...
2006 Jun 28
35
[klibc 00/31] klibc as a historyless patchset (updated and reorganized)
I have updated the klibc patchset based on feedback received. In
particular, the patchset has been reorganized so as not to break
git-bisect.
Additionally, this updates the patch base to 2.6.17-git12
(d38b69689c349f35502b92e20dafb30c62d49d63) and klibc 1.4.8; the main
difference on the klibc side is removal of obsolete code.
This is also available as a git tree at: