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