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
*
Make the kernel dump header endianness invariant by always dumping
marcel
2002-04-03
1
-12
/
+7
*
- Move the MI mutexes sched_lock and Giant from being declared in the
jhb
2002-04-02
1
-10
/
+1
*
Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()
dillon
2002-04-01
7
-86
/
+138
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
3
-3
/
+3
*
Here follows the new kernel dumping infrastructure.
phk
2002-03-31
1
-0
/
+121
*
Centralize the "bootdev" and "dumpdev" variables. They are still pretty
phk
2002-03-31
1
-3
/
+0
*
Implement i386's (o)sigreturn() like the alpha's: Use copyin() to read
alc
2002-03-31
1
-8
/
+12
*
GC #if 0'd assembly mutex micro operations. If someone wants to bring
jhb
2002-03-28
1
-208
/
+0
*
Remove unneeded pc98 hack.
nyan
2002-03-28
1
-2
/
+0
*
style(9)
obrien
2002-03-28
1
-14
/
+21
*
Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locks
jeff
2002-03-27
1
-1
/
+1
*
Tab-out the backslashes in icu_vector.s to make it more readable and to
dillon
2002-03-27
3
-366
/
+366
*
Compromise for critical*()/cpu_critical*() recommit. Cleanup the interrupt
dillon
2002-03-27
26
-239
/
+1128
*
Fixed some style bugs in the removal of __P(()). The main ones were
bde
2002-03-23
3
-42
/
+42
*
Major rework of the iicbus/smbus framework:
nsouch
2002-03-23
1
-0
/
+13
*
Fixed some style bugs in the removal of __P(()). The main ones were
bde
2002-03-23
4
-61
/
+58
*
Fixed some style bugs in the removal of __P(()). The main ones were
bde
2002-03-23
6
-26
/
+26
*
Add bios area range check (lower side).
takawata
2002-03-23
1
-1
/
+2
*
ASM versions of __FBSDID.
obrien
2002-03-23
1
-0
/
+11
*
o Use the MI vm_map_growstack() instead of grow_stack() in trap_pfault()
alc
2002-03-21
2
-18
/
+4
*
Fix abuses of cpu_critical_{enter,exit} by converting to
imp
2002-03-21
6
-34
/
+49
*
Remove references to vm_zone.h and switch over to the new uma API.
jeff
2002-03-21
1
-15
/
+6
*
Change the way we ensure td_ucred is NULL if DIAGNOSTIC is defined.
jhb
2002-03-20
1
-25
/
+6
*
Fix minor style(9) violation in de__Ping
imp
2002-03-20
1
-40
/
+40
*
Remove __P.
alfred
2002-03-20
12
-86
/
+86
*
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
[next]