Timeline



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

05/03/22:

18:32 Changeset in rtems [3afdf65] by Ryan Long <ryan.long@…>
error.c: Add file header and license This file had no header, copyright, or license. Based on git history, added appropriate copyright and license.
18:25 Changeset in rtems [86a6aca9] by Ryan Long <ryan.long@…>
ftpd.c: Add file header and license This file had no header, copyright, or license. Based on git history, added appropriate copyright and license.
06:25 Changeset in rtems-source-builder [22e32ec] by Sebastian Huber <sebastian.huber@…>
7: Back port gcov-tool merge-stream to GCC 12 Update #4196.
06:21 Changeset in rtems-source-builder [5866194] by Sebastian Huber <sebastian.huber@…>
7: Update Binutils, GDB, and GCC

05/02/22:

17:42 Changeset in rtems-central [ec34172] by Sebastian Huber <sebastian.huber@…>
interface: Change register bits brief
17:13 Changeset in rtems-central [7a42181] by Sebastian Huber <sebastian.huber@…>
interface: Support register sets
17:11 Changeset in rtems-central [4fedb86] by Sebastian Huber <sebastian.huber@…>
content: Rename close_add_to_group() Rename close_add_to_group() in add_close_group().
01:39 Changeset in rtems [0dec20c5] by Matthew Wilcox (Oracle) <willy@…>
fs: Change the type of filler_t By making filler_t the same as read_folio, we can use the same function for both in gfs2. We can push the use of folios down one more level in jffs2 and nfs. We also increase type safety for future users of the various read_cache_page() family of functions by forcing the parameter to be a pointer to struct file (or NULL). Signed-off-by: Matthew Wilcox (Oracle) <willy@…> Reviewed-by: Christoph Hellwig <hch@…> Reviewed-by: Andreas Gruenbacher <agruenba@…>

05/01/22:

23:39 Changeset in rtems [a594c8a] by Matthew Wilcox (Oracle) <willy@…>
jffs2: Pass the file pointer to jffs2_do_readpage_unlock() In preparation for unifying the read_cache_page() and read_folio() implementations, make jffs2_do_readpage_unlock() get the inode from the page instead of passing it in from read_cache_page(). Signed-off-by: Matthew Wilcox (Oracle) <willy@…> Reviewed-by: Christoph Hellwig <hch@…>
Note: See TracTimeline for information about the timeline view.