aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/sparc64/boot1
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-143-791/+0
* Install the 4th files in sys/boot/forth instead of each loaderWarner Losh2017-11-101-1/+1
* Remove the -nostdlib stuff I added. Instead, fix LDFLAGS to be honoredWarner Losh2017-10-301-2/+2
* Use defs.mk defins in most MD codeWarner Losh2017-10-301-2/+2
* Move ufsread.cWarner Losh2017-10-121-1/+3
* Don't hardcode input files for stage 1/2 bootloaders; use .ALLSRC insteadEnji Cooper2017-03-281-2/+2
* dd is currently a bootstrap tool. It really doesn't have any businessWarner Losh2016-12-021-2/+2
* sys/boot: make use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-1/+1
* Move all the separate copies of the same strings into paths.h. There'sWarner Losh2016-01-261-3/+3
* Revert r267233 for now. PIE support needs to be reworked.Bryan Drewery2014-08-191-2/+0
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.Bryan Drewery2014-06-081-0/+2
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-131-1/+1
* For now, clang spells -mcmodel=medlow as -mcmodel=small.Dimitry Andric2014-02-211-1/+3
* Restore pre-r234898 printing of boot loader and path.Marius Strobl2012-12-161-3/+3
* Fix build after r243245.Marius Strobl2012-11-191-6/+6
* Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and preventGleb Kurtsou2012-05-251-2/+1
* Use a non-tricky approach for building and installing zfsboot sharingMarius Strobl2012-05-091-2/+2
* Add initial support for booting from ZFS on sparc64. At least on Sun FireMarius Strobl2012-05-012-25/+120
* Merge from powerpc:Marius Strobl2010-09-161-33/+27
* Use -Wl,-N instead of the undocumented -N option for GCC.Ed Schouten2010-06-031-1/+1
* Start each of the license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingMarius Strobl2004-08-161-1/+1
* _start.S -> _start.s as the latter is pure asm file.Ruslan Ermilov2004-02-112-9/+1
* MFi386.Ruslan Ermilov2004-02-091-17/+14
* Convert to __FBSDID.David E. O'Brien2004-01-041-1/+0
* Cut&Paste considered far too easy:Poul-Henning Kamp2003-04-161-1/+0
* Libdisk does not need to include <sys/diskslice.h> any more.Poul-Henning Kamp2003-04-041-2/+0
* Add explicit dependency on ufsread.cPoul-Henning Kamp2002-06-051-0/+2
* Remove UFS related #includes, they're read in ufsread.c now.Poul-Henning Kamp2002-06-051-3/+0
* Make sparc64 share ufsread.c with i386.Poul-Henning Kamp2002-06-052-126/+12
* Avoid entering IOCCC with a memcpy turned bcopy.Poul-Henning Kamp2002-06-051-4/+4
* Match the default newfs UFS block size.David E. O'Brien2002-05-131-1/+1
* -ffreestanding is the word.David E. O'Brien2002-05-101-2/+1
* Split file system setup code out into a function called mount.Jake Burkholder2002-04-241-50/+109
* Add support for loading files other than /boot/loader. Useful if you'reJake Burkholder2002-04-241-79/+234
* Add an exit function.Jake Burkholder2002-04-241-3/+21
* Add -Wno-unused.Jake Burkholder2002-04-241-1/+1
* memcpy, memset -> bcopy, bzero.Jake Burkholder2002-04-241-32/+28
* Clean up elf loading to not make assumptions about the ordering of sections.Jake Burkholder2002-04-241-37/+18
* Remove xfsread. Just call fsread directly.Jake Burkholder2002-04-241-16/+5
* Remove a bunch of unused variables, functions and macros. Allocate storageJake Burkholder2002-04-241-174/+11
* o Use our own elf2aout now.David E. O'Brien2002-04-211-2/+2
* 1.) Produce a boot1 disklabel template of the format disklabel(8) expects.Thomas Moestl2002-04-011-12/+22
* Apparently either gcc or ld, in their infinite wisdom, want toDavid E. O'Brien2002-03-282-0/+16
* Change every occurrence of "bootblock" into "boot1" afterRobert Drehmel2002-03-051-7/+7
* - Fix seeking for offsets requiring more than 32 bits.Robert Drehmel2002-03-051-5/+27
* - Fix indentation and return statements to conform to style(9).Robert Drehmel2002-02-261-405/+428
* Add the FreeBSD/sparc64 bootblock and its make file.Robert Drehmel2002-02-152-0/+724