| Age | Commit message (Expand) | Author |
| 2023-06-03 | adapt to ${CC_WNO_ADDRESS_OF_PACKED_MEMBER} | lukem |
| 2023-06-03 | bsd.own.mk: rename to CC_WNO_ADDRESS_OF_PACKED_MEMBER | lukem |
| 2022-11-17 | Restore backward compatibility of UFS2 with previous NetBSD releases by | chs |
| 2022-05-14 | PR 56829: Fix "map" call to Open Firmware and no longer mess up OFW stack. | hgutch |
| 2022-04-29 | Fix fallout from libsa change; stand.h includes <sys/param.h> now. | rin |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and l... | andvar |
| 2021-04-12 | remove shadowed (common) declarations of various libsa variables | mrg |
| 2020-09-06 | add support for new GCC 9 warnings that may be too much to fix | mrg |
| 2020-06-03 | Appease clang -Waddress-of-packed-member for <ufs/lfs/lfs_accessors.h>, | rin |
| 2020-04-23 | Uses LFS boot code | joerg |
| 2020-04-23 | rootpath is owned by libsa | joerg |
| 2020-04-20 | More -Wno-error=address-of-packed-member to placate clang. | riastradh |
| 2019-11-28 | Provide a mostly-zeroed page at the start of the text segment, to work around | martin |
| 2019-03-29 | no more _LKM -> _MODULE | christos |
| 2019-02-03 | don't compare string pointers against \0 | mrg |
| 2018-09-22 | Convert from getopt to getopts (script is slightly smaller as a | kre |
| 2018-09-16 | General cleanups... | kre |
| 2018-09-16 | PR install/53610 | kre |
| 2017-09-15 | Add more details about the boot device as a new bootinfo record type. | martin |
| 2017-04-28 | Also move bootjs.net after we've evaluated $OBJS (thanks gson@) | christos |
| 2017-04-09 | move .for generated rules after OBJS have been set. | christos |
| 2017-04-08 | centralize vers.c building for standalone programs. | christos |
| 2017-03-25 | Bump version - virtio support added | martin |
| 2017-03-25 | Virtio block devices may have a "scsi" device_type instead of "block", | martin |
| 2016-11-04 | fix remaining *_TSB_DATA() uses | macallan |
| 2016-10-01 | deal with PIE and SSP | christos |
| 2016-08-31 | Init the markers array to all 0 - pointed out by Mark Cave-Ayland. | martin |
| 2016-08-15 | Uninitialized var, found by brainy; not tested, but obvious enough | maxv |
| 2016-06-11 | PR 51200 gets in libsa considered harmful: use kgets | dholland |
| 2016-05-30 | David Binderman in PR port-sparc/51188: simplify while condition | martin |
| 2016-05-19 | We don't want PIE! | christos |
| 2016-03-10 | Strip debug symbols from boot code | martin |
| 2016-03-10 | Deal with _edata not being 4-byte aligned | martin |
| 2016-03-10 | Add a few includes of bsd.own.mk to avoid broken test conditions | martin |
| 2016-02-27 | Ignore unused arguments for clang as we pass assembler flags and the | joerg |
| 2016-02-27 | When building with clang, optimise for minimal size and skip frame | joerg |
| 2015-11-27 | Don't use dynamically sized unions, they are a horrible GNUism. Just use | joerg |
| 2015-10-26 | force -mcpu=v9 for ofwboot, which demands v9 cpus. | mrg |
| 2015-10-10 | Add compile time asserts to make sure we have properly picked up types | martin |
| 2015-10-10 | Simplify, get rid of manual _LP64 define. | martin |
| 2015-10-08 | Don't check if an array is (not) NULL, check if the string is empty. | joerg |
| 2015-10-02 | Support per-target AFLAGS. | joerg |
| 2015-08-23 | Remove .proc 1, it has been ignored by gas for ages. | joerg |
| 2015-08-20 | adjust comments slightly | dholland |
| 2015-08-20 | Use lfs32_dinode_SIZEOF instead of ufs1_dinode_SIZEOF for lfs. These | dholland |
| 2015-08-16 | Make these compile again after changes to LFS. | jdc |
| 2015-06-14 | Bump version now that we can load kernels with sizeof(.data)+sizeof(.bss)> 4 MB | martin |
| 2015-06-14 | Fix available length calculation in kvamap_extract when reusing existing | martin |
| 2015-03-27 | Fix kernel loading failures from partitions started from over first | nakayama |
| 2015-01-11 | Strip debug symbols from ofwboot. | martin |