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
/
alpha
/
include
/
cpu.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 the advertsing clause, per the Regent's letter dated July 22, 1999.
imp
2004-04-05
1
-4
/
+0
*
Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h>
marcel
2003-08-17
1
-57
/
+2
*
Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI
marcel
2003-08-16
1
-1
/
+6
*
Add getcontext, setcontext, and swapcontext as system calls.
deischen
2002-11-16
1
-4
/
+4
*
CPU_MAXID should
obrien
2002-10-06
1
-1
/
+1
*
Remove __P(). This was tested on the GENERIC kernel.
obrien
2002-03-20
1
-36
/
+36
*
KSE Milestone 2
julian
2001-09-12
1
-7
/
+7
*
- Close races with signals and other AST's being triggered while we are in
jhb
2001-08-10
1
-14
/
+0
*
Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.
jhb
2001-06-29
1
-1
/
+0
*
Overhaul of the SMP code. Several portions of the SMP kernel support have
jhb
2001-04-27
1
-1
/
+0
*
Rename switch_trampoline() to fork_trampoline() on the alpha and ia64.
jhb
2001-02-22
1
-1
/
+1
*
Changed the aston() family to operate on a specified process instead of
bde
2001-02-19
1
-1
/
+1
*
- Make astpending and need_resched process attributes rather than CPU
jhb
2001-02-10
1
-29
/
+13
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-2
/
+2
*
Remove prototype for child_return().
jhb
2001-01-24
1
-1
/
+0
*
- 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
-3
/
+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
*
- Change fast interrupts on x86 to push a full interrupt frame and to
jhb
2000-10-06
1
-2
/
+0
*
- Heavyweight interrupt threads on the alpha for device I/O interrupts.
jhb
2000-10-05
1
-1
/
+0
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-3
/
+3
*
Eliminate a couple of evil common declarations.
peter
2000-05-18
1
-2
/
+2
*
Try and make the Alpha kernel compile. There are still some loose ends
peter
2000-03-30
1
-1
/
+0
*
Patches that eliminate extra context switches in FIFO case.
dufault
2000-03-02
1
-2
/
+3
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-3
/
+3
*
Zap some latent problems hidden by differences between KERNEL and _KERNEL.
peter
1999-11-22
1
-1
/
+1
*
Properly attribute interrupt time on alpha. Previously, interrupt time
gallatin
1999-11-19
1
-5
/
+2
*
Re-organise the code which manages the owner of the FP state (fpcurproc).
dfr
1999-11-10
1
-0
/
+4
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Moved cpu_set_fork_handler's prototype from <machine/cpu.h> to <sys/proc.h>.
dt
1999-04-23
1
-2
/
+1
*
Added consts to cpu_set_fork_handler prototype. (Follow i386 version.)
dt
1999-04-20
1
-2
/
+2
*
Added a hopefully-machine-independent macro for determining if a
bde
1999-02-02
1
-1
/
+3
*
Add support for adjkerntz (largely untested).
dfr
1998-10-06
1
-2
/
+8
*
Overhaul the spl system so that it actually works properly.
dfr
1998-07-12
1
-3
/
+3
*
Add initial support for the FreeBSD/alpha kernel. This is very much a
dfr
1998-06-10
1
-13
/
+7
*
These are a few of the alpha machine dependent header files - the first
jb
1998-01-10
1
-0
/
+179