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
/
include
/
cpu.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Make profiling actually work. The gcc compiler emits a call to the
marcel
2004-08-25
1
-0
/
+5
*
Instead of calling ia32_pause() conditionally on __i386__ or __amd64__
mux
2004-08-03
1
-0
/
+1
*
Backed out previous commit. Blind substitution of dev_t by `struct cdev *'
bde
2004-06-20
1
-1
/
+1
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-1
/
+1
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
Change TRAPF_USERMODE and CLOCKF_USERMODE to not test for CPL == 3,
marcel
2003-09-19
1
-2
/
+2
*
Undo the mistake made in revision 1.77 of trap.c and which was the
marcel
2003-08-20
1
-11
/
+6
*
Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI
marcel
2003-08-16
1
-24
/
+6
*
Cleanup prototypes in cpu.h, including fswintrberr and any references
marcel
2003-08-12
1
-19
/
+6
*
Consistently use the BSD u_int and u_short instead of the SYSV uint and
jhb
2003-08-07
1
-1
/
+1
*
Cleanup the clock code. This includes:
marcel
2003-08-04
1
-15
/
+4
*
Remove prototype of ia64_pa_access(). The function has been moved to
marcel
2003-07-26
1
-1
/
+0
*
Have TRAPF_USERMODE() take into account that the gateway page is not
marcel
2003-06-06
1
-2
/
+8
*
Move the sysctls of the misalignment handler to where they belong
marcel
2003-05-29
1
-11
/
+5
*
Consistently us the same metric to differentiate between kernel mode
marcel
2003-05-24
1
-2
/
+1
*
Fix an alpha inheritance bug:
marcel
2003-05-24
1
-1
/
+1
*
Revamp of the syscall path, exception and context handling. The
marcel
2003-05-16
1
-27
/
+23
*
MFp4:
marcel
2002-11-24
1
-0
/
+1
*
It appears CPU_MAXID should be 1 more than the number of CPU_* defines.
obrien
2002-10-06
1
-1
/
+1
*
o Move prototypes for restorectx and savectx from cpu.h to pcb.h,
marcel
2002-05-19
1
-2
/
+0
*
o Rename ia64_count_aps to ia64_count_cpus and reimplement the
marcel
2002-05-12
1
-1
/
+1
*
Remove __P.
alfred
2002-03-20
1
-27
/
+27
*
Move a couple of prototypes together instead of being incompletely
peter
2002-03-19
1
-0
/
+4
*
Add a couple of arguments to ia64_init. I'll use them later to improve
dfr
2001-09-29
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-8
/
+6
*
- Close races with signals and other AST's being triggered while we are in
jhb
2001-08-10
1
-13
/
+0
*
Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.
jhb
2001-06-29
1
-1
/
+0
*
Add a new MI pointer to the process' trapframe p_frame instead of using
jhb
2001-06-29
1
-1
/
+1
*
Overhaul of the SMP code. Several portions of the SMP kernel support have
jhb
2001-04-27
1
-3
/
+0
*
Clockframes have a trapframe stored in a cf_tf member, not ct_tf.
jhb
2001-02-24
1
-1
/
+1
*
Whitespace nits.
jhb
2001-02-24
1
-2
/
+2
*
Pass in process to mark ast on to aston().
jhb
2001-02-24
1
-1
/
+1
*
Rename switch_trampoline() to fork_trampoline() on the alpha and ia64.
jhb
2001-02-22
1
-1
/
+1
*
Add TRAPF_PC() and TRAPF_USERMODE() macros and redefine CLKF_PC() and
jhb
2001-02-22
1
-3
/
+6
*
Catch up to new MI astpending and need_resched handling.
jhb
2001-02-22
1
-20
/
+0
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-2
/
+2
*
- Proc locking.
jhb
2001-01-24
1
-2
/
+6
*
Make intr_nesting_level per-process, rather than per-cpu. Setup
jake
2001-01-21
1
-1
/
+1
*
Don't use p->p_sigstk.ss_flags to keep state of whether the
marcel
2000-11-30
1
-0
/
+2
*
Add a consistent API to a feature that most modern CPUs have; a fast
markm
2000-11-21
1
-0
/
+10
*
* Correct some of my misunderstandings about how best to switch to the
dfr
2000-10-16
1
-2
/
+2
*
Implement a rudimentary interrupt handling system which should be good
dfr
2000-10-12
1
-2
/
+1
*
* Fix exception handling so that it actually works. We can now handle
dfr
2000-10-12
1
-2
/
+1
*
* Add rudimentary DDB support (no kgdb, no backtrace, no single step).
dfr
2000-10-10
1
-2
/
+1
*
This is the first snapshot of the FreeBSD/ia64 kernel. This kernel will
dfr
2000-09-29
1
-0
/
+174