Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | amiga and sun3 turned out to not be y2k+3 compliant here. Remove them, as | 2002-12-31 | 1 | -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 of | 2002-08-02 | 1 | -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. Changes | 2002-06-11 | 1 | -2/+1 | |
| | | | | to come soon depend on this. | ||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -7/+7 | |
| | |||||
* | Change d_mmap in struct cdevsw from: | 2001-11-01 | 1 | -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) | 2001-05-16 | 1 | -5/+1 | |
| | |||||
* | Sync to NetBSD 970110 | 1997-01-16 | 1 | -2/+2 | |
| | |||||
* | Sync with NetBSD 9600430. The port has gone over a major -Wall treat | 1996-05-02 | 1 | -18/+24 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+418 | |