summaryrefslogtreecommitdiffstats
path: root/cpukit (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-24riscv: Include missing header fileSebastian Huber1-0/+2
2022-06-23score: Account for <sys/bitset.h> API changesSebastian Huber1-17/+73
2022-06-23score: Remove unused _Processor_mask_Nand()Sebastian Huber1-16/+0
2022-06-23score: Make SMP only code explicitSebastian Huber5-31/+36
2022-06-23kern_tc.c: Provide a weak hardpps() implementationSebastian Huber1-0/+12
2022-06-23score: Use right clock for threadq timeoutsSebastian Huber1-2/+2
2022-06-21TFTPFS: Implement block and window size optionsFrank Kühndel4-672/+2193
2022-06-21TFTPFS: Cleanup: Remove spaces at lines endsFrank Kühndel1-10/+10
2022-06-20jffs2: Update baseline version to Linux v5.9Sebastian Huber1-2/+2
2022-06-20treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-1/+2
2022-06-20jffs2: fix jffs2 mounting failureZhe Li1-1/+2
2022-06-20treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2022-06-20jffs2: Replace zero-length array with flexible-arrayGustavo A. R. Silva2-3/+3
2022-06-20Revert "jffs2: Fix possible null-pointer dereferences in jffs2_add_frag_to_fr...Joel Stanley1-1/+1
2022-06-20jffs2: Fix memory leak in jffs2_scan_eraseblock() error pathWenwen Wang1-1/+4
2022-06-20jffs2: Remove jffs2_gc_fetch_page and jffs2_gc_release_pageChristoph Hellwig3-35/+27
2022-06-20jffs2: Fix possible null-pointer dereferences in jffs2_add_frag_to_fragtree()Jia-Ju Bai1-1/+1
2022-06-20jffs2: Remove C++ style comments from uapi headerMasahiro Yamada1-5/+0
2022-06-20jffs2: fix use-after-free on symlink traversalAl Viro1-1/+2
2022-06-20Convert jffs2 acl to struct_sizeMatthew Wilcox1-0/+1
2022-06-20jffs2: Use RTEMS_CONTAINER_OFSebastian Huber1-1/+1
2022-06-15cpukit: Fixes for GCC 12 warningsChris Johns3-1/+7
2022-06-15cpukit: Change _COMPILING_NEWLIB to _LIBC for helper functions declsChris Johns3-5/+5
2022-06-15score/cpu: Silence ARM and AARCH64 GCC 12 false trigger array warningChris Johns2-1/+7
2022-06-10kern_tc.c: Update pps_event() for uniprocessor configurationsGabriel Moyano1-0/+6
2022-06-08arm: Fix PMSA regions for contiguous sectionsSebastian Huber1-4/+4
2022-06-08arm: Fix PMSA region mapping with 0x0 end addressSebastian Huber1-1/+1
2022-06-03arm: Fix typoSebastian Huber1-2/+2
2022-05-27score: Fix pps_fetch()Sebastian Huber1-1/+2
2022-05-23score: Reformat for code coverageSebastian Huber1-2/+18
2022-05-23timecounter.h: Add _Timecounter_Discipline()Gabriel Moyano2-0/+26
2022-05-23timepps.h: PPS_SYNC defined by defaultGabriel Moyano2-10/+1
2022-05-23kern_ntptime.c: Add define in order to remove warningGabriel Moyano1-0/+3
2022-05-23kern_tc.c: Enable PPS API supportGabriel Moyano1-4/+0
2022-05-23kern_tc.c: Add definitions required by PPS APIGabriel Moyano1-0/+6
2022-05-23score: Rename tc_getfrequency()Gabriel Moyano3-1/+19
2022-05-23kern_tc.c: Replace FreeBSD event mechanism by adding pointers to functionGabriel Moyano2-0/+65
2022-05-23kern_tc.c: Add atomic dependencies required by the PPS APIGabriel Moyano2-0/+14
2022-05-23kern_ntptime.c: Add lmax() qmin() definitionsGabriel Moyano1-0/+2
2022-05-23kern_ntptime.c: Disable freebsd featuresGabriel Moyano1-1/+3
2022-05-18score: Add SPDX License IdentifierSebastian Huber4-4/+12
2022-05-18rtems: Relicense rtemsmaxprio.cSebastian Huber1-4/+23
2022-05-18Add file descriptions to kernel space headersSebastian Huber9-3/+53
2022-05-18Fix copyright notice of kernel space headersSebastian Huber6-53/+59
2022-05-18Add include guard checks to kernel space headersSebastian Huber2-0/+8
2022-05-17Synchronize all file descriptors in sync()Sebastian Huber1-72/+12
2022-05-13score: Fix SMP priority affinity scheduler yieldSebastian Huber1-0/+1
2022-05-12score: Add SMP priority affinity scheduler yieldTian Ye2-1/+25
2022-05-04error.c: Add file header and licenseRyan Long1-2/+28
2022-05-04ftpd.c: Add file header and licenseRyan Long1-0/+33