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
*
Removed debug code.
jake
2002-09-25
1
-57
/
+1
*
Pass the function to call (trap or syscall) to tl0_trap and tl1_trap in %o2.
jake
2002-09-25
1
-7
/
+31
*
Rearrange tl1_trap slightly, also save and restore the out registers so
jake
2002-09-24
1
-12
/
+27
*
Allocate stack space for the trapframe along with the normal register
jake
2002-09-24
1
-5
/
+1
*
Split user trap processing out into a separate routine so that traps which
jake
2002-09-24
1
-67
/
+109
*
Be careful not to define GCC-specific optimizations in the non-GCC
mike
2002-09-23
1
-2
/
+11
*
Call trap directly for exceptional cases that need more processing on
jake
2002-09-22
1
-26
/
+20
*
Remove unneeded opt headers.
jake
2002-09-22
1
-3
/
+0
*
It's Apple GMAC, not HMAC.
benno
2002-09-22
1
-1
/
+1
*
Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.c
jake
2002-09-22
2
-22
/
+1
*
Don't include opt_bus.h here, it breaks stuff trying to
mux
2002-09-21
1
-1
/
+0
*
Use correct function name in previous commit.
jhb
2002-09-19
1
-1
/
+1
*
Implement db_print_backtrace() if DDB is compiled into the kernel. This
jhb
2002-09-19
1
-0
/
+5
*
Implement C99's va_copy() macro.
mike
2002-09-18
1
-0
/
+3
*
Fix standard kse breakge of non-x86 platforms. sigh.
jake
2002-09-17
2
-18
/
+2
*
Initiate deorbit burn for the i386-only a.out related support. Moves are
peter
2002-09-17
1
-7
/
+0
*
Allocate KSEs and KSEGRPs separatly and remove them from the proc structure.
julian
2002-09-15
1
-1
/
+1
*
Use the definitions in machine/fsr.h instead of duplicating these magic
tmm
2002-09-14
1
-9
/
+11
*
Clean up a bit, and add some more macros to access %fsr fields.
tmm
2002-09-14
1
-14
/
+17
*
Fill out two fields (si_pid, si_uid) in the siginfo structure handed back
jmallett
2002-09-07
1
-0
/
+2
*
Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on all
mike
2002-09-03
1
-54
/
+0
*
Remove an unneeded PROC_LOCK, which caused lock recursion panics.
jake
2002-09-02
1
-1
/
+1
*
Align _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ with most other
mike
2002-09-02
1
-2
/
+2
*
Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to
jake
2002-09-01
1
-7
/
+20
*
Change hw.physmem and hw.usermem to unsigned long like they used to be
peter
2002-08-30
2
-3
/
+3
*
Renamed poorly named setregs to exec_setregs. Moved its prototype to
jake
2002-08-29
2
-2
/
+2
*
Minor cleanup.
jake
2002-08-29
1
-3
/
+5
*
Removed legacy signal trampoline.
jake
2002-08-29
3
-24
/
+2
*
Removed support for in-kernel signal code.
jake
2002-08-29
1
-4
/
+12
*
o Retire pmap_pageable(). It's an advisory routine that none
alc
2002-08-25
1
-9
/
+0
*
Move several MI types from <machine/_types.h> to <sys/_types.h>.
mike
2002-08-23
1
-37
/
+0
*
Removed unneeded include of machine/types.h (which no longer exists).
jake
2002-08-23
1
-1
/
+0
*
o Merge <machine/ansi.h> and <machine/types.h> into a new header
mike
2002-08-21
6
-174
/
+148
*
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
[next]