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
/
amd64
/
include
/
cpu.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean out sysctl machdep.* related defines.
phk
2006-05-11
1
-9
/
+0
*
Tweak how the MD code calls the fooclock() methods some. Instead of
jhb
2005-12-22
1
-4
/
+0
*
Instead of calling ia32_pause() conditionally on __i386__ or __amd64__
mux
2004-08-03
1
-2
/
+3
*
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 license,
imp
2004-04-05
1
-4
/
+0
*
Sync with i386 version. The quality initialization was missing and some
peter
2003-09-23
1
-1
/
+0
*
Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI
marcel
2003-08-16
1
-0
/
+3
*
Commit MD parts of a loosely functional AMD64 port. This is based on
peter
2003-05-01
1
-23
/
+6
*
Make get_cyclecount() use binuptime() when no tsc is available: it is cheaper.
phk
2003-02-05
1
-4
/
+4
*
Remove __P.
alfred
2002-03-20
1
-1
/
+1
*
Overhaul the per-CPU support a bit:
jhb
2001-12-11
1
-1
/
+0
*
KSE Milestone 2
julian
2001-09-12
1
-2
/
+2
*
- Close races with signals and other AST's being triggered while we are in
jhb
2001-08-10
1
-14
/
+0
*
Add a new MI pointer to the process' trapframe p_frame instead of using
jhb
2001-06-29
1
-2
/
+2
*
Overhaul of the SMP code. Several portions of the SMP kernel support have
jhb
2001-04-27
1
-2
/
+0
*
Changed the aston() family to operate on a specified process instead of
bde
2001-02-19
1
-1
/
+1
*
Fixed style bugs in clock.c rev.1.164 and cpu.h rev.1.52-1.53 -- declare
bde
2001-02-19
1
-4
/
+1
*
- Make astpending and need_resched process attributes rather than CPU
jhb
2001-02-10
1
-37
/
+7
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-2
/
+2
*
- Proc locking.
jhb
2001-01-24
1
-4
/
+7
*
Make intr_nesting_level per-process, rather than per-cpu. Setup
jake
2001-01-21
1
-1
/
+1
*
Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables
jake
2001-01-10
1
-3
/
+3
*
Move extern tsc_present outside function to quelch a warning.
phk
2000-12-07
1
-1
/
+4
*
Namespace cleanup. Remove some #includes in favour of an explicit
markm
2000-12-02
1
-3
/
+2
*
Don't use p->p_sigstk.ss_flags to keep state of whether the
marcel
2000-11-30
1
-1
/
+2
*
Add a consistent API to a feature that most modern CPUs have; a fast
markm
2000-11-21
1
-0
/
+21
*
Declare or #define per-cpu globals in <machine/globals.h> in all cases.
bde
2000-10-27
1
-3
/
+0
*
Moved the definitions of AST_PENDING and AST_RESCHED to the correct place.
bde
2000-10-12
1
-0
/
+6
*
- Change fast interrupts on x86 to push a full interrupt frame and to
jhb
2000-10-06
1
-15
/
+0
*
Major update to the way synchronization is done in the kernel. Highlights
jasone
2000-09-07
1
-3
/
+9
*
Clean up some low level bootstrap code:
peter
2000-08-11
1
-1
/
+0
*
Commit major SMP cleanups and move the BGL (big giant lock) in the
dillon
2000-03-28
1
-6
/
+12
*
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
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pending
bde
1999-07-10
1
-4
/
+5
*
Moved cpu_set_fork_handler's prototype from <machine/cpu.h> to <sys/proc.h>.
dt
1999-04-23
1
-2
/
+1
*
Added a hopefully-machine-independent macro for determining if a
bde
1999-02-02
1
-1
/
+3
*
More -Wall / -Wcast-qual cleanup. Also, EXEC_SET can't use
dillon
1999-01-29
1
-2
/
+2
*
- hw.machine_arch returns cpu architecture type.
kato
1998-08-31
1
-12
/
+1
*
Don't include <machine/cputypes.h> or declare cputype/class interfaces
bde
1997-10-28
1
-13
/
+1
*
Moved declaration of etext from <machine/md_var.h> to <machine/cpu.h>
bde
1997-10-27
1
-1
/
+3
*
Move MACHINE_ARCH definition from <machine/param.h> to <machine/cpu.h>.
kato
1997-08-30
1
-1
/
+12
*
Revert my previous commit about using CS_SECURE macro.
charnier
1997-08-21
1
-2
/
+2
*
Use CS_SECURE macro.
charnier
1997-08-18
1
-2
/
+2
*
VM86 kernel support.
dyson
1997-08-09
1
-2
/
+5
*
The biggie: Get rid of the UPAGES from the top of the per-process address
peter
1997-04-07
1
-1
/
+5
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Deleted i386_cpus[]. i386_cpus[] is a static variable in identcpu.c.
kato
1997-02-02
1
-1
/
+0
[next]