aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* indent(1): Rearrange option parsing code to squelch clang's static analyzer.Pedro F. Giffuni2016-07-311-8/+6
* indent(1): replace function call to bzero with memset.Pedro F. Giffuni2016-07-311-1/+1
* indent(1): Don't newline on cpp lines like #endif unless -bacc is on.Pedro F. Giffuni2016-07-311-23/+32
* indent(1): Untangle the connection between pr_comment.c and io.c.Pedro F. Giffuni2016-07-312-59/+37
* indent(1): Fix wrapping of some lines in comments.Pedro F. Giffuni2016-07-311-0/+1
* indent(1): Simplify pr_comment().Pedro F. Giffuni2016-07-313-91/+55
* Remove another occurence of _WITH_GETLINEBaptiste Daroussin2016-07-311-1/+0
* indent(1): Remove dead code relating to unix-style comments.Pedro F. Giffuni2016-07-311-43/+1
* Fix dateAndrey A. Chernov2016-07-312-2/+2
* Fix regression with /i caused by r303047Enji Cooper2016-07-311-1/+5
* indent(1): Bail out if there's no more space on the parser stack.Pedro F. Giffuni2016-07-312-1/+5
* indent(1): Consistently indent declarations.Pedro F. Giffuni2016-07-311-80/+79
* Reflect CLDR timedef changesAndrey A. Chernov2016-07-315-132/+132
* Remove another vestige of scripted conversionAndrey A. Chernov2016-07-311-1/+1
* Remove vestige of scripted conversionAndrey A. Chernov2016-07-311-1/+1
* Use nitems() from sys/param.h.Marcelo Araujo2016-07-301-1/+1
* Use nitems() from sys/param.h.Marcelo Araujo2016-07-301-2/+1
* Use nitems() from sys/param.h.Marcelo Araujo2016-07-301-2/+1
* Use nitems() from sys/param.h.Marcelo Araujo2016-07-301-2/+2
* Use nitems() from sys/param.h.Marcelo Araujo2016-07-301-1/+1
* Use nitems() from sys/param.h.Marcelo Araujo2016-07-301-1/+1
* Use nitems() from sys/param.hMarcelo Araujo2016-07-301-1/+1
* Explicitly test for cu_fgets returning NULL or !NULLEnji Cooper2016-07-301-2/+2
* Remove usage of _WITH_GETLINE from usr.binBaptiste Daroussin2016-07-309-9/+0
* indent(1): Yet more style issues.Pedro F. Giffuni2016-07-303-6/+6
* indent(1): Attempt to preserve some consistent style.Pedro F. Giffuni2016-07-291-4/+3
* Fix markup for -j in cpuset(1) synopsisEric van Gyzen2016-07-291-2/+2
* Make resizewin.1 manpage use .Fx macroKurt Lidl2016-07-291-3/+5
* indent(1): Use NULL instead of zero for pointers.Pedro F. Giffuni2016-07-295-23/+23
* indent(1): Support "f" and "F" floating constant suffixes.Pedro F. Giffuni2016-07-291-4/+2
* Revert r303487: Wrong commit log.Pedro F. Giffuni2016-07-291-2/+4
* indent(1): Removed whitespace shouldn't be considered in column calculations.Pedro F. Giffuni2016-07-291-0/+1
* indent(1): fix struct termination detection.Pedro F. Giffuni2016-07-291-4/+2
* indent(1): fix struct termination detection.Pedro F. Giffuni2016-07-291-2/+4
* indent(1): Fix breakage caused by single comment following "else".Pedro F. Giffuni2016-07-291-0/+2
* indent(1): Avoid potential use-after-free.Pedro F. Giffuni2016-07-291-0/+1
* indent(1): Avoid out of bound access of array codebuf.Pedro F. Giffuni2016-07-291-1/+3
* indent: avoid calling write(2) with a negative second parameter.Pedro F. Giffuni2016-07-281-1/+1
* Pull a copy of the input string before calling basename() and dirname().Ed Schouten2016-07-281-3/+8
* Call basename() in a portable way.Ed Schouten2016-07-281-5/+10
* Don't call basename() and dirname() in an unportable way.Ed Schouten2016-07-281-2/+8
* Testcase 7.8 no longer needs to be marked TODOEnji Cooper2016-07-271-1/+0
* Fix bspatch heap overflow vulnerability.Xin LI2016-07-251-0/+4
* Change bsdiff to use divsufsort suffix sort library instead of qsufsort,Xin LI2016-07-254-106/+282
* Fix failures of scripted conversion.Gleb Smirnoff2016-07-242-7/+7
* Remove reference cpp(1) which is not used anymoreBaptiste Daroussin2016-07-241-2/+1
* The date format for ru_RU.UTF-8 locale has changed some time ago, adjustGleb Smirnoff2016-07-245-135/+135
* sed(1): Appease older GCC.Pedro F. Giffuni2016-07-211-1/+2
* Mirror r303120 to gcoreConrad Meyer2016-07-211-6/+6
* Add extended segment support to gcoreConrad Meyer2016-07-201-3/+31