summaryrefslogtreecommitdiffstats
path: root/winsup/testsuite/winsup.api
Commit message (Expand)AuthorAgeFilesLines
* * winsup.api/known_bugs.tcl: Remove lseek10 since mknod now works.Christopher Faylor2003-11-251-1/+1
* * winsup.api/msgtest.c (main): Revert to use the SIGSYS signal handler.Corinna Vinschen2003-11-203-27/+3
* * winsup.api/msgtest.c: New file derived from FreeBSD, testingCorinna Vinschen2003-11-193-0/+1013
* * winsup.api/known_bugs.tcl: Remove gethostid01 from list of known bugs.Christopher Faylor2003-07-061-1/+1
* * winsup.api/pthread/condvar9.c: Fix test.Thomas Pfaff2003-04-081-11/+16
* * winsup.api/pthread/rwlock1.c: Remove pthreads-win32 header.Thomas Pfaff2003-03-276-202/+0
* * winsup.api/pthread/condvar7.c (mythread): CastThomas Pfaff2003-03-273-4/+4
* * winsup.api/pthread/rwlock1.c: New test.Thomas Pfaff2003-03-187-0/+659
* * winsup.api/pthread/condvar7.c: New test.Thomas Pfaff2003-03-182-0/+461
* * winsup.api/pthread/mutex1n.c: New test.Thomas Pfaff2003-03-183-0/+175
* Checkin previously referred to in ChangeLog.Christopher Faylor2003-03-121-1/+1
* * winsup.api/ltp/fork10.c (main): Remove non-portable declarationCorinna Vinschen2003-03-091-1/+0
* * Makefile.in: Use "cygwin0" rather than "new-cygwin" to denote in-build-treeChristopher Faylor2003-03-091-1/+1
* * winsup.api/known_bugs.tcl: Remove fsync01, setregid01 and setreuid01Corinna Vinschen2003-03-071-2/+2
* * winsup.api/crlf.c: Fix C signed/unsigned compare warning.Corinna Vinschen2003-02-2023-28/+28
* * winsup.api/winsup.exp (ws_spawn): Tweak slightly to work with tcl 8.4.1.Christopher Faylor2003-02-081-1/+1
* * libltp/lib/parse_opts.c: Deal with C warnings.Christopher Faylor2003-02-082-2/+1
* * winsup.api/pthread/cancel11.c: New test.Thomas Pfaff2003-02-042-0/+144
* * libltp/include/usctest.h: Add externs to some variables that need it.Christopher Faylor2003-01-241-1/+1
* * winsup.api/mmaptest03.c (main): Mark variables as volatile to avoidChristopher Faylor2003-01-241-3/+3
* Perform more C warning fixup on all C source files and headers.Christopher Faylor2003-01-24193-587/+483
* * libltp/include/test.h: Fix C warnings.Christopher Faylor2003-01-2316-86/+103
* * cygrun.c: Move here from ../cygwin.Corinna Vinschen2003-01-221-1/+1
* * winsup.api/pthread/cancel9.c: Wait in mainthread until child process has te...Thomas Pfaff2003-01-211-1/+6
* Add winsup.api/pthread/cancel10.cThomas Pfaff2003-01-141-0/+68
* Add winsup.api/pthread/cancel9.cThomas Pfaff2003-01-141-0/+74
* Add winsup.api/pthread/cancel7.c and winsup.api/pthread/cancel8.cThomas Pfaff2003-01-142-0/+142
* Add winsup.api/pthread/cancel6.cThomas Pfaff2003-01-141-0/+62
* Add pthread_mutex testsThomas Pfaff2003-01-0910-0/+554
* 2002-11-25 Robert Collins <rbtcollins@hotmail.com>Robert Collins2002-11-242-0/+96
* * Makefile.in (RUNTEST): Use Makefile's srcdir and bupdir* macros, whereChristopher Faylor2002-08-261-1/+1
* * testsuite/winsup.api/winsup.exp: Add -mwin32 to gcc flags so windows.h willChristopher Faylor2002-07-071-1/+1
* * winsup.api/pthread/cancel1.c: New test. Port from pthreads-win32Egor Duda2002-07-045-0/+831
* * winsup.api/systemcall.c (main): Ensure that stdin is redirected.Christopher Faylor2002-02-271-0/+7
* * winsup.api/pthread/condvar3_1.c: Fix debugging output.Egor Duda2001-11-171-6/+3
* * winsup.api/pthread/: New directory. Ports of pthread functionalityEgor Duda2001-11-1536-0/+3058
* * checksignal.c: New testcase.Corinna Vinschen2001-11-081-0/+79
* * winsup.api/ltp/stat03.c: Supress compiler warning.Egor Duda2001-10-291-4/+4
* * winsup.api/signal-into-win32-api.c: Supress compiler warning.Egor Duda2001-10-291-1/+1
* * winsup.api/mmaptest01.c: Add several tests on mmaps. Use libltp.Corinna Vinschen2001-10-082-19/+82
* * winsup.api/nullgetcwd.c: New file. Check that NULL first argument to getcwdChristopher Faylor2001-10-051-0/+16
* * winsup.api/systemcall.c (main): Change some messages for clarity.Christopher Faylor2001-10-051-2/+2
* * winsup.api/systemcall.c: New file. Check for system call problems.Christopher Faylor2001-10-051-0/+58
* * libltp/lib/get_high_address.c (get_high_address): Get inaccessibleEgor Duda2001-09-201-5/+3
* * winsup.api/ltp/sbrk01.c (main): Force output at startup toEgor Duda2001-09-154-12/+431
* * winsup.api/winsup.exp: Run only selected test if environmentEgor Duda2001-09-132-5/+19
* * libltp/lib/tst_sig.c: Pass SIGSEGV to application to considerEgor Duda2001-09-1387-2/+19449
* * winsup.api/ltp/dup03.c: New test.Egor Duda2001-09-0914-6/+4174
* * winsup.api/mmaptest01.c: Add log output.Corinna Vinschen2001-05-213-4/+7
* * winsup.api/winsup.exp: Force linking all tests against binmode.o.Corinna Vinschen2001-05-151-1/+1