| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | This patch shrinks boot2 a little. | rdivacky | 2011-03-02 | 1 | -25/+8 |
* | Remove duplicate "in". | brucec | 2011-03-01 | 2 | -2/+2 |
* | Revert some of r177626. "in in" is valid in certain sentences. | brucec | 2011-02-28 | 2 | -2/+2 |
* | Finally... Import the latest open-source ZFS version - (SPA) 28. | pjd | 2011-02-27 | 4 | -82/+172 |
* | Rename bcpy() macro to bcopy(). | pjd | 2011-02-27 | 2 | -7/+7 |
* | Clang's integrated assembler can now handle sys/boot/i386/boot2/sio.S. | dim | 2011-02-27 | 3 | -6/+0 |
* | Handle memory allocation failures in include(). | brucec | 2011-02-23 | 2 | -1/+12 |
* | MFi386: revision 218926 | nyan | 2011-02-22 | 1 | -1/+1 |
* | In sys/boot/i386/boot2/boot2.c, change the type of the 'opts' variable | dim | 2011-02-21 | 1 | -1/+1 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | Upgrade our copy of llvm/clang to r126079, from upstream's trunk. | dim | 2011-02-20 | 10 | -0/+57 |
* | MFi386: revision 218745 | nyan | 2011-02-19 | 1 | -18/+1 |
* | Merge binutils 2.17.50 to head. This brings a number of improvements to | dim | 2011-02-18 | 5 | -13/+15 |
|\ |
|
| * | For ia64, add a proper 'elf64-ia64-freebsd' output format to BFD, so the | dim | 2010-12-05 | 2 | -2/+2 |
| * | Sync: merge r215709 through r215824 from ^/head. | dim | 2010-11-25 | 1 | -1/+2 |
| |\ |
|
| * \ | Sync: merge r215464 through r215708 from ^/head. | dim | 2010-11-22 | 1 | -4/+4 |
| |\ \ |
|
| * | | | Sync: merge r215396 through r215463 from ^/head. | dim | 2010-11-18 | 5 | -11/+43 |
| * | | | Sync: merge r215319 through r215395 from ^/head, so ports can actually | dim | 2010-11-16 | 2 | -6/+16 |
| * | | | Sync: merge r215273 through r215318 from ^/head. | dim | 2010-11-14 | 1 | -1/+1 |
| * | | | Sync: merge r215189 through r215272 from ^/head. | dim | 2010-11-14 | 2 | -41/+0 |
| |\ \ \ |
|
| * \ \ \ | Sync: merge r214895 through r215140 from ^/head. | dim | 2010-11-11 | 7 | -58/+6 |
| |\ \ \ \ |
|
| * | | | | | For sys/boot/ia64/efi and sys/boot/ia64/ski, modify their linker scripts | dim | 2010-11-05 | 2 | -4/+4 |
| * | | | | | Sync: merge r214353 through r214648 from ^/head. | dim | 2010-11-01 | 5 | -33/+47 |
| |\ \ \ \ \ |
|
| * | | | | | | Use new output format 'elf64-x86-64-freebsd' instead of 'elf64-x86-64', | dim | 2010-11-01 | 1 | -1/+1 |
* | | | | | | | - add missing if_ devices which were missing and are available as loadable | danger | 2011-02-18 | 1 | -0/+4 |
* | | | | | | | Remove reading of symbols from a.out loaded files. Since we are tight | imp | 2011-02-16 | 1 | -18/+1 |
* | | | | | | | MFi386: revision 218713 | nyan | 2011-02-16 | 1 | -3/+4 |
* | | | | | | | In sys/boot/common/ufsread.c, use uint8_t instead of u_int8_t. | dim | 2011-02-15 | 1 | -1/+1 |
* | | | | | | | Apply a few small optimizations to boot2's code, to make it shrink a | dim | 2011-02-15 | 2 | -4/+5 |
* | | | | | | | Fix build. | nyan | 2011-02-12 | 1 | -2/+10 |
* | | | | | | | Add the pc98boot image which concatenates boot0 and boot0.5. | nyan | 2011-02-11 | 2 | -1/+18 |
* | | | | | | | Add PEX0 and select the first serial port as console. | marcel | 2011-02-04 | 1 | -0/+28 |
* | | | | | | | Add kern.msgbufsize default setting to /boot/defaults/loader.conf. | pluknet | 2011-01-21 | 1 | -1/+1 |
* | | | | | | | Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize. | pluknet | 2011-01-21 | 2 | -0/+9 |
* | | | | | | | No need to list an obsolete arm compiler here. | imp | 2011-01-20 | 2 | -2/+0 |
* | | | | | | | Don't need __DYNAMIC here. it is commented out and a.out only -- these are a... | imp | 2011-01-20 | 3 | -6/+0 |
* | | | | | | | Fix a stack leak in r215345 when skipping over the ACPI menu item for | jhb | 2011-01-20 | 1 | -1/+1 |
* | | | | | | | Help static analysis by initializing variables that we know cannot be | marcel | 2011-01-06 | 2 | -0/+2 |
* | | | | | | | Import support for the Sony Playstation 3 using the OtherOS feature | nwhitehorn | 2011-01-06 | 17 | -1/+2364 |
* | | | | | | | On i386 and amd64, consistently use the following options whenever we | dim | 2011-01-05 | 4 | -4/+4 |
* | | | | | | | Remove an empty .if/.endif pair from sys/boot/ficl/Makefile that I | dim | 2011-01-05 | 1 | -2/+0 |
* | | | | | | | In lib/libstand, sys/boot/ficl and sys/boot/zfs, -mno-sse3 should also | dim | 2011-01-05 | 2 | -6/+2 |
* | | | | | | | Remove superfluous -mno-(mmx|3dnow|sse|sse2|sse3) flags in Makefiles | dim | 2011-01-05 | 5 | -5/+0 |
* | | | | | | | Add driver for DM&P Vortex86 RDC R6040 Fast Ethernet. | yongari | 2010-12-31 | 1 | -0/+1 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Give a bit of a hint of the failure (read != expected) but don't make | emaste | 2010-11-25 | 1 | -1/+1 |
* | | | | | | Make this printfoutput more verbose. | attilio | 2010-11-23 | 1 | -1/+2 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Check the OF_getprop() return value before proceeding. Allocate only as | andreast | 2010-11-20 | 1 | -4/+4 |
* | | | | | Revert r215435. We need to figure out the exact value to be loaded. | andreast | 2010-11-17 | 1 | -1/+1 |
* | | | | | Check the real-mode? OF property to find out whether we operate in real or | andreast | 2010-11-17 | 3 | -9/+28 |
* | | | | | Move the declaration of the eh struct (used only when debugging is enabled) | andreast | 2010-11-17 | 1 | -1/+1 |