[go: up one dir, main page]

Activity for htop - Rivoreo Fork

  • WHR WHR committed [857940] on Code

    Fix missing new line for 'update_process_names_on_ctrl_l=' when writing configuration file

  • WHR WHR committed [9a86f3] on Code

    Correct memory usage classification for Darwin

  • WHR WHR committed [010551] on Code

    Make whether to sort environment variables in process environment screen configurable

  • WHR WHR committed [916734] on Code

    Keep following the process after changing priority for a single selected process

  • WHR WHR committed [fd9153] on Code

    Keep following the process after changing priority for a single selected process

  • WHR WHR committed [87c78e] on Code

    Update README for recent improvements

  • WHR WHR committed [036a2b] on Code

    Set default nice value to LONG_MAX, so any process with unknown nice value will have '?' printed for the 'NICE' column

  • WHR WHR committed [7f749b] on Code

    Disable gcc(1) warning 'missing-field-initializers'

  • WHR WHR committed [e0d4a6] on Code

    Use prototype for function pointer type 'Htop_Action'

  • WHR WHR committed [dcad50] on Code

    Disable gcc(1) warning 'missing-field-initializers'

  • WHR WHR committed [95399a] on Code

    Use prototype for function pointer type 'Htop_Reaction'

  • WHR WHR committed [77c6e7] on Code

    add compile_commands.json generation support

  • WHR WHR committed [ee73b5] on Code

    Rename functions 'Process_humanNumber' and 'Process_outputRate' to precisely describe that they should be used only for byte values

  • WHR WHR committed [c8bdd6] on Code

    Add 'READ_BLOCKS', 'WRITE_BLOCKS', 'READ_BLOCK_RATE', 'WRITE_BLOCK_RATE' and 'IO_RATE' columns for kFreeBSD process listing

  • WHR WHR committed [10aa8e] on Code

    Correct some sysctl(3) output buffer reallocation logics

  • WHR WHR committed [fc3309] on Code

    Support sorting with 'CMINFLT' or 'CMAJFLT' column for Linux procfs process listing

  • WHR WHR committed [de59ab] on Code

    Implement 'MINFLT' and 'MAJFLT' columns, and add 'CMINFLT' and 'CMAJFLT' columns for kFreeBSD process listing

  • WHR WHR committed [d1ecb1] on Code

    Implement 'MINFLT' and 'MAJFLT' columns, and add 'CMINFLT' and 'CMAJFLT' columns for kFreeBSD process listing

  • WHR WHR committed [9359f4] on Code

    Implement 'MINFLT' and 'MAJFLT' columns, and add 'CMINFLT' and 'CMAJFLT' columns for kFreeBSD process listing

  • WHR WHR committed [43b1c9] on Code

    Pass true buffer size to sysctl(3)

  • WHR WHR committed [4b0a38] on Code

    Omit 'JID' and 'JAIL' columns if kFreeBSD 'struct kinfo_proc' doesn't have 'ki_jid' member

  • WHR WHR committed [925a7c] on Code

    Print appropriate nice values of processes on GNU/Hurd

  • WHR WHR committed [02d5cd] on Code

    Add 'FIB' column for kFreeBSD process listing

  • WHR WHR committed [6f821d] on Code

    Fix missing inclusion of 'limits.h' for 'LONG_MAX' and LONG_MIN'

  • WHR WHR committed [dbfa52] on Code

    Remove process TGID column for platforms that don't present threads as processes

  • WHR WHR committed [585ac3] on Code

    Print '-' as nice value for processes with 'PRI_ITHD' priority class on kFreeBSD-based platforms

  • WHR WHR committed [b1fe4c] on Code

    Use option '-f' for mv(1) in autogen.sh

  • WHR WHR committed [a1ae1a] on Code

    Support getting swap space utilization on kFreeBSD-based platforms without kvm(3)

  • WHR WHR committed [eb1c3c] on Code

    Support getting swap space utilization on kFreeBSD-based platforms without kvm(3)

  • WHR WHR committed [aa7e8b] on Code

    Support getting swap space utilization on kFreeBSD-based platforms without kvm(3)

  • WHR WHR committed [46f63f] on Code

    Support getting swap space utilization on kFreeBSD-based platforms without kvm(3)

  • WHR WHR committed [92470a] on Code

    Rename variable 'CRT_page_size_kib' to 'CRT_page_size_kibibyte'

  • WHR WHR committed [0f492e] on Code

    Reformat code in function 'Platform_updateMemoryValues'

  • WHR WHR committed [96797d] on Code

    Print diagnostic messages on SIGABRT

  • WHR WHR committed [2e725d] on Code

    Print diagnostic messages on SIGABRT

  • WHR WHR committed [5d6c49] on Code

    Don't call function 'xFail' for failed buffer size checking in 'xSnprintf'

  • WHR WHR committed [81c910] on Code

    Remove platform-specific member 'buffersMem' from class 'ProcessList'

  • WHR WHR committed [614e2b] on Code

    Cleanup unused codes

  • WHR WHR committed [6ebb10] on Code

    Apply a similar fix as the previous commit for DragonFly BSD

  • WHR WHR committed [c0a729] on Code

    Fix multiple issues related to memory usage classification for kFreeBSD-based platforms

  • WHR WHR committed [8d3530] on Code

    Fix typos

  • WHR WHR committed [de6bd5] on Code

    Don't allow other column to be moved to end above the immutable 'Command' column in ColumnsPanel

  • WHR WHR committed [5a64b3] on Code

    Unfollow process entry that's being removed

  • WHR WHR committed [c421e3] on Code

    Make meter attributes arrays static

  • WHR WHR committed [a2d64b] on Code

    Correct bar color for guest CPU time in CPUMeter

  • WHR WHR committed [0ec559] on Code

    Fix member function 'onMouseSelect' missing from 'Panel' base instances

  • WHR WHR committed [2c2394] on Code

    Style adjustments for function 'Platform_getLoadAverage' of OpenBSD-specific code

  • WHR WHR committed [50d757] on Code

    Add 'short_caption' to class 'Meter' for Bar mode and Graph mode meter displaying

  • WHR WHR committed [032343] on Code

    Fix typo in comment

  • WHR WHR committed [1b4ec2] on Code

    Handle potential errors from gethostname(3)

  • WHR WHR committed [1f7611] on Code

    Remove unused function 'Header_readMeterName'

  • WHR WHR committed [9dfb85] on Code

    Fix Linux version checking code incorrectly compares the version against '2.27.' instead of '2.6.27'

  • WHR WHR committed [f19cf9] on Code

    Fix Linux version checking incorrectly compares the version against '2.27.*' instead of '2.6.27*'

  • WHR WHR committed [e07f0b] on Code

    Set the previous item in ColumnsPanel as no longer moving when another item is being selected by mouse clicking

  • WHR WHR committed [229038] on Code

    Set the previous item in ColumnsPanel is no longer moving when another item is being selected by mouse clicking

  • WHR WHR committed [b41a41] on Code

    Fix possible null pointer dereferencing

  • WHR WHR committed [6c5e53] on Code

    Use term 'kernel process' in man page

  • WHR WHR committed [b0287c] on Code

    Make a local pointer read-only in Solaris-specific code

  • WHR WHR committed [0a1323] on Code

    Adjust comment in hurd/Platform.c

  • WHR WHR committed [6bc94e] on Code

    Fix a syntax error in solaris/Platform.c

  • WHR WHR committed [e36bc7] on Code

    Workaround for missing C99 isnan(3) implementation in some early Solaris releases

  • WHR WHR committed [02d7ae] on Code

    Workaround for NetBSD providing nonsense values in /proc/meminfo

  • WHR WHR committed [0ab04b] on Code

    Workaround for NetBSD providing nonsense values in /proc/meminfo

  • WHR WHR committed [1b8b1b] on Code

    Fix memory leak in UsersMeter

  • WHR WHR committed [58449a] on Code

    Add dedicated color elements for UsersMeter

  • WHR WHR committed [7b3055] on Code

    Reload GEOM tree every 60 second in disk statistics mode for kFreeBSD-based platforms

  • WHR WHR committed [c114b6] on Code

    Document format of color scheme definition file

  • WHR WHR committed [72e9b1] on Code

    Document format of color scheme definition file

  • WHR WHR committed [ae876e] on Code

    Add member function 'getMaximum' to class 'Meter' for easier dynamic scaling

  • WHR WHR committed [905404] on Code

    Add make(1) target for 'dump-builtin-color-scheme'

  • WHR WHR committed [cfef2f] on Code

    Make scripts/MakeHeader.sh available under any version of the GNU GPL as for other files

  • WHR WHR committed [46793b] on Code

    Add UsersMeter

  • WHR WHR committed [059a85] on Code

    Add UsersMeter

  • WHR WHR committed [f728e9] on Code

    Add UsersMeter

  • WHR WHR committed [e101b7] on Code

    Change the preferred directory for storing custom color schemes

  • WHR WHR committed [a849cf] on Code

    Change the preferred directory for storing custom color schemes

  • WHR WHR committed [e9c7da] on Code

    Remove a redundant semicolon from dump-builtin-color-scheme.c

  • WHR WHR committed [f82d55] on Code

    Correct bar display for meters with overlapped values

  • WHR WHR committed [4ed12c] on Code

    Update version number

  • WHR WHR committed [da54c7] on Code

    Don't show 'set I/O priority' in help screen for non-Linux-based platforms

  • WHR WHR committed [993f69] on Code

    Skip thread-related settings if platform didn't present threads as processes

  • WHR WHR committed [f6e751] on Code

    Correct unsigned integers comparsion in function 'sortTtyDrivers'

  • WHR WHR committed [d41ff4] on Code

    Preserve unsupported options when loading and saving configuration file

  • WHR WHR committed [a27e88] on Code

    Optimize Linux procfs 'meminfo' parsing code

  • WHR WHR committed [3ae0f8] on Code

    Add a separated display option to control whether to show numbers of kernel processes and threads

  • WHR WHR committed [c1ce17] on Code

    Add a separated display option to control whether to show numbers of kernel processes and threads

  • WHR WHR committed [2f522b] on Code

    Add a separated display option to control whether to show numbers of kernel processes and threads

  • WHR WHR committed [86d942] on Code

    Support optionally one-time process strings update on CTRL-L

  • WHR WHR committed [6b69f1] on Code

    Fix integer overflows when getting memory sizes with sysconf(3) on Solaris

  • WHR WHR committed [97b739] on Code

    Abstract 'settings->updateProcessNames' away from platform-specific code; implement updating process names for Darwin and Solaris

  • WHR WHR committed [85f45e] on Code

    Fix generating header failed due to a non-zero status from [(1)

  • WHR WHR committed [031d7e] on Code

    Fix reading memory values from big-endian Solaris kernel with 32-bit ABI; implement getting cache size on Solaris

  • WHR WHR committed [ca33f0] on Code

    rm(1) any symbolic link before regenerating header for safety

  • WHR WHR committed [ce4c15] on Code

    Fix KStat.c misused KSTAT_COUNT as KSTAT_DATA_COUNT somewhere

  • WHR WHR committed [dffee5] on Code

    Fix a null pointer dereference caused by kstat cpu:*:sys:cpu_nsec_intr unavailable in some old Solaris kernels

  • htop - Rivoreo Fork htop - Rivoreo Fork updated /htop-2.3.1-src.tar.bz2

  • WHR WHR committed [10cf5a] on Code

    Update ChangeLog for version 2.3.1

  • WHR WHR committed [2108c5] on Code

    Fix generating broken configure script without pkg.m4

  • WHR WHR committed [24d3a6] on Code

    Update ChangeLog for version 2.3.1

  • htop - Rivoreo Fork htop - Rivoreo Fork released /htop-2.3.1-src.tar.bz2

1 >