Module Name: src Committed By: jmcneill Date: Sun Jun 21 17:26:15 UTC 2020
Modified Files: src/doc: CHANGES Log Message: evbarm: Add support for loading modules with the bootloader. To generate a diff of this commit: cvs rdiff -u -r1.2703 -r1.2704 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.2703 src/doc/CHANGES:1.2704 --- src/doc/CHANGES:1.2703 Mon Jun 15 17:04:03 2020 +++ src/doc/CHANGES Sun Jun 21 17:26:15 2020 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2703 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2704 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -221,3 +221,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0: file(1): Upgraded to 5.39. [christos 20200614] blocklist: import current version [christos 20200614] dhcpcd: Import version 9.1.2 [roy 20200615] + evbarm: Add support for loading modules with the bootloader. + [jmcneill 20200221]