summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* C startup support for 64-bit PowerPC.nwhitehorn2010-07-104-0/+248
* Minor modifications to know what to do with powerpc64.nwhitehorn2010-07-103-2/+5
* Teach our toolchain how to generate 64-bit PowerPC binaries. This fixesnwhitehorn2010-07-1023-23/+1298
* Fix spacing.kib2010-07-091-1/+1
* Some revision of Yukon controller generates corrupted frame when TXyongari2010-07-091-8/+21
* For both i386 and amd64 pmap,kib2010-07-094-6/+4
* Add support for the VM_ALLOC_COUNT() hint to vm_page_alloc(). Consequently,alc2010-07-093-10/+5
* Don't use pack() for structures that is used purely for software state.delphij2010-07-092-3/+3
* Fix of a VLAN problem by jhb, the checksum capabilityjfv2010-07-091-1/+1
* The number after 2 is 3, not 4.nwhitehorn2010-07-091-1/+1
* Remove an unnecessary include of opt_psim.h, which is not present onnwhitehorn2010-07-091-1/+0
* MFppc64:nwhitehorn2010-07-091-3/+3
* MFppc64:nwhitehorn2010-07-091-7/+7
* MFppc64:nwhitehorn2010-07-091-3/+3
* Accidentally committed an older version of this comment rather than thejhb2010-07-091-4/+4
* Refine a comment.jhb2010-07-091-5/+4
* Improve last commit: use bpf_mtap2() to avoiding stack usage.glebius2010-07-091-13/+6
* Remove redundant high >= 0.jh2010-07-091-1/+1
* Fix build by defining MAX() macro here.jkim2010-07-091-0/+1
* Improve cxgb(4)'s behaviour when faced with temporarily "bouncy" links:np2010-07-095-40/+55
* Eliminate ext_intr_task. The "slow" interrupt handler is alreadynp2010-07-095-58/+14
* Fix bufsize calculation so that cxgbtool can display information for thenp2010-07-091-1/+0
* Sync. printf() of libstand(3) with sys/kern/subr_prf.c.jkim2010-07-081-12/+45
* Implement optional 'precision' for numbers. Previously, it was parsed butjkim2010-07-081-11/+14
* Revert r209787 pending further discussion.randi2010-07-087-6/+551
* Properly recognize a number followed by non-digits as a jail name.jamie2010-07-081-1/+3
* - Various style and whitespace fixes.jhb2010-07-082-76/+66
* Remove enabling RX checksum offloading in RX filter setup. RXyongari2010-07-082-6/+5
* Missed a file in r209803: this header contains a definition ofnwhitehorn2010-07-081-0/+1
* Assert that low and high are >= 0. The allocator doesn't support thejh2010-07-081-2/+2
* Fix XLR64, the previous version had the contents of file duplicated.jchandra2010-07-081-133/+0
* 64 bit ld script for mips, and configuration file for 64 bit compilationjchandra2010-07-082-0/+567
* Replace the existing PowerPC busdma implementation with the one fromnwhitehorn2010-07-083-211/+834
* Use 64 bit type for rqb_word_t in n64 kernel.jchandra2010-07-081-2/+11
* Enable KX bit, which is needed for 64 bit access, in status registerjchandra2010-07-083-6/+18
* Add TX-path aligned/unaligned stats for if_arge.adrian2010-07-082-1/+15
* 64 bit compilation support XLR platform code.jchandra2010-07-085-32/+32
* Address PR kern/148307 - fix if_ath TX mbuf alignment/size constraint checksadrian2010-07-081-1/+23
* Fix minor issue in sys/mips/mips/cache_mipsNN.c, using int type forjchandra2010-07-081-2/+2
* Merge jmallett@'s n64 work into HEAD - changeset 8jchandra2010-07-083-31/+41
* Make ofw_syscons work on 64-bit systems.nwhitehorn2010-07-081-3/+3
* Fix several bugs in the real-mode Open Firmware implementation and providenwhitehorn2010-07-081-157/+325
* Introduce a sysctl block for if_arge and, for now, a blank debug sysctladrian2010-07-082-0/+19
* Change the argument type to OF_call_method to take an array of cell_tnwhitehorn2010-07-084-12/+10
* Fix iicbus_get_addr() on 64-bit big-endian systems. The bus accessornwhitehorn2010-07-081-1/+1
* Extend the ath debugging a little to log the interface name.adrian2010-07-081-1/+1
* Since r209216 bpf(4) searches for mbuf_tags(9) and thus will not work withglebius2010-07-081-6/+8
* Do not mention VM_ALLOC_RETRY in comment, and normalize the terminologykib2010-07-081-2/+2
* Make VM_ALLOC_RETRY flag mandatory for vm_page_grab(). Assert that thekib2010-07-082-14/+13
* Correctly maintain the per-cpu field "curpmap" on amd64 just like wealc2010-07-082-12/+12
OpenPOWER on IntegriCloud