| Commit message (Expand) | Author | Age | Files | Lines |
* | C startup support for 64-bit PowerPC. | nwhitehorn | 2010-07-10 | 4 | -0/+248 |
* | Minor modifications to know what to do with powerpc64. | nwhitehorn | 2010-07-10 | 3 | -2/+5 |
* | Teach our toolchain how to generate 64-bit PowerPC binaries. This fixes | nwhitehorn | 2010-07-10 | 23 | -23/+1298 |
* | Fix spacing. | kib | 2010-07-09 | 1 | -1/+1 |
* | Some revision of Yukon controller generates corrupted frame when TX | yongari | 2010-07-09 | 1 | -8/+21 |
* | For both i386 and amd64 pmap, | kib | 2010-07-09 | 4 | -6/+4 |
* | Add support for the VM_ALLOC_COUNT() hint to vm_page_alloc(). Consequently, | alc | 2010-07-09 | 3 | -10/+5 |
* | Don't use pack() for structures that is used purely for software state. | delphij | 2010-07-09 | 2 | -3/+3 |
* | Fix of a VLAN problem by jhb, the checksum capability | jfv | 2010-07-09 | 1 | -1/+1 |
* | The number after 2 is 3, not 4. | nwhitehorn | 2010-07-09 | 1 | -1/+1 |
* | Remove an unnecessary include of opt_psim.h, which is not present on | nwhitehorn | 2010-07-09 | 1 | -1/+0 |
* | MFppc64: | nwhitehorn | 2010-07-09 | 1 | -3/+3 |
* | MFppc64: | nwhitehorn | 2010-07-09 | 1 | -7/+7 |
* | MFppc64: | nwhitehorn | 2010-07-09 | 1 | -3/+3 |
* | Accidentally committed an older version of this comment rather than the | jhb | 2010-07-09 | 1 | -4/+4 |
* | Refine a comment. | jhb | 2010-07-09 | 1 | -5/+4 |
* | Improve last commit: use bpf_mtap2() to avoiding stack usage. | glebius | 2010-07-09 | 1 | -13/+6 |
* | Remove redundant high >= 0. | jh | 2010-07-09 | 1 | -1/+1 |
* | Fix build by defining MAX() macro here. | jkim | 2010-07-09 | 1 | -0/+1 |
* | Improve cxgb(4)'s behaviour when faced with temporarily "bouncy" links: | np | 2010-07-09 | 5 | -40/+55 |
* | Eliminate ext_intr_task. The "slow" interrupt handler is already | np | 2010-07-09 | 5 | -58/+14 |
* | Fix bufsize calculation so that cxgbtool can display information for the | np | 2010-07-09 | 1 | -1/+0 |
* | Sync. printf() of libstand(3) with sys/kern/subr_prf.c. | jkim | 2010-07-08 | 1 | -12/+45 |
* | Implement optional 'precision' for numbers. Previously, it was parsed but | jkim | 2010-07-08 | 1 | -11/+14 |
* | Revert r209787 pending further discussion. | randi | 2010-07-08 | 7 | -6/+551 |
* | Properly recognize a number followed by non-digits as a jail name. | jamie | 2010-07-08 | 1 | -1/+3 |
* | - Various style and whitespace fixes. | jhb | 2010-07-08 | 2 | -76/+66 |
* | Remove enabling RX checksum offloading in RX filter setup. RX | yongari | 2010-07-08 | 2 | -6/+5 |
* | Missed a file in r209803: this header contains a definition of | nwhitehorn | 2010-07-08 | 1 | -0/+1 |
* | Assert that low and high are >= 0. The allocator doesn't support the | jh | 2010-07-08 | 1 | -2/+2 |
* | Fix XLR64, the previous version had the contents of file duplicated. | jchandra | 2010-07-08 | 1 | -133/+0 |
* | 64 bit ld script for mips, and configuration file for 64 bit compilation | jchandra | 2010-07-08 | 2 | -0/+567 |
* | Replace the existing PowerPC busdma implementation with the one from | nwhitehorn | 2010-07-08 | 3 | -211/+834 |
* | Use 64 bit type for rqb_word_t in n64 kernel. | jchandra | 2010-07-08 | 1 | -2/+11 |
* | Enable KX bit, which is needed for 64 bit access, in status register | jchandra | 2010-07-08 | 3 | -6/+18 |
* | Add TX-path aligned/unaligned stats for if_arge. | adrian | 2010-07-08 | 2 | -1/+15 |
* | 64 bit compilation support XLR platform code. | jchandra | 2010-07-08 | 5 | -32/+32 |
* | Address PR kern/148307 - fix if_ath TX mbuf alignment/size constraint checks | adrian | 2010-07-08 | 1 | -1/+23 |
* | Fix minor issue in sys/mips/mips/cache_mipsNN.c, using int type for | jchandra | 2010-07-08 | 1 | -2/+2 |
* | Merge jmallett@'s n64 work into HEAD - changeset 8 | jchandra | 2010-07-08 | 3 | -31/+41 |
* | Make ofw_syscons work on 64-bit systems. | nwhitehorn | 2010-07-08 | 1 | -3/+3 |
* | Fix several bugs in the real-mode Open Firmware implementation and provide | nwhitehorn | 2010-07-08 | 1 | -157/+325 |
* | Introduce a sysctl block for if_arge and, for now, a blank debug sysctl | adrian | 2010-07-08 | 2 | -0/+19 |
* | Change the argument type to OF_call_method to take an array of cell_t | nwhitehorn | 2010-07-08 | 4 | -12/+10 |
* | Fix iicbus_get_addr() on 64-bit big-endian systems. The bus accessor | nwhitehorn | 2010-07-08 | 1 | -1/+1 |
* | Extend the ath debugging a little to log the interface name. | adrian | 2010-07-08 | 1 | -1/+1 |
* | Since r209216 bpf(4) searches for mbuf_tags(9) and thus will not work with | glebius | 2010-07-08 | 1 | -6/+8 |
* | Do not mention VM_ALLOC_RETRY in comment, and normalize the terminology | kib | 2010-07-08 | 1 | -2/+2 |
* | Make VM_ALLOC_RETRY flag mandatory for vm_page_grab(). Assert that the | kib | 2010-07-08 | 2 | -14/+13 |
* | Correctly maintain the per-cpu field "curpmap" on amd64 just like we | alc | 2010-07-08 | 2 | -12/+12 |