summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
...
* Cast a_val on printing. This fixes build on mips.trociny2011-11-281-14/+14
|
* Make proctstat -x output more readable.trociny2011-11-271-55/+39
| | | | | | | | This also fixes the issue, spotted by mdf, with values that were printed as decimal and had hex prefixes. Discussed with: kib, rwatson MFC after: 2 weeks
* usr.bin/procstattrociny2011-11-245-7/+95
| | | | | | | | Add -l flag to display resource limits. PR: bin/161257 Reviewed by: kib MFC after: 2 weeks
* Fix build, hopefully.trociny2011-11-231-33/+42
| | | | Reviewed by: kib
* Add new options, -e and -x, to display process environment variablestrociny2011-11-226-12/+228
| | | | | | and ELF auxiliary vectors. MFC after: 2 weeks
* Add helpful clarification text. While not strictly necessary, theseimp2011-11-161-3/+5
| | | | | few words make this man page much easier to understand without re-reading prior parts of the man page.
* - add a missing "be" and "in"eadler2011-11-111-1/+1
| | | | | | | | | | | - fix other errors introduced when committing r226436 - add 'function' to a sentence where it makes sense Submitted by: delphij Submitted by: dougb Submitted by: jhb Approved by: dougb Approved by: jhb
* Tidy up command line processing:grog2011-11-094-42/+58
| | | | | | | | | | | | | | - Add ? option to optstring. - Sort options alphabetically. - Vertical space. Tidy up usage() function. Bring man page in sync with source. Ensure that debug code is only executed with the -d option. Submitted by: Christiane Yeardley
* Bumb date after r227317.trociny2011-11-081-1/+1
| | | | Reminded by: pluknet
* Simplify getopt switch parsing.ed2011-11-081-12/+4
| | | | | | | | Only one of these flags can be set. Just add them together and check the value. Also, get rid of the listall variable. The code is already filled with direct *flag-comparisons. Obtained from: Alexander Best (though modified)
* When displaying process virtual memory mappings print superpagetrociny2011-11-072-2/+5
| | | | | | | mapping flag. Submitted by: Mel Flynn <mel.flynn+fbsd.hackers@mailing.thruhere.net> Reviewed by: alc, rwatson
* Remove unneeded CFLAGS.ed2011-11-071-1/+0
| | | | | | | | Such optimisations should not be performed in this Makefile. Also, uqs@ suggested they have no effect, because the checksum of the resulting binary is unchanged. Discussed with: gabor, uqs
* Partially revert r227233.ed2011-11-062-4/+11
| | | | | | | | The privs.h header is not only used by at(1), it's also used by atrun(8). Just let the code the way it used to be (for now). Reported by: kwm, tinderbox Hat to: me
* Mark global functions and/or variables in xstr(1) static where possible.ed2011-11-061-37/+37
| | | | This allows compilers and static analyzers to more thorough analysis.
* Mark global functions and/or variables in whois(1) static where possible.ed2011-11-061-3/+3
| | | | This allows compilers and static analyzers to more thorough analysis.
* Mark global functions and/or variables in which(1) static where possible.ed2011-11-061-2/+2
| | | | This allows compilers and static analyzers to more thorough analysis.
* Mark global functions and/or variables in whereis(1) static where possible.ed2011-11-061-16/+16
| | | | This allows compilers and static analyzers to more thorough analysis.
* Mark global functions and/or variables in unifdef(1) static where possible.ed2011-11-061-1/+1
| | | | This allows compilers and static analyzers to more thorough analysis.
* Mark global functions and/or variables in paste(1) static where possible.ed2011-11-061-9/+9
| | | | This allows compilers and static analyzers to more thorough analysis.
* Mark global functions and/or variables in m4(1) static where possible.ed2011-11-062-2/+2
| | | | This allows compilers and static analyzers to more thorough analysis.
* Mark global functions and/or variables in lam(1) static where possible.ed2011-11-061-5/+5
| | | | This allows compilers and static analyzers to more thorough analysis.
* Mark global functions and/or variables in fstat(1) static where possible.ed2011-11-062-11/+11
| | | | This allows compilers and static analyzers to more thorough analysis.
* Mark global functions and/or variables in expand(1) static where possible.ed2011-11-061-2/+2
| | | | This allows compilers and static analyzers to more thorough analysis.
* Mark global functions and/or variables in enigma(1) static where possible.ed2011-11-061-9/+9
| | | | This allows compilers and static analyzers to more thorough analysis.
* Mark global functions and/or variables in compress(1) static where possible.ed2011-11-061-15/+15
| | | | This allows compilers and static analyzers to more thorough analysis.
* Mark global functions and/or variables in comm(1) static where possible.ed2011-11-061-8/+8
| | | | This allows compilers and static analyzers to more thorough analysis.
* Mark global functions and/or variables in checknr(1) static where possible.ed2011-11-061-33/+33
| | | | This allows compilers and static analyzers to more thorough analysis.
* Add missing static keywords to at(1).ed2011-11-063-18/+9
| | | | | | While there, tidy up the privs.h part, where at.c has to #define to declare some globals. Also group static and non-static global variables in at.c.
* Mark the structure fields as const.ed2011-11-062-17/+14
| | | | | This allows us to simply place these strings as constants in the table itself, letting the compiler decide to simply merge duplicate strings.
* Correct the change made in r227166.ed2011-11-061-0/+2
| | | | This function is only compiled in when building WITH_AUDIT.
* Add missing static keywords to xinstall(1)ed2011-11-061-7/+8
|
* Add missing static keywords to wc(1)ed2011-11-061-2/+2
|
* Add missing static keywords to wall(1)ed2011-11-061-4/+4
|
* Add missing static keywords to w(1)ed2011-11-061-14/+13
|
* Add missing static keywords to vis(1)ed2011-11-061-3/+6
|
* Add missing static keywords to uuencode(1)ed2011-11-061-7/+7
|
* Add missing static keywords to usbhidctl(1)ed2011-11-061-6/+6
|
* Add missing static keywords to usbhidaction(1)ed2011-11-061-1/+1
|
* Add missing static keywords to units(1)ed2011-11-061-6/+6
|
* Add missing static keywords to uniq(1)ed2011-11-061-15/+15
|
* Add missing static keywords to unexpand(1)ed2011-11-061-3/+3
|
* Add missing static keywords to uname(1)ed2011-11-061-20/+21
|
* Add missing static keywords to ul(1)ed2011-11-061-30/+30
|
* Add missing static keywords to tsort(1)ed2011-11-061-20/+20
|
* Add missing static keywords to tr(1)ed2011-11-061-2/+2
|
* Add missing static keywords to tee(1)ed2011-11-061-3/+3
|
* Add missing static keywords to tcopy(1)ed2011-11-061-13/+13
|
* Add missing static keywords to talk(1)ed2011-11-064-4/+6
|
* Add missing static keywords to tail(1)ed2011-11-062-4/+4
|
* Add missing static keywords to split(1)ed2011-11-061-10/+10
|
OpenPOWER on IntegriCloud