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
*
Sync with i386.
obrien
2002-06-18
1
-8
/
+10
*
Add constants for the min and max prom addresses. Use these instead of
jake
2002-06-17
2
-3
/
+6
*
Add PCI bus enumeration and latency timer setup to the sparc64 MD PCI
tmm
2002-06-12
4
-88
/
+203
*
Add code to drop to ddb when a process gets a fatal signal that usually
jake
2002-06-08
1
-0
/
+8
*
Re-enable SMP by default.
jake
2002-06-08
1
-1
/
+1
*
Remove test code.
jake
2002-06-08
4
-33
/
+0
*
Remove code from trap which is handled in userland now.
jake
2002-06-08
3
-27
/
+5
*
Fix bizarre SMP problems. The secondary cpus sometimes start up with junk
jake
2002-06-08
5
-1
/
+51
*
Comment out options SMP for now until I figure out what's going on.
jake
2002-06-07
1
-1
/
+1
*
- Fixup / remove obsolete comments.
jhb
2002-06-07
1
-24
/
+18
*
Use pmap_map instead of pmap_kenter to map the message buffer. Its too
jake
2002-06-05
1
-3
/
+3
*
Bump TSB_PAGES_SHIFT to 4. Less sucks too much.
jake
2002-06-04
1
-1
/
+1
*
Move the definition of ElfN_Hashelt to common headers. The only platform
dfr
2002-05-30
1
-11
/
+0
*
Forgot to commit this file. Catch up to loader->kernel abi changes.
jake
2002-05-29
1
-2
/
+6
*
Forward declare struct trapframe.
jake
2002-05-29
1
-0
/
+2
*
Remove BOOTP_WIRED_TO= since I keep forgetting to take this out and screwing
jake
2002-05-29
1
-1
/
+0
*
Don't try to flush illegal alises from the data cache in vmapbuf and
jake
2002-05-29
1
-30
/
+0
*
Add an MD page flag for tracking if a page is cacheable or not, so that
jake
2002-05-29
2
-1
/
+7
*
Remove an unused variable.
jake
2002-05-29
1
-1
/
+0
*
Merge the code in pv.c into pmap.c directly. Place all page mappings onto
jake
2002-05-29
6
-50
/
+187
*
Add pv list linkage and a pmap pointer to struct tte. Remove separately
jake
2002-05-29
6
-225
/
+92
*
Use a contrived 'tlb_entry' structure for passing the mappings for the
jake
2002-05-29
4
-5
/
+13
*
Remove pmap.pm_pvlist and make the functions that use it no-ops. These are
jake
2002-05-29
3
-53
/
+3
*
Add declarations of suword32 and suword64. Add implementations of one or
dfr
2002-05-26
2
-0
/
+48
*
Convert the interrupt queue from an array to a linked list. Implement
jake
2002-05-25
8
-200
/
+383
*
Try to handle "double faults" occuring at more trap levels (ie 4 :)).
jake
2002-05-25
2
-28
/
+28
*
Minor style.
jake
2002-05-25
1
-3
/
+5
*
Make the run queue parameters machine dependent. Optimize 64 bit
jake
2002-05-25
1
-0
/
+58
*
Update tsb_tte_enter prototype per tsb.c rev 1.20.
jake
2002-05-21
1
-1
/
+1
*
Rewrite pmap_enter to avoid copying ttes in all cases.
jake
2002-05-21
2
-111
/
+98
*
Redefine the tte accessor macros to take a pointer to a tte, instead of the
jake
2002-05-21
5
-84
/
+77
*
Add SMP aware cache flushing functions, which operate on a single physical
jake
2002-05-20
7
-17
/
+327
*
Forward declare struct trapframe.
jake
2002-05-20
1
-0
/
+2
*
De-inline the tlb demap functions. These were so big that gcc3.1 refused
jake
2002-05-20
2
-100
/
+143
*
Banish "priviledged" from kernel source.
eric
2002-05-16
1
-1
/
+1
*
style sync with other platforms.
obrien
2002-05-15
1
-2
/
+2
*
Move MI stuff out of MD param.h files.
phk
2002-05-14
1
-41
/
+0
*
Fix IF_SEXT(val, 32). The constants need to have type long to
jake
2002-05-13
1
-1
/
+2
*
Add another copy of the ia64 dump_machdep.c.
jake
2002-05-13
1
-0
/
+299
*
Enable KTR_TRAP by default.
jake
2002-05-12
1
-1
/
+1
*
Add a support macro to convert the 5-bit packed register field of
jake
2002-05-11
1
-0
/
+3
*
Gcc 3.1 varargs support.
obrien
2002-05-10
3
-4
/
+38
*
Comment two values I was looking at for GDB.
obrien
2002-05-09
1
-2
/
+2
*
Remove unneeded include.
jake
2002-05-08
1
-1
/
+0
*
Make a macro for the guts of tl0_immu_miss, like dmmu_miss and prot.
jake
2002-05-08
2
-102
/
+152
*
Typo fix: detects -> detect.
jmallett
2002-05-03
1
-1
/
+1
*
Add support for an alternate signal trampoline; add a sysarch call to register
jake
2002-04-29
5
-1
/
+37
*
Tidy up some loose ends.
peter
2002-04-29
2
-24
/
+0
*
Don't use the symbol name to lookup the symbol value when we can use
marcel
2002-04-25
1
-3
/
+4
*
Avoid using pmap_kenter "early", since it may need to dink with vm_page
jake
2002-04-21
1
-24
/
+32
[next]