| Age | Commit message (Expand) | Author |
| 2006-09-02 | Remove pointless dependency upon evbmips/clockvar.h. | gdamore |
| 2006-09-02 | Provide a common implementation for ports that use the MIPS CP0 counter | gdamore |
| 2006-09-01 | Remove explicit cast which causes assignments to PC_REGS(f) to fail. | matt |
| 2006-08-31 | Make cpu_coredump dependent on COREDUMP | matt |
| 2006-08-28 | - remove unused bdbtofsb. | yamt |
| 2006-08-28 | First pass at cleanup AR5312 WiSoC support to enable better & cleaner | gdamore |
| 2006-08-27 | Add -msym32 to CFLAGS when MACHINE_ARCH is mips64e[bl]. | matt |
| 2006-08-27 | Define _MIPS_BSD_API correctly according to GCC builting __mips_n64, | matt |
| 2006-08-27 | The prohibition about 64bit ABIs only applies to pre-gcc3 so move it there. | matt |
| 2006-08-27 | Sign extend DEFTEXTADDR on MIPS64. | matt |
| 2006-08-27 | Put .rodata.str1.4 and .rodata.cst4 sections by gcc4 into .rodata section. | tsutsui |
| 2006-08-26 | Use vaddr_t for virtual addresses. Don't cast pointers with int or | matt |
| 2006-08-26 | Use vaddr_t for virtual addresses, not u_int32_t. | matt |
| 2006-08-26 | Use PRIx64 instead of llx | matt |
| 2006-08-26 | If we are _LP64, we must be mips64, not mips32. | matt |
| 2006-08-26 | Don't cast pointers using unsigned and/or int. Use intptr_t or uintptr_t | matt |
| 2006-08-26 | Nuke unneeded LP64 conditional section | matt |
| 2006-08-26 | No need #include <machine/param.h> since #include <sys/param.h> is enough. | tsutsui |
| 2006-08-17 | Fix all the -D*DEBUG* code that it was rotting away and did not even compile. | christos |
| 2006-08-06 | Use ${SYSDIR}/arch/mips/ instead of ../mips/, which was fragile. | dyoung |
| 2006-07-26 | don't install <machine/db_machdep.h>, this is kernel only | drochner |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-07-19 | - Hold a reference to the process credentials in each struct lwp. | ad |
| 2006-07-14 | Consistently establish / disestablish shutdown hook | seanb |
| 2006-07-13 | Add an option COM_REGMAP to allow com(4) to use an array of register indices. | gdamore |
| 2006-07-13 | Activate argpio. Apparently I forgot to commit this change earlier. | gdamore |
| 2006-07-07 | Add AR531X GPIO support. This also registers the reset button with sysmon, | gdamore |
| 2006-06-26 | use the "i2cbus" interface attribute rather than putting a string name | drochner |
| 2006-06-25 | Supoort read/write word. | kiyohara |
| 2006-06-09 | Add AR531X_SYSREG_WDOG_TIMER register. (Forgot to commit this earlier.) | gdamore |
| 2006-06-05 | Import new HAL 0.9.17.2. Approved by sam@ | gdamore |
| 2006-06-03 | Adjust asm constraints for more pickier gcc4. | simonb |
| 2006-06-02 | remove GCC2 support. | mrg |
| 2006-05-25 | Rename flash to athflash to reflect MD nature. Approved by simon@ and dyoung@ | gdamore |
| 2006-05-25 | Add flash device support. | gdamore |
| 2006-05-25 | Add RBLE bit to flash enable. | gdamore |
| 2006-05-17 | Move comment with caveats about this driver, and make it more prominent, as | gdamore |
| 2006-05-17 | Initial swag at flash device support. Only read/write supported, and only | gdamore |
| 2006-05-15 | - include kauth.h for kauth_cred_geteuid. | yamt |
| 2006-05-15 | Fix typo in MIPS3_SR_EIE. | simonb |
| 2006-05-14 | integrate kauth. | elad |
| 2006-05-12 | Fix some comments. | skrll |
| 2006-05-11 | A zero mask means that the device should always be enabled. | gdamore |
| 2006-05-10 | Fix a bunch of cast lvalues. | skrll |
| 2006-05-05 | Remove the devprop API and switch everthing over to the new proplib. Add | thorpej |
| 2006-04-28 | G/c some ancient intrcnt code that isn't used anymore. | simonb |
| 2006-04-11 | The RTC and PCMCIA don't live at address 0 - restore the -1 address | simonb |
| 2006-04-10 | Fix some comment grammar nits. | simonb |
| 2006-04-07 | retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4. | mrg |
| 2006-04-07 | Add unified AR531X_REVISION_WMAC. | gdamore |