| Age | Commit message (Expand) | Author |
| 2006-09-03 | make this compile again (thanks gdamore) | christos |
| 2006-09-03 | Add ``makeoptions DEBUG="-g"''. From the comment in GENERIC: | simonb |
| 2006-09-03 | Convert i386 to use common TODR code. Not tested, but Christos says he'll | gdamore |
| 2006-09-03 | avoid empty else. | christos |
| 2006-09-02 | Use new common, MIPS3 clock handling. This eliminates some port-specific | gdamore |
| 2006-09-02 | Remove pointless dependency upon evbmips/clockvar.h. | gdamore |
| 2006-09-02 | There's no reason to use -Wno-parentheses. | uwe |
| 2006-09-02 | Remove pointless reference to evbmips/clockvar.h. | gdamore |
| 2006-09-02 | Provide a common implementation for ports that use the MIPS CP0 counter | gdamore |
| 2006-09-02 | Convert evbmis to __HAVE_GENERIC_TODR. | gdamore |
| 2006-09-02 | Add/rename macros (PVO_xxx_P) for testing WIRED, MANAGED, EXECUTABLE ness | matt |
| 2006-09-02 | - Remove k8pnow_read_pending_wait() and use a macro that _always_ | xtraeme |
| 2006-09-02 | Add missing initializers | christos |
| 2006-09-02 | Remove ifdef 0'd code from before timecounters. | gdamore |
| 2006-09-02 | Convert evbmips to timecounters, using the MIPS3 cp0 clock. | gdamore |
| 2006-09-01 | fix a bug in userlevel trap() handling where struct proc *p was used | mrg |
| 2006-09-01 | va = va += PAGE_SIZE is possibly undefined. remove the first "va = ". | mrg |
| 2006-09-01 | copy this from i386/compile/Makefile. it makes kernel builds work | mrg |
| 2006-09-01 | Increase SYMTAB_SPACE to 410000 | matt |
| 2006-09-01 | Initial import of NetBSD/landisk port by NONAKA Kimihiro <nonaka@NetBSD.org> | uwe |
| 2006-09-01 | Make this compile again. -Wshadow and other gcc4 stuff. | matt |
| 2006-09-01 | Make sure .data is .long aligned. (fixes linker warning) | matt |
| 2006-09-01 | Remove explicit cast which causes assignments to PC_REGS(f) to fail. | matt |
| 2006-09-01 | Remove unneeded volatile. | matt |
| 2006-09-01 | Device isabus has to expose an interface attribute otherwise it can't have | cube |
| 2006-09-01 | Reorder AFLAGS to avoid assembler warnings | matt |
| 2006-09-01 | Increase SYMTAB_SPACE to 410000 | matt |
| 2006-09-01 | s/E2BIG/EFBIG/ for bus_dma(9) errors. this is what every other | mrg |
| 2006-09-01 | Delete ath, it is known to be broken on alpha. | dyoung |
| 2006-09-01 | hptide controller was tested on prep by a user. Adding to GENERIC | garbled |
| 2006-09-01 | I dunno how -Os crept into GENERIC, but yank it. | garbled |
| 2006-09-01 | Fix a horrible bug in how we initialize the 8259 interrupt controller. | garbled |
| 2006-09-01 | Fix delay() so that gcc4 does not optimize it into a noop. Lifted from the | sekiya |
| 2006-09-01 | Add ath(4) to GENERIC alpha kernel. UNTESTED. | dyoung |
| 2006-09-01 | Add missing equal sign. | sekiya |
| 2006-09-01 | Comment out tl(4) and nsphy(4) (used by the Set Engineering board) as it | rumble |
| 2006-09-01 | Remove the 'FIFO Full' hack for interrupt vector 0. | rumble |
| 2006-09-01 | Move a variable to prevent a "unused" variable warning. | matt |
| 2006-09-01 | Make this compile. The "fixed" bus_space_tag_t is horrible. | matt |
| 2006-09-01 | Remove an unneeded volatile. | matt |
| 2006-09-01 | Fix a -Wshadow error. | matt |
| 2006-08-31 | This file isn't used any more. | bjh21 |
| 2006-08-31 | * move the "cheating" conditional into unmapiodev() implementation | freza |
| 2006-08-31 | * implement unmapiodev(), make mapiodev() aware of ppc4xx_tlb_mapiodev() | freza |
| 2006-08-31 | * ppc4xx_tlb_reserve(): allocate "reserved" TLB entries dynamically | freza |
| 2006-08-31 | * add PVR values for Xilinx 405 cores | freza |
| 2006-08-31 | Per discussion on tech-kern and tech-userlevel, move the bit-twiddling | dyoung |
| 2006-08-31 | volatile void func(decl) -> void func(decl) __attribute__((__noreturn__)) | tsutsui |
| 2006-08-31 | Call unmapiodev when unmapping bus_space to possibly reclaim the VA. | matt |
| 2006-08-31 | Add unmapiodev(vaddr_t, vsize_t) (to be used by bus_space_unmap) | matt |