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