Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-13 | PAGE_MASK is (PAGE_SIZE - 1), *not* (PAGE_SHIFT - 1) | Todd C. Miller | |
2001-05-10 | Provide PAGE_{MASK,SHIFT,SIZE} constants. | Miod Vallat | |
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski | |
CLSIZE -> 1 CLBYTES -> PAGE_SIZE OLOFSET -> PAGE_MASK etc. At the same time some archs needed some cleaning in vmparam.h so that goes in at the same time. | |||
2000-02-22 | enlarge msgbuf, somewhat line netbsd did | Theo de Raadt | |
1999-04-24 | Use the generic m68k param.h. | Jason Downs | |
1998-05-03 | * Deprecate macinfo.h pulling all relevant defines into cpu.h. | gene | |
* Move interrupt glue and associated stuff out to intr.h * Do some MIification. This brings us a lot closer to looking like the other ports. | |||
1997-11-30 | Canonify the _*_H_ namespace appropriately. | gene | |
Also, clean up comments and wrap with _KERNEL correctly. | |||
1997-03-08 | Sync with NetBSD of about 4 March. | briggs | |
1996-05-26 | Add OpenBSD Id string. | briggs | |
1996-05-26 | Sync with NetBSD-current. | briggs | |
1996-02-20 | A few more things from NetBSD: | briggs | |
- Move spl stuff from param.h to psl.h. Prototype delay() in param.h. - param.h: Fix #includes. - param.h: Move splimp to 2 and spltty to 1. | |||
1996-01-09 | spltty shouldn't need to block serial hard interrupts--just soft. | briggs | |
splimp can drop, too. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |