aboutsummaryrefslogtreecommitdiff
path: root/winsup/testsuite/winsup.api
AgeCommit message (Expand)AuthorFilesLines
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen3-5/+0
2015-10-27Remove spurious execute permissions from some Cygwin source and text filesJon Turney1-0/+0
2006-06-12 * winsup.api/user_malloc.c: New file.Corinna Vinschen1-0/+216
2006-05-31* winsup.api/cygload.h: Increase padding to 32768.Christopher Faylor1-1/+1
2006-03-23* winsup.api/checksignal.c (main): Add test for siginterrupt.Christopher Faylor1-28/+43
2006-01-02* cygload/README: Delete.Christopher Faylor5-27/+856
2006-01-02* winsup.api/resethand.c (main): Remove core dump flag from exit status.Christopher Faylor1-0/+1
2006-01-02* winsup.api/resethand.c (main): Coerce argument to pointer to stop gccChristopher Faylor1-1/+1
2006-01-01* winsup.api/resethand.c: Use SIGSEGV for the signal to test.Christopher Faylor1-5/+6
2006-01-01* winsup.api/resethand.c: New file.Christopher Faylor1-0/+35
2005-12-11* winsup.api/ltp/dup03.c (cleanup): Fix longstanding off-by-one error whenChristopher Faylor1-2/+2
2005-10-11revert erroneous checkinChristopher Faylor1-1/+0
2005-10-11* Makefile.common (CFLAGS_COMMON): Add -Wstrict-aliasing.Christopher Faylor1-0/+1
2005-06-11* winsup.api/pthread/cancel2.c: Use explicit initializer for mutex.Christopher Faylor4-15/+22
2005-06-10* winsup.api/winsup.exp: Remove (temporarily?) -nostdinc from build since itChristopher Faylor1-1/+1
2005-05-182005-05-17 Brian Dessent <brian@dessent.net>Brian Dessent5-5/+5
2005-02-10* winsup.api/known_bugs.tcl: Remove dup05, fcntl07B, lseek04, select03,Christopher Faylor2-9/+31
2005-01-10* cygrun.c (main): Fix exit code so that it reflects UNIX style.Christopher Faylor1-1/+1
2004-08-24 * winsup.api/mmaptest01.c (main): Accomodate 9x memory usage.Corinna Vinschen1-1/+4
2004-08-24 * winsup.api/ltp/symlink01.c (do_link): Print inode numbers using %lluCorinna Vinschen1-2/+2
2004-08-17 * devdsp.c: Outputs the names of the main test functions.Corinna Vinschen1-14/+128
2004-04-13 * winsup.api/devdsp.c (forkrectest): Move synchronization with childCorinna Vinschen1-7/+40
2004-04-05 * winsup.api/devdsp.c (ioctltest): Add 2 tests for ioctl codesCorinna Vinschen1-2/+20
2004-03-24 * winsup.api/devdsp.c: New file, testing fhandler_dev_dsp code.Corinna Vinschen2-0/+1149
2004-03-07* winsup.api/known_bugs.tcl: Remove mknod01 since mknod now works.Christopher Faylor2-1/+3
2004-03-04* winsup.api/pthread/mutex8e.c: New testcase.Thomas Pfaff3-0/+132
2003-12-24* winsup.api/pthread/rwlock7.c (main): Don't assume that result of randChristopher Faylor1-1/+2
2003-12-01 * winsup.api/known_bugs.tcl: Remove fcntl09 and fcntl10. TheseCorinna Vinschen3-1/+13
2003-11-25* winsup.api/known_bugs.tcl: Remove lseek10 since mknod now works.Christopher Faylor1-1/+1
2003-11-20 * winsup.api/msgtest.c (main): Revert to use the SIGSYS signal handler.Corinna Vinschen3-27/+3
2003-11-19 * winsup.api/msgtest.c: New file derived from FreeBSD, testingCorinna Vinschen3-0/+1013
2003-07-06* winsup.api/known_bugs.tcl: Remove gethostid01 from list of known bugs.Christopher Faylor1-1/+1
2003-04-08* winsup.api/pthread/condvar9.c: Fix test.Thomas Pfaff1-11/+16
2003-03-27* winsup.api/pthread/rwlock1.c: Remove pthreads-win32 header.Thomas Pfaff6-202/+0
2003-03-27* winsup.api/pthread/condvar7.c (mythread): CastThomas Pfaff3-4/+4
2003-03-18* winsup.api/pthread/rwlock1.c: New test.Thomas Pfaff7-0/+659
2003-03-18* winsup.api/pthread/condvar7.c: New test.Thomas Pfaff2-0/+461
2003-03-18* winsup.api/pthread/mutex1n.c: New test.Thomas Pfaff3-0/+175
2003-03-12Checkin previously referred to in ChangeLog.Christopher Faylor1-1/+1
2003-03-09 * winsup.api/ltp/fork10.c (main): Remove non-portable declarationCorinna Vinschen1-1/+0
2003-03-09* Makefile.in: Use "cygwin0" rather than "new-cygwin" to denote in-build-treeChristopher Faylor1-1/+1
2003-03-07 * winsup.api/known_bugs.tcl: Remove fsync01, setregid01 and setreuid01Corinna Vinschen1-2/+2
2003-02-20 * winsup.api/crlf.c: Fix C signed/unsigned compare warning.Corinna Vinschen23-28/+28
2003-02-08* winsup.api/winsup.exp (ws_spawn): Tweak slightly to work with tcl 8.4.1.Christopher Faylor1-1/+1
2003-02-08* libltp/lib/parse_opts.c: Deal with C warnings.Christopher Faylor2-2/+1
2003-02-04* winsup.api/pthread/cancel11.c: New test.Thomas Pfaff2-0/+144
2003-01-24* libltp/include/usctest.h: Add externs to some variables that need it.Christopher Faylor1-1/+1
2003-01-24* winsup.api/mmaptest03.c (main): Mark variables as volatile to avoidChristopher Faylor1-3/+3
2003-01-24Perform more C warning fixup on all C source files and headers.Christopher Faylor193-587/+483
2003-01-23* libltp/include/test.h: Fix C warnings.Christopher Faylor16-86/+103