Timeline



05/18/22:

19:01 Changeset in rtems-docs [d5509d6] by Karel Gardas <karel@…>
user/bsps/arm: improve stm32h7 BSP description This patch adds kind of HOWTO to the stm32h7 BSP description. The howto discusses various tools from STM tool-chain and how to use them in order to configure board for RTEMS and to upload RTEMS application binary to the board. The patch also adds more supported boards to the table. Sponsored-By: Precidata
10:46 Changeset in rtems-central [76cae44] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
09:55 Changeset in rtems-central [c7e234d] by Sebastian Huber <sebastian.huber@…>
modules: Update rtems
09:31 Changeset in rtems [89c498c] by Sebastian Huber <sebastian.huber@…>
score: Add SPDX License Identifier Remove URL in copyright notice. Update #3053.
09:30 Changeset in rtems [93800e0] by Sebastian Huber <sebastian.huber@…>
rtems: Relicense rtemsmaxprio.c Change license to BSD-2-Clause according to file history. Update #3053.
09:24 Changeset in rtems [6476cdc] by Sebastian Huber <sebastian.huber@…>
bsps: Relicense <bsp/fatal.h> Add Doxygen documentation. Change license to BSD-2-Clause according to file history. Update #3053.
09:19 Changeset in rtems [be580201] by Sebastian Huber <sebastian.huber@…>
bsps: Relicense <bsp/default-initial-extension.h> Replace Doxygen documentation. Change license to BSD-2-Clause according to file history. Update #3053.
08:21 Changeset in rtems-source-builder [171b8d8] by Chris Johns <chrisj@…>
6/tools: Update to the latest commit
08:13 Changeset in rtems-tools [f199d42] by Chris Johns <chrisj@…>
linkers: Speed up reading large executables for all cases except inlining - Only load the function DWARF data if checking inlines
08:00 Changeset in rtems [f49ef6b] by Sebastian Huber <sebastian.huber@…>
Add file descriptions to kernel space headers
07:59 Changeset in rtems [b992648] by Sebastian Huber <sebastian.huber@…>
Fix copyright notice of kernel space headers Use the copyright notice of the associated header file from FreeBSD if the kernel space header file contains a substantial amount of imported code.
07:49 Changeset in rtems [81962136] by Sebastian Huber <sebastian.huber@…>
Add include guard checks to kernel space headers
07:38 Changeset in rtems-libbsd [15bcf12] by Sebastian Huber <sebastian.huber@…>
libc: Include <sys/types.h> for RTEMS This fixes an issue with a recent Newlib which no longer includes <sys/types.h> in <stdio.h>.
07:38 Changeset in rtems-libbsd [83a9798]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
libc: Include <sys/types.h> for RTEMS This fixes an issue with a recent Newlib which no longer includes <sys/types.h> in <stdio.h>.
07:37 Changeset in rtems-libbsd [1654d5e]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
tcpdump: Do not rely on u_char typedef
07:37 Changeset in rtems-libbsd [3883871] by Sebastian Huber <sebastian.huber@…>
tcpdump: Do not rely on u_char typedef
07:37 Changeset in rtems-libbsd [453ff00] by Sebastian Huber <sebastian.huber@…>
libc: Avoid conflict with Newlib sinit()
07:37 Changeset in rtems-libbsd [8e706de]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
libc: Avoid conflict with Newlib sinit()

05/17/22:

17:39 Changeset in rtems-source-builder [5e76e64] by Karel Gardas <karel@…>
ISL, MPC, MPFR: fix configuration issues on ARM64/Darwin host Updates #4657. Sponsored-By: Precidata
13:24 Ticket #4655 (sync() whould synchronize all file descriptors) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 8d54187/rtems: […]
13:20 Ticket #4656 (sync() whould synchronize all file descriptors (cloned)) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 3ccfb583/rtems: […]

05/16/22:

18:34 Changeset in rtems [5dffbc42] by Sebastian Huber <sebastian.huber@…>
score: Make SMP only code explicit Conditional expressions with inline functions are not optimized away if optimization is disabled. Avoid such expressions to prevent dead branches. It helps also during code review to immediately see if a loop is used or not.
17:40 Ticket #4658 (Fix build issue with riscv sample test) created by Ryan Long
When trying to build the minimum sample test for any RISC-V BSP, the …
17:24 Ticket #4657 (Apple M1 hardware is not able to compile rtems toolchain while using RSB.) created by kgardas
Hello, patch for the defect was already provided here: …
13:24 Changeset in rtems [30b2ad3] by Karel Gardas <karel@…>
bsps/stm32h7: disable all U(S)ARTs except USART1 on stm32h757i-eval-m4 BSP This patch disables all U(S)ARTs which are not supported by the board itself and its provided connectors. Sponsored-By: Precidata
13:19 Changeset in rtems [04fd4ef] by Karel Gardas <karel@…>
bsps/stm32h7: set default SDRAM x sizes on stm32h757i-eval-m4 BSP This means: SDRAM 1: 0 SDRAM 2: 32 MB Sponsored-By: Precidata
13:18 Changeset in rtems [250254ff] by Karel Gardas <karel@…>
bsps/stm32h7: add configuration and enable build of stm32h757i-eval-m4 BSP This is minimalist configuration for the stm32h757i-eval-m4 BSP provided here. The only general enhancement worth mention is a flash origin address configuration which is needed for simplification as M4 core boots from second flash bank which starts at 0x8100000 by default. The boot address of the core may be changed by using STM32CubeProgrammer. If done so then also BSP configuration needs to be changed accordingly. As the BSP variant is running on M4 core, there is also more configuration changes required here. E.g. boot core and ABI (compilation flags) in comparison with stm32h757i-eval BSP. On the other hand, C code is shared completely with this BSP variant. Sponsored-By: Precidata
12:56 Changeset in rtems [7cb73a34] by Karel Gardas <karel@…>
bsps/stm32h7: include CMSIS Cortex-M4 header when required by configuration Sponsored-By: Precidata
12:53 Changeset in rtems [ec39a69] by Karel Gardas <karel@…>
bsps/stm32h7: enable cache and MPU only on Cortex-M7 Sponsored-By: Precidata
12:49 Changeset in rtems [ed814cd] by Karel Gardas <karel@…>
bsps/arm: add CMSIS Cortex-M4 Core Peripheral Access Layer Header File
11:59 Changeset in rtems [186c891] by Karel Gardas <karel@…>
bsps/stm32h7: set default SDRAM x sizes on stm32h757i-eval BSP This means: SDRAM 1: 0 SDRAM 2: 32 MB Sponsored-By: Precidata
11:53 Changeset in rtems [99f00b12] by Karel Gardas <karel@…>
bsps/stm32h7: enable SDRAM 2 MPU region Sponsored-By: Precidata
11:28 Changeset in rtems [42ed4a63] by Karel Gardas <karel@…>
bsps/stm32h7: provide linkcmds for SRAM, FLASH_SDRAM and SRAM_SDRAM linking Sponsored-By: Precidata
11:18 Changeset in rtems [3aab95f] by Karel Gardas <karel@…>
bsps/stm32h7: add and enable test set exclusion for stm32h757i-eval BSP Sponsored-By: Precidata
11:11 Changeset in rtems [1ea6540c] by Karel Gardas <karel@…>
bsps/stm32h7: disable all U(S)ARTs except USART1 on stm32h757i-eval BSP This patch disables all U(S)ARTs which are not supported by the board itself and its provided connectors. Sponsored-By: Precidata
11:01 Changeset in rtems [12491244] by Karel Gardas <karel@…>
bsps/stm32h7: add configuration and enable build of stm32h757i-eval BSP This is minimalist configuration for the stm32h757i-eval BSP provided here. The only general enhancement worth mention is boot core configuration which is needed here as this is the first dual-core board supported by stm32h7 BSP family and we need to choose boot core in order to get C files compiling well. Sponsored-By: Precidata
10:58 Changeset in rtems [2fded81] by Karel Gardas <karel@…>
bsps/stm32h7: add board C files for stm32h757i-eval BSP Besides C files for the BSP variant the patch also provides license clarification on system_stm32h7xx.c file which is provided in boards/stm/stm32h757i-eval directory. The files comes from STM32CubeH7 project and references "root directory" in its license comment and it's not clear where this points out. Let's add clarification comment about it and also based on it and resulting license let's add SPDX license identifier. Sponsored-By: Precidata

05/15/22:

20:10 Changeset in rtems [135d527] by Karel Gardas <karel@…>
bsp/stm32h7: remove system files from start directory The files are already presented in boards directories and are not needed in start directory anymore. Sponsored-By: Precidata
20:10 Changeset in rtems [31f756b0] by Karel Gardas <karel@…>
bsp/stm32h7: copy system files to nucleo-h743zi board directory Also adjust BSP spec file to make it buildable with board files. Sponsored-By: Precidata
20:10 Changeset in rtems [f8a9a47d] by Karel Gardas <karel@…>
bsp/stm32h7: copy system files to stm32h743i-eval board directory Also adjust BSP spec file to make it buildable with board files. Sponsored-By: Precidata
20:10 Changeset in rtems [6b051182] by Karel Gardas <karel@…>
bsp/stm32h7: remove stm32h7b3i-dk related changes from start system files Sponsored-By: Precidata
20:10 Changeset in rtems [d8017f20] by Karel Gardas <karel@…>
bsp/stm32h7: update stm32h7b3i-dk board system_stm32h7xx.c file Updated content comes from STM32CubeIDE 1.9.0 generated for STM32H7B3I-DK board and have RTEMS related changes merged in. Sponsored-By: Precidata
20:10 Changeset in rtems [63e327f9] by Karel Gardas <karel@…>
bsp/stm32h7: cleanup osc, clk, per files for stm32h7b3i-dk board Sponsored-By: Precidata
20:10 Changeset in rtems [7234516c] by Karel Gardas <karel@…>
bsp/stm32h7: copy system files to stm32h7b3i-dk board directory Also adjust BSP spec file to make it buildable with board files. Sponsored-By: Precidata
20:10 Changeset in rtems [836eeb6] by Karel Gardas <karel@…>
bsp/stm32h7: move compilation of system files to BSPs spec. files The patch is done in preparation for stm32h7 BSP tree refactoring. Sponsored-By: Precidata

05/14/22:

19:56 Changeset in rtems-libbsd [5f0e041]6-freebsd-12 by Rick Macklem <rmacklem@…>
uipc_socket.c: Modify MSG_TLSAPPDATA to only do Alert Records Without this patch, the MSG_TLSAPPDATA flag would cause soreceive_generic() to return ENXIO for any non-application data record in a TLS receive stream. This works ok for TLS1.2, since Alert records appear to be the only non-application data records received. However, for TLS1.3, there can be post-handshake handshake records, such as NewSessionKey? sent to the client from the server. These handshake records cannot be handled by the upcall which does an SSL_read() with length == 0. It appears that the client can simply throw away these NewSessionKey? records, but to do so, it needs to receive them within the kernel. This patch modifies the semantics of MSG_TLSAPPDATA slightly, so that it only applies to Alert records and not Handshake records. It is needed to allow the krpc to work with KTLS1.3. Reviewed by: hselasky MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D35170
19:56 Changeset in rtems-libbsd [e86ac20] by Rick Macklem <rmacklem@…>
uipc_socket.c: Modify MSG_TLSAPPDATA to only do Alert Records Without this patch, the MSG_TLSAPPDATA flag would cause soreceive_generic() to return ENXIO for any non-application data record in a TLS receive stream. This works ok for TLS1.2, since Alert records appear to be the only non-application data records received. However, for TLS1.3, there can be post-handshake handshake records, such as NewSessionKey? sent to the client from the server. These handshake records cannot be handled by the upcall which does an SSL_read() with length == 0. It appears that the client can simply throw away these NewSessionKey? records, but to do so, it needs to receive them within the kernel. This patch modifies the semantics of MSG_TLSAPPDATA slightly, so that it only applies to Alert records and not Handshake records. It is needed to allow the krpc to work with KTLS1.3. Reviewed by: hselasky MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D35170

05/13/22:

11:15 Changeset in rtems [5a16598] by Sebastian Huber <sebastian.huber@…>
score: Fix SMP priority affinity scheduler yield
11:10 Changeset in rtems [3ccfb583] by Sebastian Huber <sebastian.huber@…>
Synchronize all file descriptors in sync() Synchronize all file descriptors and not just the ones associated with a FILE object. Close #4656.
11:10 Changeset in rtems [8d54187]5 by Sebastian Huber <sebastian.huber@…>
Synchronize all file descriptors in sync() Synchronize all file descriptors and not just the ones associated with a FILE object. Close #4655.
10:58 Ticket #4656 (sync() whould synchronize all file descriptors (cloned)) created by Sebastian Huber
Cloned from #4655: ---- According to POSIX …
10:58 Ticket #4655 (sync() whould synchronize all file descriptors) created by Sebastian Huber
According to POSIX …
08:53 Changeset in rtems-libbsd [00365c0]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
libbsd.txt: Move introduction content
08:53 Changeset in rtems-libbsd [5c4cf1f] by Sebastian Huber <sebastian.huber@…>
libbsd.txt: Move introduction content
08:37 Changeset in rtems-libbsd [5edfd30] by Sebastian Huber <sebastian.huber@…>
CONTRIBUTING.rst: Use LibBSD
08:37 Changeset in rtems-libbsd [9fa59f7]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
CONTRIBUTING.rst: Use LibBSD
08:25 Changeset in rtems-libbsd [564ea9e]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
README.md: Move SMP Requirements section
08:25 Changeset in rtems-libbsd [765a0b7] by Sebastian Huber <sebastian.huber@…>
README.md: Move SMP Requirements section
06:46 Changeset in rtems-libbsd [2e25292] by Sebastian Huber <sebastian.huber@…>
dhcpcd01/dhcpcd02: Mark as interactive
06:46 Changeset in rtems-libbsd [62714de]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
dhcpcd01/dhcpcd02: Mark as interactive

05/12/22:

12:53 Changeset in rtems-libbsd [0ad7038] by Sebastian Huber <sebastian.huber@…>
README.md: The "5" branch is unmaintained
12:53 Changeset in rtems-libbsd [c5f523b]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
README.md: The "5" branch is unmaintained
12:52 Changeset in rtems-libbsd [95fde10] by Sebastian Huber <sebastian.huber@…>
README.md: Update to RTEMS 6
12:52 Changeset in rtems-libbsd [cf33235]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
README.md: Update to RTEMS 6
07:19 Changeset in rtems-tools [ff68bcc] by Karel Gardas <karel@…>
rtemstoolkit:libelf: sync _libelf_config.h with FreeBSD This fixes compilation issue on Apple M1.
05:49 Ticket #4649 (tcpdump: Fix dumping to file and reading from file) closed by Sebastian Huber <sebastian.huber@…>
fixed: In ea80d58/rtems-libbsd: […]
05:44 Ticket #4650 (tcpdump: Fix dumping to file and reading from file (cloned)) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 5ad77a9/rtems-libbsd: […]
05:40 Ticket #4651 (if_atsam: Fix checksum offload, add multicast and VLAN support) closed by Sebastian Huber <sebastian.huber@…>
fixed: In a661df0/rtems-libbsd: […]
02:48 Changeset in rtems [901bc14] by Tian Ye <tianye@…>
score: Add SMP priority affinity scheduler yield

05/11/22:

21:22 Changeset in rtems-source-builder [620b624] by Kinsey Moore <kinsey.moore@…>
source-builder: Handle utf8 in path It's possible for an environment to have unicode characters in its paths. This was recently exposed by the latest newlib update and RSB fails under Python 2.7 in this situation. This resolves the issue by ensuring that the paths are encoded and decoded as necessary. Related issue that caused the change in newlib: https://github.com/golang/go/issues/27836
14:02 Ticket #4652 (if_atsam: Fix checksum offload, add multicast and VLAN support (cloned)) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 38e1610/rtems-libbsd: […]
13:39 Changeset in rtems-libbsd [38e1610] by Sebastian Huber <sebastian.huber@…>
if_atsam: Fix interface stop Close #4652.
13:39 Changeset in rtems-libbsd [a661df0]5-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_atsam: Fix interface stop Close #4651.
13:39 Changeset in rtems-libbsd [e992d45]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_atsam: Fix interface stop Update #4652.
13:21 Ticket #4653 (pfctl: Fix global state initialization) closed by Sebastian Huber <sebastian.huber@…>
fixed: In e00ca96/rtems-libbsd: […]
13:19 Ticket #4654 (pfctl: Fix global state initialization (cloned)) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 211c5ed/rtems-libbsd: […]
11:43 Changeset in rtems-libbsd [435b298]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
pfctl: Fix global state initialization Update #4654.
11:43 Changeset in rtems-libbsd [ae635eb] by Sebastian Huber <sebastian.huber@…>
pfctl: Fix global state initialization Update #4654.
11:43 Changeset in rtems-libbsd [e00ca96]5-freebsd-12 by Sebastian Huber <sebastian.huber@…>
pfctl: Fix global state initialization Close #4653.
11:37 Ticket #4654 (pfctl: Fix global state initialization (cloned)) created by Sebastian Huber
Cloned from #4653: ---- The last update introduced a static variable …
11:37 Changeset in rtems-libbsd [211c5ed] by Sebastian Huber <sebastian.huber@…>
pf02: Fix shell envirionment initialization Close #4654.
11:37 Changeset in rtems-libbsd [c9696eb]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
pf02: Fix shell envirionment initialization Update #4654.
11:37 Changeset in rtems-libbsd [d1b5468]5-freebsd-12 by Sebastian Huber <sebastian.huber@…>
pf02: Fix shell envirionment initialization Update #4653.
11:37 Ticket #4653 (pfctl: Fix global state initialization) created by Sebastian Huber
The last update introduced a static variable in get_query_socket() …
09:42 Changeset in rtems-libbsd [f62a9f1]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
ttcp: Avoid namespace pollution The global err() function broke a lot of other commands.
06:48 Ticket #4652 (if_atsam: Fix checksum offload, add multicast and VLAN support (cloned)) created by Sebastian Huber
Cloned from #4651: ---- The if_atsam network interface driver has …
06:48 Ticket #4651 (if_atsam: Fix checksum offload, add multicast and VLAN support) created by Sebastian Huber
The if_atsam network interface driver has several issues. Do not …
06:44 Ticket #4650 (tcpdump: Fix dumping to file and reading from file (cloned)) created by Sebastian Huber
Cloned from #4649: ---- When dumping to file, the file needs to be …
06:44 Ticket #4649 (tcpdump: Fix dumping to file and reading from file) created by Sebastian Huber
When dumping to file, the file needs to be closed at program exit. …
06:26 Changeset in rtems-libbsd [4ad0961]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_atsam: Support transmit bpf Update #4652.
06:26 Changeset in rtems-libbsd [8039d70] by Sebastian Huber <sebastian.huber@…>
if_atsam: Support transmit bpf Update #4652.
06:26 Changeset in rtems-libbsd [c1b15c7]5-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_atsam: Support transmit bpf Update #4651.
06:24 Changeset in rtems-libbsd [32ebbd3] by Sebastian Huber <sebastian.huber@…>
tcpdump: Ensure loop monitor termination Update #4650.
06:24 Changeset in rtems-libbsd [45c9bd2]5-freebsd-12 by Sebastian Huber <sebastian.huber@…>
tcpdump: Ensure loop monitor termination Update #4649.
06:24 Changeset in rtems-libbsd [45dfdc1]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
tcpdump: Ensure loop monitor termination Update #4650.
06:14 Changeset in rtems-libbsd [47ec4b8]5-freebsd-12 by Sebastian Huber <sebastian.huber@…>
tcpdump: No loop monitor if reading from file Update #4649.
06:14 Changeset in rtems-libbsd [70c9ac2]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
tcpdump: No loop monitor if reading from file Update #4650.
06:14 Changeset in rtems-libbsd [c9b44ba9] by Sebastian Huber <sebastian.huber@…>
tcpdump: No loop monitor if reading from file Update #4650.
06:13 Changeset in rtems-libbsd [011f489] by Sebastian Huber <sebastian.huber@…>
tcpdump: Close pcap dumper at program exit Update #4650.
06:13 Changeset in rtems-libbsd [869cb1a]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
tcpdump: Close pcap dumper at program exit Update #4650.
06:13 Changeset in rtems-libbsd [cb01e5b]5-freebsd-12 by Sebastian Huber <sebastian.huber@…>
tcpdump: Close pcap dumper at program exit Update #4649.
06:12 Changeset in rtems-libbsd [6fb7134] by Sebastian Huber <sebastian.huber@…>
tcpdump: Use rtems_task_exit() Update #4650.
06:12 Changeset in rtems-libbsd [d5fdfbb]5-freebsd-12 by Sebastian Huber <sebastian.huber@…>
tcpdump: Use rtems_task_exit() Update #4649.
06:12 Changeset in rtems-libbsd [face369]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
tcpdump: Use rtems_task_exit() Update #4650.
06:12 Changeset in rtems-libbsd [479b4de] by Sebastian Huber <sebastian.huber@…>
tcpdump: Make loop monitor cooperative This helps a bit if the fgetc() is non-blocking. Update #4650.
06:12 Changeset in rtems-libbsd [a5bdd7a]5-freebsd-12 by Sebastian Huber <sebastian.huber@…>
tcpdump: Make loop monitor cooperative This helps a bit if the fgetc() is non-blocking. Update #4649.
06:12 Changeset in rtems-libbsd [bd2201b]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
tcpdump: Make loop monitor cooperative This helps a bit if the fgetc() is non-blocking. Update #4650.
06:09 Changeset in rtems-libbsd [584dd8d]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
tcpdump: Do not use signals and chroot Update #4650.
06:09 Changeset in rtems-libbsd [5ad77a9] by Sebastian Huber <sebastian.huber@…>
tcpdump: Do not use signals and chroot Close #4650.
06:09 Changeset in rtems-libbsd [ea80d58]5-freebsd-12 by Sebastian Huber <sebastian.huber@…>
tcpdump: Do not use signals and chroot Close #4649.

05/10/22:

14:11 Changeset in rtems-libbsd [5c88a52]5-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Add program destructor support Update #4649.
14:11 Changeset in rtems-libbsd [7bc7bae]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Add program destructor support Update #4650.
14:11 Changeset in rtems-libbsd [c621252] by Sebastian Huber <sebastian.huber@…>
Add program destructor support Update #4650.
12:01 Changeset in rtems-libbsd [544ba25] by Sebastian Huber <sebastian.huber@…>
tcpdump01: New test Update #4650.
12:01 Changeset in rtems-libbsd [6364f45]5-freebsd-12 by Sebastian Huber <sebastian.huber@…>
tcpdump01: New test Update #4649.
12:01 Changeset in rtems-libbsd [a4c3d74]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
tcpdump01: New test Update #4650.
06:00 Changeset in rtems-libbsd [2a174be]5-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_atsam: Do not use rtems_bsdnet_newproc() Update #4651.
06:00 Changeset in rtems-libbsd [5c4ac7a] by Sebastian Huber <sebastian.huber@…>
if_atsam: Do not use rtems_bsdnet_newproc() Update #4652.
06:00 Changeset in rtems-libbsd [989675e]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_atsam: Do not use rtems_bsdnet_newproc() Update #4652.
05:49 Changeset in rtems-libbsd [202502a] by Sebastian Huber <sebastian.huber@…>
if_atsam: Support IFCAP_VLAN_HWTAGGING This is required to enable checksum offload for vlan interfaces. Update #4652.
05:49 Changeset in rtems-libbsd [245ca94]5-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_atsam: Support IFCAP_VLAN_HWTAGGING This is required to enable checksum offload for vlan interfaces. Update #4651.
05:49 Changeset in rtems-libbsd [821bcb7]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_atsam: Support IFCAP_VLAN_HWTAGGING This is required to enable checksum offload for vlan interfaces. Update #4652.

05/09/22:

10:06 Changeset in rtems-source-builder [3abfc9c] by Sebastian Huber <sebastian.huber@…>
7: Remove superfluous GCC patch
05:56 Changeset in rtems-source-builder [5a53e79] by Sebastian Huber <sebastian.huber@…>
6: Update to GCC 12
05:54 Changeset in rtems-source-builder [c166f28] by Sebastian Huber <sebastian.huber@…>
7: Update Binutils, GDB, and GCC

05/08/22:

11:11 Ticket #4648 (Documentation Needs to Use Version Variables not Hard-Coded Numbers) created by Chris Johns
This ticket is to track all the documentation changes for the RTEMS 6 …

05/06/22:

12:19 Ticket #4647 (Enhancement: RSB: Improve documentation for --with/--without command ...) created by Frank Kuehndel
Currently, sb-set-builder --help does not list which …
06:23 Changeset in rtems-libbsd [204a487]5-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_atsam: Optimize receive Do not use the interface mutex in the receive loop. Avoid multiple reads of DMA descriptor words. Use a compile-time constant for the receive DMA descriptor count to simplify calculations. Update #4651.
06:23 Changeset in rtems-libbsd [62fc2b6] by Sebastian Huber <sebastian.huber@…>
if_atsam: Optimize receive Do not use the interface mutex in the receive loop. Avoid multiple reads of DMA descriptor words. Use a compile-time constant for the receive DMA descriptor count to simplify calculations. Update #4652.
06:23 Changeset in rtems-libbsd [967613f]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_atsam: Optimize receive Do not use the interface mutex in the receive loop. Avoid multiple reads of DMA descriptor words. Use a compile-time constant for the receive DMA descriptor count to simplify calculations. Update #4652.
06:20 Changeset in rtems-libbsd [1fee8dd]5-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_atsam: Optimize transmit Use the transmit interface handler to avoid a transmit task/interrupt. Use a compile-time constant for the transmit DMA descriptor count to simplify calculations. Update #4651.
06:20 Changeset in rtems-libbsd [2cb974f]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_atsam: Optimize transmit Use the transmit interface handler to avoid a transmit task/interrupt. Use a compile-time constant for the transmit DMA descriptor count to simplify calculations. Update #4652.
06:20 Changeset in rtems-libbsd [6be24bd] by Sebastian Huber <sebastian.huber@…>
if_atsam: Optimize transmit Use the transmit interface handler to avoid a transmit task/interrupt. Use a compile-time constant for the transmit DMA descriptor count to simplify calculations. Update #4652.

05/05/22:

22:03 Ticket #4646 (Control buildsets using the --with-* command line option) closed by Chris Johns <chrisj@…>
fixed: In 7d80719/rtems-source-builder: […]
20:12 Changeset in rtems-libbsd [2556c4c]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_atsam: Fix warnings Update #4652.
20:12 Changeset in rtems-libbsd [73c764a] by Sebastian Huber <sebastian.huber@…>
if_atsam: Fix warnings Update #4652.
20:12 Changeset in rtems-libbsd [a4b878c]5-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_atsam: Fix warnings Update #4651.
07:19 Changeset in rtems-libbsd [1230011]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_atsam: Fix start/stop of interface Update #4652.
07:19 Changeset in rtems-libbsd [1fe1bc6]5-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_atsam: Fix start/stop of interface Update #4651.
07:19 Changeset in rtems-libbsd [f4efcbf] by Sebastian Huber <sebastian.huber@…>
if_atsam: Fix start/stop of interface Update #4652.
07:18 Changeset in rtems-libbsd [339ba3d] by Sebastian Huber <sebastian.huber@…>
if_atsam: Fix interrupt setup The interrupt is enabled by rtems_interrupt_handler_install(). Update #4652.
07:18 Changeset in rtems-libbsd [46ec9d7]5-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_atsam: Fix interrupt setup The interrupt is enabled by rtems_interrupt_handler_install(). Update #4651.
07:18 Changeset in rtems-libbsd [975916a]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_atsam: Fix interrupt setup The interrupt is enabled by rtems_interrupt_handler_install(). Update #4652.
06:37 Changeset in rtems-libbsd [3150b37] by Sebastian Huber <sebastian.huber@…>
if_atsam: Add multicast support Update #4652.
06:37 Changeset in rtems-libbsd [58162da]5-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_atsam: Add multicast support Update #4651.
06:37 Changeset in rtems-libbsd [c944cb9]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_atsam: Add multicast support Update #4652.
06:17 Changeset in rtems [4e449f49] by Sebastian Huber <sebastian.huber@…>
build: Check for psxtests prerequisites Close #4645.
06:14 Ticket #4645 (waf crashes when building PSXTESTS) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 4e449f49/rtems: […]
02:32 Changeset in rtems-source-builder [7d80719] by Chris Johns <chrisj@…>
sb/setbuilder: Control buildsets using the --with-* command line option - Expand macros in buildset file names - Add support to buildsets for %defineifnot - Update 6 and 7 to support command line build overrides Closes #4646
01:03 Ticket #4646 (Control buildsets using the --with-* command line option) created by Chris Johns
The following thread has raise an important issue on how we can test …

05/04/22:

23:23 Ticket #4645 (waf crashes when building PSXTESTS) created by Eric Peterson
Working off of RTEMS master (d56d8a60695805d9a54bcc14fdaaae04e6c1ab53) …
13:55 Ticket #4429 (clock_nanosleep() may use wrong clock for relative times (cloned)) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 5d73509/rtems: […]
13:53 Ticket #4643 (wkspace "failed allocations" increase with heap protection enabled) closed by Sebastian Huber <sebastian.huber@…>
fixed: In be5d2bc0/rtems: […]
13:31 Changeset in rtems-libbsd [4780eff]5-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_atsam: Do not disable the Ethernet CRC The Ethernet CRC and padding must be always generated by the MAC. Update #4651.
13:31 Changeset in rtems-libbsd [5b62a8b] by Sebastian Huber <sebastian.huber@…>
if_atsam: Do not disable the Ethernet CRC The Ethernet CRC and padding must be always generated by the MAC. Update #4652.
13:31 Changeset in rtems-libbsd [adda3a5]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_atsam: Do not disable the Ethernet CRC The Ethernet CRC and padding must be always generated by the MAC. Update #4652.
13:31 Changeset in rtems-libbsd [79e7421]5-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_atsam: Enable all capabilities Update #4651.
13:31 Changeset in rtems-libbsd [7e082f6]6-freebsd-12 by Sebastian Huber <sebastian.huber@…>
if_atsam: Enable all capabilities Update #4652.
13:31 Changeset in rtems-libbsd [c58bb60] by Sebastian Huber <sebastian.huber@…>
if_atsam: Enable all capabilities Update #4652.
11:03 Changeset in rtems-docs [c16c8c6] by Sebastian Huber <sebastian.huber@…>
user: Update architectures supporting TLS
Note: See TracTimeline for information about the timeline view.