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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove _THREAD_SAFE and make libc thread-safe by default by
deischen
2001-01-24
190
-997
/
+1582
*
- Catch up to new proc flags.
jhb
2001-01-24
2
-7
/
+8
*
Add a new item to kinfo_proc: ki_sflag to mirror p_sflag.
jhb
2001-01-24
3
-2
/
+5
*
Convert all simplelocks to mutexes and remove the simplelock implementations.
jasone
2001-01-24
56
-1373
/
+615
*
Argh, I didn't get this test right when I converted it. Break this up
jhb
2001-01-24
1
-10
/
+9
*
mdoc(7) police: Remove the debug line that prevents hyphenation
ru
2001-01-24
1
-1
/
+0
*
- Catch up to proc flag changes.
jhb
2001-01-24
2
-11
/
+21
*
Add mtx_assert()'s to verify that kmem_alloc() and kmem_free() are called
jhb
2001-01-24
1
-0
/
+3
*
- Catch up to proc flag changes.
jhb
2001-01-24
1
-27
/
+43
*
- Catch up to proc flag changes.
jhb
2001-01-24
3
-5
/
+15
*
- Catch up to proc flag changes.
jhb
2001-01-24
1
-2
/
+3
*
- Catch up to proc flag changes.
jhb
2001-01-24
1
-4
/
+18
*
- Catch up to proc flag changes.
jhb
2001-01-24
1
-14
/
+35
*
- Catch up to proc flag changes.
jhb
2001-01-24
1
-2
/
+6
*
- Catch up to proc flag changes.
jhb
2001-01-24
1
-25
/
+29
*
- Proc locking.
jhb
2001-01-24
1
-13
/
+20
*
- Add a mtx_assert() for sched_lock in calcru().
jhb
2001-01-24
1
-0
/
+3
*
- Proc locking.
jhb
2001-01-24
1
-31
/
+36
*
- Don't use a union and fun tricks to shave one extra pointer off of struct
jhb
2001-01-24
4
-256
/
+230
*
- Catch up to proc flag changes.
jhb
2001-01-24
1
-3
/
+6
*
- Catch up to proc flag changes.
jhb
2001-01-24
1
-4
/
+79
*
Catch up to P_FOO -> PS_FOO changes in proc flags.
jhb
2001-01-24
1
-16
/
+15
*
- Proc locking.
jhb
2001-01-24
1
-7
/
+20
*
- Catch up to p_sflag changes.
jhb
2001-01-24
1
-20
/
+11
*
- Proc locking.
jhb
2001-01-24
1
-2
/
+6
*
- Proc locking.
jhb
2001-01-24
1
-41
/
+59
*
- Proc locking.
jhb
2001-01-24
2
-5
/
+32
*
- Proc locking.
jhb
2001-01-24
1
-22
/
+27
*
- Proc locking around the vinumdaemon dinking with its flags.
jhb
2001-01-24
1
-1
/
+6
*
Make mp_machdep.c be an optional file conditional on SMP.
jhb
2001-01-24
1
-1
/
+1
*
Proc locking.
jhb
2001-01-24
4
-6
/
+36
*
Use queue macros.
jhb
2001-01-24
1
-2
/
+1
*
Add a prototype for isa_irq_mask() to quiet a warning.
jhb
2001-01-24
1
-0
/
+1
*
Wrap the IPI definitions and function prototypes in #ifdef SMP.
jhb
2001-01-24
1
-0
/
+2
*
- Rename the gd_cpuno member of struct globaldata to gd_cpuid.
jhb
2001-01-24
4
-16
/
+24
*
- Proc locking.
jhb
2001-01-24
1
-2
/
+6
*
- Change userret() to take a struct trapframe * as its second argument and
jhb
2001-01-24
1
-59
/
+61
*
- Proc locking.
jhb
2001-01-24
2
-8
/
+48
*
- Proc locking.
jhb
2001-01-24
1
-38
/
+47
*
- Adjust some whitespace to reduce diffs with the i386 version.
jhb
2001-01-24
1
-103
/
+102
*
- Initialize curproc, proc0.p_heldmtx, and proc0.p_contested earlier so
jhb
2001-01-24
1
-2
/
+48
*
- Wrap the IPI interrupt handler in #ifdef SMP.
jhb
2001-01-24
1
-2
/
+4
*
cpuno -> cpuid.
jhb
2001-01-24
2
-2
/
+2
*
Don't import the nonexistent astpending variable.
jhb
2001-01-24
1
-2
/
+0
*
Wrap the startup code used by secondary processors in #ifdef SMP.
jhb
2001-01-24
1
-0
/
+2
*
Remove the Xforward_irq IPI.
jhb
2001-01-24
2
-8
/
+0
*
- Remove all the #if 0'd code that used to implement IRQ forwarding.
jhb
2001-01-24
3
-255
/
+0
*
Remove unused locks: cpl, fast_intr, intr, mpintr.
jhb
2001-01-24
1
-4
/
+0
*
- Proc locking.
jhb
2001-01-24
2
-8
/
+14
*
- Remove Xforward_irq, cpl_lock, and fast_intr_lock.
jhb
2001-01-24
1
-3
/
+1
[next]