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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-fix a pointer/integer warning.
peter
2002-02-27
1
-1
/
+1
*
Back out all the pmap related stuff I've touched over the last few days.
peter
2002-02-27
16
-1049
/
+532
*
Bandaid for the Uniprocessor kernel exploding. This makes a UP kernel
peter
2002-02-27
1
-1
/
+1
*
clarify panic message
alfred
2002-02-27
1
-1
/
+1
*
Jake further reduced IPI shootdowns on sparc64 in loops by using ranged
peter
2002-02-27
1
-58
/
+28
*
didn't quite undo the last reversion. This gets it.
dillon
2002-02-27
1
-1
/
+1
*
revert compatibility fix temporarily (thought it would not break anything
dillon
2002-02-26
1
-1
/
+1
*
revert last commit temporarily due to whining on the lists.
dillon
2002-02-26
23
-1106
/
+338
*
Make peter's commit compatible with interrupt-enabled critical_enter()
dillon
2002-02-26
1
-2
/
+2
*
STAGE-1 of 3 commit - allow (but do not require) interrupts to remain
dillon
2002-02-26
23
-338
/
+1106
*
Fix a warning. useracc() should take a const pointer argument.
peter
2002-02-26
1
-2
/
+2
*
Work-in-progress commit syncing up pmap cleanups that I have been working
peter
2002-02-25
15
-478
/
+1024
*
Tidy up some warnings
peter
2002-02-25
2
-7
/
+8
*
Add some DIAGNOSTIC code.
julian
2002-02-22
1
-14
/
+25
*
Convert p->p_runtime and PCPU(switchtime) to bintime format.
phk
2002-02-22
3
-3
/
+3
*
Pass me the pointy hat please. Be sure to return a value in a non-void
peter
2002-02-20
1
-1
/
+1
*
Fix typos in some comments.
cjc
2002-02-20
1
-2
/
+2
*
Some more tidy-up of stray "unsigned" variables instead of p[dt]_entry_t
peter
2002-02-20
2
-23
/
+25
*
Add stubs for bus_space_unmap() and bus_space_free(). They are needed to
nyan
2002-02-18
2
-8
/
+30
*
Use struct __ucontext in prototypes and associated functions instead of
deischen
2002-02-17
4
-2
/
+10
*
Correct typo.
nyan
2002-02-17
2
-2
/
+2
*
Move the bus_space_subregion function from the puc driver to the bus_space
nyan
2002-02-17
2
-6
/
+28
*
- Split the routine to initialize a bus_space_handle into the separate
nyan
2002-02-17
3
-71
/
+43
*
If the credential on an incoming thread is correct, don't bother
julian
2002-02-17
1
-6
/
+8
*
Don't leave garbage in parts of fpregs in the fxsr case. All callers
bde
2002-02-16
1
-0
/
+2
*
Don't confuse a struct with its first member. This fixes:
bde
2002-02-13
1
-1
/
+1
*
Re-enable WITNESS for GENERIC. Since the 5.x branch is mostly about
alfred
2002-02-13
1
-1
/
+2
*
Remove WITNESS from GENERIC by default: as we grow more locks, this gets
rwatson
2002-02-13
1
-1
/
+1
*
Add an option CPU_ATHLON_SSE_HACK which attempts to enable the SSE
dwmalone
2002-02-12
1
-0
/
+18
*
Move do_cpuid() from a identcpu.c into cpufunc.h.
dwmalone
2002-02-12
2
-11
/
+11
*
Remove an unused (but initialized) variable from vmapbuf().
alc
2002-02-12
1
-5
/
+3
*
Garbage-collect the "LOCORE" version of MPLOCKED.
bde
2002-02-11
3
-12
/
+2
*
Cosmetic changes:
kato
2002-02-10
1
-24
/
+28
*
Add needed include.
nyan
2002-02-10
1
-0
/
+3
*
Recognize VIA C3 Samuel 2.
kato
2002-02-09
1
-4
/
+6
*
Apparently during the KSE M2 commit bzero() on the i386 was changed so that
jhb
2002-02-08
1
-2
/
+2
*
Don't grab the ICU lock while reading the current pending interrupts and
jhb
2002-02-08
2
-4
/
+0
*
Attempt to patch up some style bugs introduced in the previous commit
peter
2002-02-07
3
-14
/
+20
*
Pre-KSE/M3 commit.
julian
2002-02-07
5
-42
/
+53
*
GC the PC_SWITCH* symbols which are not used in assembly anymore.
phk
2002-02-07
1
-2
/
+0
*
Make the style a little bit more consistant by removing parameter
markm
2002-02-03
1
-3
/
+2
*
Use osigreturn(2) instead of sigreturn(2) plus broken magic for returning
bde
2002-02-03
3
-13
/
+12
*
Improve the change in the previous commit: use a stub for osigreturn()
bde
2002-02-03
1
-0
/
+4
*
Compile osigreturn() unconditionally since it will always be needed on
bde
2002-02-01
1
-2
/
+0
*
Finish revs.1.23 and 1.24 so that MCOUNT_ENTER really actually compiles
bde
2002-01-31
1
-0
/
+1
*
Backed out the main part of revs.1.14-16. Don't disable interrupts in
bde
2002-01-30
1
-10
/
+3
*
Backed out the last vestiges of rev.1.51. Don't enter a critical
bde
2002-01-30
1
-10
/
+1
*
Cleaned up the 0ldSiG magic check before removing it. Just use fuword()
bde
2002-01-30
1
-13
/
+8
*
Don't include <isa/isavar.h> or compile code depending on it when isa
bde
2002-01-30
9
-2
/
+42
*
Removed unused includes. In particular, don't include <isa/isavar.h> since
bde
2002-01-30
1
-24
/
+2
[next]