summaryrefslogtreecommitdiffstats
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
...
* This patch shrinks boot2 a little.rdivacky2011-03-021-25/+8
* Remove duplicate "in".brucec2011-03-012-2/+2
* Revert some of r177626. "in in" is valid in certain sentences.brucec2011-02-282-2/+2
* Finally... Import the latest open-source ZFS version - (SPA) 28.pjd2011-02-274-82/+172
* Rename bcpy() macro to bcopy().pjd2011-02-272-7/+7
* Clang's integrated assembler can now handle sys/boot/i386/boot2/sio.S.dim2011-02-273-6/+0
* Handle memory allocation failures in include().brucec2011-02-232-1/+12
* MFi386: revision 218926nyan2011-02-221-1/+1
* In sys/boot/i386/boot2/boot2.c, change the type of the 'opts' variabledim2011-02-211-1/+1
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Upgrade our copy of llvm/clang to r126079, from upstream's trunk.dim2011-02-2010-0/+57
* MFi386: revision 218745nyan2011-02-191-18/+1
* Merge binutils 2.17.50 to head. This brings a number of improvements todim2011-02-185-13/+15
|\
| * For ia64, add a proper 'elf64-ia64-freebsd' output format to BFD, so thedim2010-12-052-2/+2
| * Sync: merge r215709 through r215824 from ^/head.dim2010-11-251-1/+2
| |\
| * \ Sync: merge r215464 through r215708 from ^/head.dim2010-11-221-4/+4
| |\ \
| * | | Sync: merge r215396 through r215463 from ^/head.dim2010-11-185-11/+43
| * | | Sync: merge r215319 through r215395 from ^/head, so ports can actuallydim2010-11-162-6/+16
| * | | Sync: merge r215273 through r215318 from ^/head.dim2010-11-141-1/+1
| * | | Sync: merge r215189 through r215272 from ^/head.dim2010-11-142-41/+0
| |\ \ \
| * \ \ \ Sync: merge r214895 through r215140 from ^/head.dim2010-11-117-58/+6
| |\ \ \ \
| * | | | | For sys/boot/ia64/efi and sys/boot/ia64/ski, modify their linker scriptsdim2010-11-052-4/+4
| * | | | | Sync: merge r214353 through r214648 from ^/head.dim2010-11-015-33/+47
| |\ \ \ \ \
| * | | | | | Use new output format 'elf64-x86-64-freebsd' instead of 'elf64-x86-64',dim2010-11-011-1/+1
* | | | | | | - add missing if_ devices which were missing and are available as loadabledanger2011-02-181-0/+4
* | | | | | | Remove reading of symbols from a.out loaded files. Since we are tightimp2011-02-161-18/+1
* | | | | | | MFi386: revision 218713nyan2011-02-161-3/+4
* | | | | | | In sys/boot/common/ufsread.c, use uint8_t instead of u_int8_t.dim2011-02-151-1/+1
* | | | | | | Apply a few small optimizations to boot2's code, to make it shrink adim2011-02-152-4/+5
* | | | | | | Fix build.nyan2011-02-121-2/+10
* | | | | | | Add the pc98boot image which concatenates boot0 and boot0.5.nyan2011-02-112-1/+18
* | | | | | | Add PEX0 and select the first serial port as console.marcel2011-02-041-0/+28
* | | | | | | Add kern.msgbufsize default setting to /boot/defaults/loader.conf.pluknet2011-01-211-1/+1
* | | | | | | Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-212-0/+9
* | | | | | | No need to list an obsolete arm compiler here.imp2011-01-202-2/+0
* | | | | | | Don't need __DYNAMIC here. it is commented out and a.out only -- these are a...imp2011-01-203-6/+0
* | | | | | | Fix a stack leak in r215345 when skipping over the ACPI menu item forjhb2011-01-201-1/+1
* | | | | | | Help static analysis by initializing variables that we know cannot bemarcel2011-01-062-0/+2
* | | | | | | Import support for the Sony Playstation 3 using the OtherOS featurenwhitehorn2011-01-0617-1/+2364
* | | | | | | On i386 and amd64, consistently use the following options whenever wedim2011-01-054-4/+4
* | | | | | | Remove an empty .if/.endif pair from sys/boot/ficl/Makefile that Idim2011-01-051-2/+0
* | | | | | | In lib/libstand, sys/boot/ficl and sys/boot/zfs, -mno-sse3 should alsodim2011-01-052-6/+2
* | | | | | | Remove superfluous -mno-(mmx|3dnow|sse|sse2|sse3) flags in Makefilesdim2011-01-055-5/+0
* | | | | | | Add driver for DM&P Vortex86 RDC R6040 Fast Ethernet.yongari2010-12-311-0/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Give a bit of a hint of the failure (read != expected) but don't makeemaste2010-11-251-1/+1
* | | | | | Make this printfoutput more verbose.attilio2010-11-231-1/+2
| |_|_|_|/ |/| | | |
* | | | | Check the OF_getprop() return value before proceeding. Allocate only asandreast2010-11-201-4/+4
* | | | | Revert r215435. We need to figure out the exact value to be loaded.andreast2010-11-171-1/+1
* | | | | Check the real-mode? OF property to find out whether we operate in real orandreast2010-11-173-9/+28
* | | | | Move the declaration of the eh struct (used only when debugging is enabled)andreast2010-11-171-1/+1
OpenPOWER on IntegriCloud