aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/include/param.h
Commit message (Expand)AuthorAgeFilesLines
* Add fueword(9) and casueword(9) functions. They are like fuword(9)Konstantin Belousov2014-10-281-0/+4
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inAttilio Rao2013-05-071-0/+4
* Merge from r224217:Marius Strobl2011-07-201-1/+1
* Add the possibility to specify from kernel configs MAXCPU value.Attilio Rao2011-07-191-0/+2
* Add a new sysctl for reporting all of the supported page sizes.Alan Cox2009-09-181-0/+2
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anPoul-Henning Kamp2009-09-081-18/+5
* Add a MD __PCI_BAR_ZERO_VALID which denotes that BARs containing 0Marius Strobl2009-07-211-0/+2
* Cleanup ALIGNED_POINTER:Sam Leffler2009-07-051-0/+7
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingRobert Watson2009-04-201-3/+1
* Add description and cautionary note regarding CACHE_LINE_SIZE.Robert Watson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedRobert Watson2009-04-191-0/+5
* When building a kernel module, define MAXCPU the same as SMP soJohn Birrell2008-03-271-2/+2
* add new large page sizes for use by shared loaderKip Macy2006-12-181-0/+8
* Drop _MACHINE_ARCH and _MACHINE defines (not to be confused withRuslan Ermilov2005-12-061-7/+0
* Add a default value for VM_BCACHE_SIZE_MAX of 400MB. This is copied fromKris Kennaway2005-10-141-0/+8
* Remove UAREA_PAGES.David Schultz2004-11-201-1/+0
* Make PAGE_SIZE and related quantities signed on sparc64. (They are signedAlan Cox2003-10-031-4/+4
* Deal with 'options KSTACK_PAGES' being a global option.Peter Wemm2003-07-311-0/+2
* Migrate the thread stack management functions from the machine-dependentAlan Cox2003-06-141-2/+1
* Get rid of the TODO macro in the few places that still need work; eitherJake Burkholder2002-10-011-3/+0
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-7/+0
* Move MI stuff out of MD param.h files.Poul-Henning Kamp2002-05-141-41/+0
* Move the CTASSERT macro from MD code to systm.h alongside KASSERT so otherJake Burkholder2002-04-011-4/+0
* Parameterize the number of pages to allocate for the per-cpu area onJake Burkholder2002-02-271-0/+1
* Add a macro for shift of an integer (1 << shift == sizeof). Move the pointerJake Burkholder2002-02-271-0/+3
* Remove PANIC_STACK_PAGES which is no longer used.Jake Burkholder2002-01-081-5/+3
* Add a panic stack, which is used as a known good stack when there isJake Burkholder2002-01-011-2/+4
* Don't concatentate __func__.Jake Burkholder2001-12-291-5/+9
* Header file updates needed for the cache code: add/correct some ASIThomas Moestl2001-11-091-0/+6
* Move the pcb the to the top of the kernel stack.Jake Burkholder2001-09-301-3/+2
* KSE Milestone 2Julian Elischer2001-09-121-1/+5
* Bump UPAGES to 4. The pcb can be rather large.Jake Burkholder2001-09-031-1/+1
* Flesh out the sparc64 port considerably. This contains:Jake Burkholder2001-07-311-23/+25
* Add skeleton machine dependent headers and c files for a port of freebsdJake Burkholder2001-07-311-0/+165