summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/dev/view.c
AgeCommit message (Expand)Author
2023-03-26s/dipslay/display/ in comments.andvar
2021-09-19fix various typos in comments, messages and documentation.andvar
2015-11-12Use the MD_BTOP() macro as replacement for m68k_btop() in all devicephx
2015-08-20include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.christos
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
2009-10-26kill extra whitespacescegger
2009-03-18bcopy -> memcpycegger
2008-03-23Use M_TEMP for allocations instead of the now deceased M_IOCTLOPS.cube
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2005-12-11merge ktrace-lwp.christos
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
2002-08-03correct range check, have overflow check, fix type mismatches,itojun
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-01-28add __KERNEL_RCSID as suggested by Luke Mewburnaymeric
2002-01-26- ANSIfyaymeric
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
1996-10-13backout previous kprintf changechristos
1996-10-11Changes for poll(2).mhitch
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-04-21- Cleanup for -Wall and -Wstrict-prototypesveego
1995-04-10map --> mmapmycroft
1994-12-01bring up to current. change sun to sunos. handle changes in devicechopps
1994-10-26new RCS ID format.cgd
1994-06-13some cleanup and various fixes for new fs code. plus some generalchopps
1994-05-08resistance is futile, you will be assimilated.chopps
1994-04-10little bit of KNiFeing, view and ite ioctl names cleaned. ite bellchopps
1994-03-30remove dlists.h oops.chopps
1994-02-17modified to use generic cons. (and some grf defs changed)chopps
1994-02-13cleaned up include's relocated grf/* stuf to grfabs*.chopps
1994-01-30Re-enabled views, fixed warning in serial driver.chopps
1994-01-29Fixed my incorrect copyright.chopps
1994-01-26Integrate recent changes done to the amiga branch. Includes supportmw