Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-15 | Decruftification. | Artur Grabowski | |
We will never have a.out kernels. We will never have 32-bit kernels. We will never have sun4c, sun4 and sun4m support in the sparc64 kernels. We don't need support old netbsd libc. The cpu will never be identified as some of the sun4c and sun4m types. We don't need the gazillion of fields in cpuinfo that the sparc port uses. Just generally remove dead code. This is just a first step in making this meess readable. | |||
2002-06-15 | gc some leftovers from sparc. | Artur Grabowski | |
2002-06-12 | Remove some #if 0 cruft. | Artur Grabowski | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-02-19 | bump NMBCLUSTERS | Jason Wright | |
2001-12-10 | Define MCLBYTES from MCLSHIFT, rather than providing the final value. | Miod Vallat | |
(sync with other arches) | |||
2001-12-05 | make nkmempages dynamic based on memory. okay art@ from netbsd: | Niels Provos | |
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. | |||
2001-09-11 | protect from multiple inclusion | Jason Wright | |
2001-08-18 | NKMEMCLUSTERS + PAGE_SIZE & co. | Artur Grabowski | |
2001-08-18 | Get rid of the opt_ PITA. | Artur Grabowski | |
2001-08-18 | Enough of NetBSD/sparc64 to get compilable/working bootblk... more to come. | Jason Wright | |