index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
testsuite
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Revert erroneous checkin.
Christopher Faylor
2008-11-26
2
-7
/
+13
*
fix typo
Christopher Faylor
2006-08-03
1
-1
/
+1
*
* Makefile.in: Update copyrigh. Remove unused stuff.
Christopher Faylor
2006-07-23
2
-16
/
+6
*
* Makefile.in: Simplify a little.
Christopher Faylor
2006-07-18
2
-10
/
+6
*
* winsup.api/user_malloc.c: New file.
Corinna Vinschen
2006-06-12
2
-0
/
+220
*
* winsup.api/cygload.h: Increase padding to 32768.
Christopher Faylor
2006-05-31
2
-1
/
+5
*
update to newer autoconf
Christopher Faylor
2006-05-24
4
-715
/
+3759
*
* winsup.api/checksignal.c (main): Add test for siginterrupt.
Christopher Faylor
2006-03-23
2
-28
/
+47
*
* cygload/README: Delete.
Christopher Faylor
2006-01-02
9
-103
/
+74
*
* winsup.api/resethand.c (main): Remove core dump flag from exit status.
Christopher Faylor
2006-01-02
2
-0
/
+6
*
* winsup.api/resethand.c (main): Coerce argument to pointer to stop gcc
Christopher Faylor
2006-01-02
2
-1
/
+6
*
* winsup.api/resethand.c: Use SIGSEGV for the signal to test.
Christopher Faylor
2006-01-01
2
-5
/
+10
*
* winsup.api/resethand.c: New file.
Christopher Faylor
2006-01-01
2
-0
/
+39
*
* winsup.api/ltp/dup03.c (cleanup): Fix longstanding off-by-one error when
Christopher Faylor
2005-12-11
2
-2
/
+7
*
revert erroneous checkin
Christopher Faylor
2005-10-11
1
-1
/
+0
*
* Makefile.common (CFLAGS_COMMON): Add -Wstrict-aliasing.
Christopher Faylor
2005-10-11
1
-0
/
+1
*
* winsup.api/pthread/cancel2.c: Use explicit initializer for mutex.
Christopher Faylor
2005-06-11
5
-15
/
+29
*
* winsup.api/winsup.exp: Remove (temporarily?) -nostdinc from build since it
Christopher Faylor
2005-06-10
2
-1
/
+6
*
* cygload/cygload.exp: .cpp -> .cc.
Christopher Faylor
2005-06-06
2
-1
/
+5
*
* Makefile.in: Test cygload.
Christopher Faylor
2005-06-06
7
-1
/
+882
*
2005-05-17 Brian Dessent <brian@dessent.net>
Brian Dessent
2005-05-18
6
-5
/
+14
*
add missing ChangeLog entry
Christopher Faylor
2005-02-10
1
-0
/
+2
*
* winsup.api/known_bugs.tcl: Remove dup05, fcntl07B, lseek04, select03,
Christopher Faylor
2005-02-10
3
-9
/
+36
*
* cygrun.c (main): Fix exit code so that it reflects UNIX style.
Christopher Faylor
2005-01-10
3
-1
/
+9
*
* winsup.api/mmaptest01.c (main): Accomodate 9x memory usage.
Corinna Vinschen
2004-08-24
2
-1
/
+8
*
* winsup.api/ltp/symlink01.c (do_link): Print inode numbers using %llu
Corinna Vinschen
2004-08-24
2
-2
/
+7
*
* devdsp.c: Outputs the names of the main test functions.
Corinna Vinschen
2004-08-17
2
-14
/
+139
*
* winsup.api/devdsp.c (forkrectest): Move synchronization with child
Corinna Vinschen
2004-04-13
2
-7
/
+47
*
* winsup.api/devdsp.c (ioctltest): Add 2 tests for ioctl codes
Corinna Vinschen
2004-04-05
2
-2
/
+25
*
* winsup.api/devdsp.c: New file, testing fhandler_dev_dsp code.
Corinna Vinschen
2004-03-24
3
-0
/
+1154
*
* winsup.api/known_bugs.tcl: Remove mknod01 since mknod now works.
Christopher Faylor
2004-03-07
3
-1
/
+8
*
* winsup.api/pthread/mutex8e.c: New testcase.
Thomas Pfaff
2004-03-04
4
-0
/
+138
*
* winsup.api/pthread/rwlock7.c (main): Don't assume that result of rand
Christopher Faylor
2003-12-24
2
-1
/
+7
*
* winsup.api/known_bugs.tcl: Remove fcntl09 and fcntl10. These
Corinna Vinschen
2003-12-01
4
-1
/
+21
*
* winsup.api/known_bugs.tcl: Remove lseek10 since mknod now works.
Christopher Faylor
2003-11-25
2
-1
/
+5
*
* winsup.api/msgtest.c (main): Revert to use the SIGSYS signal handler.
Corinna Vinschen
2003-11-20
4
-27
/
+9
*
* winsup.api/msgtest.c: New file derived from FreeBSD, testing
Corinna Vinschen
2003-11-19
4
-0
/
+1020
*
update copyright
Christopher Faylor
2003-07-06
1
-1
/
+1
*
* winsup.api/known_bugs.tcl: Remove gethostid01 from list of known bugs.
Christopher Faylor
2003-07-06
2
-1
/
+6
*
* Makefile.in: Remove .dat files when cleaning.
Christopher Faylor
2003-07-06
2
-1
/
+5
*
* Makefile.in: Remove .d files when cleaning.
Christopher Faylor
2003-07-06
2
-1
/
+5
*
* libltp/include/test.h: Remove gethostid declaration.
Corinna Vinschen
2003-05-09
2
-1
/
+4
*
* winsup.api/pthread/condvar9.c: Fix test.
Thomas Pfaff
2003-04-08
2
-11
/
+20
*
* winsup.api/pthread/rwlock1.c: Remove pthreads-win32 header.
Thomas Pfaff
2003-03-27
7
-202
/
+9
*
* winsup.api/pthread/condvar7.c (mythread): Cast
Thomas Pfaff
2003-03-27
4
-4
/
+13
*
* winsup.api/pthread/rwlock1.c: New test.
Thomas Pfaff
2003-03-18
8
-0
/
+669
*
* winsup.api/pthread/condvar7.c: New test.
Thomas Pfaff
2003-03-18
3
-0
/
+466
*
* winsup.api/pthread/mutex1n.c: New test.
Thomas Pfaff
2003-03-18
4
-0
/
+181
*
Checkin previously referred to in ChangeLog.
Christopher Faylor
2003-03-12
1
-1
/
+1
*
* winsup.api/winsup.exp: Use -nostdinc when compiling.
Christopher Faylor
2003-03-09
2
-0
/
+10
[next]