| Commit message (Expand) | Author | Age | Files | Lines |
* | debug.{numvnodes,freevnodes} moved to vfs. | des | 2002-06-06 | 1 | -2/+2 |
* | Replace /kernel with /boot/kernel/kernel. | joe | 2002-05-09 | 1 | -2/+2 |
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -2/+3 |
* | Remove previously unneeded and now incorrect cast of user_from_uid() | dwmalone | 2002-04-13 | 1 | -7/+7 |
* | unifdef __STDC__ | imp | 2002-03-23 | 1 | -16/+1 |
* | remove __P | imp | 2002-03-22 | 7 | -111/+111 |
* | Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3. | markm | 2002-02-08 | 1 | -1/+0 |
* | WARNS=2 fixes with NO_WERROR set, as there are some header issues | markm | 2001-12-12 | 22 | -404/+437 |
* | Remove the 'irq' string from the irqN part of the "interrupts" display. | markm | 2001-12-01 | 1 | -2/+10 |
* | Add #include <net/route.h> in order to get this to compile. | jlemon | 2001-11-22 | 1 | -0/+2 |
* | Compensate for "Compensate for header dethreading" by backing it out. | bde | 2001-10-10 | 1 | -1/+0 |
* | Remove greatly outdated comment that systat(1) takes 2-10% of the CPU time. | sobomax | 2001-10-09 | 1 | -1/+0 |
* | Re-enable mbtypes statistics in the mbuf allocator. I disabled these | bmilekic | 2001-09-30 | 1 | -32/+31 |
* | Convert systat(1) to use the new devstat interface. | ken | 2001-09-06 | 3 | -53/+46 |
* | - Do not handle the per-CPU containers in mbuf code as though the cpuids | bmilekic | 2001-07-26 | 1 | -8/+5 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -8/+8 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | ru | 2001-07-06 | 1 | -3/+3 |
* | Make sure to try hw.ncpu if kern.smp.cpus doesn't exist (i.e. on UP) when | bmilekic | 2001-06-23 | 1 | -1/+2 |
* | Introduce numerous SMP friendly changes to the mbuf allocator. Namely, | bmilekic | 2001-06-22 | 1 | -22/+54 |
* | Replace a use of the hw.nintr sysctl as it has just gone away, cast | tmm | 2001-06-01 | 3 | -6/+11 |
* | Display -tcp w/o load average so that all statistics fits on a 80x25 screen. | ru | 2001-05-31 | 2 | -3/+3 |
* | Show TCP checksum failures with -tcp display. | ru | 2001-05-31 | 1 | -0/+3 |
* | Mark error() as __printflike() and fix a non-exploitable format string | kris | 2001-05-25 | 2 | -2/+2 |
* | Fix the error buffer passed to kvm_openfiles to have a length of | tmm | 2001-05-25 | 1 | -2/+4 |
* | Removed -I${.CURDIR}/.../sys from CFLAGS. | ru | 2001-05-18 | 1 | -1/+0 |
* | Compensate for header dethreading. | markm | 2001-05-01 | 1 | -0/+1 |
* | numdirtybuffers is an int, not a long. | gallatin | 2001-03-29 | 1 | -1/+1 |
* | Get rid of setgid kmem for systat, and while being there, fix some bugs | tmm | 2001-03-23 | 10 | -151/+397 |
* | Don't attempt to parse %c | ache | 2001-03-21 | 1 | -2/+7 |
* | Count and show incoming UDP datagrams with no checksum. | ru | 2001-03-13 | 1 | -18/+20 |
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -2/+8 |
* | Catch up to new proc flags. | jhb | 2001-01-24 | 1 | -1/+1 |
* | My bad, committed the submitted patch rather than the fixed patch. | phk | 2000-12-30 | 1 | -2/+3 |
* | Use macro API to <sys/queue.h> | phk | 2000-12-30 | 1 | -31/+16 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -1/+1 |
* | o Fix up includes which built due to excessive nested including in the | rwatson | 2000-12-17 | 1 | -6/+5 |
* | Change the proc information returned from the kernel so that it | mckusick | 2000-12-12 | 1 | -10/+6 |
* | Correct int/long type mismatch in the proper place this time. freevnodes | gallatin | 2000-12-02 | 1 | -2/+2 |
* | fix another int/long type mismatch. This one was causing pigs to | gallatin | 2000-12-01 | 1 | -1/+1 |
* | fix int/long type mismatches found on alpha | gallatin | 2000-12-01 | 1 | -4/+4 |
* | o Make systat/vmstat.c use sysctl() to retrieve cp_time, bufspace, | rwatson | 2000-11-25 | 1 | -29/+50 |
* | o make systat/pigs.c use syctl() to retrieve cp_time, fscale, and ccpu | rwatson | 2000-11-25 | 1 | -27/+32 |
* | o Make systat/iostat.c use sysctl() to retrieve cp_time instead of | rwatson | 2000-11-25 | 1 | -23/+9 |
* | o Make systat use sysctl() to retrieve hz and stathz, instead of | rwatson | 2000-11-25 | 1 | -19/+14 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -3/+3 |
* | Remove obsolete /dev/drum references | jedgar | 2000-10-29 | 1 | -2/+1 |
* | Remove unneded -ltermcap | ache | 2000-09-16 | 1 | -2/+3 |
* | Quick Fix: swap.c doesn't appear to actually need <sys/conf.h>, so remove | peter | 2000-08-24 | 1 | -1/+0 |
* | Fix systat to use the kern.ipc.mbtypes sysctl instead of referencing a | alfred | 2000-07-15 | 1 | -34/+44 |