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
/
cpufunc.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added "memory" to clobber list in invlpg(). It needs it if invltlb()
bde
1996-09-29
1
-20
/
+21
*
Essentially rename pmap_update to be invltlb. It is a very machine
dyson
1996-09-28
1
-4
/
+3
*
Move pmap_update_1pg to cpufunc.h. Additionally,
dyson
1996-09-28
1
-1
/
+7
*
Fixed a few hundred warnings (2400 in LINT) for signed vs unsigned
bde
1996-09-24
1
-6
/
+13
*
Another round of merge/update.
asami
1996-09-12
1
-49
/
+1
*
Add an fls() inline function which does the opposite operation to
wollman
1996-08-01
1
-1
/
+12
*
Update to current state of PC98 world.
asami
1996-07-23
1
-1
/
+3
*
Fixed lots of warnings about unportable casts of pointers to volatile
bde
1996-07-01
1
-3
/
+10
*
Moved declarations of non-cpu things from <machine/cpufunc.h> to better
bde
1996-07-01
1
-19
/
+1
*
The Great PC98 Merge.
asami
1996-06-14
1
-1
/
+48
*
Changed bdb() to breakpoint() and always enable it.
bde
1996-04-07
1
-34
/
+30
*
Moved rtcin() to clock.c.
bde
1996-03-31
1
-2
/
+1
*
>Blush<. Use the correct opcode for the WRMSR instruction.
wollman
1996-03-28
1
-2
/
+2
*
Add support for Pentium and Pentium Pro performance counters.
wollman
1996-03-26
1
-1
/
+35
*
Removed declarations of nonexistent functions.
bde
1996-01-16
1
-10
/
+2
*
Made bzero a function vector and added a 586/686 optimized version of
dg
1995-12-28
1
-61
/
+1
*
Implemented a (sorely needed for years) double fault handler to catch stack
dg
1995-12-19
1
-2
/
+2
*
Moved inline functions for insque() and remque() to <sys/queue.h>.
bde
1995-12-03
1
-33
/
+1
*
remove GCC divsi3 routines which are never used.
phk
1995-10-05
1
-4
/
+1
*
Remove "memory" clobber statement from enable_intr(). Enabling interrupts
bde
1995-08-26
1
-4
/
+4
*
Make the spl oriented inline functions less likely to allow
dyson
1995-08-08
1
-4
/
+5
*
Fix bogus constraint "i" that only worked with -O. The cases where it
bde
1995-07-25
1
-3
/
+9
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
Added apersand constraint to make sure that the source and destination
dg
1995-05-14
1
-2
/
+2
*
Add loadandclear(). It atomically loads a value from memory, clears the
bde
1995-05-11
1
-1
/
+12
*
Preserve reverse link integraty while doing the queue insertion.
dg
1995-03-03
1
-2
/
+2
*
Fix syntax errors in #ifdefed out code.
bde
1995-02-16
1
-3
/
+3
*
susword -> systm.h
phk
1995-02-14
1
-2
/
+1
*
Corrected the list of volatile registers for outsb, outsw, and outsl.
dg
1995-01-04
1
-4
/
+4
*
Add prototype for Debugger().
bde
1994-11-15
1
-1
/
+2
*
Rewrite almost everything.
bde
1994-11-14
1
-133
/
+300
*
Don't declare DELAY() here. Callers should include <machine/clock.h>.
bde
1994-11-09
1
-2
/
+1
*
Inlined ins/outs functions.
dg
1994-09-25
1
-7
/
+75
*
Undo last change: the ins/outs functions DO NOT return a pointer!
dg
1994-09-25
1
-7
/
+7
*
While in the real world, I had a bad case of being swapped out for a lot of
phk
1994-09-25
1
-4
/
+7
*
Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included from
dg
1994-09-16
1
-6
/
+46
*
Deal with outw being defined - the declaration clashes.
jkh
1994-09-16
1
-1
/
+3
*
Include pio.h so that all those drivers that only include cpufunc.h
paul
1994-09-15
1
-1
/
+3
*
Added MCOUNT_ENTER and MCOUNT_EXIT macros to profile.h
paul
1994-09-15
1
-16
/
+8
*
Removed all vestiges of tlbflush(). Replaced them with calls to pmap_update().
dg
1994-09-02
1
-2
/
+2
*
Re-enabled inlining of inb.
paul
1994-08-23
1
-11
/
+3
*
I've disabled this piece of code since it's what's
paul
1994-08-23
1
-1
/
+3
*
Fix up some sloppy coding practices:
wollman
1994-08-18
1
-1
/
+2
*
Change all #includes to follow the current Berkeley style. Some of these
wollman
1994-08-13
1
-2
/
+2
*
Change outb() as per Bruce's instructions so that it doesn't explicitly
jkh
1994-08-11
1
-2
/
+2
*
Inlined insque and remque.
dg
1994-08-04
1
-2
/
+27
*
Added $Id$
dg
1994-08-02
1
-2
/
+35
*
trap.c:
dg
1994-06-06
1
-1
/
+8
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-139
/
+0
*
New interrupt code from Bruce Evans. In additional to Bruce's attached
dg
1994-04-02
1
-1
/
+3
[next]