summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
...
* Pass the function to call (trap or syscall) to tl0_trap and tl1_trap in %o2.jake2002-09-251-7/+31
* Rearrange tl1_trap slightly, also save and restore the out registers sojake2002-09-241-12/+27
* Allocate stack space for the trapframe along with the normal registerjake2002-09-241-5/+1
* Split user trap processing out into a separate routine so that traps whichjake2002-09-241-67/+109
* Be careful not to define GCC-specific optimizations in the non-GCCmike2002-09-231-2/+11
* Call trap directly for exceptional cases that need more processing onjake2002-09-221-26/+20
* Remove unneeded opt headers.jake2002-09-221-3/+0
* It's Apple GMAC, not HMAC.benno2002-09-221-1/+1
* Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.cjake2002-09-222-22/+1
* Don't include opt_bus.h here, it breaks stuff trying tomux2002-09-211-1/+0
* Use correct function name in previous commit.jhb2002-09-191-1/+1
* Implement db_print_backtrace() if DDB is compiled into the kernel. Thisjhb2002-09-191-0/+5
* Implement C99's va_copy() macro.mike2002-09-181-0/+3
* Fix standard kse breakge of non-x86 platforms. sigh.jake2002-09-172-18/+2
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-7/+0
* Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.julian2002-09-151-1/+1
* Use the definitions in machine/fsr.h instead of duplicating these magictmm2002-09-141-9/+11
* Clean up a bit, and add some more macros to access %fsr fields.tmm2002-09-141-14/+17
* Fill out two fields (si_pid, si_uid) in the siginfo structure handed backjmallett2002-09-071-0/+2
* Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on allmike2002-09-031-54/+0
* Remove an unneeded PROC_LOCK, which caused lock recursion panics.jake2002-09-021-1/+1
* Align _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ with most othermike2002-09-021-2/+2
* Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections tojake2002-09-011-7/+20
* Change hw.physmem and hw.usermem to unsigned long like they used to bepeter2002-08-302-3/+3
* Renamed poorly named setregs to exec_setregs. Moved its prototype tojake2002-08-292-2/+2
* Minor cleanup.jake2002-08-291-3/+5
* Removed legacy signal trampoline.jake2002-08-293-24/+2
* Removed support for in-kernel signal code.jake2002-08-291-4/+12
* o Retire pmap_pageable(). It's an advisory routine that nonealc2002-08-251-9/+0
* Move several MI types from <machine/_types.h> to <sys/_types.h>.mike2002-08-231-37/+0
* Removed unneeded include of machine/types.h (which no longer exists).jake2002-08-231-1/+0
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-216-174/+148
* remove unit counts from atkbdc, pckbd, scpeter2002-08-201-2/+2
* Typo fix.mux2002-08-191-1/+1
* Fix warning. These structs should probably be removed altogether.jake2002-08-181-0/+2
* Forgot this in last commit.jake2002-08-181-2/+2
* Add pmap support for user mappings of multiple page sizes (super pages).jake2002-08-1810-380/+481
* Use symbolic constants instead of magic address constants.jake2002-08-161-1/+1
* Minor style. Removed unused declaration.jake2002-08-161-2/+1
* Removed unneeded pmap_initialized flag.jake2002-08-161-4/+0
* Demark sections of code that need special fault handling with labels.jake2002-08-165-148/+169
* Fix some confusion regarding traps that use mmu globals but don't reallyjake2002-08-151-2/+4
* Store the number of itlb and dtlb entries separately; they may be different.jake2002-08-156-20/+29
* Set kernel_vm_end. Panic if we try to grow the kernel.jake2002-08-141-0/+3
* Add support for the LSI-Logic Fusion/MP architecture.mjacob2002-08-111-0/+1
* Auto size available kernel virtual address space based on phsyical memoryjake2002-08-106-59/+113
* o Remove the setting and clearing of the PG_MAPPED flag. (This flag isalc2002-08-101-3/+3
* Make ppp(4) devices clonable and unloadable.brooks2002-08-091-1/+1
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoletealc2002-08-071-0/+1
* o Don't set PG_MAPPED or PG_WRITEABLE when a page is mappedalc2002-08-051-9/+2
OpenPOWER on IntegriCloud