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
/
ia64
Commit message (
Expand
)
Author
Age
Files
Lines
*
ASM versions of __FBSDID.
obrien
2002-03-23
1
-0
/
+6
*
Change critical_t to register_t for intr_disable/restore.
dfr
2002-03-21
5
-7
/
+7
*
Change cpu_critical_enter/exit to intr_disable/restore.
dfr
2002-03-21
1
-2
/
+2
*
In UP mode, the primary cpu's per-cpu current_pmap was not initialized -
peter
2002-03-21
1
-0
/
+1
*
Remove references to vm_zone.h and switch over to the new uma API.
jeff
2002-03-21
2
-30
/
+11
*
Remove __P.
alfred
2002-03-20
12
-76
/
+76
*
Change the way we ensure td_ucred is NULL if DIAGNOSTIC is defined.
jhb
2002-03-20
1
-25
/
+6
*
Change intr_enable to intr_restore for consistency with sparc64.
dfr
2002-03-20
4
-6
/
+6
*
Replace calls to cpu_critical_enter/exit with appropriate calls to
dfr
2002-03-20
3
-13
/
+14
*
Recreate intr_disable/intr_enable and implement cpu_critical_enter/exit
dfr
2002-03-20
1
-2
/
+14
*
#if 0 some unused variables (only in #if 0 code)
peter
2002-03-19
1
-0
/
+4
*
Enabling the SKI option is a guaranteed breakage for me. Interrupts no
peter
2002-03-19
1
-1
/
+4
*
My ia64 box for some reason likes to fragment the beginning/end of memory
peter
2002-03-19
1
-1
/
+1
*
Fix some unused variables.
peter
2002-03-19
3
-1
/
+5
*
Move a couple of prototypes together instead of being incompletely
peter
2002-03-19
4
-7
/
+4
*
__func__ is a const char *, not a "string" that can be concatenated.
peter
2002-03-19
1
-3
/
+3
*
Fix a pointer/int warning
peter
2002-03-19
1
-1
/
+1
*
#ifdef SMP some variables that are only used elsewhere under #ifdef SMP
peter
2002-03-19
1
-0
/
+2
*
Work around an apparent compiler bug with gcc-3.1, although it might be
peter
2002-03-19
1
-2
/
+5
*
Believe it or not, I ran into the 32MB stack size limit using a natively
peter
2002-03-19
1
-1
/
+1
*
#if 0 out some unused code.
peter
2002-03-19
2
-0
/
+5
*
Add some #includes after things got broken with the last round of
peter
2002-03-19
2
-0
/
+3
*
Turn off the ia64 ITC timecounter when SMP is present since it has the
peter
2002-03-19
1
-0
/
+10
*
This is the first part of the new kernel memory allocator. This replaces
jeff
2002-03-19
1
-2
/
+21
*
Fix spelling.
dfr
2002-03-18
1
-1
/
+1
*
Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to the
des
2002-03-16
1
-8
/
+0
*
* Stop other cpus when one cpu enters DDB and restart them after it
dfr
2002-03-15
1
-11
/
+47
*
* Remove a breakpoint() I accidentally left in for debugging :-(.
dfr
2002-03-15
2
-14
/
+49
*
Tweak the AP startup code somewhat. With all the other recent changes,
dfr
2002-03-14
1
-8
/
+41
*
* Initialise pcb_pmap for new threads.
dfr
2002-03-14
1
-21
/
+40
*
* Save and restore PCPU_GET(current_pmap) in pcb_pmap so that we don't
dfr
2002-03-14
1
-11
/
+23
*
Add pcpu.pc_current_pmap and pcb.pcb_pmap.
dfr
2002-03-14
1
-0
/
+2
*
Add a field to hold the current pmap of a thread.
dfr
2002-03-14
1
-0
/
+1
*
Add ia64_sync_i(), ia64_get_tpr() and ia64_set_tpr().
dfr
2002-03-14
1
-0
/
+29
*
* Add some KTR messages for IPIs.
dfr
2002-03-14
1
-3
/
+35
*
Add debug code to print SAPIC registers.
dfr
2002-03-14
2
-1
/
+33
*
* Use a mutex to protect the RID allocator.
dfr
2002-03-14
1
-16
/
+40
*
Move the call to pmap_bootstrap to after the initialisation of thread0.
dfr
2002-03-14
1
-6
/
+9
*
Don't restore r13 when returning to kernel mode. We may have migrated to
dfr
2002-03-14
2
-2
/
+8
*
Fix some -Wunused warnings by "using" a macro argument
peter
2002-03-12
1
-7
/
+7
*
Fix a warning (make ucontext_t *ucp a const)
peter
2002-03-12
1
-1
/
+2
*
Stop concatenating __func__ with strings
peter
2002-03-12
1
-2
/
+2
*
Deal with a structure member rename in a recent acpica import
peter
2002-03-12
1
-1
/
+1
*
Fix a misspelling of mine: s/optomization/optimization/.
jhb
2002-03-11
1
-1
/
+1
*
Add an implementation of cpu_throw() and make restorectx() simply branch
dfr
2002-03-10
2
-77
/
+23
*
Don't try to print the arguments if the value of bsp is outside the
dfr
2002-03-10
1
-7
/
+9
*
Use the right value for the region length in parse_spill_mask.
dfr
2002-03-10
1
-4
/
+4
*
o Don't require long long support in bswap64() functions.
mike
2002-03-09
1
-12
/
+5
*
Include machine/smp.h.
jake
2002-03-07
1
-0
/
+1
*
Call ast() only when we're handling a user trap.
marcel
2002-03-05
1
-1
/
+2
[next]