| Age | Commit message (Expand) | Author |
| 2018-04-02 | efiboot: try to read boot.cfg from /EFI/NetBSD on ESP of the booted disk. | nonaka |
| 2018-03-16 | use memmove.S | ryo |
| 2018-03-08 | Add missed file in previous commit. | nonaka |
| 2017-12-31 | PR port-alpha/52520: provide float64 -> uint64 conversion and use | martin |
| 2017-12-21 | Make sure we're loading a relocatable binary, to give the user a chance to | maxv |
| 2017-12-09 | Even smaller and takes print function. | christos |
| 2017-12-08 | don't ifdef _KERNEL | christos |
| 2017-12-08 | use a different, more readable approach. | christos |
| 2017-12-08 | coalesce the two copies of hexdump into libkern | christos |
| 2017-11-30 | Import SHA-3 code into libc and libkern. | riastradh |
| 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-11-02 | Avoid negative shift. | christos |
| 2017-10-30 | Add END(). | 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 |
| 2017-10-08 | Improve comments. | maxv |
| 2017-10-07 | Add a new option in libsa, to load dynamic binaries. A separate function | maxv |
| 2017-10-05 | try a different style of __used. | christos |
| 2017-10-04 | mark first as used for platforms that define PROGRESS to nothing (mvme68k) | christos |
| 2017-09-25 | Clean up and split loadfile, reduces a patch I have. | maxv |
| 2017-07-13 | GCC 5.3 likes to emit unwind data with float registers, i.e. register | joerg |
| 2017-04-18 | Swap arguments to strncmp() so that the thing we are testing, the | uwe |
| 2017-04-18 | Move deallocation of shstrsz inside the block where it is allocated. | uwe |
| 2017-04-17 | Section at index 0 is SHN_UNDEF. When searching for symbol sections | uwe |
| 2017-04-17 | Don't hide first = 1 assignment inside for(), that just obscures the | uwe |
| 2017-03-14 | Add garbage instructions at end of kern_assert after vpanic. | riastradh |
| 2017-02-23 | update marks[MARK_DATA] with COUNT_DATA. | nonaka |
| 2017-02-23 | fix CTF section symbol size was not counted with COUNT_KERNEL. | nonaka |
| 2017-02-03 | Fix build with clang. | roy |
| 2017-01-24 | Initial commit of native amd64 EFI boot loader. | nonaka |
| 2017-01-06 | Explain how all that mess works, without actually fixing it yet. | maxv |
| 2016-12-03 | Fix a wrong flag and KNF. | maxv |
| 2016-09-05 | Check bounds on input. From Michael Plass. | dholland |
| 2016-08-31 | Initialize the marker for the data segment, in case the caller passes not | martin |
| 2016-08-27 | Remove gets() from here too. | dholland |
| 2016-08-27 | PR 51200 gets in libsa considered harmful: remove gets() from libsa. | dholland |
| 2016-08-21 | delete now unused function . | christos |
| 2016-08-20 | extract crc16 code from utoppy driver to a separate file in libkern, for use | jdolecek |
| 2016-08-05 | PR port-ia64/51261 | scole |
| 2016-08-04 | Another header change. | rjs |
| 2016-08-04 | Sync with sys/ufs/ext2fs/ext2fs_bswap.c. | nonaka |
| 2016-08-04 | pass EXT2_DINODE_SIZE(fs) as isize to e2fs_iload(). | nonaka |
| 2016-08-03 | Adjust for change to kernel ext2fs headers. | rjs |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2016-06-25 | Fix typo. | isaki |
| 2016-06-11 | PR 51200 gets in libsa considered harmful: use kgets | dholland |
| 2016-06-11 | gets_s -> kgets. | dholland |