summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-17recordtraceSebastian Huber
2018-12-15Add low level recording supportSebastian Huber
2018-12-15score: Add _Watchdog_Per_CPU_reinsert_ticks()Sebastian Huber
2018-12-15score: Pass the CPU to watchdog routineSebastian Huber
This is useful for periodic watchdogs.
2018-12-15score: Pass CPU to _Watchdog_Tickle()Sebastian Huber
This is a preparation to pass the CPU also to the watchdog routine to allow a faster insert in watchdog routines. This is useful for periodic watchdogs.
2018-12-15Add new COPYING fileSebastian Huber
Update #3053.
2018-12-15dosfs: Add dirent::d_type supportSebastian Huber
2018-12-15bsps/sparc: Add grlib_malloc(), grlib_calloc()Sebastian Huber
This avoids a dependency to errno in device driver code.
2018-12-15Move COPYING file to LICENSE.GPL-2.0Sebastian Huber
Use the latest plain text formatting of the GPL-2.0 as published by the FSF: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt The current RTEMS license refers to the GPL-2.0, so the source distribution should ship a copy of the license. Update #3053.
2018-12-15LICENSE.BSD-2-Clause: Clarify copyright formatSebastian Huber
2018-12-15config: Remove CONFIGURE_CONFDEFS_DEBUGSebastian Huber
This configuration option was undocumented and not really helpful. To debug issues in <rtems/confdefs.h> it is better to save the preprocessesd file (GCC "-save-temps" option) and use the GCC "-Wp,-dD" pre-processor option.
2018-12-14psxhdrs: Update licenses to 2-Clause BSD (GCI 2018)Marçal Comajoan Cara
Updated licenses of the files I wrote to the 2-Clause BSD License. This work was part of GCI 2018.
2018-12-14Some minor fix on psxhdrsHimanshu40
2018-12-14psxhdrs: Changed the copyright license to BSD-2-Clause (GCI 2018)Himanshu40
2018-12-14build: Remove ampolish3Sebastian Huber
Update #3254.
2018-12-14score: Static Objects_Information initializationSebastian Huber
Statically allocate the objects information together with the initial set of objects either via <rtems/confdefs.h>. Provide default object informations with zero objects via librtemscpu.a. This greatly simplifies the workspace size estimate. RTEMS applications which do not use the unlimited objects option are easier to debug since all objects reside now in statically allocated objects of the right types. Close #3621.
2018-12-14rtems: Use object information to get config maxSebastian Huber
Use functions instead of macros. Add missing rtems_configuration_get_maximum_*() functions. Update #3621.
2018-12-14score: Remove Objects_Information::auto_extendSebastian Huber
Use Objects_Information::objects_per_block to provide this information. Add and use _Objects_Is_auto_extend(). Update #3621.
2018-12-13psxhdrs: Changed the Copyright license to BSD-2-Clause .Pritish Jain
The Copyright clause has been changed to BSD-2-Clause for all the tests in the header files math.h , utime.h , fmtmsg.h and sys/ipc.h .
2018-12-13psxhdrs: Add POSIX API Signature Compliance Tests for sys/msg.h (GCI 2018)Jacob Shin
2018-12-13psxhdrs: Add POSIX API Signature Compliance Tests for sys/select.h (GCI 2018)Jacob Shin
The Google Code-In finished before I could submit this, so I thought I would submit this instead of letting it go to waste.
2018-12-13psxhdrs: Add POSIX Signature Compliance Test for sys/shm.h (GCI 2018)ABR290B
2018-12-13POSIX Signature Compliance Test for utmpx.h (GCI2018)ABR290B
2018-12-13POSIX Signature Compliance Test for sys/statvfs.h (GCI 2018)ABR290B
2018-12-12psxhdrs: Add POSIX API Signature Compliance Tests for net/if.hJacob Shin
2018-12-11psxhdrs/: Changed boilerplate licenses to BSD-2 (GCI 2018)zehata
2018-12-11psxhdrs: POSIX API Signature Compliance Test for setjmp.h (GCI2018)ABR290B
2018-12-11psxhdrs: Implement POSIX API Signature Compliance Tests for poll.h (GCI 2018)Marçal Comajoan Cara
poll.h implements poll() which is not supported by RTEMS according to the RTEMS POSIX 1003.1 Compliance Guide. See #3657. This work was part of GCI 2018.
2018-12-11psxhdrs: Add POSIX Compliance Tests for wordexp.h (GCI 2018)Pritish Jain
2018-12-11posix: Fix shm_unlink()Sebastian Huber
This function is untested.
2018-12-11psxhdrs: Fix compile errorsSebastian Huber
2018-12-11Remove white space at end of lineSebastian Huber
Update #3053.
2018-12-10psxhdrs: Add POSIX API Signature Compliance Tests for pwd.h (GCI 2018)Himanshu40
2018-12-10psxhdrs: Add POSIX API Signature Compliance Tests for fcntl.h (GCI 2018)Zenon
2018-12-10psxtests/Makefile.am: Add fcntl methods missed in previous commitJoel Sherrill
2018-12-10psxtests/Makefile.am: Correct spacingJoel Sherrill
2018-12-10psxhdrs: Add POSIX API Signature Compliance Tests for sys/resource.h (GCI 2018)Jacob Shin
2018-12-09psxhdrs: Implement POSIX API Signature Compliance Tests for sys/times.h (GCI ↵Marçal Comajoan Cara
2018)
2018-12-09psxhdrs: Add POSIX Conformance Test for sys/ipc.h (GCI 2018)Shashvat Jain
Test for this file has been added but are disabled due to the absence of header file sys/ipc.h. see Ticket #3650
2018-12-09psxhdrs: Add POSIX API Signature Compliance Tests for sys/stat.h (GCI 2018)Jacob Shin
2018-12-09psxhdrs: Added POSIX API Signature Compliance Tests for threads.h (GCI 2018)Himanshu40
2018-12-09psxhdrs: Add POSIX API Signature Compliance Tests for stdlib.h (GCI 2018)Jacob Shin
2018-12-08psxhdrs: POSIX Signature Test for syslog.h (GCI2018)ABR290B
2018-12-08psxhdrs: added POSIX API Signature Compliance Tests for libgen.h (GCI 2018)Himanshu40
2018-12-08psxhdrs: Added POSIX Compliance Test for wchar.h (GCI 2018)zehata
2018-12-08Implement POSIX API Signature Compliance Tests for stddef.h (GCI 2018)Marçal Comajoan Cara
2018-12-08POSIX Signature Test for arpa/inet.h (GCI2018)ABR290B
2018-12-07psxhdrs: POSIX API Signature Compliance Tests for netdb.h (GCI 2018)Himanshu40
2018-12-07Implement POSIX API Signature Compliance Tests for uchar.hMarçal Comajoan Cara
This header file is C11 and not currently supported by RTEMS. See #3643. This work was part of GCI 2018.
2018-12-07score: Remove Objects_Information::the_apiSebastian Huber
Remove Objects_Information::the_class. This information is already contained in Objects_Information::maximum_id. Update #3621.