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
*
Add a structure defintion for the id prom contents.
tmm
2001-11-18
1
-0
/
+63
*
Standardize idempotentcy ifdefs.
jake
2001-11-18
2
-6
/
+6
*
Add kernel headers needed to build libc. Some are bogus and/or just enough
jake
2001-11-18
7
-0
/
+524
*
Make jmpbuf the same size as ucontext_t so that it can be passed
jake
2001-11-18
1
-13
/
+3
*
1. Split fp.h into fp.h and fsr.h so that the latter can be included
jake
2001-11-18
5
-45
/
+155
*
Avoid missing ticks and hardclock stopping.
jake
2001-11-18
1
-1
/
+27
*
Catch up to new constants. (These commit messages should have a song.)
jake
2001-11-18
1
-8
/
+13
*
1. Remove kdbframe. Bad idea.
jake
2001-11-18
4
-42
/
+71
*
Implement SET. Set execption.s 1.12.
jake
2001-11-18
1
-0
/
+12
*
1. Convert the tstate saved in the pcb to a pstate and test for PSTATE_PEF
jake
2001-11-18
4
-50
/
+128
*
Implement hw.machine and hw.model sysctls.
jake
2001-11-18
1
-0
/
+11
*
1. Remove bootinfo and just pass loader metadata to the kernel.
jake
2001-11-18
5
-76
/
+62
*
1. Implement ascopyto() and ascopyfrom() for copying to an alternate address
jake
2001-11-18
3
-52
/
+94
*
1. Fix a bug where the offsets of the alignment and mmu fault recorvery code
jake
2001-11-18
2
-116
/
+146
*
Add a file forgotten in the previous commit (a kobj interface that
tmm
2001-11-09
2
-0
/
+150
*
Add EBus support code, ported from NetBSD.
tmm
2001-11-09
2
-0
/
+562
*
Add ISA support code for sparc64.
tmm
2001-11-09
3
-0
/
+530
*
Add support for the Sun psycho/sabre UPA-PCI bridge, some OpenFirmware
tmm
2001-11-09
6
-0
/
+2382
*
Support for the UltraSpac DVMA MMU (IOMMU), ported from NetBSD.
tmm
2001-11-09
3
-0
/
+965
*
Add some OpenFirmware bus support code and definitions.
tmm
2001-11-09
6
-0
/
+348
*
Add bus_space and busdma support for sparc64.
tmm
2001-11-09
5
-20
/
+2150
*
Add a nexus device for sparc64, which uses the OpenFirmware to attach UPA
tmm
2001-11-09
3
-1
/
+521
*
Header file updates needed for the cache code: add/correct some ASI
tmm
2001-11-09
2
-2
/
+21
*
Add cache handling code for sparc64.
tmm
2001-11-09
2
-0
/
+531
*
Add a special OpenFirmware entry point for terminating the kernel (in
tmm
2001-11-06
5
-3
/
+120
*
Add code to emulate unimplemented (non-fp) instructions and to fixup
tmm
2001-11-06
5
-246
/
+1095
*
Add optimized implementations of in_cksum_skip() and related functions
tmm
2001-11-06
2
-0
/
+426
*
Fix the intial setup of the stray interrupt handler (it takes a struct
tmm
2001-11-06
1
-2
/
+3
*
o Add new header <sys/stdint.h>.
mike
2001-11-02
4
-0
/
+470
*
Implement elf_reloc. This makes klds work.
jake
2001-10-27
2
-13
/
+259
*
Handle instruction access mmu miss faults in kernel mode. These can only
jake
2001-10-27
3
-2
/
+95
*
Add a per-thread ucred reference for syscalls and synchronous traps from
jhb
2001-10-26
1
-4
/
+25
*
Remove call to cninit_finish().
jlemon
2001-10-24
1
-1
/
+0
*
Remove funky right justification.
mike
2001-10-23
1
-9
/
+9
*
Move procfs_* from procfs_machdep.c into sys_process.c, and rename them to
des
2001-10-21
1
-147
/
+0
*
[partially forced commit due to pilot error in earlier commit attempt]
des
2001-10-21
3
-5
/
+21
*
Add missing include.
jake
2001-10-20
1
-0
/
+1
*
Add missing includes.
jake
2001-10-20
3
-0
/
+3
*
Remove interrupt queue array. Its in globaldata now.
jake
2001-10-20
1
-1
/
+0
*
Fix get_cyclecount. Wrap in ifdef _KERNEL.
jake
2001-10-20
1
-1
/
+5
*
Use KTR_PMAP instead of KTR_CT1.
jake
2001-10-20
1
-12
/
+13
*
Catch up to changing entry point names so traces through traps
jake
2001-10-20
1
-4
/
+2
*
Add a definition for normal kernel window state.
jake
2001-10-20
1
-0
/
+2
*
Catch up to new assembly language code.
jake
2001-10-20
1
-4
/
+7
*
Fix a bug in the kernel entry window handling where the wrong register
jake
2001-10-20
2
-318
/
+242
*
Align the symbol that demarks the end of the signal code on a 16 byte
jake
2001-10-20
3
-15
/
+32
*
Parameterize the size of the kernel virtual address space on KVA_PAGES.
jake
2001-10-20
4
-49
/
+163
*
Remove hardcoded cwp value.
jake
2001-10-20
1
-1
/
+1
*
Use KTR_PROC instead of KTR_CT1 in traces.
jake
2001-10-20
2
-20
/
+20
*
Return zero on success from su*. Apparently no one checks the return
jake
2001-10-20
2
-8
/
+142
[next]