summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/stand
AgeCommit message (Expand)Author
2003-12-26revert previous. -fwritable-strings is not needed now that the ld scriptaymeric
2003-12-26merge any section that starts in ".rodata." into the text section.aymeric
2003-12-26ANSIfy and clean up prototypes.aymeric
2003-12-26add -fwritable-strings to DBG, so that gcc doesn't generate a ".rodata" section.aymeric
2003-12-11Convert fixcoff into a true host tool by making it under tools.matt
2003-12-10Make sure to pick up nbcompat definitionsmatt
2003-12-10Use be16toh/htobe16 instead of ntohs/htons.matt
2003-12-10s/u_int16_t/uint16_t/ for more portabilitymatt
2003-10-26Use ${HOST_SH} instead of `sh'.lukem
2003-10-20Reorganize the way powerpc port install machine specific headers.matt
2003-10-08Overhaul MBR handling (part 1):lukem
2003-08-22Adapt to const-ification of first arg of open function in fs_ops.he
2003-07-11strategy() should really have an ANSI prototype. Otherwise its daddr_taymeric
2003-05-18missing rcsidlukem
2003-04-02Oops, didn't mean to commit this.thorpej
2003-04-02Use PAGE_SIZE rather than NBPG.thorpej
2003-03-13Avoid conflict with sockets[] definition in net.hdrochner
2003-03-13make netif_close() return value voiddrochner
2003-03-13Remove remaining uses of libsa/netif -- the "netif" structure was onlydrochner
2003-03-09don't depend on "../../../../../gnu/dist/toolchain/include/coff/rs6000.h".mrg
2003-02-28Make this play with gcc 3.3. Add -ffreestanding. Cleanup bootxx.matt
2003-02-17Make ALLOC_TRACE work again.soren
2003-02-03Add -DPPC_OEA to CPPFLAGSmatt
2002-12-09No need to depend on userland libraries here.thorpej
2002-10-31Convert to register prefixes. Use ANSI string concatenation formatt
2002-10-18Should have done this sooner. Bump to version 1.7 to indicate goodwrstuden
2002-09-27Remove vestiges of the syncicache() call originally in powerpc/ofwbootwrstuden
2002-09-20Re-add own alloc(). Recent issues with kernels randomly dying on bootwrstuden
2002-09-17Get rs6000.h from gnu/dist/toolchain/include instead of gnu/dist/include.briggs
2002-06-18avoid hardcoding MBR_MAGICOFF and MBR_MAGIC.itojun
2002-06-17LABELSECTOR is redefined to be 0 on macppc, so it is not usable for MBRitojun
2002-05-18minor cosmetic tweaks:lukem
2002-05-18nuke MD installboot, now that it doesn't understand the macppclukem
2002-05-17Fixes from Bill Studenmund and Allen Briggs:lukem
2002-05-16Adjust how we set up our stack. According to the ABI, we store thewrstuden
2002-05-15convert to using shared_bbinfo from <sys/bootblock.h>, and install as anlukem
2002-04-13Use "-Os -mmultiple".tsutsui
2002-04-13Add "cleanlibdir" target.tsutsui
2002-04-13Set USE_LIBSA_MEMCPY and USE_LIBSA_MEMSET to save a few bytes.tsutsui
2002-03-30Add -b option to write the second-stage bootloader contiguously. (for ustarfs)tsutsui
2002-03-30Bump version for ustarfs support.tsutsui
2002-03-30Enable SUPPORT_USTARFS and HAVE_CHANGEDISK_HOOK in CPPFLAGS.tsutsui
2002-03-30Add changedisk_hook() for ustarfs. (from tsubai)tsutsui
2002-03-30Add ustarfs ops.tsutsui
2002-03-29Remove unused define/include/variable.tsutsui
2002-03-29Add back -I. to CPPFLAGS.tsutsui
2002-03-29Cleanup some flags.tsutsui
2002-03-29Cosmetics.tsutsui
2002-03-02Wrap the generation of machine and powerpc links so they don't happen duringjmc
2002-02-13Make this work with the dependall target.wrstuden