summaryrefslogtreecommitdiffstats
path: root/sys/boot/sparc64/boot1/boot1.c
Commit message (Expand)AuthorAgeFilesLines
* sys/boot: make use of the howmany() macro when available.pfg2016-04-261-1/+1
* Move all the separate copies of the same strings into paths.h. There'simp2016-01-261-3/+3
* Restore pre-r234898 printing of boot loader and path.marius2012-12-161-3/+3
* Fix build after r243245.marius2012-11-191-6/+6
* Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and preventgleb2012-05-251-2/+1
* Add initial support for booting from ZFS on sparc64. At least on Sun Firemarius2012-05-011-21/+115
* Merge from powerpc:marius2010-09-161-33/+27
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingmarius2004-08-161-1/+1
* Convert to __FBSDID.obrien2004-01-041-1/+0
* Cut&Paste considered far too easy:phk2003-04-161-1/+0
* Libdisk does not need to include <sys/diskslice.h> any more.phk2003-04-041-2/+0
* Remove UFS related #includes, they're read in ufsread.c now.phk2002-06-051-3/+0
* Make sparc64 share ufsread.c with i386.phk2002-06-051-125/+11
* Avoid entering IOCCC with a memcpy turned bcopy.phk2002-06-051-4/+4
* Match the default newfs UFS block size.obrien2002-05-131-1/+1
* Split file system setup code out into a function called mount.jake2002-04-241-50/+109
* Add support for loading files other than /boot/loader. Useful if you'rejake2002-04-241-79/+234
* Add an exit function.jake2002-04-241-3/+21
* memcpy, memset -> bcopy, bzero.jake2002-04-241-32/+28
* Clean up elf loading to not make assumptions about the ordering of sections.jake2002-04-241-37/+18
* Remove xfsread. Just call fsread directly.jake2002-04-241-16/+5
* Remove a bunch of unused variables, functions and macros. Allocate storagejake2002-04-241-174/+11
* - Fix seeking for offsets requiring more than 32 bits.robert2002-03-051-5/+27
* - Fix indentation and return statements to conform to style(9).robert2002-02-261-405/+428
* Add the FreeBSD/sparc64 bootblock and its make file.robert2002-02-151-0/+705
OpenPOWER on IntegriCloud