log packages/io/fileio/current/ChangeLog @ 3292:7f8e529b4d82 default tip

age author description
Mon, 05 Mar 2012 04:45:19 +0000 sergeig * tests/fnmatch.c: Add missed CYG_TEST_INIT().
Tue, 16 Aug 2011 17:06:21 +0000 sergeig * src/dir.cxx (rewinddir): Fix tracing of rewinddir().
Sat, 15 Jan 2011 16:23:40 +0000 sergeig * tests/pselect.c: Corrected return value of pthread_kill() to match
Mon, 02 Mar 2009 20:54:10 +0000 asl * src/file.cxx: add a chmod() call, implemented by calling
Fri, 12 Dec 2008 10:50:43 +0000 nickg * src/fd.cxx (fp_ucount_dec, fd_close): Fix locking strategy so
Thu, 01 May 2008 09:31:09 +0000 asl * cdl/fileio.cdl: Use CYGPKG_FILEIO_DIRENT_DTYPE to enable/disable
Fri, 17 Aug 2007 19:32:26 +0000 asl tests/fnmatch.c (main): Fix cut/paste error in final pass/fail
Tue, 12 Jun 2007 20:02:21 +0000 asl * src/misc.cxx (cyg_mtab_extra): Only create the array if it has more
Sat, 27 Jan 2007 18:17:57 +0000 asl * tests/fnmatch.c: Test case for fnmatch.
Sat, 12 Aug 2006 07:23:41 +0000 asl * include/fileio.h : Added a key and a structure to extract the
Wed, 17 May 2006 16:11:43 +0000 asl * tests/fileio1.c: Compiler warning fixes.
Thu, 16 Feb 2006 18:46:06 +0000 asl * src/misc.cxx (cyg_mtab_lookup): Corrected implementation for
Sun, 23 Oct 2005 20:45:11 +0000 asl * src/select.cxx: Needs sys/time.h for struct timeval.
Wed, 03 Aug 2005 21:05:16 +0000 asl * tests/socket.c (SHOW_RESULT): Add a cast to avoid compiler
Tue, 07 Jun 2005 10:07:04 +0000 asl * src/devfs.cxx (dev_stat, dev_fo_fstat): Corrected mode for block
Thu, 26 May 2005 14:19:48 +0000 gthomas Fix some tests - broken config checks
Sun, 27 Mar 2005 17:36:28 +0000 asl * tests/testfs.c: Fixed compiler warnigs for passing wrong types
Fri, 25 Feb 2005 20:36:52 +0000 asl * include/fileio.h: Only include kapi.h when
Tue, 08 Feb 2005 19:58:54 +0000 asl * src/io.cxx (ioctl): Change ioctl to use varargs so that it works
Sat, 22 Jan 2005 14:03:37 +0000 asl * src/misc.cxx (cyg_fs_root_lookup): New function to find the mount
Wed, 15 Dec 2004 14:56:09 +0000 asl * src/select.cxx (cyg_pselect): We need the oldmask under all
Thu, 02 Dec 2004 12:34:30 +0000 asl * include/fileio.h: Changed si_thread to si_waitFlag
Wed, 17 Nov 2004 15:12:05 +0000 jani * io/fileio/tests/socket.c: Allow building without kernel config.
Sun, 14 Nov 2004 14:03:44 +0000 asl * tests/fileio1.c: Start the test using cyg_user_start so that
Fri, 22 Oct 2004 14:07:49 +0000 asl * include/fileio.h:
Thu, 14 Oct 2004 07:34:29 +0000 asl * tests/select.c: Include sys/select.h to prevent a possible warning.
Wed, 13 Oct 2004 21:15:32 +0000 asl * tests/pselect.c: Added check for POSIX signals while building
Mon, 04 Oct 2004 11:50:06 +0000 asl * src/select.cxx: place the CYGBLD_ATTRIB_INIT_PRI such that it
Mon, 02 Aug 2004 11:24:46 +0000 nickg 2004-07-23 Oyvind Harboe <oyvind.harboe@zylin.com>
Fri, 16 Apr 2004 03:33:18 +0000 jlarmour * tests/fileio1.c: include stdio.h for rename() prototype.
Wed, 07 Apr 2004 11:18:53 +0000 asl * src/fd.cxx: Fix the assert just added. 0 is a valid fd.
Mon, 29 Mar 2004 13:19:42 +0000 asl * src/fd.cxx: Added CYG_ASSERT bound checking for file descriptor
Mon, 15 Mar 2004 15:41:35 +0000 jlarmour * src/fio.h: If no POSIX then CYG_FILEIO_DELIVER_SIGNALS
Mon, 16 Feb 2004 16:25:45 +0000 asl * src/io.cxx (readwritev): For EWOULDBLOCK and EAGAIN return
Wed, 07 Jan 2004 06:45:28 +0000 jlarmour * src/select.cxx: No need to make pselect() dependent on
Sun, 21 Dec 2003 10:11:16 +0000 asl * src/dir.cxx (readdir_r): Handle NULL dirp argument and return
Fri, 05 Dec 2003 09:04:14 +0000 asl * src/select.cxx (pselect): Fixed the pselect() call to correctly
Mon, 01 Dec 2003 14:30:32 +0000 gthomas Remove gratuitous inclusion of kernel header files - from David Woodhouse
Thu, 23 Oct 2003 17:15:19 +0000 nickg * src/io.cxx: Added cyg_fs_fsetinfo and cyg_fs_fgetinfo functions.
Thu, 16 Oct 2003 07:55:31 +0000 asl * src/socket.cxx (bind): Pass a copy of the socket address so the
Mon, 06 Oct 2003 18:45:22 +0000 asl * src/fio.h (CYG_FILEIO_SIGMASK_SET): Fixed a compiler warning
Sun, 13 Jul 2003 13:25:27 +0000 asl * src/socket.cxx (socket): If there are no network stacks configured
Fri, 11 Apr 2003 02:06:11 +0000 jlarmour * src/socket.cxx: Give nstab_lock mutex a priority. Also it's
Thu, 20 Mar 2003 19:00:43 +0000 gthomas Remove unnecessary -EAGAIN code
Sat, 08 Mar 2003 03:36:32 +0000 jlarmour * tests/pselect.c (pthread_entry1): Allow for infrequent but
Mon, 24 Feb 2003 14:24:27 +0000 jlarmour * cdl/fileio.cdl: Add doc link.
Fri, 21 Feb 2003 00:08:08 +0000 bartv Tweak CDL definitions of test cases to avoid problems with the GUI
Mon, 03 Feb 2003 16:26:04 +0000 asl Added interface CYGINT_IO_FILEIO_FS which any
Thu, 23 Jan 2003 17:07:26 +0000 gthomas Return error (instead of crashing) when trying to open and no file systems have been mounted.
Mon, 11 Nov 2002 23:58:53 +0000 nickg * src/fio.h: Added macros to deal with signal handling. These will
Sun, 03 Nov 2002 19:49:23 +0000 gthomas Add support for readv()/writev()
Fri, 09 Aug 2002 17:10:21 +0000 nickg * src/select.cxx (select): Changed mechanism for calculating
Wed, 29 May 2002 18:28:03 +0000 jlarmour Merge from eCos master repository on 2002-05-29-16:32:18-BST
Mon, 20 May 2002 22:19:26 +0000 jlarmour Merge from eCos master repository on 2002-05-20-20:11:54-BST ecos
Fri, 04 Jan 2002 14:13:51 +0000 jlarmour Merge from eCos master repository on 2002-01-04-06:43:04-GMT
Fri, 30 Nov 2001 13:09:25 +0000 jlarmour Merge from eCos master repository on 2001-11-30-11:22:06-GMT
Fri, 23 Nov 2001 17:12:52 +0000 jlarmour Merge from eCos master repository on 2001-11-23-15:32:03-GMT
Fri, 19 Oct 2001 07:02:26 +0000 jlarmour Merge from eCos master repository on 2001-10-19-06:43:02-BST
Sun, 29 Jul 2001 02:00:07 +0000 jlarmour Merge from eCos master repository on 2001-07-28-00:17:32-BST
Fri, 20 Jul 2001 10:23:16 +0000 jlarmour Merge from eCos master repository on 2001-07-20-10:24:43-BST