summaryrefslogtreecommitdiff
path: root/sys/dev/mm.c
AgeCommit message (Expand)Author
2019-02-05appease the gcc7 fallthru checker.mrg
2018-12-05As discussed in tech-kern:christos
2016-10-13/dev/mem cannot lseek over 0x80000000 on 32bit architectures.ryo
2016-07-11Add mm_md_page_color hook and use to support better page coloring.matt
2016-01-17add /dev/fullchristos
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2013-01-19Fix __HAVE_MM_MD_CACHE_ALIASING case to use UVM_KMF_COLORMATCH so thatmatt
2012-02-21mm_init: re-enable zero page protection.rmind
2011-06-16Explicitly initialise vaddr_t and let dead store elimination remove itjoerg
2011-06-12Welcome to 5.99.53! Merge rmind-uvmplock branch:rmind
2008-10-08Need to include sys/termios.h here too.oster
2008-10-08return ENOTTY instead of EOPNOTSUPP for ioctl(/dev/null, TIOCGETA)christos
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-03-04Kill 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-11merge ktrace-lwp.christos
2003-12-20don't enumerate individual minor number cases in mmioctl(), handle alljdolecek
2003-09-21cleanup & uniform descriptor owner handling:jdolecek
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-02-27Start of mi /dev/{mem,kmem,zero,null} driver. We add an ioctl entry, becausechristos