| Age | Commit message (Expand) | Author |
| 2019-02-05 | appease the gcc7 fallthru checker. | mrg |
| 2018-12-05 | As discussed in tech-kern: | christos |
| 2016-10-13 | /dev/mem cannot lseek over 0x80000000 on 32bit architectures. | ryo |
| 2016-07-11 | Add mm_md_page_color hook and use to support better page coloring. | matt |
| 2016-01-17 | add /dev/full | christos |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2013-01-19 | Fix __HAVE_MM_MD_CACHE_ALIASING case to use UVM_KMF_COLORMATCH so that | matt |
| 2012-02-21 | mm_init: re-enable zero page protection. | rmind |
| 2011-06-16 | Explicitly initialise vaddr_t and let dead store elimination remove it | joerg |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2008-10-08 | Need to include sys/termios.h here too. | oster |
| 2008-10-08 | return ENOTTY instead of EOPNOTSUPP for ioctl(/dev/null, TIOCGETA) | christos |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2003-12-20 | don't enumerate individual minor number cases in mmioctl(), handle all | jdolecek |
| 2003-09-21 | cleanup & uniform descriptor owner handling: | jdolecek |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-02-27 | Start of mi /dev/{mem,kmem,zero,null} driver. We add an ioctl entry, because | christos |