summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Check return value of dup(), it could be -1 when the system is runningdelphij2010-08-191-1/+8
* - Refactor file reading code to use pure syscalls and an internal buffergabor2010-08-184-178/+157
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whilejoel2010-08-162-2/+2
* Mark functions and variables as static.ed2010-08-161-15/+14
* - Revert strlcpy() changes to memcpy() because it's more efficient andgabor2010-08-156-66/+66
* Update a stale comment about grep.delphij2010-08-111-1/+1
* Teach elfdump(1) about the SUNW_dof section.rpaulo2010-08-111-0/+1
* Use NULL instead of 0 when setting up pointer.kevlo2010-08-101-8/+8
* Fix -R when used with -p. Previously, thekientzle2010-08-083-4/+18
* Fix typos and spelling mistakes.joel2010-08-063-3/+3
* - Some fixes to Ukranian cataloggabor2010-08-061-2/+2
* Don't point users at the old csup homepage.joel2010-08-052-5/+0
* mdoc: make sure to pass at least one argument to quotation macrosuqs2010-08-023-6/+6
* Fix typos.joel2010-08-012-2/+2
* Fix spelling.joel2010-07-301-1/+1
* Fix a couple of typos.uqs2010-07-301-1/+1
* - Add Ukranian cataloggabor2010-07-302-0/+13
* - Some minor changes to the messages to increase usefulness of error msgsgabor2010-07-2911-52/+38
* - Add Japanese NLS catalogsgabor2010-07-294-0/+45
* - Use the traditional behaviour for filename and directory name inclusiongabor2010-07-296-68/+148
* Add myself as a ports committerbapt2010-07-281-0/+1
* - Fix -l and -L by really surpressing output and just showing filenamesgabor2010-07-251-1/+1
* - Fix --color behaviour to only output color sequences if stdout is a ttygabor2010-07-253-32/+60
* Fix crashes when using grep -R:delphij2010-07-232-11/+16
* - Add Russian catalog [1]gabor2010-07-233-4/+19
* Add BSD grep to the base system and make it our default grep.gabor2010-07-2215-0/+2568
* Build clang libraries by default with -fno-exceptions and withrpaulo2010-07-221-0/+1
* Upgrade our Clang in base to r108428.ed2010-07-202-28/+91
* Partially revert r209312, restoring ability to fit "stray irqX" names intomav2010-07-191-6/+10
* - Add myself to committers-src.dottijl2010-07-171-0/+1
* Nervously welcoming myself to the family.jsa2010-07-161-0/+1
* Remove more extraneous ;s.emaste2010-07-153-3/+3
* - Sort list of trace points.jhb2010-07-141-3/+3
* Fix spelling.attilio2010-07-141-5/+5
* Fix the way the segments are included in the gcore outputs (with theattilio2010-07-144-11/+30
* Remove extraneous ;emaste2010-07-121-1/+1
* Teach truss and xlint how to operate on 64-bit PowerPC systems.nwhitehorn2010-07-122-0/+378
* Fix an error in the EXAMPLES section of getopt(1), which is based onbcr2010-07-071-3/+3
* Various changes to make locate compilable with WARNS=6. Note that theregavin2010-06-282-12/+13
* Make WARNS=6 safe, mainly by casting to intmax_t and printing with %jugavin2010-06-282-16/+17
* Make WARNS=6 safe.gavin2010-06-282-5/+4
* Make the second example command more closely match the demo output, and asgavin2010-06-271-2/+2
* Fix transfer statistics in the "send file" case - The conditional usedgavin2010-06-271-4/+1
* Fix core dump when server fails to respond.gavin2010-06-271-1/+4
* Add a -t switch for masking output that's above or below certain thresholds.brian2010-06-202-3/+28
* Variable 'getmap' is unused.gavin2010-06-191-2/+2
* Do not print first digits of IRQ number if whole number doesn't fit.mav2010-06-181-12/+11
* - Update GCC reference from 3.3 to 4.2 [1]gabor2010-06-171-3/+4
* Add a new column to the output of vmstat -z to indicate the numbersbruno2010-06-151-4/+5
* err() takes a printf format.ed2010-06-151-2/+2
OpenPOWER on IntegriCloud