summaryrefslogtreecommitdiffstats
path: root/testsuites/samples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* samples/minimum/init.c: Add cast to avoid warningJoel Sherrill2015-03-241-1/+1
|
* testsuites/samples/minimum/init.c: Notepads no longer need to be disabledJoel Sherrill2015-03-171-7/+0
| | | | They are disabled by default as they are deprecated.
* IMFS: Add fine grained configurationSebastian Huber2015-02-121-3/+0
| | | | | | | | | | | | | | | | | | Remove miniIMFS. Statically initialize the root IMFS. Add configuration options to disable individual features of the root IMFS, e.g. o CONFIGURE_IMFS_DISABLE_CHOWN, o CONFIGURE_IMFS_DISABLE_FCHMOD, o CONFIGURE_IMFS_DISABLE_LINK, o CONFIGURE_IMFS_DISABLE_MKNOD, o CONFIGURE_IMFS_DISABLE_MOUNT, o CONFIGURE_IMFS_DISABLE_READLINK, o CONFIGURE_IMFS_DISABLE_RENAME, o CONFIGURE_IMFS_DISABLE_RMNOD, o CONFIGURE_IMFS_DISABLE_SYMLINK, o CONFIGURE_IMFS_DISABLE_UNMOUNT, and o CONFIGURE_IMFS_DISABLE_UTIME.
* libnetworking: Fix close of active socketsSebastian Huber2015-01-201-1/+4
| | | | | | | Send a special event to notify tasks waiting for a socket state change in case this socket gets closed. This prevents a use after free. Close #785.
* Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEMSebastian Huber2014-12-162-3/+0
| | | | This define was superfluous, undocumented and used inconsistently.
* Update bug report URLSebastian Huber2014-12-051-1/+1
|
* Delete or rename MIN/MAX macros and definesSebastian Huber2014-11-211-4/+1
| | | | Include <sys/param.h> if necessary to get the MIN()/MAX() macros.
* shell: Do chroot() after successful loginSebastian Huber2014-11-201-1/+7
|
* samples/fileio: Use unlimited objectsSebastian Huber2014-11-201-8/+1
|
* samples/fileio: Fix warningSebastian Huber2014-11-201-0/+2
|
* shell: Use crypt_r() in rtems_shell_login_check()Sebastian Huber2014-11-201-4/+9
| | | | | | | Use '*" to disable shell login instead of '!' according to the Linux man page. Use getpwnam_r() instead of getpwnam(). Do not access the user environment directly. Update the user environment only after a successful login check.
* nsecs/init.c: Use long to avoid overflow on 16-bit targetsJoel Sherrill2014-10-131-2/+3
|
* samples/base_sp: Fix printf() warningJoel Sherrill2014-10-091-2/+3
|
* samples/unlimited: Fix printf() warning and clean upJoel Sherrill2014-10-095-24/+33
|
* pppd: Fix warningsSebastian Huber2014-09-301-3/+1
|
* samples/iostream: Produce proper begin/end messageSebastian Huber2014-09-012-4/+4
|
* samples/pppd: Fix extra drivers initializerSebastian Huber2014-06-111-1/+1
|
* testsuite: Add a user keypress to start pppd.Chris Johns2014-05-221-0/+22
| | | | Allow the test to run and pass when automatic testing.
* testsuites: Remove BSP_SMALL_MEMORYJoel Sherrill2014-05-069-53/+2
|
* testsuite: Add a per BSP test check for tests not to build.Chris Johns2014-05-051-8/+8
| | | | | | | | Provide a file per BSP to list tests that do not build for a BSP. This change removes the BSP_SMALL_MEMORY hack from the code. That hack was a mistake. Provide configuration files for each BSP with tests that cannot build.
* samples/fileio: Fix configurationSebastian Huber2014-04-031-1/+1
|
* samples/base_mp: Include missing header fileSebastian Huber2014-03-271-0/+2
|
* tests: Produce proper begin/end messagesSebastian Huber2014-03-251-2/+3
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-2145-45/+45
|
* cpukit/shell: Replace task variables with posix keys.Christian Mauderer2014-03-202-2/+6
| | | | | | | | | | | | Use posix keys for current shell environment instead of task variables. With this patch the shell needs one posix-key and one posix-key-value-pair configured. Update documentation for the shell. Adapt samples/fileio: - Add necessary objects. - Add login function and custom device name for better testing of the shell.
* tests/samples: Use <rtems/test.h>Sebastian Huber2014-03-1726-25/+95
|
* testsuites: Add missing .scn filesJoel Sherrill2013-11-152-2/+135
|
* testsuites: Include missing header filesSebastian Huber2013-07-281-0/+2
|
* score: Merge tod implementation into one fileSebastian Huber2013-07-261-5/+2
| | | | | Delete TOD_MICROSECONDS_PER_SECOND, TOD_MICROSECONDS_TO_TICKS() and TOD_MILLISECONDS_TO_TICKS().
* score: Create object implementation headerSebastian Huber2013-07-261-1/+0
| | | | | | Move implementation specific parts of object.h and object.inl into new header file objectimpl.h. The object.h contains now only the application visible API.
* RTEMS: Delete ChangeLog files.Gedare Bloom2013-03-081-1119/+0
| | | | | | | | | This commit deletes all RTEMS ChangeLog files. These files have been abandoned since converting to git version control. The historical data may be recovered by checking out any commit before this one. Most of the contents of these ChangeLog files can also be found in the git log. Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
* score: Add RTEMS_FATAL_SOURCE_EXITSebastian Huber2012-11-151-17/+0
| | | | | | | Include <bsp/default-initial-extension.h> in all BSPs. Call rtems_fatal() with RTEMS_FATAL_SOURCE_EXIT as source and the exit() status code as fatal code in every bsp_cleanup(). Move previous bsp_cleanup() code into bsp_fatal_extension().
* samples/fileio: Add DOSFS and RFS on demandSebastian Huber2012-11-131-6/+10
|
* Revert "Add config.h.in."Gedare Bloom2012-08-061-61/+0
| | | | This reverts commit cf42a6ea9dbb6ebee498ae8db319d3e475bcd6be.
* Remove CVS-Ids.Ralf Corsépius2012-07-191-2/+0
|
* Remove CVS-Ids.Ralf Corsépius2012-07-191-5/+0
|
* Require automake-1.12.2.Ralf Corsépius2012-07-191-1/+1
|
* Require autoconf-2.69.Ralf Corsépius2012-07-191-1/+1
|
* Fix C files which had two semi-colons at EOLJoel Sherrill2012-05-311-2/+2
|
* samples - Eliminate missing prototype warningsJoel Sherrill2012-05-3113-124/+65
|
* Add config.h.in.Ralf Corsépius2012-05-241-0/+61
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-1164-177/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* Revert: Remove CVS IdsJoel Sherrill2012-05-0717-0/+78
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
* samples/base_mp - Makefile.am did not set LINK_OBJSJoel Sherrill2012-05-042-2/+2
| | | | | | | | LINK_OBJS = instead of LINK_OBJS = $(mp01_node1_OBJECTS)
* Remove CVS-Ids.Ralf Corsépius2012-05-0417-78/+0
|
* confdefs: Add declaration for unlimited objects.Gedare Bloom2012-03-271-1/+2
| | | | | | | | | Adds to confdefs a way to specify rtems_resource_unlimited for classic and posix objects using a new macro CONFIGURE_OBJECTS_UNLIMITED. Use CONFIGURE_OBJECTS_ALLOCATION_SIZE to declare the allocation size for extending the set of objects at runtime. Updates the unlimited sample to demonstrate how to use the new macros. Also adds new documentation in the C User's Manual regarding configuring with unlimited objects.
* libblock: Change bdbuf APISebastian Huber2012-03-131-34/+33
| | | | | | | | | | | | | | | | | | | | The functions o rtems_bdbuf_get(), o rtems_bdbuf_read(), o rtems_bdbuf_syncdev(), and o rtems_bdbuf_purge_dev(), use now the disk device instead of the device identifier. This makes bdbuf independent of rtems_disk_obtain() and rtems_disk_release(). It is the responsiblity of the file system to obtain the disk device. This also reduces the overhead to get a buffer. The key for the AVL tree uses now the disk device instead of the device identifier. The pointer is interpreted as an unsigned integer. This reduces the memory overhead and makes the comparison operation a bit faster. Removed function rtems_bdbuf_purge_major(). This function was too destructive and could have unpredictable side effects.
* 2012-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsépius2012-02-222-1/+1
| | | | | * pppd/system.h: Add pppdapp_initialize. * pppd/init.c: Remove pppdapp_initialize.
* 2012-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsépius2012-02-223-16/+22
| | | | | | * nsecs/system.h: New (Split out from nsecs/init.c). * nsecs/init.c: Reflect nsecs/system.h having been split out. * nsecs/empty.c: Include "system.h".
* Remove all .cvsignore files.Joel Sherrill2012-02-0117-47/+0
|