| Commit message (Expand) | Author | Age | Files | Lines |
* | Make systat -net aware of compressed time_wait sockets. | Mike Silbersack | 2003-12-24 | 1 | -3/+11 |
* | Copy cur's snap_time to last when refreshing statistics. Fixes problem | Tim J. Robbins | 2003-11-01 | 1 | -0/+2 |
* | Use 'k' as suffix for Kilo | Poul-Henning Kamp | 2003-10-24 | 1 | -1/+1 |
* | When a numeric field overflows its width, try formatting the number in | Poul-Henning Kamp | 2003-10-20 | 2 | -6/+5 |
* | Add ip6 and icmp6 displays to systat. | David Malone | 2003-08-01 | 7 | -1/+632 |
* | Let libdevstat calculate the device-busy % instead of home-rolling. | Poul-Henning Kamp | 2003-04-09 | 1 | -13/+5 |
* | Run a revision of the devstat interface: | Poul-Henning Kamp | 2003-03-15 | 2 | -15/+15 |
* | mdoc(7) police: Scheduled sweep. | Ruslan Ermilov | 2003-02-24 | 1 | -2/+1 |
* | Add #include <sys/resource.h> | Poul-Henning Kamp | 2003-02-16 | 3 | -0/+3 |
* | Remove #include <sys/dkstat.h> | Poul-Henning Kamp | 2003-02-16 | 4 | -4/+0 |
* | Make 'sysctl vm.vmtotal' work properly using updated patch from Hiten. | Matthew Dillon | 2003-01-11 | 1 | -1/+1 |
* | Add "ifstat" display: | Poul-Henning Kamp | 2003-01-04 | 8 | -2/+785 |
* | When we close a display, mark it as not-initialized so that we will | Poul-Henning Kamp | 2003-01-04 | 1 | -0/+1 |
* | Back out rev 1.20; getbsize(3)'s original interface has been restored. | Mike Barcroft | 2002-12-30 | 1 | -3/+1 |
* | english(4) police. | Jens Schweikhardt | 2002-12-27 | 1 | -2/+2 |
* | Adjust for getbsize argument type change. | Mark Murray | 2002-10-23 | 1 | -1/+3 |
* | Remove unneeded function prototypes. | Mark Murray | 2002-10-23 | 1 | -3/+0 |
* | Widen struct sockbuf's sb_timeo member to int from short. With | John Polstra | 2002-07-24 | 1 | -4/+4 |
* | ^Z suspends any and all programs that don't do anything special about | Giorgos Keramidas | 2002-07-15 | 1 | -3/+0 |
* | ^Z doesn't "stop" systat, but it "suspends" it. | Giorgos Keramidas | 2002-07-15 | 1 | -1/+1 |
* | debug.{numvnodes,freevnodes} moved to vfs. | Dag-Erling Smørgrav | 2002-06-06 | 1 | -2/+2 |
* | Replace /kernel with /boot/kernel/kernel. | Josef Karthauser | 2002-05-09 | 1 | -2/+2 |
* | Use `The .Nm utility' | Philippe Charnier | 2002-04-20 | 1 | -2/+3 |
* | Remove previously unneeded and now incorrect cast of user_from_uid() | David Malone | 2002-04-13 | 1 | -7/+7 |
* | unifdef __STDC__ | Warner Losh | 2002-03-23 | 1 | -16/+1 |
* | remove __P | Warner Losh | 2002-03-22 | 7 | -111/+111 |
* | Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3. | Mark Murray | 2002-02-08 | 1 | -1/+0 |
* | WARNS=2 fixes with NO_WERROR set, as there are some header issues | Mark Murray | 2001-12-12 | 22 | -404/+437 |
* | Remove the 'irq' string from the irqN part of the "interrupts" display. | Mark Murray | 2001-12-01 | 1 | -2/+10 |
* | Add #include <net/route.h> in order to get this to compile. | Jonathan Lemon | 2001-11-22 | 1 | -0/+2 |
* | Compensate for "Compensate for header dethreading" by backing it out. | Bruce Evans | 2001-10-10 | 1 | -1/+0 |
* | Remove greatly outdated comment that systat(1) takes 2-10% of the CPU time. | Maxim Sobolev | 2001-10-09 | 1 | -1/+0 |
* | Re-enable mbtypes statistics in the mbuf allocator. I disabled these | Bosko Milekic | 2001-09-30 | 1 | -32/+31 |
* | Convert systat(1) to use the new devstat interface. | Kenneth D. Merry | 2001-09-06 | 3 | -53/+46 |
* | - Do not handle the per-CPU containers in mbuf code as though the cpuids | Bosko Milekic | 2001-07-26 | 1 | -8/+5 |
* | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 1 | -8/+8 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | Ruslan Ermilov | 2001-07-10 | 1 | -1/+1 |
* | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | Ruslan Ermilov | 2001-07-06 | 1 | -3/+3 |
* | Make sure to try hw.ncpu if kern.smp.cpus doesn't exist (i.e. on UP) when | Bosko Milekic | 2001-06-23 | 1 | -1/+2 |
* | Introduce numerous SMP friendly changes to the mbuf allocator. Namely, | Bosko Milekic | 2001-06-22 | 1 | -22/+54 |
* | Replace a use of the hw.nintr sysctl as it has just gone away, cast | Thomas Moestl | 2001-06-01 | 3 | -6/+11 |
* | Display -tcp w/o load average so that all statistics fits on a 80x25 screen. | Ruslan Ermilov | 2001-05-31 | 2 | -3/+3 |
* | Show TCP checksum failures with -tcp display. | Ruslan Ermilov | 2001-05-31 | 1 | -0/+3 |
* | Mark error() as __printflike() and fix a non-exploitable format string | Kris Kennaway | 2001-05-25 | 2 | -2/+2 |
* | Fix the error buffer passed to kvm_openfiles to have a length of | Thomas Moestl | 2001-05-25 | 1 | -2/+4 |
* | Removed -I${.CURDIR}/.../sys from CFLAGS. | Ruslan Ermilov | 2001-05-18 | 1 | -1/+0 |
* | Compensate for header dethreading. | Mark Murray | 2001-05-01 | 1 | -0/+1 |
* | numdirtybuffers is an int, not a long. | Andrew Gallatin | 2001-03-29 | 1 | -1/+1 |
* | Get rid of setgid kmem for systat, and while being there, fix some bugs | Thomas Moestl | 2001-03-23 | 10 | -151/+397 |
* | Don't attempt to parse %c | Andrey A. Chernov | 2001-03-21 | 1 | -2/+7 |