| Commit message (Expand) | Author | Age | Files | Lines |
* | - Fix logic for detection if further processing of PMC should be performed. | gonzo | 2012-03-18 | 1 | -6/+14 |
* | style(9) changes. | adrian | 2012-03-17 | 1 | -9/+10 |
* | Begin fleshing out MII clock rate configuration changes. | adrian | 2012-03-17 | 5 | -0/+74 |
* | Clean-up fake preload data generator: | gonzo | 2012-03-15 | 1 | -24/+19 |
* | Fill out fake preload structure to let userland tools like pmc(3) know | gonzo | 2012-03-15 | 1 | -0/+50 |
* | Remove a now unneeded ARGE_UNLOCK(). | adrian | 2012-03-13 | 1 | -3/+0 |
* | Fix link status handling on if_arge upon system boot to allow bootp/NFS to | adrian | 2012-03-13 | 1 | -7/+16 |
* | Don't build kernel.tramp on Octeon. Probably building it should be opt-in | jmallett | 2012-03-13 | 1 | -0/+3 |
* | Correctly (I hope) deallocate the if_arge RX buffer ring on arge_stop(). | adrian | 2012-03-13 | 1 | -0/+43 |
* | Remove TARGET_BIG_ENDIAN which should have been removed previously. | jmallett | 2012-03-12 | 1 | -1/+0 |
* | o) Use ABI, not ISA_* options, to determine whether to compile bits if libkern | jmallett | 2012-03-12 | 36 | -48/+40 |
* | Configuration changes/updates! | adrian | 2012-03-12 | 1 | -4/+12 |
* | Use 64-bit bus space constants on 64-bit kernels. | jmallett | 2012-03-12 | 1 | -3/+11 |
* | Remove more unused stuff, primarily a set of (unused, thankfully) PIO | jmallett | 2012-03-12 | 3 | -265/+3 |
* | Remove more unused code and declarations, and add dire warnings to the 64-bit | jmallett | 2012-03-12 | 9 | -241/+9 |
* | Remove platform APIs which are not used by any code and which had only stub | jmallett | 2012-03-12 | 13 | -254/+3 |
* | - Rename apb_intr to apb_filter since it's a filter handler | gonzo | 2012-03-12 | 1 | -5/+38 |
* | Begin modifying the PB92 config file to actually generate a flashable, | adrian | 2012-03-12 | 1 | -28/+40 |
* | We've supported 64-bit PTEs for some time. | jmallett | 2012-03-11 | 2 | -18/+0 |
* | Disable the Simple Executive's error decoding/reporting code. | jmallett | 2012-03-11 | 1 | -20/+0 |
* | Merge the Cavium Octeon SDK 2.3.0 Simple Executive code and update FreeBSD to | jmallett | 2012-03-11 | 17 | -67/+255 |
* | Fix promiscuous mode with if_octm: | jmallett | 2012-03-11 | 1 | -11/+18 |
* | Remove some headers not used by kernel or world and which are not present in | jmallett | 2012-03-10 | 8 | -329/+0 |
* | Fix reversed logic in previous commit that broke build and earned me quite the | jmallett | 2012-03-10 | 1 | -2/+2 |
* | Use ABI to determine bus_addr_t for cnMIPS. | jmallett | 2012-03-10 | 1 | -1/+1 |
* | o) Remove some CPU_CNMIPS-related magical thinking about the status register's | jmallett | 2012-03-10 | 3 | -16/+2 |
* | Get rid of mainbus.c. The version in nexus.c is being used and is | jmallett | 2012-03-10 | 1 | -334/+0 |
* | Don't truncate physical addresses to 32-bits. | jmallett | 2012-03-10 | 1 | -4/+4 |
* | Reduce diffs with freebsd32_sysarch. | jmallett | 2012-03-10 | 1 | -12/+8 |
* | o) Bump INTRCOUNT_COUNT to 256, since Octeon already has >128. | jmallett | 2012-03-10 | 1 | -5/+5 |
* | "Did you still want the not yet? I think we just arrived at yet." | jmallett | 2012-03-09 | 1 | -1/+1 |
* | Enable COMPAT_FREEBSD32 for the Octeon kernel config by default. | jmallett | 2012-03-09 | 1 | -1/+1 |
* | Get rid of duplicated versions of the KSU bits. | jmallett | 2012-03-06 | 3 | -13/+8 |
* | Break long lines. | ray | 2012-03-06 | 1 | -25/+44 |
* | Remove EoL whitespaces. | ray | 2012-03-06 | 1 | -67/+66 |
* | Remove unused file. | jmallett | 2012-03-06 | 1 | -124/+0 |
* | Disable the option VFS_ALLOW_NONMPSAFE by default on all the supported | attilio | 2012-03-06 | 1 | -2/+0 |
* | At the risk of reducing source compatibility with old NetBSD and Sprite: | jmallett | 2012-03-06 | 10 | -489/+79 |
* | Garbage collect some unused symbols. | jmallett | 2012-03-06 | 1 | -8/+0 |
* | Make the native sigreturn just wrap set_mcontext, much as freebsd32_sigreturn | jmallett | 2012-03-06 | 1 | -34/+5 |
* | Store TLS base in the sigframe just as is done in freebsd32_sendsig. Because | jmallett | 2012-03-06 | 1 | -0/+1 |
* | Fix two and a half oversights in COMPAT_FREEBSD32 related to contexts and | jmallett | 2012-03-06 | 2 | -3/+4 |
* | When emulating rdhwr for TLS, use the 32-bit offset under COMPAT_FREEBSD32. | jmallett | 2012-03-06 | 2 | -0/+12 |
* | Prepare for large TLS redo. Save pointer to the beginning of TLS area, | gonzo | 2012-03-06 | 3 | -20/+51 |
* | In the trap messages that aid the primitive debugging environment of MIPS, | jmallett | 2012-03-06 | 1 | -6/+14 |
* | Fix tls base computation with COMPAT_FREEBSD32 on n64 kernels. The previous | jmallett | 2012-03-04 | 1 | -5/+9 |
* | Unbreak n64 build without COMPAT_FREEBSD32 by fixing mismatched preprocessor | jmallett | 2012-03-03 | 1 | -1/+1 |
* | o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl... | jmallett | 2012-03-03 | 13 | -42/+707 |
* | When creating a handle for a subregion, be sure to actually math out the new | jmallett | 2012-03-02 | 2 | -10/+8 |
* | If an Atheros device is attached to an Octeon, it's going to be by PCI. | jmallett | 2012-03-02 | 1 | -0/+1 |