summaryrefslogtreecommitdiff
path: root/sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* sysctl: eliminate a warning '-Wmisleading-indentation'Jim Warner2022-01-131-25/+25
* sysctl: eliminate a warning of '-Wmaybe-uninitialized'Jim Warner2022-01-071-1/+1
* sysctl: eliminate some warnings of '-Wunused-function'Jim Warner2022-01-071-0/+4
* sysctl: eliminate some warnings of '-Wunused-variable'Jim Warner2022-01-071-5/+0
* sysctl: Return non-zero if param setting failedJan Rybar2021-09-151-1/+1
* sysctl: Update previous patch for newlibCraig Small2021-09-151-3/+2
* sysctl: Support systemd glob patternsCraig Small2021-09-151-176/+345
* sysctl: Check path is under /proc/sysCraig Small2021-07-201-0/+28
* sysctl: config directory orderCraig Small2020-02-271-1/+1
* sysctl: ignore errors from lines starting with -Craig Small2019-09-211-6/+14
* sysctl: do not report set key in case `close_stream` failsPatrick Steinhardt2019-03-041-1/+1
* sysctl: fix typo in help __________________ (catch up)Jim Warner2018-05-061-1/+1
* sysctl: relocate the procio code to a more proper homeJim Warner2018-05-061-1/+1
* Use new standard I/O for reading/writing sysctl valuesWerner Fink2018-03-011-32/+23
* Preload sysctl lines even if longer than stdio bufferWerner Fink2018-03-011-7/+24
* sysctl: Don't crash file fopen failsCraig Small2018-01-071-3/+3
* Allow empty string for valueTheodore Dubois2017-12-291-1/+1
* Avoid confusing messages caused by EIO on readingWerner Fink2017-08-201-0/+6
* Increase standard I/O buffer a lot to be able toWerner Fink2017-08-201-0/+10
* sysctl: Print lines longer than 1024 charsWerner Fink2017-05-221-18/+24
* sysctl.c: use strchr() instead of index()Yann E. MORIN2016-08-151-1/+1
* Merge branch 'master' into newlibCraig Small2015-10-281-1/+1
|\
| * sysctl: Correct stat on /etc/sysctl.confVictor Ananjevsky2015-06-261-1/+1
* | sysctl: Remove links to libraryCraig Small2015-09-011-2/+0
|/
* sysctl: finalizing the GLOB_* flags checkJaromir Capik2014-08-281-2/+7
* Support libc's without GLOB_TILDEMichael Forney2014-08-281-0/+8
* sysctl: support expansion of csh style braces with -pJaromir Capik2014-07-161-1/+1
* sysctl: increase max supported line length of the conf fileSami Farin2014-03-141-2/+4
* sysctl: Fixing memory leaks in PreloadSystem()Jaromir Capik2014-01-021-0/+7
* sysctl --system loads default config fileCraig Small2013-12-271-1/+1
* Update options to single stringsCraig Small2013-10-111-18/+18
* sysctl --system ignores missing /etc/sysctl.confCraig Small2013-09-201-4/+10
* Merge commit 'refs/merge-requests/10' of git://gitorious.org/procps/procps in...Craig Small2013-04-071-0/+2
|\
| * configure: check for program_invocation_nameRainer Müller2013-03-201-0/+2
* | sysctl return valueCraig Small2013-04-071-3/+3
|/
* sysctl: fix compiler warningsSami Kerola2012-11-061-6/+4
* sysctl: avoid crash when -p file has unexpected inputSami Kerola2012-05-071-1/+4
* sysctl: restore old -p handlingMike Frysinger2012-05-071-40/+63
* sysctl: fix broken .conf suffix matchingMike Frysinger2012-05-071-2/+2
* sysctl: use stdbool.hMike Frysinger2012-05-031-5/+1
* sysctl: simplify file close error checkingSami Kerola2012-04-061-7/+3
* all: check stdout and stderr status at exitSami Kerola2012-03-231-0/+2
* sysctl: fix argument parsing regressionJim Warner2012-03-081-6/+9
* docs: clarification to license headers in filesSami Kerola2012-03-031-6/+14
* sysctl: print new line explicitelySami Kerola2012-03-031-0/+2
* sysctl: deprecate parametersSami Kerola2012-02-141-1/+30
* sysctl: fix potential null derefence [smatch scan]Sami Kerola2012-02-051-13/+23
* sysctl: fix coding styleSami Kerola2012-01-251-596/+610
* ps: unify cases and remove trailing dots in messagesSami Kerola2012-01-151-1/+1
* Changed the err and warns to macrosCraig Small2012-01-031-28/+29