aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/include/param.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r1.20:Kris Kennaway2005-10-171-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