| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvs | cvs2svn | 2005-11-03 | 1 | -1/+1 |
| * | MF6: Don't panic if a spin lock is initialized that isn't in our static | John Baldwin | 2005-10-25 | 1 | -7/+16 |
| * | MFC: Add the spin lock used by the binary nvidia-driver to the static lock | John Baldwin | 2005-09-29 | 1 | -0/+1 |
| * | MFC: Various small cleanups. No functional change. | John Baldwin | 2005-09-21 | 1 | -5/+14 |
| * | Merge subr_witness.c:1.196, igmp.c:1.49, in.c:1.86, in_var.h:1.55, | Robert Watson | 2005-08-24 | 1 | -0/+7 |
| * | After some input from bde@ and rereading the datasheet use a MTX_SPIN | Marius Strobl | 2005-06-04 | 1 | -0/+1 |
| * | - Define the real lock order with cdev and a few vm/vfs related locks. This | Jeff Roberson | 2005-04-22 | 1 | -1/+3 |
| * | - Check LO_DUPOK as well as LOP_DUPOK when determining whether we should | Jeff Roberson | 2005-04-22 | 1 | -1/+2 |
| * | The latest release of the FreeBSD driver (twa) for | Vinod Kashyap | 2005-04-12 | 1 | -0/+5 |
| * | CDEV lock should be before 'system map' lock. | Pawel Jakub Dawidek | 2005-04-09 | 1 | -0/+6 |
| * | Add a missing terminator. | Pawel Jakub Dawidek | 2005-04-09 | 1 | -0/+1 |
| * | Document, via WITNESS, that the NFS server mutex falls ahead of the socket | Robert Watson | 2005-03-09 | 1 | -0/+5 |
| * | When you call MiniportInitialize() for an 802.11 driver, it will | Bill Paul | 2005-03-07 | 1 | -0/+1 |
| * | When DDB is not defined, don't implement witness_thread_has_locks() and | Robert Watson | 2005-01-22 | 1 | -0/+2 |
| * | - Up the WITNESS_COUNT macro from 200 to 1024 to support the growing number | John Baldwin | 2004-12-28 | 1 | -2/+1 |
| * | Attempt to slightly refine the print out from "show alllocks" -- list | Robert Watson | 2004-12-27 | 1 | -2/+2 |
| * | Add "show alllocks" command to DDB, which dumps a list of processes | Robert Watson | 2004-12-26 | 1 | -0/+42 |
| * | clean up some tunables that should of been removed a while ago... | John-Mark Gurney | 2004-11-09 | 1 | -4/+0 |
| * | Add entropy harvest mutex to hard-coded spin lock witness lock order, | Robert Watson | 2004-10-11 | 1 | -2/+1 |
| * | Don't "implicitly order all sleep locks before spin locks" in witness | Brian Feldman | 2004-10-09 | 1 | -1/+1 |
| * | Hard code witness lock order for BPF locks. | Robert Watson | 2004-09-09 | 1 | -0/+7 |
| * | make witness it's own sysctl branch instead of using _ to do this. I have | John-Mark Gurney | 2004-09-06 | 1 | -5/+10 |
| * | Remove a potential deadlock on i386 SMP by changing the lazypmap ipi and | John Baldwin | 2004-08-04 | 1 | -1/+0 |
| * | Add netatalk mutexes to hard-coded WITNESS lock order. | Robert Watson | 2004-07-25 | 1 | -0/+6 |
| * | Update for the KDB framework: | Marcel Moolenaar | 2004-07-10 | 1 | -21/+22 |
| * | Check the lock lists to see if they are empty directly rather than | John Baldwin | 2004-07-09 | 1 | -9/+21 |
| * | Introduce socket and UNIX domain socket locks into hard-coded lock | Robert Watson | 2004-06-13 | 1 | -1/+8 |
| * | - Comment out NULL, NULL barrier for Unix domain sockets section as the | John Baldwin | 2004-06-03 | 1 | -1/+2 |
| * | Expand the hard-coded WITNESS lock order to include the following | Robert Watson | 2004-06-02 | 1 | -0/+35 |
| * | Emit a traceback when witness_trace is set and witness_warn() is | Alfred Perlstein | 2004-03-23 | 1 | -0/+2 |
| * | Add an implementation of a generic sleep queue abstraction that is used | John Baldwin | 2004-02-27 | 1 | -0/+1 |
| * | Remove a bogus assertion. | John Baldwin | 2004-02-03 | 1 | -1/+0 |
| * | - Assert that witness_cold is not true in enroll(). | John Baldwin | 2004-02-02 | 1 | -1/+2 |
| * | Rework witness_lock() to make it slightly more useful and flexible. | John Baldwin | 2004-01-28 | 1 | -108/+180 |
| * | Register the uart(4)'s spin lock with witness(4). | Ruslan Ermilov | 2004-01-25 | 1 | -0/+1 |
| * | Fix a major faux pas of mine. I was causing 2 very bad things to | Mark Murray | 2003-11-20 | 1 | -0/+2 |
| * | Initial landing of SMP support for FreeBSD/amd64. | Peter Wemm | 2003-11-17 | 1 | -1/+1 |
| * | Localized the cy driver's locking. | Bruce Evans | 2003-11-16 | 1 | -3/+0 |
| * | Add an implementation of turnstiles and change the sleep mutex code to use | John Baldwin | 2003-11-11 | 1 | -3/+3 |
| * | Update spin lock order list for new i386 interrupt and SMP code. | John Baldwin | 2003-11-03 | 1 | -3/+2 |
| * | Change all SYSCTLS which are readonly and have a related TUNABLE | Mike Silbersack | 2003-10-21 | 1 | -1/+1 |
| * | add fast swi taskqueue spinlock to the order_list so witness doesn't complain | Sam Leffler | 2003-09-06 | 1 | -0/+1 |
| * | Insert cosmetic spaces. | John Baldwin | 2003-08-04 | 1 | -2/+2 |
| * | Add a new function to look for a spinlock's instance when it is held by | John Baldwin | 2003-07-31 | 1 | -0/+21 |
| * | unifdef -DLAZY_SWITCH and start to tidy up the associated glue. | Peter Wemm | 2003-07-10 | 1 | -4/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -1/+3 |
| * | Remove return after panic. | Poul-Henning Kamp | 2003-05-31 | 1 | -1/+0 |
| * | Add __amd64__ to the ifdefs that introduce the "pcicfg" spinlock to | Peter Wemm | 2003-05-31 | 1 | -1/+1 |
| * | Move the _oncpu entry from the KSE to the thread. | Julian Elischer | 2003-04-10 | 1 | -1/+1 |
| * | o In struct prison, add an allprison linked list of prisons (protected | Mike Barcroft | 2003-04-09 | 1 | -0/+1 |