Sebastian Huber
106d8f5e74
2010-07-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* libfs/src/devfs/devfs.h, libfs/src/devfs/devfs_node_type.c: Fixed
devFS_node_type() prototype.
2010-07-15 07:59:57 +00:00
Sebastian Huber
0266c0e859
2010-07-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* score/include/rtems/seterr.h: Include <errno.h>.
2010-07-15 07:40:28 +00:00
Sebastian Huber
1e01385ff0
2010-07-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* libcsupport/include/rtems/libio.h: Changed
rtems_filesystem_node_types_t to an enum. Declare
rtems_filesystem_handlers_default,
rtems_filesystem_operations_default,
rtems_filesystem_default_evalpath(),
rtems_filesystem_default_evalformake, and
rtems_filesystem_default_node_type().
* libfs/src/dosfs/msdos.h: Fixed msdos_node_type() prototype.
* libfs/src/defaults/default_evalformake.c,
libfs/src/defaults/default_handlers.c,
libfs/src/defaults/default_node_type.c,
libfs/src/defaults/default_ops.c: New files.
* libfs/Makefile.am: Reflect changes above.
2010-07-15 07:36:37 +00:00
Joel Sherrill
216715075b
2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* Makefile.am, configure.ac: Add new test to exercise devFS_Show().
* devfs01/.cvsignore, devfs01/Makefile.am, devfs01/devfs01.doc,
devfs01/devfs01.scn, devfs01/init.c: New files.
2010-07-14 23:53:49 +00:00
Joel Sherrill
8911ffd33f
2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* Makefile.am, configure.ac: Add new test to exercise
malloc_get_statistics().
* malloc05/.cvsignore, malloc05/Makefile.am, malloc05/init.c,
malloc05/malloc05.doc, malloc05/malloc05.scn: New files.
2010-07-14 23:29:45 +00:00
Joel Sherrill
830c6eee8e
2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
...
PR 1535/tests
* malloc04/init.c, malloc04/malloc04.scn: Address issues in test. A mix
of work by Ralf and Joel.
2010-07-14 23:23:12 +00:00
Joel Sherrill
ba959a4b1c
2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* spprintk/init.c, spprintk/spprintk.doc, spprintk/spprintk.scn: Clean
up and add test of getchark().
2010-07-14 23:17:48 +00:00
Joel Sherrill
fa1269216a
2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* spfatal21/Makefile.am: Fix typo.
2010-07-14 17:03:36 +00:00
Joel Sherrill
be8bdff62b
2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* support/include/test_support.h, support/src/test_support.c: Add
Allocate_majority_of_heap().
2010-07-14 16:03:57 +00:00
Joel Sherrill
16d1bd349b
2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* Makefile.am, configure.ac: Add tests for sbrk fatal error case and
libio initialization fatal error case.
* spfatal21/.cvsignore, spfatal21/Makefile.am, spfatal21/spfatal21.doc,
spfatal21/spfatal21.scn, spfatal21/testcase.h, spfatal22/.cvsignore,
spfatal22/Makefile.am, spfatal22/spfatal22.doc,
spfatal22/spfatal22.scn, spfatal22/testcase.h: New files.
2010-07-14 16:02:40 +00:00
Joel Sherrill
8cd0bb0f00
2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* termios01/init.c, termios01/termios01.scn: Fully exercise tcsetattr.
2010-07-14 15:59:37 +00:00
Joel Sherrill
f4a74bd064
2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libnetworking/rtems/rtems_syscall.c: Fix warning.
2010-07-14 15:49:12 +00:00
Joel Sherrill
8f7b8f7bb2
2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libfs/Makefile.am: Remove reference to imfs_free.c,
wrapup/Makefile.am: Split devfs into its own library.
* libfs/src/imfs/fifoimfs_init.c, libfs/src/imfs/imfs.h,
libfs/src/imfs/imfs_init.c, libfs/src/rfs/rtems-rfs-rtems.c:
Use default freenode implementation.
* libfs/src/imfs/imfs_free.c: Removed.
2010-07-14 15:44:44 +00:00
Joel Sherrill
a7202f6a17
2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
...
PR 1612/networking
* ChangeLog, libcsupport/src/libio_sockets.c: Sockets need to have
handlers in place. Null is no longer allowed.
2010-07-14 15:01:00 +00:00
Sebastian Huber
9688f46656
2010-07-14 Sebastian Huber <sebastian.huber@embedded-brains.de>
...
* spintrcritical06/init.c: Switch semaphore obtain timeouts of
variants. Cleanup.
* spintrcritical05/spintrcritical05.scn,
spintrcritical06/spintrcritical06.scn,
spintrcritical07/spintrcritical07.scn,
spintrcritical11/spintrcritical11.scn,
spintrcritical12/spintrcritical12.scn,
spintrcritical13/spintrcritical13.scn,
spintrcritical14/spintrcritical14.scn: Update.
2010-07-14 07:33:56 +00:00
Joel Sherrill
dd38f3d9d0
2010-07-13 Vinu Rajashekhar <vinutheraj@gmail.com>
...
PR 1614/filesystem
* libfs/src/imfs/fifoimfs_init.c, libfs/src/imfs/imfs.h,
libfs/src/imfs/imfs_load_tar.c: Fix rtems_tarfs_load to work with
pipe filesystem.
2010-07-13 21:43:32 +00:00
Joel Sherrill
b05cc32958
2010-07-12 Bharath Suri <bharath.s.jois@gmail.com>
...
PR 1613/testing
* psxfchx01/init.c, psxfchx01/Makefile.am, psxfchx01/.cvsignore,
psxfchx01/psxfchx01.doc, psxfchx01/psxfchx01.scn: New
tests. Improves coverage of fchdir, fchmod, fchown directives.
* configure.ac, Makefile.am: Changes to accommodate new test.
* psxstat/test.c, psxstat/psxstat.scn: Added new test case to test
statvfs routine under libcsupport.
2010-07-13 21:13:13 +00:00
Jennifer Averett
5ec75caa66
2010-07-12 Jennifer Averett
...
* libnetworking/rtems/rtems_syscall.c: Replaced null socket handlers
with default handlers. Null handlers are no longer allowed.
2010-07-12 13:51:59 +00:00
Ralf Corsepius
72f9fbfbc1
Regenerate.
2010-07-12 03:54:46 +00:00
Ralf Corsepius
f96023930e
Regenerate.
2010-07-11 20:20:21 +00:00
Ralf Corsepius
9e421af1f4
Bump GCC_RPMREL.
2010-07-11 20:20:00 +00:00
Ralf Corsepius
dd5d823262
Regenerate.
2010-07-11 20:13:34 +00:00
Ralf Corsepius
f8a5349214
Bump GCC_RPMREL.
2010-07-11 20:13:14 +00:00
Ralf Corsepius
6549b1b92e
Bump GCC_RPMREL.
2010-07-11 20:07:59 +00:00
Ralf Corsepius
88b51b9131
suse-11.3
2010-07-11 20:07:38 +00:00
Ralf Corsepius
46f41abdb5
Add suse-11.3.
...
Update mpfr.
2010-07-11 20:00:22 +00:00
Ralf Corsepius
766cc4984f
openSUSE-11.3 has mpc-0.8.1.
2010-07-10 16:18:25 +00:00
Joel Sherrill
7c9478226e
2010-07-10 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
* libcsupport/Makefile.am: Do not build libio_sockets.c if networking
is not enabled.
2010-07-10 14:31:45 +00:00
Joel Sherrill
dc6b394df0
2010-07-10 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
* libcsupport/Makefile.am: Remove these files as they are uused.
* libcsupport/src/__brk.c, libcsupport/src/__sbrk.c: Removed.
2010-07-10 14:30:26 +00:00
Joel Sherrill
b64f201f78
2010-07-10 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libcsupport/src/__times.c: Formatting.
2010-07-10 13:48:47 +00:00
Ralf Corsepius
9f92b784d3
Add suse-11.3.
2010-07-10 05:41:54 +00:00
Joel Sherrill
f1b2dab270
2010-07-09 Bharath Suri <bharath.s.jois@gmail.com>
...
PR 1610/testing
* psx13/test.c, psx13/psx13.scn: Remove the test cases which
exercise pipe. These are new a new test under psxpipe01/
* psxpipe01/init.c, psxpipe01/Makefile.am,
psxpipe01/psxpipe01.scn, psxpipe01/psxpipe01.doc: Added new test.
* Makefile.am, configure.ac: Changes due to addition of new test:
psxpipe01.
2010-07-09 22:07:11 +00:00
Joel Sherrill
18bd1bd4dd
2010-07-09 Bharath Suri <bharath.s.jois@gmail.com>
...
* libfs/src/pipe/pipe.c: Check for err before setting the errno
and returning -1 to the caller.
2010-07-09 18:39:36 +00:00
Joel Sherrill
843ad7b5ff
2010-07-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* Makefile.am, configure.ac: Add test for exercising sbrk() extension
to Malloc Family.
* malloc04/.cvsignore, malloc04/Makefile.am, malloc04/init.c,
malloc04/malloc04.doc, malloc04/malloc04.scn: New files.
2010-07-08 20:11:48 +00:00
Joel Sherrill
3c1be2fad4
2010-07-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libcsupport/src/malloc_initialize.c: Clean up sbrk path now that a
test is available.
2010-07-08 20:09:56 +00:00
Joel Sherrill
c33c353275
2010-07-08 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* Makefile.am, configure.ac: Readd spfatal09 as a malloc initialization
fatal error.
* spfatal09/.cvsignore, spfatal09/Makefile.am, spfatal09/spfatal09.doc,
spfatal09/spfatal09.scn, spfatal09/testcase.h: New files.
2010-07-08 19:39:14 +00:00
Joel Sherrill
21827289f3
2010-07-08 Bharath Suri <bharath.s.jois@gmail.com>
...
PR 1608/testing
* psxfile01/init.c: Add a simple test case: Open file as read-only
and attemp to truncate. Improves coverage.
2010-07-08 19:37:01 +00:00
Ralf Corsepius
c302d31ad5
Regenerate.
2010-07-08 16:46:19 +00:00
Ralf Corsepius
5857fc9256
Bump GCC_RPMREL.
2010-07-08 16:44:21 +00:00
Ralf Corsepius
8d531b4b3b
newlib-1.18.0-rtems4.11-20100708.diff
2010-07-08 16:43:52 +00:00
Ralf Corsepius
36f7824b6f
New.
2010-07-08 16:34:11 +00:00
Ralf Corsepius
c19bdd1c43
New.
2010-07-08 13:01:34 +00:00
Ralf Corsepius
9d323a92c9
autoconf-2.66
2010-07-08 13:01:04 +00:00
Joel Sherrill
4af849f763
2010-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* libcsupport/src/open.c: Formatting and improve comment.
2010-07-07 15:55:22 +00:00
Joel Sherrill
4479b373d9
2010-07-07 Bharath Suri <bharath.s.jois@gmail.com>
...
PR 1603/testing
* spassoc01/init.c, spassoc01/Makefile.am,
spassoc01/spassoc01.doc, spassoc01/spassoc01.scn: Added new test.
* Makefile.am, configure.ac: Added new test spassoc01 for
rtems_assoc routines.
2010-07-07 14:16:55 +00:00
Joel Sherrill
0b86fd8b6e
2010-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>
...
PR 1606/cpukit
* shared/startup/panic.c: Remove
INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS since it is not generated.
2010-07-07 14:08:04 +00:00
Joel Sherrill
0f3ab7df60
2010-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>
...
PR 1606/cpukit
* psxfatal_support/init.c: Remove
INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS since it is not generated.
2010-07-07 14:07:26 +00:00
Joel Sherrill
1f4d41b8d9
2010-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>
...
PR 1606/cpukit
* spfatal_support/init.c: Remove
INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS since it is not generated.
2010-07-07 14:07:12 +00:00
Joel Sherrill
6c8e2fe5aa
2010-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>
...
PR 1606/cpukit
* score/include/rtems/score/interr.h: Remove
INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS since it is not generated.
2010-07-07 14:06:52 +00:00
Sebastian Huber
3ac6eb90c5
2010-07-07 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
...
* minimum/init.c: Use fatal error extension to prevent infinite
runtime.
2010-07-07 09:26:05 +00:00