| Age | Commit message (Expand) | Author |
| 2022-06-04 | - Use register prefix (%r). | rin |
| 2022-05-29 | le(4): Fix resource leaks for error paths. | rin |
| 2021-12-08 | fix various typos in comments and log messages. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-08-03 | Switch evbppc/ibm4xx to generic evbppc (same as oea) kernel modules. | rin |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-03-30 | Sort headers. Fix style. No binary changes. | rin |
| 2021-03-30 | G/C misleading <evbppc/tlb.h>. Use <powerpc/ibm4xx/tlb.h> directly. | rin |
| 2021-03-30 | G/C unused. No binary changes (except for __LINE__ for KASSERT). | rin |
| 2021-03-30 | Move common global variables, i.e., phys_map, machine, and machine_arch to | rin |
| 2021-03-30 | Centralize cpu_reboot(). | rin |
| 2021-03-16 | Style. No binary changes. | rin |
| 2021-03-07 | Add initial support for Xorg server for wsfb(4): | rin |
| 2021-03-07 | Misc cleanup for clarity. No functional changes. | rin |
| 2021-03-07 | No need to clear framebuffer here; rasops(4) takes care of it. | rin |
| 2021-03-07 | Reduce ifdef. No functional changes. | rin |
| 2021-03-07 | Revert this commit: | rin |
| 2021-03-05 | Identify oneself as ``Explora 450'' instead of 451. | rin |
| 2021-03-05 | Fix color map. | rin |
| 2021-03-05 | Configure fb(4) appropriately also when it is not console. | rin |
| 2021-03-05 | Map framebuffer to virtual space when fb(4) is present, | rin |
| 2021-03-05 | Call bus_space_mallocok() appropriately. | rin |
| 2021-03-05 | For very MD codes for Explora, reorder things, and use more common codes for | rin |
| 2021-03-05 | Avoid doubly bus_space_map(9) when pckbc(4) is already attached as console. | rin |
| 2021-03-05 | pckbcintr() must be running with IPL_TTY, not IPL_SERIAL. Otherwise, | rin |
| 2021-03-05 | For Explora 451, call calc_delayconst() before pckbc_cnattach(), which | rin |
| 2021-03-02 | Convert to intr_establish_xname(). | rin |
| 2021-03-02 | Stop registering same function twice, i.e., for pckbd(4) and pms(4), | rin |
| 2021-03-02 | Establish kernel MMU context before turning on MMU. | rin |
| 2021-03-02 | Switch to genppc_cpu_configure(). | rin |
| 2020-11-21 | malloc(9) -> kmem(9) | thorpej |
| 2020-06-11 | uvm_availmem(): give it a boolean argument to specify whether a recent | ad |
| 2019-12-31 | Rename uvm_free() -> uvm_availmem(). | ad |
| 2019-12-21 | uvmexp.free -> uvm_free() | ad |
| 2018-12-08 | Clean up initialization of com_regs structure, in preparation for | thorpej |
| 2013-10-03 | Binutils 2.23.2 doesn't do the right thing HI16/LO16 reloc using . | matt |
| 2012-10-13 | Adapt to the changed signature of pckbc_cnattach(). | jdc |
| 2012-07-29 | Do not call setroot() from MD code and from MI code, which has | mlelstv |
| 2012-07-27 | Fix some -fno-common fallout | matt |
| 2011-12-12 | Fix hangs-up. Remove "wrteei 1" in board's cpu_configure(). Interrupt | kiyohara |
| 2011-07-01 | #include <sys/bus.h> instead of <machine/bus.h>. | dyoung |
| 2011-06-20 | Don't include *pmap.h in assembly files. Get the needed definitions | matt |
| 2011-06-20 | Change IBM4xx to use the common powerpc PIC framework. | matt |
| 2011-06-18 | split device/softc (CFATTACH_DECL_NEW) | matt |
| 2011-06-15 | lcsplx is dead. remove last vestiges of it. | matt |
| 2011-06-12 | for booke and ibm4xx evbppc systems, set module_machine to to either | mrg |
| 2011-06-06 | CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0 | matt |
| 2011-06-06 | More device_t, cfdata, CFATTACH_DECL_NEW cleanup. | matt |
| 2011-01-17 | Kill _NOREGNAMES. Everything should be using %rX now. If it doesn't it | matt |
| 2011-01-14 | Retire struct user, remove sys/user.h inclusions. Note sys/user.h header | rmind |