| Commit message (Expand) | Author | Age | Files | Lines |
* | Clang now supports profiling, so remove the part that says it doesn't | dim | 2011-02-20 | 1 | -2/+2 |
* | Upgrade our copy of llvm/clang to r126079, from upstream's trunk. | dim | 2011-02-20 | 2 | -0/+14 |
* | Turn off default generation of userland dot symbols on powerpc64 now that | nwhitehorn | 2011-02-18 | 1 | -0/+7 |
* | Merge binutils 2.17.50 to head. This brings a number of improvements to | dim | 2011-02-18 | 4 | -115/+227 |
|\ |
|
| * | Sync: merge r216133 through r216338 from ^/head. | dim | 2010-12-09 | 5 | -6/+10 |
| |\ |
|
| * | | For ia64, add a proper 'elf64-ia64-freebsd' output format to BFD, so the | dim | 2010-12-05 | 1 | -1/+1 |
| | | | |
| | \ | |
| *-. \ | Sync: merge r215944 through r216132 from ^/head. | dim | 2010-12-02 | 4 | -1/+12 |
| |\ \ \ |
|
| * \ \ \ | Sync: merge r215464 through r215708 from ^/head. | dim | 2010-11-22 | 1 | -0/+1 |
| |\ \ \ \ |
|
| * \ \ \ \ | Sync: merge r215189 through r215272 from ^/head. | dim | 2010-11-14 | 2 | -12/+20 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Sync: merge r215141 through r215188 from ^/head. | dim | 2010-11-12 | 2 | -1/+3 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Sync: merge r214895 through r215140 from ^/head. | dim | 2010-11-11 | 4 | -21/+7 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Sync: merge r214649 through r214894 from ^/head. | dim | 2010-11-06 | 1 | -4/+4 |
| |\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Step 2: sync sys/conf/ldscript.i386 with the binutils 2.17.50 version, | dim | 2010-11-05 | 1 | -36/+61 |
| * | | | | | | | | | Step 1: sync sys/conf/ldscript.i386 with the binutils 2.15 version, | dim | 2010-11-05 | 1 | -74/+114 |
| * | | | | | | | | | Sync sys/conf/ldscript.amd64 with the upstream version, preserving | dim | 2010-11-04 | 1 | -35/+81 |
| * | | | | | | | | | Binutils commit 0c845abb5a0083c6deebc75975608237015badba increased | dim | 2010-11-04 | 1 | -2/+3 |
| * | | | | | | | | | Sync: merge r214353 through r214648 from ^/head. | dim | 2010-11-01 | 8 | -16/+28 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Use new output format 'elf64-x86-64-freebsd' instead of 'elf64-x86-64', | dim | 2010-11-01 | 2 | -3/+3 |
* | | | | | | | | | | | cxgbe(4) - NIC driver for Chelsio T4 (Terminator 4) based 10Gb/1Gb adapters. | np | 2011-02-18 | 3 | -2/+11 |
* | | | | | | | | | | | - Fix build of manual page and inclusion of mos driver into kernel config file. | hselasky | 2011-02-17 | 1 | -2/+3 |
* | | | | | | | | | | | Add missing USB_HOST_ALIGN option. | hselasky | 2011-02-12 | 1 | -0/+1 |
* | | | | | | | | | | | Move linux_clone(), linux_fork(), linux_vfork() to a MI path. | dchagin | 2011-02-12 | 3 | -0/+3 |
* | | | | | | | | | | | Merge ACPICA 20110211. | jkim | 2011-02-12 | 1 | -0/+6 |
* | | | | | | | | | | | whitespace nit. | imp | 2011-02-11 | 1 | -1/+1 |
* | | | | | | | | | | | Add tmpfs(5) to NOTES | kevlo | 2011-02-10 | 1 | -1/+1 |
* | | | | | | | | | | | Fix cut&paste mistake. | bschmidt | 2011-02-06 | 1 | -1/+1 |
* | | | | | | | | | | | Correct include path. | jhb | 2011-02-04 | 1 | -1/+1 |
* | | | | | | | | | | | Adds an experimental option to create a pool of | rrs | 2011-02-03 | 1 | -0/+1 |
* | | | | | | | | | | | Remove OpenSolaris include path referring to a non-existing directory | pluknet | 2011-02-02 | 1 | -3/+0 |
* | | | | | | | | | | | Include some preliminary TX HT rate scenario setup code. | adrian | 2011-02-01 | 1 | -0/+2 |
* | | | | | | | | | | | Migrate the TX path code out of if_ath and into a separate source file. | adrian | 2011-01-29 | 1 | -0/+2 |
* | | | | | | | | | | | Break out the debug macros from if_ath.c into if_ath_debug.[ch] . | adrian | 2011-01-29 | 1 | -0/+2 |
* | | | | | | | | | | | Undo a local option which mistakenly crept into a commit. | adrian | 2011-01-24 | 1 | -1/+0 |
* | | | | | | | | | | | Add stream scheduling support. | tuexen | 2011-01-23 | 1 | -0/+1 |
* | | | | | | | | | | | Option USB_HOST_ALIGN declared twice. | dchagin | 2011-01-22 | 1 | -1/+0 |
* | | | | | | | | | | | Allow USB_HOST_ALIGN to be configured at compile time. This patch is | hselasky | 2011-01-22 | 1 | -0/+1 |
* | | | | | | | | | | | In fact, we don't need any of these __DYNAMIC. it is a.out leftover and comm... | imp | 2011-01-20 | 4 | -8/+0 |
* | | | | | | | | | | | Remove commented out _DYNAMIC sections. | imp | 2011-01-20 | 2 | -8/+1 |
* | | | | | | | | | | | We don't need 2 versions here. One will do since binutils outputs the right ... | imp | 2011-01-20 | 2 | -324/+0 |
* | | | | | | | | | | | Collapse all the octeon ldscripts down into one now that we don't need one ea... | imp | 2011-01-20 | 3 | -123/+0 |
* | | | | | | | | | | | Push the non-AR5416 related stuff into chipset specific directories. | adrian | 2011-01-20 | 2 | -6/+7 |
* | | | | | | | | | | | ldscript and conf cleanup for MIPS | jchandra | 2011-01-20 | 2 | -604/+0 |
* | | | | | | | | | | | The output format should be determined by the ABI flags, not the ldscript. | jmallett | 2011-01-19 | 1 | -4/+1 |
* | | | | | | | | | | | Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set(). | jkim | 2011-01-17 | 5 | -4/+1 |
* | | | | | | | | | | | Allow runfw(4) to be compiled in to the kernel. | thompsa | 2011-01-11 | 1 | -0/+14 |
* | | | | | | | | | | | Remove unnecessary 'cat'. | jchandra | 2011-01-10 | 1 | -1/+1 |
* | | | | | | | | | | | Import support for the Sony Playstation 3 using the OtherOS feature | nwhitehorn | 2011-01-06 | 2 | -0/+11 |
* | | | | | | | | | | | On i386 and amd64, consistently use the following options whenever we | dim | 2011-01-05 | 1 | -1/+1 |
* | | | | | | | | | | | Sort -mno-(mmx|3dnow|sse|sse2|sse3) options consistently throughout the | dim | 2011-01-05 | 1 | -1/+1 |
* | | | | | | | | | | | Make "options XENHVM" compile for i386, not just amd64 -- a largely | rwatson | 2011-01-04 | 1 | -0/+1 |