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
*
Catch up with the removal of the vm page buckets spin mutex.
alc
2002-11-02
1
-1
/
+0
*
#unifdef the code for checking blessed lock collisions until we need it.
phk
2002-10-20
1
-0
/
+13
*
Register the machine check private state spinlock on ia64.
peter
2002-10-12
1
-0
/
+3
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
1
-1
/
+1
*
- Tell witness about ALQ's spin lock.
jeff
2002-09-22
1
-0
/
+1
*
Make this driver work a whole lot better.
jake
2002-09-08
1
-0
/
+1
*
Add WITNESS_FILE() and WITNESS_LINE(), which allow users of witness
iedowse
2002-08-26
1
-0
/
+22
*
Silence compiler warnings when DDB is not defined.
mp
2002-07-15
1
-3
/
+7
*
Revive backed out pmap related changes from Feb 2002. The highlights are:
peter
2002-07-12
1
-0
/
+3
*
o Resurrect vm_page_lock_queues(), vm_page_unlock_queues(), and the free
alc
2002-07-04
1
-0
/
+1
*
Part 1 of KSE-III
julian
2002-06-29
1
-0
/
+1
*
Change the all locks list from a STAILQ to a TAILQ. This bloats struct
jhb
2002-06-06
1
-6
/
+6
*
Handle "dead" witnesses better in the situation of several short term locks
jhb
2002-06-06
1
-13
/
+11
*
In witness_unlock(), when updating a lock list entry bucket, decrement the
jhb
2002-05-20
1
-2
/
+2
*
- Allow witness_sleep() to be called when witness hasn't been initialized
jhb
2002-05-20
1
-16
/
+8
*
Make funsetown() take a 'struct sigio **' so that the locking can
alfred
2002-05-06
1
-0
/
+1
*
o Convert the vm_page buckets mutex to a spin lock. (This resolves
alc
2002-04-30
1
-0
/
+1
*
Whitespace bogon.
jhb
2002-04-27
1
-1
/
+1
*
Insert a semi-colon between label 'skip:' and the closing brace
marcel
2002-04-27
1
-0
/
+1
*
Add the mutex profiling lock to the witness list. This hopefully unbreaks
des
2002-04-25
1
-0
/
+1
*
- Merge the pgrpsess_lock and proctree_lock sx locks into one proctree_lock
jhb
2002-04-16
1
-1
/
+0
*
Display the recursion count in the lock_instance in the show locks
jhb
2002-04-10
1
-1
/
+2
*
Cosmetic fixup in output of lock types in show locks output.
jhb
2002-04-10
1
-1
/
+1
*
Add a new char * pointer lo_type to struct lock_object that is used to
jhb
2002-04-04
1
-19
/
+28
*
Enforce an implicit lock order of sleepable locks before non-sleepable
jhb
2002-04-02
1
-1
/
+12
*
Explicitly document how we implicitly enforce the lock order of sleep
jhb
2002-04-02
1
-0
/
+5
*
Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locks
jeff
2002-03-27
1
-19
/
+1
*
Remove last two abuses of cpu_critical_{enter,exit} in the MI code.
imp
2002-03-21
1
-3
/
+3
*
- Use a MI critical section in witness_sleep() and witness_list() as they
jhb
2002-03-08
1
-6
/
+9
*
Back out all the pmap related stuff I've touched over the last few days.
peter
2002-02-27
1
-3
/
+0
*
Work-in-progress commit syncing up pmap cleanups that I have been working
peter
2002-02-25
1
-0
/
+3
*
Lock struct pgrp, session and sigio.
tanimura
2002-02-23
1
-0
/
+4
*
Pre-KSE/M3 commit.
julian
2002-02-07
1
-2
/
+4
*
Fixes for alpha pmap on SMP machines:
jhb
2002-02-06
1
-0
/
+1
*
Change the preemption code for software interrupt thread schedules and
jhb
2002-01-05
1
-14
/
+2
*
Remove brain damaged code in witness_lock(). We could have easily
jhb
2002-01-05
1
-16
/
+3
*
Introduce a standard name for the lock protecting an interrupt controller
jhb
2001-12-20
1
-3
/
+1
*
Modify the critical section API as follows:
jhb
2001-12-18
1
-7
/
+6
*
Repeat after me -- "Use of ANSI string concatenation can be bad."
obrien
2001-12-10
1
-13
/
+13
*
Add a couple of returns to making recovering from a failed witness_assert()
jhb
2001-11-15
1
-2
/
+6
*
Replace 'curproc' with 'td->td_proc'.
jhb
2001-10-08
1
-7
/
+8
*
Move the ap boot spin lock earlier in the lock order before the sio(4)
jhb
2001-10-01
1
-2
/
+4
*
Remove unneeded proc variables and fix comments.
jhb
2001-09-21
1
-11
/
+6
*
KSE Milestone 2
julian
2001-09-12
1
-25
/
+34
*
Style nits:
jhb
2001-08-24
1
-35
/
+11
*
Add witness_upgrade() and witness_downgrade() for handling upgrades and
jhb
2001-08-23
1
-0
/
+71
*
Convert some KASSERT()'s into if (foo) panic() because they are testing
jhb
2001-08-23
1
-10
/
+12
*
Make witness compile w/o DDB.
jhb
2001-08-10
1
-1
/
+7
*
- Fix panicstr checks to explicitly check against NULL.
jhb
2001-07-31
1
-8
/
+8
*
Add a missing ~ so that the LO_INITIALIZED flag actually gets turned off
jhb
2001-07-20
1
-1
/
+1
[next]