summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 3.3.13 release candidate 1v3.3.13rc1Craig Small2018-03-122-3/+7
* misc: Update translationsCraig Small2018-03-1219-3726/+19192
* sysctl: fixup build systemCraig Small2018-03-123-14/+3
* misc: update NEWS with some missed itemsCraig Small2018-03-031-0/+2
* misc: Add link protection examples to sysctl.confCraig Small2018-03-031-0/+5
* docs: Note limitation of finding scripts in pidof.1Craig Small2018-03-031-1/+8
* watch: use sysconf() for hostname lengthCraig Small2018-03-031-4/+2
* sysctl: fix typo in helpCraig Small2018-03-031-1/+1
* docs: Reword --exec option in watch.1Craig Small2018-03-031-6/+6
* Merge branch 'dbanerje/procps-namespace'Craig Small2018-03-031-3/+2
|\
| * Support running with child namespacesDebabrata Banerjee2018-03-031-3/+2
|/
* top: show that truncation indicator ('+') consistentlyJim Warner2018-03-031-2/+1
* ps: Add NEWS and checks for times and cputimesCraig Small2018-03-023-1/+3
* Merge branch 'sbigaret/procps-master'Craig Small2018-03-023-0/+30
|\
| * ps: add times & cputimes format specifiers: cumulative CPU time in secondsSébastien Bigaret2018-03-023-0/+30
|/
* misc: Add news entry for previous pidofCraig Small2018-03-021-1/+2
* Merge branch 'masatake/procps-pidof-sep-option'Craig Small2018-03-022-2/+13
|\
| * pidof: allow to change a separator put between pidsMasatake YAMATO2018-03-022-2/+13
|/
* sysctl: Bring procio functions out of libraryCraig Small2018-03-013-6/+5
* docs: Change name of fprocopen man pageCraig Small2018-02-283-2/+3
* Merge branch 'bitstreamout/procps-procio'Craig Small2018-02-286-28/+425
|\
| * Use new standard I/O for reading/writing sysctl valuesWerner Fink2018-02-281-32/+23
| * Add flexible buffered I/O based on fopencookie(3)Werner Fink2018-02-285-0/+389
| * Preload sysctl lines even if longer than stdio bufferWerner Fink2018-02-281-7/+24
|/
* docs: sysctl.8 clarify when w flag is requiredCraig Small2018-02-191-5/+3
* Merge branch 'jrybar/procps-ps-luid'Craig Small2018-02-192-1/+33
|\
| * ps: LUID format option impelementedJan Rybar2018-02-192-1/+33
|/
* top: update copyright dates in source and man documentJim Warner2018-02-195-16/+6
* top: try to avoid premature truncation indicator ('+')Jim Warner2018-02-191-1/+1
* top: avoid potential truncation with 'Inspect' featureJim Warner2018-02-191-1/+1
* top: allow translated field headers to determine widthJim Warner2018-02-192-3/+52
* top: an efficiency tweak to extra wide character logicJim Warner2018-02-191-4/+5
* top: standardize width of the %CPU & %MEM columns at 5Jim Warner2018-02-191-29/+12
* top: account for the idle state ('I') threads in totalJim Warner2018-02-121-5/+9
* top: adapt utf8 logic to support extra wide charactersJim Warner2018-02-122-18/+41
* top: tweak that recent enhancement to startup defaultsJim Warner2018-02-121-5/+5
* free: Update tests and fix for previous patchCraig Small2018-01-133-5/+6
* free.c - name correctly the binary multiples in the human-readable casegetzze2018-01-131-8/+19
* free.c - correct conversion to decimal multiplesgetzze2018-01-131-28/+10
* docs: Document I idle state in ps and topCraig Small2018-01-133-1/+6
* sysctl: Don't crash file fopen failsCraig Small2018-01-072-3/+4
* Merge branch 'Polynomal-C/procps-master'Craig Small2017-12-293-1/+21
|\
| * Add support for elogindSven Eden2017-12-293-1/+21
|/
* docs: Mention in sysctl.8 that a filename is read onceJan Rybar2017-12-291-1/+4
* Add news for previous commitCraig Small2017-12-291-0/+1
* Merge branch 'tbodt/procps-master'Craig Small2017-12-291-1/+1
|\
| * Allow empty string for valueTheodore Dubois2017-12-291-1/+1
|/
* Merge branch 'jrtc27/procps-cross-platform'Craig Small2017-12-231-11/+28
|\
| * sig: Move runtime signal count check to compile timeJames Clarke2017-12-231-11/+28
|/
* top: allow more flexible approach for startup defaultsJim Warner2017-12-235-233/+228