| Age | Commit message (Expand) | Author |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-08-04 | Add ci_cpuid where it's missing. | ad |
| 2007-07-14 | Generic soft interrupts are mandatory. | ad |
| 2007-05-21 | Move declarations of m68k common functions | tsutsui |
| 2007-05-21 | Remove obsolete decralations of switch_exit() and switch_lwp_ext(). | tsutsui |
| 2007-05-20 | Add missing call to lwp_startup() in lwp_trampoline() (which was renamed | mhitch |
| 2007-05-20 | indent fix. | isaki |
| 2007-05-18 | Adapt to the merge of the yamt-idlelwp branch. | he |
| 2007-03-21 | Apply MI softintr(9) patch before it becomes rotten. Untested. | tsutsui |
| 2007-03-11 | - Shrink ipl_cookie_t from 32-bits to 16-bits (large enough to hold | thorpej |
| 2007-03-06 | Change bus_space_handle_t from void * (formerly caddr_t) to u_long | tsutsui |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2007-02-21 | add a pair of new bus_dma(9) functions: | mrg |
| 2007-02-16 | Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch callouts | ad |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-12-22 | We don't need the cpu_startup() prototype here. It is already provided by | jdc |
| 2006-12-21 | merge yamt-splraiseipl branch. | yamt |
| 2006-07-26 | don't install <machine/db_machdep.h>, this is kernel only | drochner |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-07-11 | Add m68k sunos_machdep.h | christos |
| 2005-06-04 | Adapt to compiling with -Wshadow and -Wcast-qual, by adding const | he |
| 2005-03-09 | Add a dm_maxsegsz public member to bus_dmamap_t. This allows a user of the API | matt |
| 2005-01-23 | make this the same as the other m68k platforms. | chs |
| 2004-09-26 | don't expose cpu_info to userland. | yamt |
| 2004-09-22 | move some per-cpu data definitions to MI place so that they can be modified | yamt |
| 2004-09-03 | Correct typo in copyright notice. (noticed by Hubert Feyrer). | leo |
| 2004-07-29 | remove now unnecessary "pci_enumerate_bus" definitions | drochner |
| 2004-05-08 | Factor out W{CHAR,INT}_{MAX,MIN} into their own header file. | kleink |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2003-11-10 | Spell address with two d's. Inspired by similar changes in OpenBSD, | wiz |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-15 | Handle 64bit DMA addresses on PCI for platforms that can (currently only | fvdl |
| 2003-05-10 | Remove redundant bounds_check_with_label() prototype. | thorpej |
| 2003-05-09 | A few ISA sound drivers like to share dma channels, and hence deferred | fvdl |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-04-02 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-01-28 | Introduce BUS_DMA_NOCACHE, and bus_dmamem_map() of i386 supports it. | kent |
| 2003-01-17 | Merge the nathanw_sa branch. | thorpej |
| 2002-12-10 | Use __LDPGSZ (which must be == USRTEXT) as the text address for a.out | thorpej |
| 2002-11-26 | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. | lukem |
| 2002-10-20 | merge the 12 copies of vm_machdep.c on the m68k platforms. | chs |
| 2002-09-22 | it really helps to get the stub right before cutting + pasting it 27 times. | chs |
| 2002-09-22 | add pmap_remove_all() hook (empty on most platforms so far). | chs |
| 2002-08-07 | Implement pmc(9) -- An interface to hardware performance monitoring | briggs |
| 2002-07-13 | m68k syscall rototill: | scw |
| 2002-05-23 | Fix the siron()/siroff() macro's. They were using a too loose contraint | leo |
| 2002-05-15 | Let machine-dependent code specify how to enumerate the bus. | thorpej |