aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* MFi386: the part of 219452Yoshihiro Takahashi2011-03-241-14/+10
* The size of zfsboot2 grown up to 64 Kbytes in r219089.Andrey V. Elsukov2011-03-162-2/+2
* Set control flags in putc(). This should fix zfsboot hangs in drvread().Andrey V. Elsukov2011-03-161-0/+1
* MFaltix:Marcel Moolenaar2011-03-1613-138/+410
|\
| * Merge svn+ssh://svn.freebsd.org/base/head@219680Marcel Moolenaar2011-03-151-0/+1
| |\
| * | Round the size, not the top address. This makes the code lessMarcel Moolenaar2011-03-151-1/+1
| * | Change the sz argumnt to mmu_wire() from u_int to vm_size_t. It's aMarcel Moolenaar2011-03-141-2/+3
| * | o Make sure the page table has a size that is mappable. Certain pageMarcel Moolenaar2011-03-132-40/+68
| * | Merge svn+ssh://svn.freebsd.org/base/head@219553Marcel Moolenaar2011-03-1220-159/+276
| |\ \
| * | | Bump the version information to account for PBVM support.Marcel Moolenaar2011-03-112-0/+2
| * | | Implement Pre-Boot Virtual Memory (PBVM). There's no 1-to-1 mappingMarcel Moolenaar2011-03-116-100/+341
| * | | Bump the heap size to 2MB. We typically have the memory for it, so there'sMarcel Moolenaar2011-03-111-1/+1
| * | | Merge svn+ssh://svn.freebsd.org/base/head@218875Marcel Moolenaar2011-02-206-31/+16
| |\ \ \
| * \ \ \ Merge svn+ssh://svn.freebsd.org/base/head@218816Marcel Moolenaar2011-02-1840-49/+2447
| |\ \ \ \
| * \ \ \ \ svn+ssh://svn.freebsd.org/base/head@216199Marcel Moolenaar2010-12-0519-151/+115
| |\ \ \ \ \
| * \ \ \ \ \ Merge svn+ssh://svn.freebsd.org/base/head@214309Marcel Moolenaar2010-10-2656-996/+1891
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge svn+ssh://svn.freebsd.org/base/head@211344Marcel Moolenaar2010-08-1525-154/+331
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge svn+ssh://svn.freebsd.org/base/head@209779Marcel Moolenaar2010-07-071-0/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge svn+ssh://svn.freebsd.org/base/head@209749Marcel Moolenaar2010-07-066-4/+77
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge svn+ssh://svn.freebsd.org/base/head@208879Marcel Moolenaar2010-06-0623-16/+2846
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge svn+ssh://svn.freebsd.org/base/head@208557Marcel Moolenaar2010-05-2615-36/+1439
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge svn+ssh://svn.freebsd.org/base/head@207793Marcel Moolenaar2010-05-082-7/+8
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge svn+ssh://svn.freebsd.org/base/head@206571Marcel Moolenaar2010-04-1315-0/+1689
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge svn+ssh://svn.freebsd.org/base/head@205807Marcel Moolenaar2010-03-283-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Rather than assume we need to wire the first 256MB, wire the 256MBMarcel Moolenaar2010-03-201-3/+4
| * | | | | | | | | | | | | | | Add ia64_elf_obj to file_formats[] and unify the SKI and EFIMarcel Moolenaar2010-03-145-39/+37
| * | | | | | | | | | | | | | | Include load_elf64_obj.c on ia64. This adds the fundamental supportMarcel Moolenaar2010-03-141-1/+3
* | | | | | | | | | | | | | | | Revert previous commit: EFI_STATUS is a 64-bit integral on ia64. Fix theMarcel Moolenaar2011-03-161-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | - Initial release of bxe(4) to support Broadcom NetXtreme II 10GbE.David Christensen2011-03-141-0/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Remove all object files during 'make clean'.John Baldwin2011-03-111-1/+2
* | | | | | | | | | | | | | Some more shrinking.Roman Divacky2011-03-102-21/+17
* | | | | | | | | | | | | | MFi386: revision 219186Yoshihiro Takahashi2011-03-031-22/+7
* | | | | | | | | | | | | | This patch shrinks boot2 a little.Roman Divacky2011-03-021-25/+8
* | | | | | | | | | | | | | Remove duplicate "in".Rebecca Cran2011-03-012-2/+2
* | | | | | | | | | | | | | Revert some of r177626. "in in" is valid in certain sentences.Rebecca Cran2011-02-282-2/+2
* | | | | | | | | | | | | | Finally... Import the latest open-source ZFS version - (SPA) 28.Pawel Jakub Dawidek2011-02-274-82/+172
* | | | | | | | | | | | | | Rename bcpy() macro to bcopy().Pawel Jakub Dawidek2011-02-272-7/+7
* | | | | | | | | | | | | | Clang's integrated assembler can now handle sys/boot/i386/boot2/sio.S.Dimitry Andric2011-02-273-6/+0
* | | | | | | | | | | | | | Handle memory allocation failures in include().Rebecca Cran2011-02-232-1/+12
* | | | | | | | | | | | | | MFi386: revision 218926Yoshihiro Takahashi2011-02-221-1/+1
* | | | | | | | | | | | | | In sys/boot/i386/boot2/boot2.c, change the type of the 'opts' variableDimitry Andric2011-02-211-1/+1
* | | | | | | | | | | | | | Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* | | | | | | | | | | | | | Upgrade our copy of llvm/clang to r126079, from upstream's trunk.Dimitry Andric2011-02-2010-0/+57
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | MFi386: revision 218745Yoshihiro Takahashi2011-02-191-18/+1
* | | | | | | | | | | | | Merge binutils 2.17.50 to head. This brings a number of improvements toDimitry Andric2011-02-185-13/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
| * | | | | | | | | | | | For ia64, add a proper 'elf64-ia64-freebsd' output format to BFD, so theDimitry Andric2010-12-052-2/+2
| * | | | | | | | | | | | Sync: merge r215709 through r215824 from ^/head.Dimitry Andric2010-11-251-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | |
| * | | | | | | | | | | | Sync: merge r215464 through r215708 from ^/head.Dimitry Andric2010-11-221-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Sync: merge r215396 through r215463 from ^/head.Dimitry Andric2010-11-185-11/+43
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Sync: merge r215319 through r215395 from ^/head, so ports can actuallyDimitry Andric2010-11-162-6/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \