summaryrefslogtreecommitdiffstats
path: root/cpukit (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* libmisc/shell/main_edit.c: User cannot cut using ctrl e and xzack2023-02-151-2/+1
* doxygen: Document CONFIGURE_INITSebastian Huber2023-02-141-1/+22
* doxygen: Fix header file pathSebastian Huber2023-02-141-2/+3
* doxygen: Harmonize header file referencesSebastian Huber2023-02-142-9/+9
* doxygen: Use @anchor for appl config optionsSebastian Huber2023-02-1418-368/+678
* doxygen: Generalize appl config constraintsSebastian Huber2023-02-141-525/+576
* doxygen: Clarify CONFIGURE_DISABLE_BSP_SETTINGSSebastian Huber2023-02-141-219/+31
* doxygen: Use quotes for href URLsSebastian Huber2023-02-141-55/+55
* libtest: Fix Doxygen group identifierSebastian Huber2023-02-131-1/+1
* score: Replace goto with a breakSebastian Huber2023-02-101-6/+11
* shell/main_pci.c: Address Dereference after null error checkJoel Sherrill2023-02-101-1/+1
* libmisc/serdbg: Remove obsolete serial debugJoel Sherrill2023-02-098-1224/+0
* score: Fix maybe uninitialized warningZhongjie Zhu2023-02-071-3/+4
* sha512_224: Fix SHA512_224_Final() on little-endian machines.Sebastian Huber2023-02-061-5/+8
* libmisc/shell/edit: Return if no memory in move_gapChris Johns2023-01-311-0/+3
* libmisc/shell/edit: Fix closing the editorChris Johns2023-01-311-11/+4
* cpukit/dev/can: Resolve warnings in 64bit buildsKinsey Moore2023-01-301-7/+9
* score: Help static analysis in thread initSebastian Huber2023-01-281-2/+5
* cpukit/rtems/src/partcreate.c: Correct style by adding bracesJoel Sherrill2023-01-261-3/+6
* score: Remove unused return valueSebastian Huber2023-01-242-17/+5
* cpuuse: Use standard wording and group nameSebastian Huber2023-01-245-18/+20
* clockdrv: Add clock driver implementation groupSebastian Huber2023-01-241-4/+2
* score: Clarify code blockSebastian Huber2023-01-241-1/+1
* powerpc: Increase MAS0 ESEL widthSebastian Huber2023-01-231-2/+2
* rtems: Fix typoMartin Erik Werner2023-01-231-1/+1
* score: Fix minor Rhe->The typo in doxygenMartin Erik Werner2023-01-231-1/+1
* cpukit/libdl: Add AArch64 TLS reloc supportKinsey Moore2023-01-201-0/+38
* cpukit/libdl: Print the missing AArch64 reloc typeKinsey Moore2023-01-201-2/+2
* cpukit/libdl: Use correct mask for reloc typeKinsey Moore2023-01-201-1/+1
* jffs2: Fix return code of rtime compressSebastian Huber2023-01-121-1/+1
* jffs2: Update baseline version to Linux v6.1Sebastian Huber2023-01-121-1/+1
* treewide: uapi: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2023-01-121-4/+4
* jffs2: Use kzalloc instead of kmalloc/memsetHaowen Bai2023-01-121-4/+2
* fs: Change the type of filler_tMatthew Wilcox (Oracle)2023-01-121-1/+1
* jffs2: Pass the file pointer to jffs2_do_readpage_unlock()Matthew Wilcox (Oracle)2023-01-121-1/+1
* jffs2: fix memory leak in jffs2_scan_mediumBaokun Li2023-01-121-2/+4
* jffs2: fix memory leak in jffs2_do_mount_fsBaokun Li2023-01-121-1/+3
* fs/jffs2: fix comments mentioning i_mutexhongnanli2023-01-121-2/+2
* vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2023-01-121-1/+1
* jffs2: avoid Wempty-body warningsArnd Bergmann2023-01-121-8/+8
* jffs2: Fix kasan slab-out-of-bounds problemlizhe2023-01-121-1/+1
* jffs2: check the validity of dstlen in jffs2_zlib_compress()Yang Yang2023-01-121-0/+3
* fs: make helpers idmap mount awareChristian Brauner2023-01-121-1/+2
* jffs2: remove trailing semicolon in macro definitionTom Rix2023-01-121-2/+2
* jffs2: Allow setting rp_size to zero during remountinglizhe2023-01-121-0/+1
* jffs2: Fix GC exit abnormallyZhe Li2023-01-121-0/+16
* jffs2: Fix if/else empty body warningsRandy Dunlap2023-01-121-11/+12
* jffs2: Add <linux/printk.h>Sebastian Huber2023-01-121-0/+6
* arm: Enable thread ID register for ARMv6Sebastian Huber2023-01-031-1/+2
* rtems_shell_main_chmod: Correct argument indexingzack leung2022-12-261-1/+1