index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
sparc64
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
I was able to boot this kernel using the latest WIP kernel sources.
obrien
2002-02-25
1
-23
/
+39
*
Implement a nested window state. This avoids attempting to spill a user
jake
2002-02-25
3
-476
/
+189
*
Modify the tte format to not include the tlb context number and to store the
jake
2002-02-25
8
-499
/
+1189
*
Sync with the Alpha's GENERIC configuration.
obrien
2002-02-24
1
-3
/
+143
*
Make use of the ranged tlb demap operations where ever possible. Use
jake
2002-02-23
4
-56
/
+77
*
Add needed include of ucontext.h.
jake
2002-02-23
1
-0
/
+1
*
Add inlines for demapping a range of pages from the itlb and dtlb. This
jake
2002-02-23
1
-5
/
+16
*
Use intr_disable/intr_restore instead of TLB_ATOMIC_START/END.
jake
2002-02-23
1
-13
/
+8
*
Use PCB_REG instead of loading the pcb from curthread. This fixes a bug
jake
2002-02-23
2
-8
/
+4
*
Adapt the tsb_foreach interface to take a source and a destination pmap so
jake
2002-02-23
3
-18
/
+58
*
Add statistic gathering for various tsb operations.
jake
2002-02-23
1
-0
/
+34
*
Remove debug code.
jake
2002-02-23
1
-12
/
+2
*
Add statistic gathering for various pmap operations.
jake
2002-02-23
1
-3
/
+38
*
Remove CADDR1 and CADDR2 which are no longer used. On other architectures
jake
2002-02-23
1
-16
/
+0
*
Add macros to extract the UPA module id from the UPA config register.
jake
2002-02-23
1
-0
/
+6
*
1. Setup the user stack pointer before returning to a user trap handler.
jake
2002-02-23
2
-0
/
+64
*
Include intr_machdep.h only for !LOCORE.
jake
2002-02-23
1
-2
/
+2
*
Add needed include of ucontext.h. Fix braino setting curpcb.
jake
2002-02-23
1
-1
/
+2
*
Add metadata types for dtlb and itlb data, and number of slots used.
jake
2002-02-23
1
-0
/
+10
*
Add some DIAGNOSTIC code.
julian
2002-02-22
1
-14
/
+24
*
Convert p->p_runtime and PCPU(switchtime) to bintime format.
phk
2002-02-22
1
-1
/
+1
*
Catch up with i386 change I forgot to commit.
julian
2002-02-19
1
-6
/
+8
*
o Move NTOHL() and associated macros into <sys/param.h>. These are
mike
2002-02-18
1
-38
/
+16
*
Resurrect one of the easiest changes from my big include files roll-up
wollman
2002-02-15
1
-0
/
+1
*
Add a delta missed in the last iommu.c commit. This unbreaks the sparc64
tmm
2002-02-15
1
-12
/
+24
*
Calculate physmem before calling init_param2().
tmm
2002-02-13
2
-10
/
+10
*
Avoid crashing in early boot when WITNESS is enabled by moving the
tmm
2002-02-13
3
-4
/
+12
*
Add the counter-timer node to the exclusion list, as it is handled
tmm
2002-02-13
1
-4
/
+5
*
Use stxa_sync() when accessing the LSU control register to avoid undefined
tmm
2002-02-13
1
-6
/
+6
*
Use stxa_sync() when accessing the diagnostic registers to invalidate
tmm
2002-02-13
2
-23
/
+23
*
Add support for the counter-timer which is included in the Sun U2S and
tmm
2002-02-13
2
-0
/
+113
*
Add support for the SBus, which is used in early Sun UltraSPARC machines.
tmm
2002-02-13
4
-0
/
+1298
*
Merge r1.39 from NetBSD (manage both streaming caches for psycho pairs).
tmm
2002-02-13
3
-473
/
+368
*
Merge r1.42 of iommu.c and r1.9 of iommuvar.h from NetBSD (this adds
tmm
2002-02-13
2
-118
/
+225
*
Clean up bus space debugging support; change sparc64_bus_mem_map() to
tmm
2002-02-13
2
-173
/
+63
*
Define constants for the CPU implementation id; export the dectected id
tmm
2002-02-13
2
-6
/
+18
*
Don't panic when no interrupt map can be found for a PCI bus; this seems
tmm
2002-02-13
1
-2
/
+5
*
Fix typos in a comment.
tmm
2002-02-13
1
-2
/
+2
*
Add a few new functions/macros: intr_disable() and intr_restore() to
tmm
2002-02-13
1
-0
/
+23
*
Minor bug fixes (add a missing break, correct the resource ranges, remove
tmm
2002-02-13
1
-3
/
+5
*
Add this FreeBSD standard header.
obrien
2002-02-10
1
-0
/
+37
*
Pre-KSE/M3 commit.
julian
2002-02-07
3
-14
/
+11
*
Compile osigreturn() unconditionally since it will always be needed on
bde
2002-02-01
1
-0
/
+12
*
Add extern to avoid sloppy common style declarations.
jake
2002-01-16
1
-2
/
+2
*
Add upa.h, which I had previously forgotten, to unbreak the sparc64
tmm
2002-01-08
1
-0
/
+34
*
Catch up to the latest and greatest.
jake
2002-01-08
1
-1
/
+26
*
Add initial smp support. This gets as far as allowing the secondary
jake
2002-01-08
7
-0
/
+1093
*
Setup the normal global pcb register as well on entry from user land.
jake
2002-01-08
2
-92
/
+116
*
Adapt the vectored interrupt handler for receiving ipis. If the second
jake
2002-01-08
2
-94
/
+106
*
Use the per-cpu panic stack in the case of a fault with a bad kernel
jake
2002-01-08
2
-4
/
+10
[prev]
[next]