Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | RIP mac68k. No one loves you anymore. | 2012-06-20 | 1 | -100/+0 | |
| | |||||
* | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | 2011-03-23 | 1 | -4/+4 | |
| | | | | Discussed and okay drahn@. Okay deraadt@. | ||||
* | Move common prototypes to <m68k/{cpu,param}.h> instead of incomplete | 2006-06-11 | 1 | -11/+1 | |
| | | | | declarations in <machine/{cpu,param}.h> and elsewhere. | ||||
* | Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit | 2005-09-12 | 1 | -8/+1 | |
| | | | | | arches; except on sparc where the range is 4-8 for !sun4m and 4-64 for sun4m, selected at runtime. | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -2/+2 | |
| | |||||
* | Bring back pmap_motorola for mac68k. | 2002-01-10 | 1 | -5/+1 | |
| | |||||
* | Temporarily revert the pmap_motorola changes, as they may account for | 2001-12-20 | 1 | -1/+5 | |
| | | | | | some problems as well. Requested by deraadt@ | ||||
* | make nkmempages dynamic based on memory. okay art@ from netbsd: | 2001-12-05 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | date: 2000/02/11 19:22:52; author: thorpej; Add some very simple code to auto-size the kmem_map. We take the amount of physical memory, divide it by 4, and then allow machine dependent code to place upper and lower bounds on the size. Export the computed value to userspace via the new "vm.nkmempages" sysctl. NKMEMCLUSTERS is now deprecated and will generate an error if you attempt to use it. The new option, should you choose to use it, is called NKMEMPAGES, and two new options NKMEMPAGES_MIN and NKMEMPAGES_MAX allow the user to configure the bounds in the kernel config file. | ||||
* | Switch to pmap_motorola. | 2001-11-30 | 1 | -5/+1 | |
| | |||||
* | PAGE_MASK is (PAGE_SIZE - 1), *not* (PAGE_SHIFT - 1) | 2001-05-13 | 1 | -2/+2 | |
| | |||||
* | Provide PAGE_{MASK,SHIFT,SIZE} constants. | 2001-05-10 | 1 | -1/+6 | |
| | |||||
* | Get rid of CLSIZE and all related stuff. | 2001-05-05 | 1 | -3/+3 | |
| | | | | | | | | | 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. | ||||
* | enlarge msgbuf, somewhat line netbsd did | 2000-02-22 | 1 | -1/+3 | |
| | |||||
* | Use the generic m68k param.h. | 1999-04-24 | 1 | -91/+5 | |
| | |||||
* | * Deprecate macinfo.h pulling all relevant defines into cpu.h. | 1998-05-03 | 1 | -1/+4 | |
| | | | | | | * 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. | ||||
* | Canonify the _*_H_ namespace appropriately. | 1997-11-30 | 1 | -4/+4 | |
| | | | | Also, clean up comments and wrap with _KERNEL correctly. | ||||
* | Sync with NetBSD of about 4 March. | 1997-03-08 | 1 | -4/+13 | |
| | |||||
* | Add OpenBSD Id string. | 1996-05-26 | 1 | -0/+1 | |
| | |||||
* | Sync with NetBSD-current. | 1996-05-26 | 1 | -4/+6 | |
| | |||||
* | A few more things from NetBSD: | 1996-02-20 | 1 | -46/+6 | |
| | | | | | | - 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. | ||||
* | spltty shouldn't need to block serial hard interrupts--just soft. | 1996-01-09 | 1 | -2/+2 | |
| | | | | splimp can drop, too. | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+229 | |