summaryrefslogtreecommitdiff
path: root/sysctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* translations: group usage textsSami Kerola2012-01-021-17/+17
* sysctl: enable pattern matching with pathSami Kerola2011-12-201-5/+5
* sysctl: exit with error message instead of usage()Sami Kerola2011-12-201-16/+16
* nls: improve translations and provide translator help commentsSami Kerola2011-12-201-1/+1
* nls: add functions which take translations to be usedSami Kerola2011-12-201-0/+4
* sysctl: warn when separators are repeatedSami Kerola2011-12-201-0/+5
* sysctl: use libc error printing facilitiesSami Kerola2011-12-201-22/+22
* includes: add xalloc.h to unify memory allocationsSami Kerola2011-12-201-9/+10
* sysctl: add gettext supportSami Kerola2011-12-201-58/+51
* sysctl: implement --pattern optionLudwig Nussel2011-12-201-3/+39
* sysctl: add --system switchLudwig Nussel2011-12-201-0/+79