summaryrefslogtreecommitdiffstats
path: root/sys/arch/amiga/dev/view.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* amiga and sun3 turned out to not be y2k+3 compliant here. Remove them, asmiod2002-12-311-423/+0
| | | | well as the few userland tools which were only used on these platforms.
* Do correct bounds checking in get/set/put cmap routines. A few ofmillert2002-08-021-2/+5
| | | | | these check were already OK but have been modified for consistency. Problem found by Silvio Cesare.
* Include <sys/conf.h> from <machine/conf.h> like in other arches. Changesmiod2002-06-111-2/+1
| | | | to come soon depend on this.
* First round of __P removal in sysmillert2002-03-141-7/+7
|
* Change d_mmap in struct cdevsw from:art2001-11-011-3/+4
| | | | | | | | int (*d_mmap) __P((dev_t, int, int)); to: paddr_t (*d_mmap) __P((dev_t, off_t, int)); This allows us to mmap devices past 4GB offsets.
* No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)ho2001-05-161-5/+1
|
* Sync to NetBSD 970110niklas1997-01-161-2/+2
|
* Sync with NetBSD 9600430. The port has gone over a major -Wall treatniklas1996-05-021-18/+24
|
* initial import of NetBSD treederaadt1995-10-181-0/+418