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
/
kern
/
subr_witness.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
When DDB is not defined, don't implement witness_thread_has_locks() and
rwatson
2005-01-22
1
-0
/
+2
*
- Up the WITNESS_COUNT macro from 200 to 1024 to support the growing number
jhb
2004-12-28
1
-2
/
+1
*
Attempt to slightly refine the print out from "show alllocks" -- list
rwatson
2004-12-27
1
-2
/
+2
*
Add "show alllocks" command to DDB, which dumps a list of processes
rwatson
2004-12-26
1
-0
/
+42
*
clean up some tunables that should of been removed a while ago...
jmg
2004-11-09
1
-4
/
+0
*
Add entropy harvest mutex to hard-coded spin lock witness lock order,
rwatson
2004-10-11
1
-2
/
+1
*
Don't "implicitly order all sleep locks before spin locks" in witness
green
2004-10-09
1
-1
/
+1
*
Hard code witness lock order for BPF locks.
rwatson
2004-09-09
1
-0
/
+7
*
make witness it's own sysctl branch instead of using _ to do this. I have
jmg
2004-09-06
1
-5
/
+10
*
Remove a potential deadlock on i386 SMP by changing the lazypmap ipi and
jhb
2004-08-04
1
-1
/
+0
*
Add netatalk mutexes to hard-coded WITNESS lock order.
rwatson
2004-07-25
1
-0
/
+6
*
Update for the KDB framework:
marcel
2004-07-10
1
-21
/
+22
*
Check the lock lists to see if they are empty directly rather than
jhb
2004-07-09
1
-9
/
+21
*
Introduce socket and UNIX domain socket locks into hard-coded lock
rwatson
2004-06-13
1
-1
/
+8
*
- Comment out NULL, NULL barrier for Unix domain sockets section as the
jhb
2004-06-03
1
-1
/
+2
*
Expand the hard-coded WITNESS lock order to include the following
rwatson
2004-06-02
1
-0
/
+35
*
Emit a traceback when witness_trace is set and witness_warn() is
alfred
2004-03-23
1
-0
/
+2
*
Add an implementation of a generic sleep queue abstraction that is used
jhb
2004-02-27
1
-0
/
+1
*
Remove a bogus assertion.
jhb
2004-02-03
1
-1
/
+0
*
- Assert that witness_cold is not true in enroll().
jhb
2004-02-02
1
-1
/
+2
*
Rework witness_lock() to make it slightly more useful and flexible.
jhb
2004-01-28
1
-108
/
+180
*
Register the uart(4)'s spin lock with witness(4).
ru
2004-01-25
1
-0
/
+1
*
Fix a major faux pas of mine. I was causing 2 very bad things to
markm
2003-11-20
1
-0
/
+2
*
Initial landing of SMP support for FreeBSD/amd64.
peter
2003-11-17
1
-1
/
+1
*
Localized the cy driver's locking.
bde
2003-11-16
1
-3
/
+0
*
Add an implementation of turnstiles and change the sleep mutex code to use
jhb
2003-11-11
1
-3
/
+3
*
Update spin lock order list for new i386 interrupt and SMP code.
jhb
2003-11-03
1
-3
/
+2
*
Change all SYSCTLS which are readonly and have a related TUNABLE
silby
2003-10-21
1
-1
/
+1
*
add fast swi taskqueue spinlock to the order_list so witness doesn't complain
sam
2003-09-06
1
-0
/
+1
*
Insert cosmetic spaces.
jhb
2003-08-04
1
-2
/
+2
*
Add a new function to look for a spinlock's instance when it is held by
jhb
2003-07-31
1
-0
/
+21
*
unifdef -DLAZY_SWITCH and start to tidy up the associated glue.
peter
2003-07-10
1
-4
/
+1
*
Use __FBSDID().
obrien
2003-06-11
1
-1
/
+3
*
Remove return after panic.
phk
2003-05-31
1
-1
/
+0
*
Add __amd64__ to the ifdefs that introduce the "pcicfg" spinlock to
peter
2003-05-31
1
-1
/
+1
*
Move the _oncpu entry from the KSE to the thread.
julian
2003-04-10
1
-1
/
+1
*
o In struct prison, add an allprison linked list of prisons (protected
mike
2003-04-09
1
-0
/
+1
*
Commit a partial lazy thread switch mechanism for i386. it isn't as lazy
peter
2003-04-02
1
-0
/
+6
*
- Remove witness_dead and just use witness_watch instead. If witness_watch
jhb
2003-03-24
1
-21
/
+51
*
Trim an extra blank line that snuck into the last commit.
jhb
2003-03-11
1
-1
/
+0
*
- Change witness_displaydescendants() to accept the indentation level as
jhb
2003-03-11
1
-21
/
+25
*
- Split the itismychild() function into two functions: insertchild()
jhb
2003-03-11
1
-42
/
+144
*
Trim useless "../" leading strings from filenames passed into witness.
jhb
2003-03-11
1
-0
/
+18
*
Adjust style of #ifdef's and #endif's to be more consistent and in line
jhb
2003-03-11
1
-7
/
+7
*
Do the lock order check skip for the LOP_TRYLOCK case after the check for
jhb
2003-03-11
1
-8
/
+8
*
Now that we have WITNESS_WARN(), we only call witness_list() from the
jhb
2003-03-10
1
-41
/
+29
*
Oops, fix the double faults people were seeing with the recent changes to
jhb
2003-03-06
1
-1
/
+1
*
Bah, fix a bogon in the last commit: get the sense of a compare test right
jhb
2003-03-04
1
-1
/
+1
*
A small overhaul of witness:
jhb
2003-03-04
1
-56
/
+112
*
Initiate de-orbit burn for USE_PCI_BIOS_FOR_READ_WRITE. This has been
peter
2003-02-18
1
-0
/
+3
[next]