101 Commits (faabbaa71ec09c0dc8a013f412b38726eec4e899)

Author SHA1 Message Date
Benny Baumann 90f42695d2 FreeBSD: Implement CWD column 5 years ago
Christian Göttsche 4da618030c FreeBSD: add EXE and COMM columns and use merged command line helpers 5 years ago
Benny Baumann a61a2e6d47 Call makeCommandStr on all platforms 5 years ago
Benny Baumann 7224d0e083 Move kernel/userland thread handling to platform-independent implementation 5 years ago
Benny Baumann 94a52cb5c9 Rename cmdlineBasenameOffset to cmdlineBasenameEnd to properly indicate the fields purpose 5 years ago
Benny Baumann b839987df7 Rename basenameOffset to cmdlineBasenameOffset 5 years ago
Benny Baumann 02431c43e1 Rename command line field from comm to cmdline 5 years ago
mayurdahibhate 3f86a011e6 platform-dependent files included relative to main source directory 5 years ago
Christian Göttsche 99cde7edec FreeBSD: silence unsigned integer underflow 5 years ago
Christian Göttsche 9a8221568a Rework TTY column 5 years ago
Alexander Nedotsukov 5afb57b49e FreeBSD: improve actual processor calculation logic 5 years ago
Christian Göttsche a11d01568c Use unsigned types for CPU counts and associated variables 5 years ago
Nathan Scott adaf748ab6 Fix include file ordering of generic headers 5 years ago
Nathan Scott 61ef1134d9 Move generic (shared) code into its own sub-directory 5 years ago
Christian Göttsche fd2a0cf421 FreeBSD: add support for CPU frequency and temperature 5 years ago
Christian Göttsche 04cf590967 FreeBSD: drop minflt and implement majflt 5 years ago
Christian Göttsche 46370231e3 FreeBSD: drop unused idle thread code 5 years ago
Christian Göttsche 8c43856380 FreeBSD: populate processor field 5 years ago
Christian Göttsche 79620d01c0 FreeBSD: drop unused jail_errmsg variable 5 years ago
Christian Göttsche 399add39ca FreeBSD: simplify kernel thread logic 5 years ago
Christian Göttsche 56c4055fd1 FreeBSD: drop unused ProcessList fields 5 years ago
Christian Göttsche fa499fc155 FreeBSD: misc 5 years ago
Christian Göttsche 78b993dbb4 kfreeBSD: include config.h for _GNU_SOURCE (part 2) 5 years ago
Christian Göttsche a5db139a0a Linux: use correct column alignment for wide fields 5 years ago
Christian Göttsche d800d7a3ce Drop usage of formatted error messages from <err.h> 5 years ago
Graham Inggs 28bc087d8a Drop redundant sys/dirent.h include 5 years ago
Nathan Scott 75e9f9a8d9 Cull the definitions of pageSize and pageSizeKB from CRT.c 5 years ago
Nathan Scott f704baeb82 Drop unused global ProcessList memory fields 5 years ago
Benny Baumann ddda739cb2 Simplify code flow by inlining declarations where they are used 5 years ago
Benny Baumann 3cb96f1a36 No need to check for change when no action is required 5 years ago
Christian Göttsche 0f4e3ebc95 Simplify page size related calculations 5 years ago
Christian Göttsche fa002c0ba9 Rename virtual memory column from M_SIZE to M_VIRT 5 years ago
Christian Goettsche f5c3349bdb IWYU update (FreeBSD) 5 years ago
Benny Baumann 45869513bf Embracing branches 5 years ago
Benny Baumann 61e14d4bb2 Spacing around operators 5 years ago
Benny Baumann b23f8235e2 Whitespace and indentation issues 5 years ago
Benny Baumann 374edb9ed5 Spacing after keywords (if) 5 years ago
Christian Göttsche bbf01054bf Add compat wrapper for fstatat 5 years ago
Christian Göttsche 049046c700 FreeBSD: update Process 5 years ago
Christian Göttsche 97ea45ca9a FreeBSD: update ProcessList 5 years ago
Christian Goettsche 88eec2dc00 FreeBSD: rework tty process column 5 years ago
Christian Göttsche 61bae4c9d2 Unify function argument names 5 years ago
Christian Göttsche e89b289494 Drop duplicate assignment 5 years ago
Christian Göttsche a3bb7cbe64 Hold only a const version of Settings in ProcessList 5 years ago
Christian Göttsche 4eb443926f Hold only a const version of Settings in Process 5 years ago
Christian Göttsche 96e2a4259e Continue to update generic data in paused mode 5 years ago
Christian Göttsche 361877454f Cache PAGE_SIZE 5 years ago
Benny Baumann 0f5262917f Make all required includes explicit 5 years ago
Christian Göttsche a63cfc8b7c Refactor generating starttime string into Process class 5 years ago
Benny Baumann 4a78f4bb92 Some more locations for ARRAYSIZE 6 years ago