| Age | Commit message (Expand) | Author |
| 2021-05-31 | PR toolchain/55837 | rin |
| 2021-05-31 | PR toolchain/55837 | rin |
| 2021-05-30 | Add "root" command to provide a BTINFO_ROOTDEVICE parameter. | mlelstv |
| 2021-05-27 | add bi-endian support to the libsa ufs reader and enable it in efiboot. | mrg |
| 2021-05-26 | in getdisklabel() swap the other-endian disklabel, #ifdef LIBSA_DISKLABEL_EI | mrg |
| 2021-05-21 | Capture the endianness of the ELF file loaded in 'netbsd_elf_data', the | jmcneill |
| 2021-05-17 | move bi-endian disklabel support from the kernel and libsa into libkern. | mrg |
| 2021-05-12 | push the FFSv1 superblock code into ffs_find_superblock() and | mrg |
| 2021-03-26 | Twiddle also for data transfer for seek. | rin |
| 2021-02-28 | Defer acquiring the FDE lock until after the allocation. This can avoid | joerg |
| 2021-02-23 | Redo the aarch64 support in libunwind. This included a number of bugs | joerg |
| 2021-02-23 | The return address register entry is the DWARF register. On PowerPC, | joerg |
| 2021-01-25 | Build strlist.c. | thorpej |
| 2021-01-23 | Fix building in the _STANDALONE case. | thorpej |
| 2021-01-21 | Allow this to be built for the strlist.c unit tests. | thorpej |
| 2021-01-21 | Add a generic set of routines for interacting with OpenFirmware-style | thorpej |
| 2021-01-16 | remove unused "_DIAGNOSTIC" option and opt_diagnostic.h. | chs |
| 2020-12-19 | Fix previous; define missing lfs_version. | rin |
| 2020-12-19 | ufs_open(): Check fs->lfs_version ifdef LIBSA_*L*FS, not LIBSA_*F*FS. | rin |
| 2020-12-04 | Build x86emu.c with -fno-inline, otherwise all of the auto-inlining | thorpej |
| 2020-09-29 | Add a slow twiddle option. This speeds up a pmax netboot by 15% and | simonb |
| 2020-09-28 | Whitespace alignment nit. | simonb |
| 2020-09-13 | Elf64_Phdr::p_offset is 64 bits, not 32 | jmcneill |
| 2020-09-13 | Elf64_Phdr::p_flags is 32 bits, not 64 | jmcneill |
| 2020-09-07 | remove GCC_NO_ADDR_OF_PACKED_MEMBER for several subdir builds | mrg |
| 2020-09-07 | oops, move GCC_NO_ADDR_OF_PACKED_MEMBER into the right header. | mrg |
| 2020-09-07 | apply GCC_NO_ADDR_OF_PACKED_MEMBER | mrg |
| 2020-09-02 | Reduce diffs to upstream: get rid of FLOAT64_{,DE}MANGLE(); it's no longer | thorpej |
| 2020-09-02 | Update to the SoftFloat-2b version of softfloat.c. This makes a clarifying | thorpej |
| 2020-09-02 | Update to the SoftFloat-2c version of milieu.h. This includes a | thorpej |
| 2020-09-02 | Update to the SoftFloat-2c version of softfloat-specialize.h and softfloat.h. | thorpej |
| 2020-09-01 | Update to the SoftFloat-2c version of softfloat-macros.h. This has 3 | thorpej |
| 2020-09-01 | Update to the SoftFloat-2b version of softfloat-macros.h. This makes a | thorpej |
| 2020-06-30 | Make copystr() a MI C function, part of libkern and shared on all | maxv |
| 2020-06-27 | Support loading boot.cfg from non file-system based devices. | jmcneill |
| 2020-06-06 | Make libsa's vsnprintf() work as expected when passed a NULL | thorpej |
| 2020-05-31 | Add m68k assembler version of __muldi3(). | rin |
| 2020-05-07 | Update the comments. | maxv |
| 2020-04-30 | Rewrite entropy subsystem. | riastradh |
| 2020-04-24 | For m68k, do not compile in {,u}divmodsi4 also, that are not used by | rin |
| 2020-04-23 | Remove "#ifndef __mc68010__ #error" I added when these {,u}divsi3.S and | rin |
| 2020-04-23 | For m68k, do not compile in {,u}divsi3 and {,u}modsi3 since codes | rin |
| 2020-04-22 | Restrict usage of m68k assembler versions of {,u}divsi3 and {,u}divsi3 to | rin |
| 2020-04-17 | Slightly reorder for clarity, and add header. | maxv |
| 2020-04-16 | Revert previous for now: | rin |
| 2020-04-16 | Stop using __KERNEL_RCSID() in header files; it confuses ident(1) by | rin |
| 2020-04-07 | Fix KASAN build on aarch64 | skrll |
| 2020-04-03 | Add KASAN instrumentation on strcat/strchr/strrchr. | maxv |
| 2020-01-27 | Make x86 use the C version of memcmp(). | ad |
| 2020-01-26 | Make a debug printf compile for all platforms | skrll |