summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/stackallocator.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-12score: Split stack allocator configurationSebastian Huber1-20/+8
This allows the linker garbage collection to perform its work. Update #3835.
2019-11-21imfs: Fix IMFS_make_linearfile()Sebastian Huber1-2/+2
Fix prototype. Fix node size. Linfiles are dynamically turned into memfiles. Update #3823.
2019-11-19imfs: Add IMFS_make_linfile()Sebastian Huber1-10/+20
Update #3818.
2019-01-10memalign: Add missing attributes to fix warningSebastian Huber1-1/+3
Update #3666.
2018-12-21Add aligned_alloc() and memalign()Sebastian Huber1-3/+8
Ensure that the C++17 aligned new operator works. Close #3666.
2018-12-14score: Static Objects_Information initializationSebastian Huber1-14/+6
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-11psxhdrs/: Changed boilerplate licenses to BSD-2 (GCI 2018)zehata1-12/+23
2018-12-08psxhdrs: Added POSIX Compliance Test for wchar.h (GCI 2018)zehata1-7/+4
2018-12-06Added POSIX Compliance Test for <ctype.h> (GCI 2018)zehata1-7/+6
2018-12-05POSIX Compliance Signature Test for glob.h (GCI 2018)ABR290B1-7/+9
2018-12-05psxhdrs: Fix spacingJoel Sherrill1-16/+16
2018-12-05psxhdrs: POSIX API Signature Compliance Tests for assert.h (GCI 2018)Jacob Shin1-6/+4
2018-12-04psxhdrs: POSIX API Signature Compliance Tests for ulimit.h (GCI 2018)Jacob Shin1-5/+6
2018-12-04psxhdrs: Implement POSIX API Signature Compliance Tests for iconv.h (GCI 2018)Jacob Shin1-4/+6
2018-12-03psxhdrs: Implement POSIX API Signature Compliance Tests for fnmatch.h (GCI 2018)Jacob Shin1-14/+7
GCI Username: deuteriumoxide
2018-12-02psxhdrs:Add POSIX conformance test for utime.h (GCI 2018)Shashvat Jain1-15/+17
2018-11-27psxtests: add POSIX API signature compliance tests for dirent.h file (GCI 2018)Himanshu401-0/+39