Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-02-10 | add missing ChangeLog entry | Christopher Faylor | 1 | -0/+2 | |
2005-02-10 | * winsup.api/known_bugs.tcl: Remove dup05, fcntl07B, lseek04, select03, | Christopher Faylor | 3 | -9/+36 | |
unlink06. | |||||
2005-01-10 | * cygrun.c (main): Fix exit code so that it reflects UNIX style. | Christopher Faylor | 3 | -1/+9 | |
* winsup.api/ltp/fork04.c (setup): Accommodate change in putenv declaration. | |||||
2004-08-24 | * winsup.api/mmaptest01.c (main): Accomodate 9x memory usage. | Corinna Vinschen | 2 | -1/+8 | |
2004-08-24 | * winsup.api/ltp/symlink01.c (do_link): Print inode numbers using %llu | Corinna Vinschen | 2 | -2/+7 | |
format specifier. | |||||
2004-08-17 | * devdsp.c: Outputs the names of the main test functions. | Corinna Vinschen | 2 | -14/+139 | |
(forkrectest): Expect child success. (forkplaytest): Ditto. (syncwithchild): Output the child status and the desired value. (sinegenw): Reduce volume of the beep. (sinegenb): Ditto. (dup_test): New test. | |||||
2004-04-13 | * winsup.api/devdsp.c (forkrectest): Move synchronization with child | Corinna Vinschen | 2 | -7/+47 | |
so that test passes also under high CPU load. (forkplaytest): Ditto. (abortplaytest): New function to test ioctl code SNDCTL_DSP_RESET. | |||||
2004-04-05 | * winsup.api/devdsp.c (ioctltest): Add 2 tests for ioctl codes | Corinna Vinschen | 2 | -2/+25 | |
SNDCTL_DSP_CHANNELS and SNDCTL_DSP_GETCAPS. | |||||
2004-03-24 | * winsup.api/devdsp.c: New file, testing fhandler_dev_dsp code. | Corinna Vinschen | 3 | -0/+1154 | |
* winsup.api/devdsp_okay.h: Ditto. | |||||
2004-03-07 | * winsup.api/known_bugs.tcl: Remove mknod01 since mknod now works. | Christopher Faylor | 3 | -1/+8 | |
* winsup.api/ltp/mknod01.c: Remove root check when running on cygwin. | |||||
2004-03-04 | * winsup.api/pthread/mutex8e.c: New testcase. | Thomas Pfaff | 4 | -0/+138 | |
* winsup.api/pthread/mutex8n.c: Ditto. * winsup.api/pthread/mutex8r.c: Ditto. | |||||
2003-12-24 | * winsup.api/pthread/rwlock7.c (main): Don't assume that result of rand | Christopher Faylor | 2 | -1/+7 | |
operation is non-zero. | |||||
2003-12-01 | * winsup.api/known_bugs.tcl: Remove fcntl09 and fcntl10. These | Corinna Vinschen | 4 | -1/+21 | |
tests had a compatibility bug. * winsup.api/ltp/fcntl09.c: Don't use F_RDLCK | F_WRLCK but only F_WRLCK to set a write lock. * winsup.api/ltp/fcntl10.c: Ditto. | |||||
2003-11-25 | * winsup.api/known_bugs.tcl: Remove lseek10 since mknod now works. | Christopher Faylor | 2 | -1/+5 | |
2003-11-20 | * winsup.api/msgtest.c (main): Revert to use the SIGSYS signal handler. | Corinna Vinschen | 4 | -27/+9 | |
* winsup.api/semtest.c (main): Ditto. * winsup.api/shmtest.c (main): Ditto. | |||||
2003-11-19 | * winsup.api/msgtest.c: New file derived from FreeBSD, testing | Corinna Vinschen | 4 | -0/+1020 | |
XSI Message Queue support. * winsup.api/semtest.c: Ditto, testing XSI Semaphore support. * winsup.api/shmtest.c: Ditto, testing XSI Shared Memory support. | |||||
2003-07-06 | update copyright | Christopher Faylor | 1 | -1/+1 | |
2003-07-06 | * winsup.api/known_bugs.tcl: Remove gethostid01 from list of known bugs. | Christopher Faylor | 2 | -1/+6 | |
2003-07-06 | * Makefile.in: Remove .dat files when cleaning. | Christopher Faylor | 2 | -1/+5 | |
2003-07-06 | * Makefile.in: Remove .d files when cleaning. | Christopher Faylor | 2 | -1/+5 | |
2003-05-09 | * libltp/include/test.h: Remove gethostid declaration. | Corinna Vinschen | 2 | -1/+4 | |
2003-04-08 | * winsup.api/pthread/condvar9.c: Fix test. | Thomas Pfaff | 2 | -11/+20 | |
2003-03-27 | * winsup.api/pthread/rwlock1.c: Remove pthreads-win32 header. | Thomas Pfaff | 7 | -202/+9 | |
* winsup.api/pthread/rwlock2.c: Ditto. * winsup.api/pthread/rwlock3.c: Ditto. * winsup.api/pthread/rwlock4.c: Ditto. * winsup.api/pthread/rwlock5.c: Ditto. * winsup.api/pthread/rwlock6.c: Ditto. | |||||
2003-03-27 | * winsup.api/pthread/condvar7.c (mythread): Cast | Thomas Pfaff | 4 | -4/+13 | |
pthread_mutex_unlock argument of pthread_cleanup_push to void *, preventing a compiler warning / testsuite failure. * winsup.api/pthread/condvar9.c (mythread): Likewise. * winsup.api/pthread/rwlock7.c (main): Use ftime instead of _ftime. | |||||
2003-03-18 | * winsup.api/pthread/rwlock1.c: New test. | Thomas Pfaff | 8 | -0/+669 | |
* winsup.api/pthread/rwlock2.c: Ditto. * winsup.api/pthread/rwlock3.c: Ditto. * winsup.api/pthread/rwlock4.c: Ditto. * winsup.api/pthread/rwlock5.c: Ditto. * winsup.api/pthread/rwlock6.c: Ditto. * winsup.api/pthread/rwlock7.c: Ditto. | |||||
2003-03-18 | * winsup.api/pthread/condvar7.c: New test. | Thomas Pfaff | 3 | -0/+466 | |
* winsup.api/pthread/condvar9.c: Ditto. | |||||
2003-03-18 | * winsup.api/pthread/mutex1n.c: New test. | Thomas Pfaff | 4 | -0/+181 | |
* winsup.api/pthread/mutex6n.c: Ditto. * winsup.api/pthread/mutex7n.c: Ditto. | |||||
2003-03-12 | Checkin previously referred to in ChangeLog. | Christopher Faylor | 1 | -1/+1 | |
2003-03-09 | * winsup.api/winsup.exp: Use -nostdinc when compiling. | Christopher Faylor | 2 | -0/+10 | |
* Makefile.in: Specifically search compiler include directory since it is now stripped via -nostdinc. | |||||
2003-03-09 | * winsup.api/ltp/fork10.c (main): Remove non-portable declaration | Corinna Vinschen | 2 | -1/+5 | |
of lseek. | |||||
2003-03-09 | * Makefile.in: Use "cygwin0" rather than "new-cygwin" to denote in-build-tree | Christopher Faylor | 5 | -7/+14 | |
version of library or dll. * config/default.exp: Ditto. * winsup.api/winsup.exp: Ditto. | |||||
2003-03-07 | * winsup.api/known_bugs.tcl: Remove fsync01, setregid01 and setreuid01 | Corinna Vinschen | 2 | -2/+7 | |
from list of known bugs. | |||||
2003-02-20 | * winsup.api/crlf.c: Fix C signed/unsigned compare warning. | Corinna Vinschen | 24 | -28/+54 | |
* winsup.api/mmaptest01.c: Ditto. * winsup.api/ltp/chmod01.c: Ditto. * winsup.api/ltp/fork04.c: Ditto. * winsup.api/ltp/lseek03.c: Ditto. * winsup.api/ltp/lseek06.c: Ditto. * winsup.api/ltp/lseek07.c: Ditto. * winsup.api/ltp/lseek08.c: Ditto. * winsup.api/ltp/mmap001.c: Ditto. * winsup.api/ltp/mmap02.c: Ditto. * winsup.api/ltp/mmap03.c: Ditto. * winsup.api/ltp/mmap04.c: Ditto. * winsup.api/ltp/mmap05.c: Ditto. * winsup.api/ltp/mmap06.c: Ditto. * winsup.api/ltp/mmap07.c: Ditto. * winsup.api/ltp/mmap08.c: Ditto. * winsup.api/ltp/pipe11.c: Ditto. * winsup.api/ltp/poll01.c: Ditto. * winsup.api/ltp/sync02.c: Ditto. * winsup.api/ltp/times03.c: Ditto. * winsup.api/ltp/umask03.c: Ditto. * winsup.api/ltp/getpgid01.c: Remove unused obsolete include. * winsup.api/ltp/getpgid02.c: Ditto. | |||||
2003-02-08 | * winsup.api/winsup.exp (ws_spawn): Tweak slightly to work with tcl 8.4.1. | Christopher Faylor | 2 | -1/+6 | |
2003-02-08 | * libltp/lib/parse_opts.c: Deal with C warnings. | Christopher Faylor | 5 | -21/+29 | |
* winsup.api/pthread/cancel12.c: Ditto. * winsup.api/winsup.exp: Don't use -g3. | |||||
2003-02-04 | * winsup.api/pthread/cancel11.c: New test. | Thomas Pfaff | 3 | -0/+149 | |
* winsup.api/pthread/cancel12.c: Ditto. | |||||
2003-01-26 | Fix typo. | Christopher Faylor | 1 | -1/+17 | |
2003-01-24 | * libltp/include/usctest.h: Add externs to some variables that need it. | Christopher Faylor | 3 | -5/+11 | |
* winsup.api/ltp/mmap05.c (main): Make file_content volatile to avoid optimization glitch. | |||||
2003-01-24 | * winsup.api/mmaptest03.c (main): Mark variables as volatile to avoid | Christopher Faylor | 2 | -3/+8 | |
optimization induced problems. | |||||
2003-01-24 | * Makefile (check): Add cygrun.exe dependency. | Christopher Faylor | 2 | -1/+5 | |
2003-01-24 | Perform more C warning fixup on all C source files and headers. | Christopher Faylor | 203 | -612/+514 | |
2003-01-23 | * libltp/include/test.h: Fix C warnings. | Christopher Faylor | 19 | -89/+128 | |
* winsup.api/checksignal.c: Ditto. * winsup.api/crlf.c: Ditto. * winsup.api/devzero.c: Ditto. * winsup.api/iospeed.c: Ditto. * winsup.api/mmaptest01.c: Ditto. * winsup.api/mmaptest02.c: Ditto. * winsup.api/mmaptest03.c: Ditto. * winsup.api/mmaptest04.c: Ditto. * winsup.api/nullgetcwd.c: Ditto. * winsup.api/sigchld.c: Ditto. * winsup.api/signal-into-win32-api.c: Ditto. * winsup.api/systemcall.c: Ditto. * winsup.api/waitpid.c: Ditto. * winsup.api/pthread/mainthreadexits.c: Ditto. * winsup.api/pthread/test.h: Ditto. * winsup.api/pthread/threadidafterfork.c: Ditto. * Makefile.in: Remove cygrun.exe from RUNTIME since it is built here now. | |||||
2003-01-23 | * Makeifle.in: Use ALL_CFLAGS to build test programs so that correct libraries | Christopher Faylor | 2 | -1/+7 | |
and other options are used. | |||||
2003-01-22 | * cygrun.c: Move here from ../cygwin. | Corinna Vinschen | 4 | -2/+82 | |
* Makefile.in: Build cygrun.exe. * winsup.api/winsup.exp: Expect cygrun.exe in $rootme. | |||||
2003-01-22 | * Makefile.in: Find tcl library in the right place. | Christopher Faylor | 2 | -1/+5 | |
2003-01-21 | * winsup.api/pthread/cancel9.c: Make child pid static global. | Thomas Pfaff | 1 | -2/+1 | |
(main): Wait in mainthread until child process has terminated. | |||||
2003-01-21 | * winsup.api/pthread/cancel9.c: Make child pid static global. | Thomas Pfaff | 1 | -2/+3 | |
(main): Wait in mainthread until child process has terminated. | |||||
2003-01-21 | * winsup.api/pthread/cancel9.c: Wait in mainthread until child process has ↵ | Thomas Pfaff | 2 | -1/+11 | |
terminated. | |||||
2003-01-14 | Add winsup.api/pthread/cancel10.c | Thomas Pfaff | 2 | -6/+75 | |
2003-01-14 | Add winsup.api/pthread/cancel9.c | Thomas Pfaff | 2 | -0/+79 | |