summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/stand/ofwboot
AgeCommit message (Expand)Author
2015-09-14unify free(NULL,size) behaviour by allowing passing NULLSebastien Marie
2015-07-23Missed file in *_data_offset -> *_data_blkno switch.Kenneth R Westerback
2015-07-19Use DEV_BSIZE instead of 512 where appropriate. Use DL_SECTOBLK()Kenneth R Westerback
2014-12-11Delete #ifdef'd code that hasn't been compiled in years from sparc64 ofwboot.Stefan Sperling
2014-12-09Check strlcpy(), strlcat(), and snprintf() return values in sparc64 ofwboot.Stefan Sperling
2014-12-04The sparc64 Open Firmware package-to-path call (used since softraid bootStefan Sperling
2014-11-26Introduce softraid boot support to sparc64 ofwboot.Stefan Sperling
2014-11-26Add softraid boot support code files ported by me to sparc64 from amd64.Stefan Sperling
2014-11-26Copy some Open Firmware interface functions from the kernel to ofwboot.Stefan Sperling
2014-10-16No longer used.Mark Kettenis
2014-10-16The "close" word doesn't return any arguments.Mark Kettenis
2014-08-21Kill the remaining <netinet/in_systm.h> inclusion!Martin Pieuchot
2014-07-12revert a few stragglers hiding outTed Unangst
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-06-08Remove an incorrect bzero() that was zeroing theJonathan Gray
2014-06-08instead of reading past the end of the sun_fstypes arrayJonathan Gray
2013-12-28Try to load entropy data from disk:/etc/random.seed. Then, insert this intoMark Kettenis
2013-12-28crank the versionTheo de Raadt
2013-11-05Replace direct references to p_size, p_offset and d_secperunit withKenneth R Westerback
2013-10-20(daddr_t) -> (u_int64_t) when multiplying ncylinders * secpercyl toKenneth R Westerback
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2013-03-21NBPG -> PAGE_SIZE, PGSHIFT -> PAGE_SHIFT, PGOFSET -> PAGE_MASKTheo de Raadt
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-08-30Kill NOPIE and NOPIE_FLAGS in sparc64/stand. Binaries are identical accordingPascal Stumpf
2012-08-21Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always bePascal Stumpf
2011-03-13Change daddr_t to daddr32_t. The bootblocks on our architectures onlyTheo de Raadt
2010-09-08Crank ofwboot version after recent changes.Joel Sing
2010-09-08Use the offset value passed into search_label() and call it withJoel Sing
2010-09-08Sync disklabel_sun_to_bsd() with sparc64/disksubr.c. This gives us accessJoel Sing
2010-08-25Remove the SPARC_BOOT_ELF define and associated machinery since it doesJoel Sing
2010-08-21Rename file to reflect that it handles 64 bit ELF only.Joel Sing
2010-08-21We only need to load 64 bit kernels on sparc64. Clean up the ELF boot codeJoel Sing
2010-05-09Since libsa/stand.h provides an extern declaration of devsw[], we should makeMark Kettenis
2010-04-23Recycle unused disklabel fields in order to create a disklabel uniqueJoel Sing
2009-11-04Replace the #ifdef NON_DEBUG and #ifdef NOTDEF_DEBUG mess with more saneJoel Sing
2009-09-03Missing header.Joel Sing
2009-08-28ofwboot can be compiled without -traditional-cpp.Joel Sing
2009-08-17Use ANSI function declarations. No binary change.Joel Sing
2009-05-21The only value that d_npartitions should have is MAXPARTITIONS.Kenneth R Westerback
2008-07-06Bump verson number now that the bootloader works on the v1280.Mark Kettenis
2008-07-05Apparantly the "chain" OpenFirmware interface always fails so don't botherMark Kettenis
2008-07-05Round up memory allocations to page size. Apparently sane firmware versions doMark Kettenis
2008-07-05Link bootloader at 1MB (same a the Solaris bootloader) instead of 8MB (whichMark Kettenis
2007-11-26few more dribbles of LIBKERN cleanupTheo de Raadt
2007-11-25libkern, begone. Move to a new mechanism where config(8)'s "file"Theo de Raadt
2007-10-17Do not clean up vers.c as it is not autogenerated anymore.Hans-Joerg Hoexer
2007-05-29Updated disklabel format to support larger disks and partitions. WeOtto Moerbeek
2007-05-29remove support for many alternative kernel choices -- only try /bsd andTheo de Raadt
2007-05-28avoid bypassing sys/queue.h in many places in the kernel.Pierre-Yves Ritschard
2007-05-03sensible version strings; ok miodTheo de Raadt