| Age | Commit message (Expand) | Author |
| 2014-01-31 | defined(LKM) -> defined(MODULAR) | tsutsui |
| 2013-10-19 | make cpu_need_resched() macros consistent; __USE flags | christos |
| 2013-06-30 | G/C PFIL_HOOKS from the kernel configs. | rmind |
| 2013-04-27 | the bogus number police | christos |
| 2013-04-27 | remove confusing numeric locators where they are unused. | christos |
| 2012-10-17 | Add "options COMPAT_60" to all kernel configuration files | apb |
| 2012-08-08 | build fix for gcc -fno-common, from Radoslaw Kujawa | drochner |
| 2012-07-29 | Do not call setroot() from MD code and from MI code, which has | mlelstv |
| 2012-07-27 | Remove safepri and use IPL_SAFEPRI instead. This may be defined in a MD | matt |
| 2012-05-07 | Add dummy bus_dma(9) typedefs (enabled by __HAVE_NO_BUS_DMA) in <sys/bus.h> | tsutsui |
| 2012-03-10 | P1003_1B_SEMAPHORE is no longer optional. | joerg |
| 2012-02-19 | Remove COMPAT_SA / KERN_SA. Welcome to 6.99.3! | rmind |
| 2012-02-12 | Change old-style function defintions to C89 prototypes. | matt |
| 2012-02-10 | proper sizing of kmem_arena on different ports | para |
| 2012-02-10 | Sigh, it's been too long since I've done some of this. Fix the RELOC(). | mhitch |
| 2012-02-10 | Oops - have to RELOC(physmem) here. | mhitch |
| 2012-02-10 | The recent kmem changes allocate a large kernel address space before | mhitch |
| 2012-02-02 | Always include <m68k/cpu.h> (i.e. outside #if defined(_KERNEL)) | tsutsui |
| 2011-12-22 | Merge m68881_save() and m68881_restore() (using most common mvme68k ones). | tsutsui |
| 2011-12-22 | No need to include <m68k/softintr.h>. | tsutsui |
| 2011-12-12 | implement bdev_size(9) wrapper around d_psize() routine, so we can take | mrg |
| 2011-11-26 | Make sure to call pflusha before (not after) enabling MMU on | tsutsui |
| 2011-11-22 | The rnd pseudo-device is not really optional, because it is in the same | tls |
| 2011-11-15 | Move spread getsfc() and getdfc() functions into common m68k/support.s. | tsutsui |
| 2011-08-30 | Add getlabelusesmbr(), as proposed in | bouyer |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-06-30 | dependant -> dependent | wiz |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-06-06 | CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0 | matt |
| 2011-05-16 | - merge and move pasted m68k MD setreg() functions into m68k/m68k_machdep.c | tsutsui |
| 2011-03-06 | merge the bouyer-quota2 branch. This adds a new on-disk format | bouyer |
| 2011-03-04 | Refactor ps_strings access. Based on PK_32, write either the normal | joerg |
| 2011-02-08 | Remove clause 3 (UCB advertising clause) from the University of Utah | rmind |
| 2011-01-21 | Switch remaining platforms to modern CPP for assembler. | joerg |
| 2011-01-17 | Explicitly include <machine/pcb.h> for struct pcb. | tsutsui |
| 2011-01-14 | Retire struct user, remove sys/user.h inclusions. Note sys/user.h header | rmind |
| 2011-01-02 | Tidy up common comments. (Yes, too many dup code...) | tsutsui |
| 2011-01-02 | Pull code that maps the kernel segment table cache invalidated for 040/060, | tsutsui |
| 2011-01-02 | Misc cosmetics to reduce diff among hp300 derived m68k ports. | tsutsui |
| 2011-01-02 | Add a dummy <machine/bus.h> which nows seems to be mandatory in MI code | tsutsui |
| 2010-12-27 | Fix typo (and pasted lines). From OpenBSD. | tsutsui |
| 2010-12-25 | Fix another fatal typo. sigh. | tsutsui |
| 2010-12-25 | Fix fatal typo and pasted lines slipped in the last December | tsutsui |
| 2010-12-22 | Collect cpu_info and friends and move to m68k/include/cpu.h | matt |
| 2010-12-20 | Move counting of faults, traps, intrs, soft[intr]s, syscalls, and nswtch | matt |
| 2010-11-06 | Remove incomplete, never worked dynamic run-time memory registration | uebayasi |
| 2010-10-16 | Prepare empty module_init_md() for options MODULAR for all other m68k ports. | tsutsui |
| 2010-09-19 | - add m68k/conf/std.m68k, which includes common standard options for m68k, | tsutsui |
| 2010-07-07 | implement ucas_* for m68k. | chs |
| 2010-06-06 | fix PR 6724 - convert m68k options to defflag's. this means that | mrg |