aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/systat
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* systat: fix build with newer ncursesBaptiste Daroussin2024-06-202-2/+2
* inpcb: fully retire inp_ppcb pointerGleb Smirnoff2024-03-291-15/+13
* systat(1): Plug memory leakHiroki Sato2024-02-081-1/+2
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-275-7/+0
* sccs: Manual changesWarner Losh2023-11-271-9/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-2720-55/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-165-10/+0
* Remove $FreeBSD$: two-line .c patternWarner Losh2023-08-1616-48/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-166-12/+0
* systat: Remove obsolete copyright stringWarner Losh2023-08-161-6/+0
* systat: Chase 70ea484e3ec5, removing vdev_cacheCy Schubert2023-06-271-9/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-124-4/+4
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-3/+4
* tcp: retire TCPDEBUGGleb Smirnoff2022-12-141-1/+0
* tcp: embed inpcb into tcpcbGleb Smirnoff2022-12-071-0/+1
* systat: Fix a bunch of use after frees in fetch_ifstat().John Baldwin2022-11-221-1/+1
* systat: remove INP_TIMEWAITGleb Smirnoff2022-10-071-11/+3
* Tcp progress timeoutRandall Stewart2022-09-271-4/+5
* systat.1: Fix listsMateusz Piotrowski2022-04-011-7/+11
* Report I/O stats from the CAM_IOSCHED_DYNAMIC extensionWarner Losh2022-02-286-1/+594
* systat: Eliminate write-only unit variableWarner Losh2022-02-071-2/+1
* systat/iostat: Use bools for numbers and kbptWarner Losh2022-02-071-4/+5
* systat: Display seconds in vmstat modePeter Jeremy2022-01-291-1/+1
* systat -vm: Humanize output for ease of reading.Kirk McKusick2022-01-021-37/+37
* systat: clean up code assuming network classesMike Karels2021-11-091-17/+5
* systat: fix stack overflow when running -iostatMateusz Guzik2021-11-011-4/+4
* systat: mostly clean up warnsMateusz Guzik2021-11-019-85/+65
* Augment systat(1) -swap to display large swap space processesKonstantin Belousov2021-10-266-36/+361
* ncurses: chase dependency changes in the source treeBaptiste Daroussin2021-10-041-1/+1
* Clean up copyright messages.Kirk McKusick2021-05-112-10/+8
* systat: Handle SIGWINCH to properly window resizing and adjustMichael Reifenberger2021-04-214-10/+22
* systat: Avoid incorrect reallocation in pigs.cMichael Reifenberger2021-04-211-10/+7
* Improve size readability.Michael Reifenberger2021-02-153-89/+49
* systat.1: Fix synopsisMateusz Piotrowski2021-02-101-1/+1
* systat.1: Remove Tn macrosMateusz Piotrowski2021-02-101-41/+14
* Adjust to display more than 999 sleeping threadsStefan Eßer2020-12-271-5/+5
* Statistics are for threads, not processesStefan Eßer2020-12-271-1/+1
* Improve number reading by rounding up to a next unit earlier for memory display.Michael Reifenberger2020-11-211-12/+12
* Handle device removal and removal+add cases to fix infinity rate.Michael Reifenberger2020-07-113-46/+75
* Introduce sysputpage() to display large page size with human readable format.Michael Reifenberger2020-05-154-28/+71
* Add missing sysput.cMichael Reifenberger2020-05-111-0/+77
* Patch systat -zarc to display cumulative rate and round down large numbers by...Michael Reifenberger2020-05-114-46/+49
* systat: remove redundant definition of kdKyle Evans2020-03-291-2/+0
* Sync with r356645. desiredvnodes is now maxvnodes.Cy Schubert2020-01-131-4/+4
* As of r356642 desiredvnodes is u_long.Cy Schubert2020-01-131-1/+1
* Add stat counter for ipv6 atomic fragmentsTom Jones2019-04-191-19/+21