| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove slightly oddly placed suser() call from the KTR/ALQ setup sysctl: | rwatson | 2006-09-09 | 1 | -3/+0 |
* | Simplify the pager support in DDB. Allowing different db commands to | jhb | 2006-07-12 | 1 | -10/+7 |
* | Whitespace. | jhb | 2006-01-27 | 1 | -3/+3 |
* | Add a new sysctl, debug.ktr.clear. If you write a non-zero value to this | jhb | 2006-01-27 | 1 | -0/+20 |
* | Axe KTR_ALQ_MASK now that KTR_WITNESS is off unless you hack an #ifdef | jhb | 2006-01-25 | 1 | -1/+0 |
* | - Add curthread to the state that ktr is saving. The extra information is | jeff | 2005-06-10 | 1 | -3/+6 |
* | Modify the alq(9) alq_open() API to accept a file creation mode, rather | rwatson | 2005-04-16 | 1 | -2/+2 |
* | - Change the ddb paging "support" to use a variable (db_lines_per_page) to | jhb | 2004-11-01 | 1 | -1/+1 |
* | Remove unused macro. | jhb | 2004-09-20 | 1 | -2/+0 |
* | Export KTR_COMPILE as a sysctl so you can easily check from user space | rwatson | 2004-07-23 | 1 | -0/+3 |
* | Update the license on this file to be a bit more sane. | jhb | 2003-09-10 | 1 | -13/+13 |
* | Both 'c' an 'lines' are unused, the bogus init of lines was accidentally | jhb | 2003-08-02 | 1 | -2/+1 |
* | Fix kernel build -- 'c' was the unused var, not 'lines'. | obrien | 2003-08-01 | 1 | -1/+1 |
* | Update the 'ps', 'show pci', and 'show ktr' ddb commands to use the new | jhb | 2003-07-31 | 1 | -23/+11 |
* | Add an explicit credential argument to alq_open() to allow the caller to | rwatson | 2003-06-22 | 1 | -2/+3 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | - Add a td_pflags field to struct thread for private flags accessed only by | jhb | 2003-06-09 | 1 | -3/+3 |
* | Move the flag that indicates an idle thread from the KSE to the thread. | julian | 2003-05-02 | 1 | -1/+1 |
* | Trim leading "../" sequences from filenames. | jhb | 2003-03-11 | 1 | -0/+3 |
* | Add a /a modifier to the show ktr ddb command, which prints the whole trace | jake | 2003-02-22 | 1 | -1/+7 |
* | - Export the alq daemon thread pointer. | jeff | 2002-09-26 | 1 | -1/+2 |
* | - Add support for logging KTR via ALQ. This is optional and enabled by the | jeff | 2002-09-22 | 1 | -3/+92 |
* | Remove a stale comment. | jake | 2002-04-06 | 1 | -4/+0 |
* | Include machine/ktr.h for sparc64 so we pick up KTR_CPU. | jake | 2002-04-06 | 1 | -0/+3 |
* | ktr changes to improve performance and make writing a userland utility to | jake | 2002-04-01 | 1 | -70/+47 |
* | Read KTR_CPU into a temporary variable so that we use a consistent value | jhb | 2002-03-08 | 1 | -7/+4 |
* | Print parm6 too in the !KTR_EXTEND case. | jake | 2002-01-01 | 1 | -1/+1 |
* | Modify the critical section API as follows: | jhb | 2001-12-18 | 1 | -3/+3 |
* | Use a per-thread variable for keeping state when a thread is processing | jhb | 2001-12-13 | 1 | -10/+8 |
* | Overhaul the per-CPU support a bit: | jhb | 2001-12-11 | 1 | -1/+1 |
* | Missed an assignment of arg6 in previous commit. | obrien | 2001-12-10 | 1 | -0/+1 |
* | Adjust for the addition of CTR6. | obrien | 2001-12-10 | 1 | -1/+1 |
* | - Replace the unused KTR_IDLELOOP trace class with a new KTR_WITNESS trace | jhb | 2001-06-25 | 1 | -14/+17 |
* | With this commit, I hereby pronounce gensetdefs past its use-by date. | peter | 2001-06-13 | 1 | -1/+0 |
* | "Fix" the previous initial attempt at fixing TUNABLE_INT(). This time | peter | 2001-06-08 | 1 | -3/+3 |
* | Back out part of my previous commit. This was a last minute change | peter | 2001-06-07 | 1 | -3/+3 |
* | Make the TUNABLE_*() macros look and behave more consistantly like the | peter | 2001-06-06 | 1 | -6/+6 |
* | Switch from save/disable/restore_intr() to critical_enter/exit(). | jhb | 2001-03-28 | 1 | -4/+4 |
* | - In the KTR_EXTEND case, use a const char * to point to the passed in | jhb | 2001-02-20 | 1 | -5/+5 |
* | - Abolish the 'show ktr_first' and 'show ktr_next' commands. | jhb | 2001-02-20 | 1 | -40/+38 |
* | Work around some sizeof(long) != sizeof(int) bogons. | jhb | 2001-02-09 | 1 | -1/+1 |
* | Change the ktr ddb commands to be show commands. The commands are now as | jhb | 2001-02-09 | 1 | -4/+4 |
* | Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables | jake | 2001-01-10 | 1 | -1/+1 |
* | - Move all of the KTR sysctl's under a new debug.ktr mib. | jhb | 2001-01-06 | 1 | -17/+26 |
* | Partially revert revision 1.7: Only use getnanotime instead of | grog | 2000-12-29 | 1 | -1/+9 |
* | Add in MI implementations of the KTR trace buffer ddb commands. The | jhb | 2000-12-15 | 1 | -0/+97 |
* | - Don't bother taking a trace message if we have panic'd since doing so | jhb | 2000-12-12 | 1 | -1/+3 |
* | Ahem, fix the disclaimer portion of the copyright so it disclaim's the | jhb | 2000-11-21 | 1 | -2/+2 |
* | Make ktr_verbose a bit more useful: | jhb | 2000-11-15 | 1 | -0/+5 |
* | Don't overwrite the filename for KTR_EXTEND with "../../kern/kern_ktr.c". | jhb | 2000-11-10 | 1 | -1/+0 |