summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2023-06-03fix various typos in comments and messages.andvar
2023-06-03bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBERlukem
2023-06-02follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos.andvar
2023-06-01fix various typos in comments.andvar
2023-05-28Second arg to fdt_memory_remove_range is a size so pass dtbsize and notskrll
2023-05-28s/Resture/Restore/ and s/restared/restarted/ in comments.andvar
2023-05-27fix word endings toin -> tion in comments.andvar
2023-05-26Fix potential null dereference by simply adding last_gd != NULL checkandvar
2023-05-26include arm/arm32/pte.h to gemini_ipm.c to fix GEMINI_MASTER/SLAVE config bui...andvar
2023-05-26set error to EIO on SKEY_ABORTED_COMMAND.andvar
2023-05-26initialize error on definition to fix 'error' may not be initialized issue.andvar
2023-05-25Fix CLKF_INTR so that not all time is shown as being spent in interrupts.skrll
2023-05-24introduce imx6sx_platform_bootstrap(), which calls imx_platform_bootstrap()bouyer
2023-05-23use macros compatible with xf86-video-suncg14 to issue SX instructionsmacallan
2023-05-22i386/GENERIC: Enable EFI runtime support.riastradh
2023-05-22i386/ALL: Enable EFI runtime support.riastradh
2023-05-22efi(4): Implement EFIIOC_GET_TABLE on x86.riastradh
2023-05-22efi(4): Move error macros to efi.h.riastradh
2023-05-22Fix a commentskrll
2023-05-21small fixes, code shuffle for ease of understanding.nisimura
2023-05-14Bump MAXTSIZ from 64MB to 128MB also for o32.he
2023-05-14Update loadbsd source and distribution binary to version 3.3.phx
2023-05-14Check for RB_HALT in cpu_reboot.skrll
2023-05-14x86/efiboot: Nix trailing whitespace.riastradh
2023-05-14x86/locore.S: Nix trailing whitespace.riastradh
2023-05-13s/requied/required/ in comments (likely grammar should be also improved in theandvar
2023-05-13fix typos in comments.andvar
2023-05-10Raise the version for new feature (here reloc command)manu
2023-05-10sandpoint: Use config_detach_children to reduce error branch bugs.riastradh
2023-05-10powerpc: Use config_detach_children to reduce error branch bugs.riastradh
2023-05-10mips: Use config_detach_children to reduce error branch bugs.riastradh
2023-05-10x86/imc(4): Use config_detach_children.riastradh
2023-05-09ichlpcib(4): Use config_detach_children.riastradh
2023-05-09ichlpcib(4): KNF. No functional change intended.riastradh
2023-05-09check for proper error value from OF_finddevice()macallan
2023-05-08Don't expose vaddr_t or register_t to userland. The gdb configure scriptskrll
2023-05-08Ugly hack to fix the builds.skrll
2023-05-08Remove some #if 0'ed codeskrll
2023-05-08KNFskrll
2023-05-08RISC-V: Add the Google Goldfish RTC to the GENERIC.commonskrll
2023-05-07RISC-V support that works on QEMU with a single hart.skrll
2023-05-06few more typos in the word "register", mainly s/resister/register/.andvar
2023-05-06s/Regiser/Register/ and s/regester/register/ in comments.andvar
2023-05-06s/Registre/Register/ in comment.andvar
2023-05-06s/regster/register/ in comments and error messages.andvar
2023-05-05remove commented out entries, leftover from the imx6q ccm code.bouyer
2023-05-05Fix typo, preventing i2c4 from attachingbouyer
2023-05-05Add a SELFRELOC kernel option for the sake of documentation clarity.manu
2023-05-04The i.mx6sx has 2 OTG and one host-only USB controller, while the 6q hasbouyer
2023-05-04experimental IMX6SX support:bouyer