| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - Split the struct kse into struct upcall and struct kse. struct kse will | jeff | 2003-02-17 | 1 | -1/+1 |
* | Add a 'debug.witness_trace' sysctl (and tunable) when DDB is present. | peter | 2003-02-13 | 1 | -2/+16 |
* | Reversion of commit by Davidxu plus fixes since applied. | julian | 2003-02-01 | 1 | -1/+1 |
* | Move UPCALL related data structure out of kse, introduce a new | davidxu | 2003-01-26 | 1 | -1/+1 |
* | Oops, add zstty to the witness order list. | jake | 2003-01-09 | 1 | -0/+1 |
* | - Add a spin lock to single thread cache invalidation and tlb flush ipis, | jake | 2002-12-22 | 1 | -0/+3 |
* | Enforce correct ordering of the filedesc structure and pipe mutex, because | kris | 2002-12-22 | 1 | -0/+2 |
* | Correct an assertion in the code to traverse the list of locks to find an | jhb | 2002-11-11 | 1 | -1/+1 |
* | 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 |