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
...
*
Remove __P.
alfred
2002-03-20
8
-73
/
+72
*
Remove __P.
alfred
2002-03-20
16
-196
/
+195
*
This is the first part of the new kernel memory allocator. This replaces
jeff
2002-03-19
1
-2
/
+16
*
Eliminate grow_stack() from (o)sendsig(). If the stack needs to grow,
alc
2002-03-18
1
-10
/
+4
*
s/options\t\t/options \t/
des
2002-03-17
1
-1
/
+1
*
o Stop calling useracc() in (o)sendsig() now that we use copyout()
alc
2002-03-17
1
-60
/
+23
*
Don't call the bios if the interrupt appaers to be already routed. Some
imp
2002-03-16
1
-3
/
+3
*
Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to the
des
2002-03-16
1
-10
/
+0
*
Export a (machine dependent) kernel variable bootdev as
luigi
2002-03-10
2
-2
/
+4
*
Condition the compilation of trapwrite() on I386_CPU.
alc
2002-03-10
1
-0
/
+4
*
#include <machine/smp.h> in the SMP case.
phk
2002-03-08
1
-1
/
+1
*
Add needed includes of machine/smp.h, remove nested include in sys/smp.h
jake
2002-03-07
3
-0
/
+3
*
Add a new variable mp_maxid. This is used so that per cpu datastructures may
jeff
2002-03-05
3
-3
/
+12
*
Add generalized power profile code.
iwasaki
2002-03-04
1
-0
/
+70
*
- Move a comment from being on the same line as a #ifdef to the line
arr
2002-02-28
1
-1
/
+2
*
Make it a bit clearer where this file is to be used and where it
markm
2002-02-28
1
-0
/
+2
*
- trap -> trap() in panic() string.
arr
2002-02-28
1
-3
/
+3
*
Fix a minor swap leak.
silby
2002-02-28
1
-0
/
+20
*
Make MPLOCKED work again in asm files and stringify it explicitly
bmilekic
2002-02-28
2
-10
/
+10
*
Fix warnings.. bootpc_init() and related.
peter
2002-02-28
1
-5
/
+2
*
Back out part of KSE/M2 that snuck in under the radar: changing the
jhb
2002-02-27
1
-2
/
+2
*
- Insert a space in the panic() string in order more clearly show the
arr
2002-02-27
1
-1
/
+1
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
2
-3
/
+3
*
Fix a horribly suboptimal algorithm in the vm_daemon.
silby
2002-02-27
1
-8
/
+19
*
Add the following functions/macros to support byte order conversions and
tmm
2002-02-27
1
-0
/
+64
*
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
[prev]
[next]