summaryrefslogtreecommitdiff
path: root/sys/arch/newsmips/stand/boot
AgeCommit message (Expand)Author
2021-04-12remove shadowed (common) declarations of various libsa variablesmrg
2018-10-14Add NWS-4000 support.tsutsui
2018-09-30Switch bootloader to using DHCP rather than BOOTPARAM.tsutsui
2014-09-21remove stray ;christos
2014-03-26kill sprintfchristos
2011-01-22Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerlyjoerg
2010-08-25s/LOAD_NOTE/LOAD_BACKWARDS/christos
2009-12-17More changes to make newsmips compile (include "assym.h, remove unusedmatt
2009-12-16Fix various build with the 32bit mips ports after the mips64 merge.matt
2009-10-21Drop 3rd and 4th clauses. Approved by gwr@ (copyright holder).snj
2009-04-15Use <bsd.klinks.mk> to create machine and ${MACHINE_ARCH} symlinks.tsutsui
2009-01-20Disable LOAD_NOTE on floppy boot. Fixes PR install/38943 on newsmips.tsutsui
2009-01-12Replace time_t values in libsa sources with the following two typestsutsui
2009-01-12Enable prototype warning options.tsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-02-21Use __arraycount().tsutsui
2008-01-31Account bi_size properly.tsutsui
2006-06-29support MAKEVERBOSElukem
2006-06-29Rename LDFLAGS to LINKFLAGS, as the former is for CC not LD.lukem
2005-12-11merge ktrace-lwp.christos
2005-06-23Use FS_OPS() macro.junyoung
2005-02-08Remove a now-extraneous right parenthesis, after de-__P'ing.he
2005-02-06Misc cleanup:tsutsui
2003-11-21Revert previous DPRINTF changes since gcc3 properly removes text stringstsutsui
2003-04-18- remove definitions of SIZE and STRIP which should be defined elsewheretsutsui
2003-03-30Use 32bit daddr_t.tsutsui
2003-03-13Remove remaining uses of libsa/netif -- the "netif" structure was onlydrochner
2002-11-22- Add -msoft-float and -ffreestanding to CFLAGS.tsutsui
2002-11-22Add some prototype declarations.tsutsui
2002-04-30Make sure whole DPRINTF()s are actually disabled on normal build.tsutsui
2002-04-18Add version strings by newvers_stand.sh to secondary boot.tsutsui
2002-04-13Add ustarfs support and changedisk_hook().tsutsui
2002-04-13Add getchar().tsutsui
2002-04-13bcopy() -> memcpy()tsutsui
2002-04-13bzero() -> memset()tsutsui
2002-04-13Rename halt() -> rom_halt(), and declare it in romcall.h.tsutsui
2002-04-13Add -mmemcpy to CFLAGS.tsutsui
2002-01-16Fix a possible uninitialized variable found by new toolchain.tsutsui
2001-12-12MKfoo=no -> NOfootv
2001-11-14${MAKE} print-objdir -> ${PRINTOBJDIR}tv
2001-09-22objcopy -> ${OBJCOPY}; remove redundant definitions of OBJCOPY?= (it istv
2000-10-12Add support to boot on APbus machine (e.g. NWS-5000).onoe
2000-02-01Revert STRIPPROG -> STRIPtsutsui
2000-01-19STRIP -> STRIPPROGtsutsui
1999-12-23* Apply updates from Shimizu-san received after the initial commit.tsubai
1999-12-23Comment out -DBOOT_DEBUG.tsubai
1999-12-23Delete lines that I didn't intended to commit.tsubai
1999-12-22news5000 support.tsubai
1999-12-18Introduce bootinfo.tsubai
1999-12-17Move common objects and libraries to common/.tsubai