summaryrefslogtreecommitdiff
path: root/sys/arch/x68k/dev/grf.c
AgeCommit message (Expand)Author
2022-05-26Explicitly include "ioconf.h" for struct cfdriver.tsutsui
2014-12-14add a new "fo_mmap" fileops method to allow use of arbitrary uvm_objects forchs
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
2014-01-31Fix build botched in previous.tsutsui
2014-01-26kill VM_DEFAULT_ADDRESS use.christos
2011-02-08Remove clause 3 (UCB advertising clause) from the University of Utahrmind
2010-01-09Make compile with DEBUG.isaki
2009-01-18Clean up header files.isaki
2009-01-17Split device_t/softc, use aprint*().isaki
2008-06-14Fix compile errors.isaki
2008-06-13use device_lookup_private to get softccegger
2008-01-30Fix for v_specinfo removal.tsutsui
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-03-28Use device_unit().thorpej
2005-12-11merge ktrace-lwp.christos
2005-01-18de-__P, remove register, ansify.chs
2004-01-25Remove COMPAT_HPUX support. It did not work for a long time,minoura
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-15rcsidlukem
2003-02-24Cast VM_DEFAULT_ADDRESS() to a caddr_t.atatat
2003-02-20Introduce "top down" memory management for mmap()ed allocations. Thisatatat
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-10replace the somewhat strange poll routine with standard nopoll() (a.k.ajdolecek
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2001-12-27bcopy/bcmp/bzero -> memcpy/memcmp/memsetwiz
2001-03-15eliminate the KERN_* error codes in favor of the traditional E* codes.chs
2000-06-29remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-26remove/move more mach vm header files:mrg
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
1999-06-27include sys/resourcevar.h to be compiled.minoura
1999-06-18Add the guts of mlockall(MCL_FUTURE). This requires that a process'sthorpej
1999-05-05Shut up gcc -Wall.minoura
1999-03-24completely remove Mach VM support. all that is left is the all themrg
1998-10-11remove unused share map code from UVM:chuck
1998-08-22Eliminated vm_offset_t and vm_size_t.minoura
1998-08-06Moved grfioctl.h and iteioctl.h to the public include directory.minoura
1998-06-30sync with -current after a long silencemsaitoh
1998-06-25defopt COMPAT_HPUXthorpej
1998-01-12Update for changes to config.thorpej
1997-10-12Added prototypes.oki
1996-11-23Implement poll(2).oki
1996-10-13backout previous kprintf changechristos
1996-10-11printf -> kprintf, sprintf -> ksprintfchristos
1996-05-21Some cleanup.oki
1996-05-05NetBSD/x68k, by Masaru Oki.oki