June 2022 Archives by subject
Starting: Wed Jun 1 02:04:49 UTC 2022
Ending: Thu Jun 30 23:59:00 UTC 2022
Messages: 428
- [gcc] Enable TLS support for RTEMS in libstdc++
Sebastian Huber
- [gcc] Enable TLS support for RTEMS in libstdc++
Joel Sherrill
- [gcc] Enable TLS support for RTEMS in libstdc++
Sebastian Huber
- [gcc] Enable TLS support for RTEMS in libstdc++
Joel Sherrill
- [gcc] Enable TLS support for RTEMS in libstdc++
Sebastian Huber
- [gcc] Enable TLS support for RTEMS in libstdc++
Chris Johns
- [gcc] Enable TLS support for RTEMS in libstdc++
Sebastian Huber
- [gcc] Enable TLS support for RTEMS in libstdc++
Chris Johns
- [gcc] Enable TLS support for RTEMS in libstdc++
Joel Sherrill
- [gcc] Enable TLS support for RTEMS in libstdc++
Sebastian Huber
- [gcc v2] Enable some features for RTEMS in libstdc++
Sebastian Huber
- [gcc v2] Enable some features for RTEMS in libstdc++
Sebastian Huber
- [gcc v2] Enable some features for RTEMS in libstdc++
Chris Johns
- [gcc v2] Enable some features for RTEMS in libstdc++
Chris Johns
- [gcc v2] Enable some features for RTEMS in libstdc++
Sebastian Huber
- [gcc v2] Enable some features for RTEMS in libstdc++
Chris Johns
- [gcc v2] Enable some features for RTEMS in libstdc++
Sebastian Huber
- [gcc v2] Enable some features for RTEMS in libstdc++
Chris Johns
- [gcc v2] Enable some features for RTEMS in libstdc++
Sebastian Huber
- [gcc v2] Enable some features for RTEMS in libstdc++
Sebastian Huber
- [gcc v2] Enable TLS support for RTEMS in libstdc++
Sebastian Huber
- [libbsd 0/4] Replace LPC Ethernet interface driver
Sebastian Huber
- [libbsd 0/4] Replace LPC Ethernet interface driver
Chris Johns
- [libbsd 0/9] Remove dependency on RTEMS_POSIX_API
Sebastian Huber
- [libbsd 00/22] Remove FreeBSD file descriptors and avoid VFS
Sebastian Huber
- [libbsd 01/22] Fix default NET_CFG_NFS_MOUNT_PATH
Sebastian Huber
- [libbsd 02/22] Fix redefinition warnings
Sebastian Huber
- [libbsd 03/22] Update kernel namespace
Sebastian Huber
- [libbsd 04/22] Move setfib() back to route.c
Sebastian Huber
- [libbsd 05/22] Remove duplicate sysctl(), etc. definitions
Sebastian Huber
- [libbsd 06/22] nfsclient: Include header for rtems_version()
Sebastian Huber
- [libbsd 07/22] nfsclient: Fix extra token after #else warning
Sebastian Huber
- [libbsd 08/22] devfs: Do not use FreeBSD file descriptors
Sebastian Huber
- [libbsd 09/22] Remove FreeBSD file descriptors
Sebastian Huber
- [libbsd 1/4] if_lpe.c: Import legacy LPC Ethernet driver
Sebastian Huber
- [libbsd 1/9] ipsec-tools: Do not use signals
Sebastian Huber
- [libbsd 10/22] Update CONTRIBUTING.rst
Sebastian Huber
- [libbsd 10/22] Update CONTRIBUTING.rst
Chris Johns
- [libbsd 10/22] Update CONTRIBUTING.rst
Chris Johns
- [libbsd 10/22] Update CONTRIBUTING.rst
Sebastian Huber
- [libbsd 11/22] Add struct file wrapper
Sebastian Huber
- [libbsd 12/22] Move kqueue() and kevent(), avoid VFS
Sebastian Huber
- [libbsd 13/22] cryptodev: Do not use VFS
Sebastian Huber
- [libbsd 14/22] Move select(), pselect(), and poll(), avoid VFS
Sebastian Huber
- [libbsd 15/22] Use define for maxfiles and maxfilesperproc
Sebastian Huber
- [libbsd 16/22] Move socket system calls, avoid VFS
Sebastian Huber
- [libbsd 17/22] Move bio_transient_maxcnt
Sebastian Huber
- [libbsd 18/22] Move unmapped_buf_allowed
Sebastian Huber
- [libbsd 19/22] Move VFS BIO initialization
Sebastian Huber
- [libbsd 2/4] if_lpe.c: Port to LibBSD
Sebastian Huber
- [libbsd 2/9] wpa: Do not use signals
Sebastian Huber
- [libbsd 20/22] Remove unused rtems_bsd_sysgen_imfsnodeops
Sebastian Huber
- [libbsd 21/22] Make rtems_bsd_iop_to_file() static
Sebastian Huber
- [libbsd 22/22] Disable UNIX Domain Sockets credentials
Sebastian Huber
- [libbsd 3/4] if_lpe.c: Move transmit initialization
Sebastian Huber
- [libbsd 3/9] wpa: Use CONFIG_ELOOP_KQUEUE
Sebastian Huber
- [libbsd 4/4] if_lpe.c: Use interface transmit
Sebastian Huber
- [libbsd 4/9] openssl: Do not use signals
Sebastian Huber
- [libbsd 5/9] ping: Do not use signals
Sebastian Huber
- [libbsd 6/9] ping6: Do not use signals
Sebastian Huber
- [libbsd 7/9] wlanstats: Do not use signals
Sebastian Huber
- [libbsd 8/9] netstat: Do not use signals
Sebastian Huber
- [libbsd 9/9] build: Do not require RTEMS_POSIX_API
Sebastian Huber
- [newlib 00/22] Synchronize bitset and cpuset with FreeBSD
Sebastian Huber
- [newlib 01/22] RTEMS: Remove FreeBSD version tags
Sebastian Huber
- [newlib 02/22] Use a precise bit count for the slab free items in UMA.
Sebastian Huber
- [newlib 03/22] bitset: avoid pessimized code when bitset size is not constant
Sebastian Huber
- [newlib 04/22] bitset: rename confusing macro NAND to ANDNOT
Sebastian Huber
- [newlib 05/22] Fix undefined behavior: left-shifting into the sign bit.
Sebastian Huber
- [newlib 06/22] bitset: add BIT_FFS_AT() for finding the first bit set greater than a start bit
Sebastian Huber
- [newlib 07/22] bitset: expand bit index type to `long`
Sebastian Huber
- [newlib 08/22] bitset: implement BIT_TEST_CLR_ATOMIC & BIT_TEST_SET_ATOMIC
Sebastian Huber
- [newlib 09/22] iflib: Improve mapping of TX/RX queues to CPUs
Sebastian Huber
- [newlib 10/22] bitset(9): Introduce BIT_FOREACH_ISSET and BIT_FOREACH_ISCLR
Sebastian Huber
- [newlib 11/22] cpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consumers to use it
Sebastian Huber
- [newlib 12/22] Revert "cpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consumers to use it"
Sebastian Huber
- [newlib 13/22] bitset: Reimplement BIT_FOREACH_IS(SET|CLR)
Sebastian Huber
- [newlib 14/22] cpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consumers to use it
Sebastian Huber
- [newlib 15/22] sched.h: add CPU_EQUAL() for better compatibility with Linux
Sebastian Huber
- [newlib 16/22] sys/bitset.h: reduce visibility of BIT_* macros
Sebastian Huber
- [newlib 17/22] sys/_bitset.h: Fix fall-out from commit 5e04571cf3c
Sebastian Huber
- [newlib 18/22] sys/_bitset.h: Fix fall-out from commit 5e04571cf3c
Sebastian Huber
- [newlib 19/22] sys/_bitset.h: revert commit 74e014dbfab
Sebastian Huber
- [newlib 20/22] sys/_bitset.h: Fix fall-out from commit 5e04571cf3c
Sebastian Huber
- [newlib 21/22] Make CPU_SET macros compliant with other implementations
Sebastian Huber
- [newlib 22/22] newlib/libc/sys/rtems/include/sys/cpuset.h
Sebastian Huber
- [PATCH 0/1] Newlib01: Add tests for rand() and lrand48()
Matthew Joyce
- [PATCH 0/5] Fix gcc 12 warnings
Matthew Joyce
- [PATCH 0/5] Fix gcc 12 warnings
Chris Johns
- [PATCH 0/7] TFTPFS: Add block and window size options
Frank Kuehndel
- [PATCH 0/8] Relicense clean up sweep on testsuites
Joel Sherrill
- [PATCH 00/12] Support gcov instrumentation
Sebastian Huber
- [PATCH 00/13] Change license of ARM BSPs to BSD-2
Joel Sherrill
- [PATCH 00/13] jffs2: Update baseline version to Linux v5.9
Sebastian Huber
- [PATCH 01/12] build: Add more flags to BuildItemContext
Sebastian Huber
- [PATCH 01/13] bsps/arm/shared: Change license to BSD-2
Joel Sherrill
- [PATCH 01/13] jffs2: Use RTEMS_CONTAINER_OF
Sebastian Huber
- [PATCH 02/12] build: Move BSP_INCLUDES split
Sebastian Huber
- [PATCH 02/13] bsps/arm/altera-cyclone-v: Change license to BSD-2
Joel Sherrill
- [PATCH 02/13] Convert jffs2 acl to struct_size
Sebastian Huber
- [PATCH 03/12] build: Fix identifier pattern
Sebastian Huber
- [PATCH 03/13] bsps/arm/atsamv: Change license to BSD-2
Joel Sherrill
- [PATCH 03/13] jffs2: fix use-after-free on symlink traversal
Sebastian Huber
- [PATCH 04/12] build: Improve value substitution
Sebastian Huber
- [PATCH 04/13] bsps/arm/beagle: Change license to BSD-2
Joel Sherrill
- [PATCH 04/13] jffs2: Remove C++ style comments from uapi header
Sebastian Huber
- [PATCH 05/12] build: Add cppflags, cflags, cxxflags to groups
Sebastian Huber
- [PATCH 05/13] bsps/arm/csb337: Change license to BSD-2
Joel Sherrill
- [PATCH 05/13] jffs2: Fix possible null-pointer dereferences in jffs2_add_frag_to_fragtree()
Sebastian Huber
- [PATCH 06/12] build: Allow separate optimization flags
Sebastian Huber
- [PATCH 06/13] bsps/arm/imx: Change license to BSD-2
Joel Sherrill
- [PATCH 06/13] jffs2: Remove jffs2_gc_fetch_page and jffs2_gc_release_page
Sebastian Huber
- [PATCH 07/12] gcov: Add fork(), etc. gcov wrappers
Sebastian Huber
- [PATCH 07/13] bsps/arm/include: Change license to BSD-2
Joel Sherrill
- [PATCH 07/13] jffs2: Fix memory leak in jffs2_scan_eraseblock() error path
Sebastian Huber
- [PATCH 08/12] gcov: Add functions to dump the gcov information
Sebastian Huber
- [PATCH 08/13] bsps/arm/lpc176x: Change license to BSD-2
Joel Sherrill
- [PATCH 08/13] Revert "jffs2: Fix possible null-pointer dereferences in jffs2_add_frag_to_fragtree()"
Sebastian Huber
- [PATCH 09/12] gcov: Add wrapper to dump the gcov info
Sebastian Huber
- [PATCH 09/13] bsps/arm/imxrt: Change license to BSD-2
Joel Sherrill
- [PATCH 09/13] jffs2: Replace zero-length array with flexible-array
Sebastian Huber
- [PATCH 1/1] Newlib01: Add tests for rand() and lrand48()
Matthew Joyce
- [PATCH 1/1] Newlib01: Add tests for rand() and lrand48()
Gedare Bloom
- [PATCH 1/2] arm: Fix PMSA region mapping with 0x0 end address
Sebastian Huber
- [PATCH 1/2] bare/gnu-tools: Update to gcc 12, binutils 2.38 and gdb 11.2
chrisj at rtems.org
- [PATCH 1/2] bsps/stm32h7: move BSP start hooks into boards subdirectories
Karel Gardas
- [PATCH 1/2] rtems-bsps-arm: add new stm32h7 BSP variants
Karel Gardas
- [PATCH 1/2] rtems-bsps-arm: add new stm32h7 BSP variants
Joel Sherrill
- [PATCH 1/3] bsp/aarch64: Flush the cache before invalidating it
chrisj at rtems.org
- [PATCH 1/3] bsp/aarch64: Flush the cache before invalidating it
Kinsey Moore
- [PATCH 1/3] bsps/stm32h7: set default printk instance on nucleo-h743zi BSP to USART3
Karel Gardas
- [PATCH 1/3] bsps/stm32h7: set default printk instance on nucleo-h743zi BSP to USART3
Sebastian Huber
- [PATCH 1/3] score/cpu: Silence ARM and AARCH64 GCC 12 false trigger array warning
chrisj at rtems.org
- [PATCH 1/3] score/cpu: Silence ARM and AARCH64 GCC 12 false trigger array warning
Chris Johns
- [PATCH 1/3] score/cpu: Silence ARM and AARCH64 GCC 12 false trigger array warning
Joel Sherrill
- [PATCH 1/4] bsps/stm32h7: add board C files for stm32h747i-disco BSP
Karel Gardas
- [PATCH 1/4] bsps/stm32h7: add board C files for stm32h747i-disco BSP
Sebastian Huber
- [PATCH 1/5] bsps/stm32h7: import MT25TL01G QSPI memory low-level driver
Karel Gardas
- [PATCH 1/5] bsps/stm32h7: import MT25TL01G QSPI memory low-level driver
Karel Gardas
- [PATCH 1/5] libcsupport/src/__times.c: fix warning
Matthew Joyce
- [PATCH 1/6] bsp/lpc32xx: Fix FIQ interrupt support
Sebastian Huber
- [PATCH 1/6] bsp/lpc32xx: Fix FIQ interrupt support
Chris Johns
- [PATCH 1/7] TFTPFS: Cleanup: Remove spaces at lines ends
Frank Kuehndel
- [PATCH 1/8] smptests/*/*.py: Change license to BSD-2
Joel Sherrill
- [PATCH 10/12] build: Add RTEMS_COVERAGE option
Sebastian Huber
- [PATCH 10/13] bsps/arm/lpc24xx: Change license to BSD-2
Joel Sherrill
- [PATCH 10/13] treewide: Remove uninitialized_var() usage
Sebastian Huber
- [PATCH 11/12] samples/minimum: Prevent a stack overflow
Sebastian Huber
- [PATCH 11/13] bsps/arm/lpc32xx: Change license to BSD-2
Joel Sherrill
- [PATCH 11/13] jffs2: fix jffs2 mounting failure
Sebastian Huber
- [PATCH 12/12] libtests/crypt01: Avoid stack overflows
Sebastian Huber
- [PATCH 12/13] bsps/arm/raspberrypi: Change license to BSD-2
Joel Sherrill
- [PATCH 12/13] treewide: Use fallthrough pseudo-keyword
Sebastian Huber
- [PATCH 13/13] bsps/arm/realview-pbx-a9: Change license to BSD-2
Joel Sherrill
- [PATCH 13/13] jffs2: Update baseline version to Linux v5.9
Sebastian Huber
- [PATCH 13/13] jffs2: Update baseline version to Linux v5.9
Joel Sherrill
- [PATCH 13/13] jffs2: Update baseline version to Linux v5.9
Chris Johns
- [PATCH 13/13] jffs2: Update baseline version to Linux v5.9
Sebastian Huber
- [PATCH 13/13] jffs2: Update baseline version to Linux v5.9
Chris Johns
- [PATCH 13/13] jffs2: Update baseline version to Linux v5.9
Sebastian Huber
- [PATCH 2/2] arm: Fix PMSA regions for contiguous sections
Sebastian Huber
- [PATCH 2/2] arm: Fix PMSA regions for contiguous sections
Gedare Bloom
- [PATCH 2/2] bare/gnu-tools: Update support for building bare gnu-tools
chrisj at rtems.org
- [PATCH 2/2] bsps/stm32h7: remove external memory initialization from nucleo-h743zi BSP
Karel Gardas
- [PATCH 2/2] rtems-bsps-tiers: add new stm32h7 BSP variants to the tier-3
Karel Gardas
- [PATCH 2/2] rtems-bsps-tiers: add new stm32h7 BSP variants to the tier-3
Joel Sherrill
- [PATCH 2/3] bsp/versal: Support more than 4G of RAM
chrisj at rtems.org
- [PATCH 2/3] bsp/versal: Support more than 4G of RAM
Joel Sherrill
- [PATCH 2/3] bsp/versal: Support more than 4G of RAM
Chris Johns
- [PATCH 2/3] bsp/versal: Support more than 4G of RAM
Gedare Bloom
- [PATCH 2/3] bsp/versal: Support more than 4G of RAM
Kinsey Moore
- [PATCH 2/3] bsps/stm32h7: set default linkage to flash for nucleo-h743zi BSP
Karel Gardas
- [PATCH 2/3] cpukit: Change _COMPILING_NEWLIB to _LIBC for helper functions decls
chrisj at rtems.org
- [PATCH 2/3] cpukit: Change _COMPILING_NEWLIB to _LIBC for helper functions decls
Joel Sherrill
- [PATCH 2/3] cpukit: Change _COMPILING_NEWLIB to _LIBC for helper functions decls
Chris Johns
- [PATCH 2/4] bsps/stm32h7: add configuration and enable build of stm32h747i-disco BSP
Karel Gardas
- [PATCH 2/5] bsps/stm32h7: import stm32h757i-eval QSPI memory high-level driver
Karel Gardas
- [PATCH 2/5] bsps/stm32h7: import stm32h757i-eval QSPI memory high-level driver
Karel Gardas
- [PATCH 2/5] cpukit/posix/src/_execve.c: fix warning
Matthew Joyce
- [PATCH 2/6] arm/lpc32xx: Hide MLC details
Sebastian Huber
- [PATCH 2/7] bsps/stm32h7: enable cache and MPU only on Cortex-M7
Sebastian Huber
- [PATCH 2/7] TFTPFS: Duplicate tftpDriver.c to tftpfs.c
Frank Kuehndel
- [PATCH 2/8] samples/*/*.doc: Change license to BSD-2
Joel Sherrill
- [PATCH 3/3] aarch64/gicv3: Remove accesses to secure registers
chrisj at rtems.org
- [PATCH 3/3] aarch64/gicv3: Remove accesses to secure registers
Gedare Bloom
- [PATCH 3/3] aarch64/gicv3: Remove accesses to secure registers
Chris Johns
- [PATCH 3/3] aarch64/gicv3: Remove accesses to secure registers
Gedare Bloom
- [PATCH 3/3] aarch64/gicv3: Remove accesses to secure registers
Kinsey Moore
- [PATCH 3/3] bsps/stm32h7: set SDRAM 1 size to 0 by default on nucleo-h743zi BSP
Karel Gardas
- [PATCH 3/3] cpukit: Fixes for GCC 12 warnings
chrisj at rtems.org
- [PATCH 3/4] bsps/stm32h7: disable all unsupported U(S)ARTs on stm32h747i-disco BSP
Karel Gardas
- [PATCH 3/5] bsps/stm32h7: allow config and usage of QSPI memory on stm32h757i-eval BSP
Karel Gardas
- [PATCH 3/5] bsps/stm32h7: allow config and usage of QSPI memory on stm32h757i-eval BSP
Gedare Bloom
- [PATCH 3/5] bsps/stm32h7: allow config and usage of QSPI memory on stm32h757i-eval BSP
Gedare Bloom
- [PATCH 3/5] bsps/stm32h7: allow config and usage of QSPI memory on stm32h757i-eval BSP
Karel Gardas
- [PATCH 3/5] bsps/stm32h7: allow config and usage of QSPI memory on stm32h757i-eval BSP
Karel Gardas
- [PATCH 3/5] bsps/stm32h7: allow config and usage of QSPI memory on stm32h757i-eval BSP
Karel Gardas
- [PATCH 3/5] cpukit/libmd/md5.c: fix warning
Matthew Joyce
- [PATCH 3/5] cpukit/libmd/md5.c: fix warning
Gedare Bloom
- [PATCH 3/5] cpukit/libmd/md5.c: fix warning
Joel Sherrill
- [PATCH 3/5] cpukit/libmd/md5.c: fix warning
Sebastian Huber
- [PATCH 3/5] cpukit/libmd/md5.c: fix warning
Gedare Bloom
- [PATCH 3/6] bsp/lpc32xx: Use standard timer 2 tm27.h
Sebastian Huber
- [PATCH 3/7] TFTPFS: Restore tftpDriver.c
Frank Kuehndel
- [PATCH 3/7] TFTPFS: Restore tftpDriver.c
Joel Sherrill
- [PATCH 3/7] TFTPFS: Restore tftpDriver.c
Frank Kühndel
- [PATCH 3/7] TFTPFS: Restore tftpDriver.c
Joel Sherrill
- [PATCH 3/7] TFTPFS: Restore tftpDriver.c
Sebastian Huber
- [PATCH 3/8] psxtmtests/*/*.doc: Change license to BSD-2
Joel Sherrill
- [PATCH 4/4] bsps/stm32h7: set default SDRAM x sizes on stm32h747i-disco BSP
Karel Gardas
- [PATCH 4/5] bsps/stm32h7: import stm32h747i-disco QSPI memory high-level driver
Karel Gardas
- [PATCH 4/5] testsuites/libtests/POSIX/free.c: fix warning
Matthew Joyce
- [PATCH 4/6] bsp/lpc32xx: bsp_interrupt_is_valid_vector()
Sebastian Huber
- [PATCH 4/7] TFTPFS: Implement block and window size options
Frank Kuehndel
- [PATCH 4/8] smptests/*/*.doc: Change license to BSD-2
Joel Sherrill
- [PATCH 5/5] bsps/stm32h7: allow config and usage of QSPI memory on stm32h747i-disco BSP
Karel Gardas
- [PATCH 5/5] testsuites/libtests/malloctest: fix warning
Matthew Joyce
- [PATCH 5/5] testsuites/libtests/malloctest: fix warning
Sebastian Huber
- [PATCH 5/6] bsp/lpc32xx: bsp_interrupt_vector_enable()
Sebastian Huber
- [PATCH 5/7] TFTPFS: Add test suite framework
Frank Kuehndel
- [PATCH 5/8] mptests/*/*.doc: Change license to BSD-2
Joel Sherrill
- [PATCH 6/6] arm/lpc32xx: Implement new interrupt directives
Sebastian Huber
- [PATCH 6/7] TFTPFS: Add tests
Frank Kuehndel
- [PATCH 6/8] sptests/*/*.doc: Change license to BSD-2
Joel Sherrill
- [PATCH 7/7] TFTPFS: Add more tests
Frank Kuehndel
- [PATCH 7/8] samples/iostream/init.cc: Change license to BSD-2
Joel Sherrill
- [PATCH 8/8] sptests/spglobalcon01/init.cc: Change license to BSD-2
Joel Sherrill
- [PATCH] arm/gicv3: Fix building arm/r52
chrisj at rtems.org
- [PATCH] arm/gicv3: Fix building arm/r52
Sebastian Huber
- [PATCH] arm/gicv3: Fix building arm/r52
Chris Johns
- [PATCH] arm/gicv3: Fix building arm/r52
Sebastian Huber
- [PATCH] arm/gicv3: Fix building arm/r52
Kinsey Moore
- [PATCH] arm/gicv3: Fix building arm/r52
Sebastian Huber
- [PATCH] arm/gicv3: Fix building arm/r52
Chris Johns
- [PATCH] bsp/aarch64: Fix array warning
chrisj at rtems.org
- [PATCH] bsp/aarch64: Fix array warning
Joel Sherrill
- [PATCH] bsp/aarch64: Fix array warning
Chris Johns
- [PATCH] bsp/aarch64: Fix array warning
Kinsey Moore
- [PATCH] bsp/aarch64: Fix array warning
Joel Sherrill
- [PATCH] bsps/arm: fix installation of core_cm4.h
Karel Gardas
- [PATCH] bsps/arm: MP core timer setting off by one
chrisj at rtems.org
- [PATCH] bsps/shared/*: Change license to BSD-2
Joel Sherrill
- [PATCH] bsps/shared/*: Change license to BSD-2
Gedare Bloom
- [PATCH] bsps/stm32h7: add stm32h747i-disco-m4 BSP variant
Karel Gardas
- [PATCH] bsps/xilinx-zynq: Init debug console only once
Sebastian Huber
- [PATCH] build: Assert value properties only if not None
Sebastian Huber
- [PATCH] build: Assert value properties only if not None
Chris Johns
- [PATCH] CONTRIBUTING: Warn about white space changes
Sebastian Huber
- [PATCH] CONTRIBUTING: Warn about white space changes
Joel Sherrill
- [PATCH] devel/spike-1.0.0: bump hash
Gedare Bloom
- [PATCH] devel/spike-1.0.0: bump hash
Ryan Long
- [PATCH] devel/spike-1.0.0: bump hash
Gedare Bloom
- [PATCH] gcc12/libstdc++: Fix lifetime bugs for non-TLS eh_globals
chrisj at rtems.org
- [PATCH] irq/arm-gicv3.h: Enable interrupt groups 0 and 1
Sebastian Huber
- [PATCH] irq/arm-gicv3.h: Enable interrupt groups 0 and 1
Chris Johns
- [PATCH] irq/arm-gicv3.h: Enable interrupt groups 0 and 1
Kinsey Moore
- [PATCH] kern_tc.c: Provide a weak hardpps() implementation
Sebastian Huber
- [PATCH] kern_tc.c: Update pps_event() for uniprocessor configurations
Sebastian Huber
- AW: [PATCH] kern_tc.c: Update pps_event() for uniprocessor configurations
Gabriel.Moyano at dlr.de
- AW: [PATCH] kern_tc.c: Update pps_event() for uniprocessor configurations
Sebastian Huber
- AW: AW: [PATCH] kern_tc.c: Update pps_event() for uniprocessor configurations
Gabriel.Moyano at dlr.de
- AW: AW: [PATCH] kern_tc.c: Update pps_event() for uniprocessor configurations
Sebastian Huber
- AW: AW: AW: [PATCH] kern_tc.c: Update pps_event() for uniprocessor configurations
Gabriel.Moyano at dlr.de
- AW: AW: AW: [PATCH] kern_tc.c: Update pps_event() for uniprocessor configurations
Sebastian Huber
- AW: AW: AW: AW: [PATCH] kern_tc.c: Update pps_event() for uniprocessor configurations
Gabriel.Moyano at dlr.de
- AW: AW: AW: AW: [PATCH] kern_tc.c: Update pps_event() for uniprocessor configurations
Sebastian Huber
- [PATCH] kern_tc.c: Update pps_event() for uniprocessor configurations
Gabriel Moyano
- [PATCH] kern_tc.c: Update pps_event() for uniprocessor configurations
Sebastian Huber
- AW: [PATCH] kern_tc.c: Update pps_event() for uniprocessor configurations
Gabriel.Moyano at dlr.de
- [PATCH] libstdc++: 60241.cc: tolerate slightly shorter aggregate sleep
Sebastian Huber
- [PATCH] libstdc++: 60241.cc: tolerate slightly shorter aggregate sleep
Sebastian Huber
- [PATCH] libstdc++: 60241.cc: tolerate slightly shorter aggregate sleep
Sebastian Huber
- [PATCH] libstdc++: 60241.cc: tolerate slightly shorter aggregate sleep
Sebastian Huber
- [PATCH] libstdc++: 60241.cc: tolerate slightly shorter aggregate sleep
Sebastian Huber
- [PATCH] libstdc++: retry removal of dir entries if dir removal fails
Sebastian Huber
- [PATCH] libstdc++: testsuite: fs rename to self may fail
Sebastian Huber
- [PATCH] libstdc++: testsuite: work around bitset namespace pollution
Sebastian Huber
- [PATCH] Proposal for new GPIO API and example implementation for STM32F4 BSP
Duc Doan
- [PATCH] Proposal for new GPIO API and example implementation for STM32F4 BSP
oss at c-mauderer.de
- [PATCH] Proposal for new GPIO API and example implementation for STM32F4 BSP
Duc Doan
- [PATCH] Proposal for new GPIO API and example implementation for STM32F4 BSP
oss at c-mauderer.de
- [PATCH] Proposal for new GPIO API and example implementation for STM32F4 BSP
Duc Doan
- [PATCH] Proposal for new GPIO API and example implementation for STM32F4 BSP
oss at c-mauderer.de
- [PATCH] Proposal for new GPIO API and example implementation for STM32F4 BSP
Duc Doan
- [PATCH] Proposal for new GPIO API and example implementation for STM32F4 BSP
oss at c-mauderer.de
- [PATCH] Proposal for new GPIO API and example implementation for STM32F4 BSP
Duc Doan
- [PATCH] Proposal for new GPIO API and example implementation for STM32F4 BSP
Duc Doan
- [PATCH] Proposal for new GPIO API and example implementation for STM32F4 BSP
Karel Gardas
- [PATCH] Proposal for new GPIO API and example implementation for STM32F4 BSP
Duc Doan
- [PATCH] Proposal for new GPIO API and example implementation for STM32F4 BSP
oss at c-mauderer.de
- [PATCH] Proposal for new GPIO API and example implementation for STM32F4 BSP
oss at c-mauderer.de
- [PATCH] Proposal for new GPIO API and example implementation for STM32F4 BSP
Duc Doan
- [PATCH] Proposal for new GPIO API and example implementation for STM32F4 BSP
Duc Doan
- [PATCH] Proposal for new GPIO API and example implementation for STM32F4 BSP
Karel Gardas
- [PATCH] Proposal for new GPIO API and example implementation for STM32F4 BSP
Duc Doan
- [PATCH] Proposal for new GPIO API and example implementation for STM32F4 BSP
Christian MAUDERER
- [PATCH] Proposal for new GPIO API and example implementation for STM32F4 BSP
Karel Gardas
- [PATCH] Proposal for new GPIO API and example implementation for STM32F4 BSP
Duc Doan
- [PATCH] Proposal for new GPIO API and example implementation for STM32F4 BSP
Christian MAUDERER
- [PATCH] Proposal for new GPIO API and example implementation for STM32F4 BSP
Duc Doan
- [PATCH] Proposal for new GPIO API and example implementation for STM32F4 BSP
oss at c-mauderer.de
- [PATCH] score: Add _CPU_Use_thread_local_storage()
Sebastian Huber
- [PATCH] score: Make SMP only code explicit
Sebastian Huber
- [PATCH] score: Make SMP only code explicit
Joel Sherrill
- [PATCH] score: Make SMP only code explicit
Sebastian Huber
- [PATCH] score: Use right clock for threadq timeouts
Sebastian Huber
- [PATCH] spcpuset01: Account for API changes
Sebastian Huber
- [PATCH] sppps01: Add test case for early returns of pps_event()
Gabriel Moyano
- [PATCH] sppps01: Add test case for early returns of pps_event()
Sebastian Huber
- [PATCH] sys/event.h: Use rtems_libio_t
Sebastian Huber
- [PATCH] testsuite/libtests: Add exit03 to test exit() with C++
chrisj at rtems.org
- [PATCH] testsuite/libtests: Add exit03 to test exit() with C++
Gedare Bloom
- [PATCH] testsuite: Fix gcc 12 warnings
chrisj at rtems.org
- [PATCH] testsuite: Fix gcc 12 warnings
Joel Sherrill
- [PATCH] tools/gnu: Enable LTO in RSB tools
chrisj at rtems.org
- [PATCH] tools/gnu: Enable LTO in RSB tools
Joel Sherrill
- [PATCH] tools/gnu: Enable LTO in RSB tools
Chris Johns
- [PATCH] tools/gnu: Enable LTO in RSB tools
Joel Sherrill
- [PATCH] tools/gnu: Enable LTO in RSB tools
Chris Johns
- [PATCH] user/bsps/arm: improve stm32h7 BSP description
Gedare Bloom
- [PATCH] user/bsps/arm: Second Ethernet on i.MX
Christian Mauderer
- [PATCH] user/bsps/arm: Second Ethernet on i.MX
Chris Johns
- [PATCH] user/bsps/arm: Second Ethernet on i.MX
Christian MAUDERER
- [PATCH] user: Document Zynq network
Gedare Bloom
- [PATCH] validation: Fix CallWithinISR()
Sebastian Huber
- [PATCH] validation: Fix CallWithinISR()
Gedare Bloom
- [PATCH] validation: Fix CallWithinISR()
Sebastian Huber
- [PATCH] validation: Fix CallWithinISR()
Gedare Bloom
- [PATCH] validation: Fix CallWithinISR()
Sebastian Huber
- [PATCH rtems-docs 0/1] TFTPFS: Add block and window size options
Frank Kuehndel
- [PATCH rtems-docs 1/1] TFTPFS: New documentation
Frank Kuehndel
- [PATCH rtems-docs 1/1] TFTPFS: New documentation
Chris Johns
- [PATCH rtems-docs 1/1] TFTPFS: New documentation
Sebastian Huber
- [PATCH rtems-docs 1/1] TFTPFS: New documentation
Joel Sherrill
- [PATCH rtems-docs 1/1] TFTPFS: New documentation
Frank Kühndel
- [PATCH rtems-docs v2] TFTPFS: New documentation
Frank Kuehndel
- [PATCH rtems-libbsd 1/2] if_ffec: Reduce buffer size
Gedare Bloom
- [PATCH rtems-libbsd 1/2] if_ffec: Reduce buffer size
Christian MAUDERER
- [PATCH rtems-libbsd 1/2] if_ffec: Reduce buffer size
Sebastian Huber
- [PATCH rtems-libbsd 1/2] if_ffec: Reduce buffer size
Gedare Bloom
- [PATCH rtems-libbsd 1/2] if_ffec: Reduce buffer size
Christian MAUDERER
- [PATCH rtems-libbsd 1/2] if_ffec: Reduce buffer size
Joel Sherrill
- [PATCH rtems-libbsd 1/2] if_ffec: Reduce buffer size
Christian MAUDERER
- [PATCH rtems-libbsd 1/2] if_ffec: Reduce buffer size
Joel Sherrill
- [PATCH rtems-libbsd 1/2] if_ffec: Reduce buffer size
Gedare Bloom
- [PATCH rtems-libbsd 2/2] if_ffec: Allow PHY that is connected to other FFEC
Gedare Bloom
- [PATCH rtems-libbsd 2/2] if_ffec: Allow PHY that is connected to other FFEC
Christian MAUDERER
- [PATCH rtems-libbsd 2/2] if_ffec: Allow PHY that is connected to other FFEC
Gedare Bloom
- [PATCH rtems-lwip] lwip: Split sources into origin directories
Vijay Kumar Banerjee
- [PATCH rtems-lwip] lwip: Split sources into origin directories
Vijay Kumar Banerjee
- [PATCH rtems-lwip] lwip: Split sources into origin directories
Pavel Pisa
- [PATCH rtems-lwip] lwip: Split sources into origin directories
Vijay Kumar Banerjee
- [PATCH rtems] bsps/atsam: Fix type of options
Gedare Bloom
- [PATCH rtems] bsps/atsam: Fix type of options (part 2)
Christian Mauderer
- [PATCH rtems] bsps/atsam: Fix type of options (part 2)
Joel Sherrill
- [PATCH rtems] bsps/atsam: Fix type of options (part 2)
Christian MAUDERER
- [PATCH rtems] bsps/imx: Enable clock of ETH2
Gedare Bloom
- [PATCH rtems] bsps/imx: Enable clock of ETH2
Christian MAUDERER
- [PATCH rtems v2] bsps/imx: Enable clock of ETH2
Christian Mauderer
- [PATCH rtems v2] bsps/imx: Enable clock of ETH2
Chris Johns
- [PATCH rtems v2] bsps/imx: Enable clock of ETH2
Christian MAUDERER
- [PATCH v1] cpukit/libmisc/capture: fix capture bug
Gedare Bloom
- [PATCH v2 0/6] gcc 12 warning fixes
Matthew Joyce
- [PATCH v2 1/6] libcsupport/src/__times.c: fix warning
Matthew Joyce
- [PATCH v2 2/6] cpukit/posix/src/_execve.c: fix warning
Matthew Joyce
- [PATCH v2 3/6] cpukit/libcsupport/src/__gettod.c: avoid warning
Matthew Joyce
- [PATCH v2 4/6] cpukit/libmd/md5.c: fix warning
Matthew Joyce
- [PATCH v2 5/6] testsuites/libtests/POSIX/free.c: fix warning
Matthew Joyce
- [PATCH v2 6/6] testsuites/libtests/malloctest: fix warnings
Matthew Joyce
- [PATCH v2] kern_tc.c: Update pps_event() for uniprocessor configurations
Gabriel Moyano
- [PATCH v2] kern_tc.c: Update pps_event() for uniprocessor configurations
Sebastian Huber
- [PATCH v2] Use global stdio streams for all configurations
Sebastian Huber
- [PATCH v2] Use global stdio streams for all configurations
Sebastian Huber
- [RSB] GCC 12 libstd++ Fix lifetime bugs for non-TLS eh_globals
chrisj at rtems.org
- [rtems-libbsd commit] freebsd/nfsv4: Fix misaligned 64bit user dirent write
Sebastian Huber
- [rtems-libbsd commit] freebsd/nfsv4: Fix misaligned 64bit user dirent write
Chris Johns
- [tools] tester: Normalize JSON and YAML reports
Sebastian Huber
- [tools] tester: Normalize JSON and YAML reports
Sebastian Huber
- [tools] tester: Normalize JSON and YAML reports
Chris Johns
- [tools] tester: Normalize JSON and YAML reports
Sebastian Huber
- [tools] tester: Normalize JSON and YAML reports
Kinsey Moore
- [tools] tester: Normalize JSON and YAML reports
Sebastian Huber
- [tools] tester: Normalize JSON and YAML reports
Sebastian Huber
- [tools] tester: Normalize JSON and YAML reports
Kinsey Moore
- [tools] tester: Normalize JSON and YAML reports
Chris Johns
- Bare GNU tools update
chrisj at rtems.org
- Congratulations to Two Core Developers
Joel Sherrill
- Congratulations to Two Core Developers
Vijay Kumar Banerjee
- Does libbsd really require POSIX enabled now?
Joel Sherrill
- Does libbsd really require POSIX enabled now?
Sebastian Huber
- Does libbsd really require POSIX enabled now?
Sebastian Huber
- Enable LTO support in RTEMS tools
chrisj at rtems.org
- Fix GICv3 with R52 builds
chrisj at rtems.org
- Fwd: [PATCH] libstdc++: testsuite: use -lbsd for net_ts on RTEMS
Sebastian Huber
- Fwd: [rtems-bsp-builder] 2022-06-18 06:34:41: Profile(s): everything
Joel Sherrill
- Fwd: [rtems-bsp-builder] 2022-06-18 06:34:41: Profile(s): everything
Chris Johns
- Fwd: New Defects reported by Coverity Scan for RTEMS
Joel Sherrill
- Fwd: Re: Request for feedback for CAN message structure
Pavel Pisa
- GCC 12 warnings in testsuite
chrisj at rtems.org
- GSoC 2022 - CAN API test
Pavel Pisa
- Integrating the Formal Methods part of Qualification
Andrew.Butterfield at scss.tcd.ie
- Integrating the Formal Methods part of Qualification
Chris Johns
- One test more for PPS API
Gabriel.Moyano at dlr.de
- Porting PPS API support to RTEMS 5
Gabriel.Moyano at dlr.de
- Porting PPS API support to RTEMS 5
Gedare Bloom
- Problem with STM32 HAL license
Duc Doan
- Problem with STM32 HAL license
Joel Sherrill
- Problem with STM32 HAL license
Karel Gardas
- Problem with STM32 HAL license
Gedare Bloom
- Problem with STM32 HAL license
Joel Sherrill
- Problem with STM32 HAL license
Gedare Bloom
- Problem with STM32 HAL license
Joel Sherrill
- Request for feedback for CAN message structure
Prashanth S
- Request for feedback for CAN message structure
Karel Gardas
- Request for feedback for CAN message structure
Pavel Pisa
- Request for feedback for CAN message structure
oss at c-mauderer.de
- Runtime Loader Exported Symbols Address Size
Alex White
- Runtime Loader Exported Symbols Address Size
Joel Sherrill
- Runtime Loader Exported Symbols Address Size
Chris Johns
- Runtime Loader Exported Symbols Address Size
Joel Sherrill
- Runtime Loader Exported Symbols Address Size
Chris Johns
- Should README's have license statement?
Joel Sherrill
- Should README's have license statement?
Christian MAUDERER
- Static Analysis Tools for RTEMS
Joel Sherrill
- Static Analysis Tools for RTEMS
Chris Johns
- Static Analysis Tools for RTEMS
Joel Sherrill
- Updated CAN message structure.
Prashanth S
- Updated CAN message structure.
Pavel Pisa
Last message date:
Thu Jun 30 23:59:00 UTC 2022
Archived on: Thu Jun 30 23:52:13 UTC 2022
This archive was generated by
Pipermail 0.09 (Mailman edition).