| Age | Commit message (Expand) | Author |
| 2021-05-31 | Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE is | simonb |
| 2019-09-28 | remove local version of mstohz() now that <sys/param.h> provides it. | christos |
| 2019-05-15 | From: Tobias Ulmer. Unbreak zfs module build on sparc{,64} by hiding DELAY. | christos |
| 2019-01-07 | move DEV_BSIZE, DEV_BSHIFT out of MD param.h, they are same on all ports | jdolecek |
| 2017-02-13 | G/C VM_MAX_KERNEL_BUF | skrll |
| 2016-04-15 | If compiling with SUN4V support, bump MAXCPUS to 256. | martin |
| 2015-10-27 | make sure MSGBUFSIZE can't expand strangely by using parens. | mrg |
| 2014-10-08 | Ths has been sitting in my tree for years... | macallan |
| 2014-07-10 | Increase maximum MSGBUFSIZE to 248k. | jdc |
| 2014-02-21 | sun4v: Rename TLB_ defines to SUN4U_TLB_ so entries created using TSB_DATA() ... | palle |
| 2013-12-16 | Updates to pmap_bootstrap() for sun4v - parts from OpenBSD - OK martin@ | palle |
| 2013-01-03 | Rearange VA layout for 64 bit kernels, as suggested by Lars Heidieker: | martin |
| 2012-03-10 | Fix previous, which causes an integer overflow error in uvm_km.c on | nakayama |
| 2012-03-09 | Restrict NKMEMPAGES to 2.5GB, otherwise we will run out of space in the | jdc |
| 2012-02-04 | improve sizing of kmem_arena now that more allocations are made from it | para |
| 2012-01-24 | Use and define ALIGN() ALIGN_POINTER() and STACK_ALIGN() consistently, | christos |
| 2012-01-20 | Change CMSG_SPACE and CMSG_LEN to provide Integer Constant Expressions | joerg |
| 2011-05-12 | first steps towards fujitsu SPARC64 support: | mrg |
| 2010-02-08 | Remove separate mb_map. The nmbclusters is computed at boot time based | joerg |
| 2008-08-26 | Set MACHINE to sparc for 32bit kernels. | rjs |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-09-06 | Remove the (now unused) second 64k page mapped per CPU. | martin |
| 2007-08-25 | Remove INITSTACK completely - at the time we used to switch to it, we | martin |
| 2007-05-17 | merge yamt-idlelwp branch. asked by core@. some ports still needs work. | yamt |
| 2007-01-24 | Remove duplicate #includes, patch contributed in private mail | hubertf |
| 2006-10-17 | allocate 128KB (as opposed to 64KB) per-cpu, and place the interrupt | mrg |
| 2006-08-28 | - remove unused bdbtofsb. | yamt |
| 2006-02-20 | Use ANSI-style function definitions and declarations. | cdi |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2004-12-12 | Fix comments slighly | abs |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2002-07-17 | Remove CPU_ISSUN4MOR4U, CPU_ISSUN4OR4C, and CPU_ISSUN4COR4M. | thorpej |
| 2002-04-18 | Calculate NBPG from PGSHFT. | eeh |
| 2002-04-08 | Add a nice 64-bit mstohz() and clean out some cruft. | eeh |
| 2002-02-26 | Purge CLSIZE, CLSIZELOG2 and MCLOFSET. | simonb |
| 2002-02-09 | Increase NMBCLUSTERS. | eeh |
| 2001-12-04 | defopt "options SUN4*", put #define for each of SUN4, SUN4C, SUN4M and SUN4U | darrenr |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-02-11 | Increase NKMEMPAGES to a more useful value. | eeh |
| 2000-09-28 | Separate user and kernel address spaces and move the kernel down to | eeh |
| 2000-06-30 | raise MSIZE from 128 to 256. | itojun |
| 2000-06-24 | Get rid of vaddrs.h. | eeh |
| 2000-06-19 | Have separate data and text segments, make text read-only. | eeh |
| 2000-06-13 | Missing paren. | eeh |
| 2000-06-12 | Start reorganizing the kernel for MULTIPROCESSOR support. | eeh |
| 2000-05-22 | add two new CPU_ISXXX versions: CPU_ISSUN4U, CPU_ISSUN4MOR4U | mrg |
| 2000-02-11 | Update for the NKMEMPAGES changes. | thorpej |
| 1999-12-04 | CL* discarding. | ragge |
| 1999-11-27 | minor cosmetic merges; long way to go here. | mrg |
| 1999-11-21 | Move KERNBASE down from 0xf8000000 to 0xf1000000, just beyond the PROM. | eeh |