summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Remove funky right justification.mike2001-10-231-9/+9
* Move procfs_* from procfs_machdep.c into sys_process.c, and rename them todes2001-10-211-147/+0
* [partially forced commit due to pilot error in earlier commit attempt]des2001-10-213-5/+21
* Add missing include.jake2001-10-201-0/+1
* Add missing includes.jake2001-10-203-0/+3
* Remove interrupt queue array. Its in globaldata now.jake2001-10-201-1/+0
* Fix get_cyclecount. Wrap in ifdef _KERNEL.jake2001-10-201-1/+5
* Use KTR_PMAP instead of KTR_CT1.jake2001-10-201-12/+13
* Catch up to changing entry point names so traces through trapsjake2001-10-201-4/+2
* Add a definition for normal kernel window state.jake2001-10-201-0/+2
* Catch up to new assembly language code.jake2001-10-201-4/+7
* Fix a bug in the kernel entry window handling where the wrong registerjake2001-10-202-318/+242
* Align the symbol that demarks the end of the signal code on a 16 bytejake2001-10-203-15/+32
* Parameterize the size of the kernel virtual address space on KVA_PAGES.jake2001-10-204-49/+163
* Remove hardcoded cwp value.jake2001-10-201-1/+1
* Use KTR_PROC instead of KTR_CT1 in traces.jake2001-10-202-20/+20
* Return zero on success from su*. Apparently no one checks the returnjake2001-10-202-8/+142
* Add support for physical address hardware watchpoints.jake2001-10-202-5/+29
* Change the stray count in struct intr_vector to a vector number that canjake2001-10-202-42/+42
* Remove traces that are loud and not that useful. Remove nested includejake2001-10-201-8/+0
* Remove an unused macro arg.jake2001-10-201-2/+2
* Include a whole interrupt queue in struct globaldata instead of just ajake2001-10-202-24/+24
* Add fields for boothowto and the kernel environment to boothowto.jake2001-10-201-0/+2
* Try two on the preprocessing logic.obrien2001-10-191-1/+1
* Blah, fix braino where ru had to remind me of proper preprocessor syntax.obrien2001-10-191-1/+1
* My attempts at minimizing the number of #def's got me in trouble.obrien2001-10-181-5/+5
* Add support for "__gnuc_va_list". Some overly "smart" libraries assumeobrien2001-10-181-1/+4
* Add inthand_add() and inthand_remove() for use by the MD bus code andtmm2001-10-124-1/+197
* Fix some warnings.tmm2001-10-121-2/+2
* Save the floating point context to the right pcb in cpu_fork(), and addtmm2001-10-122-1/+9
* Make the NTOHL, NTOHS, HTONL and HTONS macros (which are nops ontmm2001-10-121-4/+4
* Implement DELAY() using the %tick register.tmm2001-10-122-2/+20
* Add pmap_kenter_flags(), which is used by MD bus code that will betmm2001-10-122-4/+49
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-101-1/+1
* Dissociate ptrace from procfs.des2001-10-071-1/+0
* Add contents to struct *reg.jake2001-09-301-4/+35
* Optimize bcopy and bzero etc to use 64 bit loads and stores if possible.jake2001-09-302-232/+474
* Use %ver to identify the cpu instead of openfirmware.jake2001-09-302-1/+72
* Remove some debug code, add traces.jake2001-09-301-12/+10
* Return EIO for procfs_*_dbregs.jake2001-09-301-2/+2
* Add a place holder for PSTATE_SECURE, which detects if user code itjake2001-09-301-0/+2
* Split the low level trap code into trap, interrupt and syscall, itsjake2001-09-305-237/+693
* Implement sysarch().jake2001-09-301-2/+9
* Fix some traces. td->p_comm doesn't exist.jake2001-09-302-6/+12
* Move the kernel to end of the first 4 gigabytes of address space, so thatjake2001-09-304-85/+234
* Add a macro to get the context from a tte tag, not necesarily a wholejake2001-09-301-6/+2
* Include <machine/setjmp.h> instead of <setjmp.h>.jake2001-09-301-1/+1
* Don't use types that require other headers.jake2001-09-302-3/+3
* Wrap hardware trap types in ifdef _kernel.jake2001-09-301-0/+4
* Move the pcb the to the top of the kernel stack.jake2001-09-305-61/+75
OpenPOWER on IntegriCloud