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
*
remove unit counts from atkbdc, pckbd, sc
peter
2002-08-20
1
-2
/
+2
*
Typo fix.
mux
2002-08-19
1
-1
/
+1
*
Fix warning. These structs should probably be removed altogether.
jake
2002-08-18
1
-0
/
+2
*
Forgot this in last commit.
jake
2002-08-18
1
-2
/
+2
*
Add pmap support for user mappings of multiple page sizes (super pages).
jake
2002-08-18
10
-380
/
+481
*
Use symbolic constants instead of magic address constants.
jake
2002-08-16
1
-1
/
+1
*
Minor style. Removed unused declaration.
jake
2002-08-16
1
-2
/
+1
*
Removed unneeded pmap_initialized flag.
jake
2002-08-16
1
-4
/
+0
*
Demark sections of code that need special fault handling with labels.
jake
2002-08-16
5
-148
/
+169
*
Fix some confusion regarding traps that use mmu globals but don't really
jake
2002-08-15
1
-2
/
+4
*
Store the number of itlb and dtlb entries separately; they may be different.
jake
2002-08-15
6
-20
/
+29
*
Set kernel_vm_end. Panic if we try to grow the kernel.
jake
2002-08-14
1
-0
/
+3
*
Add support for the LSI-Logic Fusion/MP architecture.
mjacob
2002-08-11
1
-0
/
+1
*
Auto size available kernel virtual address space based on phsyical memory
jake
2002-08-10
6
-59
/
+113
*
o Remove the setting and clearing of the PG_MAPPED flag. (This flag is
alc
2002-08-10
1
-3
/
+3
*
Make ppp(4) devices clonable and unloadable.
brooks
2002-08-09
1
-1
/
+1
*
o Introduce pmap_page_is_mapped(). Its purpose is to obsolete
alc
2002-08-07
1
-0
/
+1
*
o Don't set PG_MAPPED or PG_WRITEABLE when a page is mapped
alc
2002-08-05
1
-9
/
+2
*
se -> sab.
jake
2002-08-04
1
-1
/
+1
*
Forgot to commit this.
jake
2002-08-01
1
-2
/
+2
*
Fix the link to the Handbook
blackend
2002-08-01
1
-1
/
+1
*
Modify the cache handling code to assume 2 virtual colours, which is much
jake
2002-08-01
1
-23
/
+95
*
Add some statistic gathering for cache flushes.
jake
2002-07-31
1
-2
/
+41
*
These file are no longer used (moved to userland and/or merged into
jake
2002-07-31
5
-689
/
+0
*
These were repo-copied to have a .S extension.
jake
2002-07-31
6
-4398
/
+0
*
Add definitions for statistical and high-resolution profiling. The calling
jake
2002-07-30
3
-66
/
+91
*
The data cache on UltraSPARC III is not directly mapped, so don't assert
jake
2002-07-30
1
-2
/
+0
*
Panic if the data cache has too many virtual colors (more than 2).
jake
2002-07-30
1
-0
/
+2
*
Use _ALIGN_DATA and _ALIGN_TEXT.
jake
2002-07-30
2
-4
/
+4
*
Create a new header <machine/_stdint.h> for storing MD parts of
mike
2002-07-29
4
-231
/
+171
*
Add routines needed for high resolution profiling.
jake
2002-07-29
1
-0
/
+83
*
Add a symbol for btext.
jake
2002-07-29
2
-0
/
+2
*
Remove a stale comment.
jake
2002-07-29
2
-8
/
+0
*
Use _ALIGN_TEXT. Implement __cyg_profile_func_enter and
jake
2002-07-29
2
-20
/
+138
*
Add _ALIGN_DATA and _ALIGN_TEXT macros.
jake
2002-07-29
1
-1
/
+9
*
Remove some stuff that snuck in last commit.
jake
2002-07-29
1
-5
/
+0
*
Fix a bug introduced in previous commit. Due to the interaction of the
jake
2002-07-28
1
-2
/
+2
*
Revert the previous delta; uintfptr_t needs to be available to
mike
2002-07-28
1
-0
/
+1
*
Add declarations for btext and etext.
jake
2002-07-28
1
-0
/
+3
*
uintfptr_t has moved to machine/types.h.
jake
2002-07-27
1
-1
/
+0
*
Implement a direct mapped address region, like alpha and ia64. This
jake
2002-07-27
6
-42
/
+182
*
Catch up to rev 1.339 of src/sys/conf/options (PCI_ENABLE_IO_MODES is
mike
2002-07-27
1
-1
/
+0
*
Remove the tlb argument to tlb_page_demap (itlb or dtlb), in order to better
jake
2002-07-26
9
-60
/
+21
*
Set interrupt clear pointer for SBus slots to point to correct spot.
mjacob
2002-07-25
1
-2
/
+2
*
de-count pci
peter
2002-07-23
1
-1
/
+1
*
Add explicit unit count on 'device pci' for ahc/ahd
peter
2002-07-21
1
-1
/
+1
*
Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable
peter
2002-07-20
1
-0
/
+40
*
Various comment and minor style fixes. No actual content changes.
jhb
2002-07-16
1
-16
/
+12
*
When multiple IOMMUs are present in a system, use a single TSB for all
tmm
2002-07-16
4
-224
/
+160
*
Add new UltraSPARC-III VIS II instructions.
tmm
2002-07-16
1
-0
/
+9
[next]