summaryrefslogtreecommitdiff
path: root/cpukit (follow)
AgeCommit message (Expand)Author
2023-03-07pps: Move pcount assignment in pps_event()Sebastian Huber
2023-03-07pps: Simplify capture and event processingSebastian Huber
2023-03-07pps: Load timecounter once in pps_capture()Sebastian Huber
2023-03-07ntptime: ansifyMateusz Guzik
2023-03-07Clarify hardpps() parameter name and commentSebastian Huber
2023-03-07set_cputicker: use a boolMitchell Horne
2023-03-07kern_tc.c/cputick2usec()firk
2023-02-16doxygen: Add Doxygen files to a groupSebastian Huber
2023-02-15libmisc/shell/main_edit.c: User cannot cut using ctrl e and xzack
2023-02-14doxygen: Document CONFIGURE_INITSebastian Huber
2023-02-14doxygen: Fix header file pathSebastian Huber
2023-02-14doxygen: Harmonize header file referencesSebastian Huber
2023-02-14doxygen: Use @anchor for appl config optionsSebastian Huber
2023-02-14doxygen: Generalize appl config constraintsSebastian Huber
2023-02-14doxygen: Clarify CONFIGURE_DISABLE_BSP_SETTINGSSebastian Huber
2023-02-14doxygen: Use quotes for href URLsSebastian Huber
2023-02-13libtest: Fix Doxygen group identifierSebastian Huber
2023-02-10score: Replace goto with a breakSebastian Huber
2023-02-10shell/main_pci.c: Address Dereference after null error checkJoel Sherrill
2023-02-09libmisc/serdbg: Remove obsolete serial debugJoel Sherrill
2023-02-07score: Fix maybe uninitialized warningZhongjie Zhu
2023-02-06sha512_224: Fix SHA512_224_Final() on little-endian machines.Sebastian Huber
2023-01-31libmisc/shell/edit: Return if no memory in move_gapChris Johns
2023-01-31libmisc/shell/edit: Fix closing the editorChris Johns
2023-01-30cpukit/dev/can: Resolve warnings in 64bit buildsKinsey Moore
2023-01-28score: Help static analysis in thread initSebastian Huber
2023-01-26cpukit/rtems/src/partcreate.c: Correct style by adding bracesJoel Sherrill
2023-01-24score: Remove unused return valueSebastian Huber
2023-01-24cpuuse: Use standard wording and group nameSebastian Huber
2023-01-24clockdrv: Add clock driver implementation groupSebastian Huber
2023-01-24score: Clarify code blockSebastian Huber
2023-01-23powerpc: Increase MAS0 ESEL widthSebastian Huber
2023-01-23rtems: Fix typoMartin Erik Werner
2023-01-23score: Fix minor Rhe->The typo in doxygenMartin Erik Werner
2023-01-20cpukit/libdl: Add AArch64 TLS reloc supportKinsey Moore
2023-01-20cpukit/libdl: Print the missing AArch64 reloc typeKinsey Moore
2023-01-20cpukit/libdl: Use correct mask for reloc typeKinsey Moore
2023-01-12jffs2: Fix return code of rtime compressSebastian Huber
2023-01-12jffs2: Update baseline version to Linux v6.1Sebastian Huber
2023-01-12treewide: uapi: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva
2023-01-12jffs2: Use kzalloc instead of kmalloc/memsetHaowen Bai
2023-01-12fs: Change the type of filler_tMatthew Wilcox (Oracle)
2023-01-12jffs2: Pass the file pointer to jffs2_do_readpage_unlock()Matthew Wilcox (Oracle)
2023-01-12jffs2: fix memory leak in jffs2_scan_mediumBaokun Li
2023-01-12jffs2: fix memory leak in jffs2_do_mount_fsBaokun Li
2023-01-12fs/jffs2: fix comments mentioning i_mutexhongnanli
2023-01-12vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi
2023-01-12jffs2: avoid Wempty-body warningsArnd Bergmann
2023-01-12jffs2: Fix kasan slab-out-of-bounds problemlizhe
2023-01-12jffs2: check the validity of dstlen in jffs2_zlib_compress()Yang Yang