| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move sys/boot to stand. Fix all references to new location | Warner Losh | 2017-11-14 | 3 | -791/+0 |
| * | Install the 4th files in sys/boot/forth instead of each loader | Warner Losh | 2017-11-10 | 1 | -1/+1 |
| * | Remove the -nostdlib stuff I added. Instead, fix LDFLAGS to be honored | Warner Losh | 2017-10-30 | 1 | -2/+2 |
| * | Use defs.mk defins in most MD code | Warner Losh | 2017-10-30 | 1 | -2/+2 |
| * | Move ufsread.c | Warner Losh | 2017-10-12 | 1 | -1/+3 |
| * | Don't hardcode input files for stage 1/2 bootloaders; use .ALLSRC instead | Enji Cooper | 2017-03-28 | 1 | -2/+2 |
| * | dd is currently a bootstrap tool. It really doesn't have any business | Warner Losh | 2016-12-02 | 1 | -2/+2 |
| * | sys/boot: make use of the howmany() macro when available. | Pedro F. Giffuni | 2016-04-26 | 1 | -1/+1 |
| * | Move all the separate copies of the same strings into paths.h. There's | Warner Losh | 2016-01-26 | 1 | -3/+3 |
| * | Revert r267233 for now. PIE support needs to be reworked. | Bryan Drewery | 2014-08-19 | 1 | -2/+0 |
| * | In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE. | Bryan Drewery | 2014-06-08 | 1 | -0/+2 |
| * | NO_MAN= has been deprecated in favor of MAN= for some time, go ahead | Warner Losh | 2014-04-13 | 1 | -1/+1 |
| * | For now, clang spells -mcmodel=medlow as -mcmodel=small. | Dimitry Andric | 2014-02-21 | 1 | -1/+3 |
| * | Restore pre-r234898 printing of boot loader and path. | Marius Strobl | 2012-12-16 | 1 | -3/+3 |
| * | Fix build after r243245. | Marius Strobl | 2012-11-19 | 1 | -6/+6 |
| * | Use 32-bit ufs_ino_t instead of ino_t to keep boot2 small and prevent | Gleb Kurtsou | 2012-05-25 | 1 | -2/+1 |
| * | Use a non-tricky approach for building and installing zfsboot sharing | Marius Strobl | 2012-05-09 | 1 | -2/+2 |
| * | Add initial support for booting from ZFS on sparc64. At least on Sun Fire | Marius Strobl | 2012-05-01 | 2 | -25/+120 |
| * | Merge from powerpc: | Marius Strobl | 2010-09-16 | 1 | -33/+27 |
| * | Use -Wl,-N instead of the undocumented -N option for GCC. | Ed Schouten | 2010-06-03 | 1 | -1/+1 |
| * | Start each of the license/copyright comments with /*- | Warner Losh | 2005-01-05 | 1 | -1/+1 |
| * | Start the dreaded NOFOO -> NO_FOO conversion. | Ruslan Ermilov | 2004-12-21 | 1 | -1/+1 |
| * | Instead of "OpenFirmware", "openfirmware", etc. use the official spelling | Marius Strobl | 2004-08-16 | 1 | -1/+1 |
| * | _start.S -> _start.s as the latter is pure asm file. | Ruslan Ermilov | 2004-02-11 | 2 | -9/+1 |
| * | MFi386. | Ruslan Ermilov | 2004-02-09 | 1 | -17/+14 |
| * | Convert to __FBSDID. | David E. O'Brien | 2004-01-04 | 1 | -1/+0 |
| * | Cut&Paste considered far too easy: | Poul-Henning Kamp | 2003-04-16 | 1 | -1/+0 |
| * | Libdisk does not need to include <sys/diskslice.h> any more. | Poul-Henning Kamp | 2003-04-04 | 1 | -2/+0 |
| * | Add explicit dependency on ufsread.c | Poul-Henning Kamp | 2002-06-05 | 1 | -0/+2 |
| * | Remove UFS related #includes, they're read in ufsread.c now. | Poul-Henning Kamp | 2002-06-05 | 1 | -3/+0 |
| * | Make sparc64 share ufsread.c with i386. | Poul-Henning Kamp | 2002-06-05 | 2 | -126/+12 |
| * | Avoid entering IOCCC with a memcpy turned bcopy. | Poul-Henning Kamp | 2002-06-05 | 1 | -4/+4 |
| * | Match the default newfs UFS block size. | David E. O'Brien | 2002-05-13 | 1 | -1/+1 |
| * | -ffreestanding is the word. | David E. O'Brien | 2002-05-10 | 1 | -2/+1 |
| * | Split file system setup code out into a function called mount. | Jake Burkholder | 2002-04-24 | 1 | -50/+109 |
| * | Add support for loading files other than /boot/loader. Useful if you're | Jake Burkholder | 2002-04-24 | 1 | -79/+234 |
| * | Add an exit function. | Jake Burkholder | 2002-04-24 | 1 | -3/+21 |
| * | Add -Wno-unused. | Jake Burkholder | 2002-04-24 | 1 | -1/+1 |
| * | memcpy, memset -> bcopy, bzero. | Jake Burkholder | 2002-04-24 | 1 | -32/+28 |
| * | Clean up elf loading to not make assumptions about the ordering of sections. | Jake Burkholder | 2002-04-24 | 1 | -37/+18 |
| * | Remove xfsread. Just call fsread directly. | Jake Burkholder | 2002-04-24 | 1 | -16/+5 |
| * | Remove a bunch of unused variables, functions and macros. Allocate storage | Jake Burkholder | 2002-04-24 | 1 | -174/+11 |
| * | o Use our own elf2aout now. | David E. O'Brien | 2002-04-21 | 1 | -2/+2 |
| * | 1.) Produce a boot1 disklabel template of the format disklabel(8) expects. | Thomas Moestl | 2002-04-01 | 1 | -12/+22 |
| * | Apparently either gcc or ld, in their infinite wisdom, want to | David E. O'Brien | 2002-03-28 | 2 | -0/+16 |
| * | Change every occurrence of "bootblock" into "boot1" after | Robert Drehmel | 2002-03-05 | 1 | -7/+7 |
| * | - Fix seeking for offsets requiring more than 32 bits. | Robert Drehmel | 2002-03-05 | 1 | -5/+27 |
| * | - Fix indentation and return statements to conform to style(9). | Robert Drehmel | 2002-02-26 | 1 | -405/+428 |
| * | Add the FreeBSD/sparc64 bootblock and its make file. | Robert Drehmel | 2002-02-15 | 2 | -0/+724 |