| Age | Commit message (Expand) | Author |
| 2022-04-24 | Ask driver about sector size to support reading superblocks from fixed | mlelstv |
| 2022-04-19 | Typo in comment. avoinds -> avoids | skrll |
| 2022-01-05 | fix typos, mainly s/comand/command/ | andvar |
| 2021-10-17 | Only define DEFAULT_TIMEOUT if it is not already defined. | jmcneill |
| 2021-09-07 | Remove banner printing code from bootloaders, add it to libsa. | nia |
| 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 |
| 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-09-29 | Add a slow twiddle option. This speeds up a pmax netboot by 15% and | 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-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-07 | Update the comments. | maxv |
| 2020-01-26 | Make a debug printf compile for all platforms | skrll |
| 2020-01-24 | Use dp->e2d_namlen rather than strlen(dp->e2d_name) in ext2fs_ls(). | jakllsch |
| 2020-01-22 | To support big partitions we need to make sure all byte offsets are calculated | martin |
| 2019-11-21 | apply the strncmp hack only to !clang. requested by tnn. | mrg |
| 2019-11-21 | from the new comment: | mrg |
| 2019-10-17 | Make sure we're dealing with a static binary. Otherwise we could crash if | maxv |
| 2019-07-21 | Add SA_ENABLE_BIENDIAN option, which enable us to load kernel image of | rin |
| 2019-06-24 | Now that the ufs module has been split out from ffs and ext2fs, we need | pgoyette |
| 2019-06-20 | Add KASLR support in UEFI. | maxv |
| 2019-04-05 | Go back ot using 0x%x instead of %#x because we don't always support the | christos |
| 2019-04-02 | fix sign-compare and sign-passing errors. | christos |
| 2019-03-31 | fix warnings, printf formats, etc. | christos |
| 2019-03-31 | correct debug message, d->myport has network byte order. | mlelstv |
| 2019-02-03 | - remove unreachable code | mrg |
| 2018-08-23 | Support loading read-only data sections. ARM64 ELF kernels need this. ok skrll@ | jmcneill |
| 2018-06-05 | Use the standard build rules. | christos |
| 2018-05-27 | - Introduce :q modifier for make variables and make it double escape $'s so | christos |
| 2018-05-09 | Remove annoying things, style, and fix buffer overflows. | maxv |
| 2018-04-02 | efiboot: try to read boot.cfg from /EFI/NetBSD on ESP of the booted disk. | nonaka |
| 2018-03-08 | Add missed file in previous commit. | nonaka |
| 2017-12-21 | Make sure we're loading a relocatable binary, to give the user a chance to | maxv |
| 2017-11-15 | Support large pages on KASLR kernels, in a way that does not reduce | maxv |
| 2017-11-13 | Don't process ELF sections that don't have the ALLOC flag set. | maxv |
| 2017-11-13 | Revert my last revision, that is to say, don't group sections into | maxv |
| 2017-10-18 | Group the sections into segments, and align to KERNALIGN only between | maxv |
| 2017-10-13 | Introduce two functions, and dedup code. | maxv |
| 2017-10-13 | Constify offset, it must not change. | maxv |