summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/stand/ofwboot
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-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-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-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
2017-09-15Add more details about the boot device as a new bootinfo record type.martin
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
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-02Support per-target AFLAGS.joerg
2015-08-23Remove .proc 1, it has been ignored by gas for ages.joerg
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
2014-06-28patch posted to tech-kern@ 2014/06/25 for review with minor changesrtr
2014-04-21sun4v: Update TTE data in sparc64_finalize_tlb_sun4v() - sun4v has no L (lock...palle
2014-02-21sun4v: Rename TLB_ defines to SUN4U_TLB_ so entries created using TSB_DATA() ...palle
2014-02-20Zero the block on failure, not just the first pointer in it.joerg
2014-02-20Add prototype for main.joerg
2014-01-12Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.tsutsui
2013-12-30Improve debugging outputmartin
2013-12-18The "close" call returns no argumentsmartin
2013-12-08Add support for running ofwboot on sun4v. Please note that the kernel on sun4...palle
2013-08-21Use <bsd.klinks.mk>matt
2013-04-16Make a "panic" message slightly more verbosemartin
2012-07-16Fix tftpboot which was broken by my botched WARNSfy in last year.tsutsui
2012-05-28Pass the "boothowto" from the bootloader to the kernel.martin
2011-07-30printf fixes for ifdef NETIF_DEBUGjakllsch
2011-06-01Remove unused header.tsutsui
2011-06-01- remove extern from function declarationstsutsui
2011-06-01Fix harmless merge botch.tsutsui
2011-05-21Fix debug build.nakayama
2011-05-21WARNSfy and fix dumb bugs noticed by warnings.tsutsui
2011-05-21more missing includeschristos
2011-05-20Put the external functions from net.c in it's own header file andhe
2011-05-19Fix a tyop.hauke