summaryrefslogtreecommitdiffstats
path: root/EnvScreen.c
AgeCommit message (Collapse)Author
2016-02-02Check for failure in allocations.Hisham
2016-01-12refactor *Screen classes, add InfoScreen superclassHisham Muhammad
2016-01-06drop privileges before reading environmentMichael Klein
2015-12-03Add Platform_getProcessEnvMichael Klein
- currently implemented for darwin and linux
2015-12-02'e' displays environment of current processMichael Klein
- uses sysctl(KERN_PROCARGS2) on *BSD - doesn't work on Linux yet