summaryrefslogtreecommitdiff
path: root/sys/arch/prep/stand
AgeCommit message (Expand)Author
2004-01-05Use memset() for "Clear all of BSS".nonaka
2004-01-05reduce program size.nonaka
2004-01-05Use 32bit daddr_t.nonaka
2003-12-12Add a .WAIT after common so libs get built before they're neededjmc
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-11-27sync with news68k:tsutsui
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-19Make this compile as a tool; we need to pick up the target'she
2003-10-08Overhaul MBR handling (part 1):lukem
2003-10-08Define LIB{CRT0,C,CRTBEGIN,CRTEND} as nothing, we don't need to linksimonb
2003-10-06Include <string.h> for memset and memcmp prototypes.he
2003-10-06Include libkern.h to get definitions for strcpy, strlen, and memset.he
2003-10-06Remove argument list from #undef of divrnd macro; fall-out from gcc3?he
2003-09-30Add -ffreestandingmatt
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-18Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),lukem
2003-01-30Cast daddr_t to long so to avoidmatt
2003-01-27Appease GCC's warning after daddr_t having changed to 64 bits.kleink
2002-05-04While I'm here: <sys/exec_elf.h> -> <elf.h>.kleink
2002-05-04Provide MBR_PTYPE_PREP and MBR_FLAGS_ACTIVE locally, if not available.kleink
2002-04-25Convert to use libsa byteorder interfaces.kleink
2002-03-26Bump version to note 601 support.kleink
2002-03-26Adapt this to the 601's RTC.kleink
2002-03-17Already MBR_PTYPE_PREP is defined in sys/disklabel_mbr.h.nonaka
2002-03-02Now all MBR_* definitions come from <sys/disklabel_mbr.h>matt
2002-02-04s/asm/__asm__ volatile/nonaka
2001-12-12Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly).lukem
2001-12-12MKfoo=no -> NOfootv
2001-11-17In fdopen():kleink
2001-11-17Can't pass temporary storage to an inline assembly statement as inputkleink
2001-11-14${MAKE} print-objdir -> ${PRINTOBJDIR}tv
2001-11-09Bump the version numbers of all bootloaders which use loadfile_elfXX() nowscw
2001-08-02Bump version numbers of all bootloaders that use loadfile/ELF, to account forbjh21
2001-07-22bcopy -> memmovewiz
2001-06-19Back out last changes.nonaka
2001-06-19Back out last changes.nonaka
2001-06-17identified prep model. (I missed it...)nonaka
2001-06-17identified prep model.nonaka
2001-05-28Need <lib/libkern/libkern.h>.kleink
2001-02-19convert to use getprogname()cgd
2000-09-24add new macro BOOT_FLAG() (defined in <sys/boot_flag.h>) - thisjdolecek
2000-09-18Added installboot program.nonaka
2000-08-14Fix link problem.nonaka
2000-07-29g/c RB_DFLTROOTjdolecek
2000-07-21switch to sys/conf/newvers_stand.sh for generation of version filejdolecek
2000-02-29Initial import prep port.nonaka