summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2023-04-28one more place for recently fixed typo, s/phisycal/physical/.andvar
2023-04-28tests/make: add tests for target-local variablesrillig
2023-04-25lint: reword message for missing declaration in headerrillig
2023-04-25tip.1: s/Mail.1/mail.1/ ("Mail" was removed in 9)gutteridge
2023-04-24rump_wmd(1): there is no space in -lcomponentuwe
2023-04-24rump_allserver: trim down the list of librariesuwe
2023-04-24rump_allserver(1): fix markup, clarifyuwe
2023-04-23lint: be strict when parsing command line for excluded message IDsrillig
2023-04-22lint: allow cast from a type to a union containing that typerillig
2023-04-22lint: fix wrong warning about 'extern' temporary identifierrillig
2023-04-22lint: fix missing initialization for cast to unionrillig
2023-04-22lint: rename type_t.t_str to t_sourillig
2023-04-22lint: don't warn about cast between union and one of its member typesrillig
2023-04-22lint: do not warn about parenthesized assignment in controlling exprrillig
2023-04-22lint: fix typos in commentsrillig
2023-04-20resize.c: use estrdup(3) with basename(3)gutteridge
2023-04-15Revert accidentially committed part. The 'latency' report isn't readymlelstv
2023-04-15Add support for recording 24bit wav files.mlelstv
2023-04-15lint.1: remove extra space from -q optionrillig
2023-04-15lint: add query for parenthesized return valuerillig
2023-04-15lint: extract checking the return value to separate functionrillig
2023-04-14lint: document suppressed LDBL_MAX warning more accuratelyrillig
2023-04-12lint: suppress warnings about LDBL_MAX in cross-build moderillig
2023-04-11lint: fix converting a complex floating-point constantrillig
2023-04-11lint: fix wrong warning about overflow in floating constant expressionsrillig
2023-04-11lint: condense coderillig
2023-04-11lint: in debug mode, use different names for macro and functionrillig
2023-04-11Make vacation(1) check 'Auto-Submitted:' (RFC 3834) in addition tohauke
2023-04-11lint: don't wrongly warn about overflow in complex constantsrillig
2023-04-10lint: add debug logging for values that differ between trad and C90rillig
2023-04-09Simplify includeslukem
2023-04-07lint: reduce clutter in parsing preprocessor linesrillig
2023-04-07tests/make: add cross references to command line testsrillig
2023-04-05lint: fix duplicate warning when parsing big float constantsrillig
2023-04-02lint: clean up indentation and wrapping in C parserrillig
2023-04-01PR/57313: Timo Buhrmester: Don't bail if "." cannot be opened. From FreeBSDchristos
2023-04-01Also report precision from hwinfo.mlelstv
2023-03-31lint: allow querying for octal integer constantsrillig
2023-03-29systat(1): try to give this page a quick faceliftuwe
2023-03-29PR misc/57305 from Nan Xiaokre
2023-03-28lint: warn about 'extern' declarations inside function bodiesrillig
2023-03-28lint: clean up comments for handling 'linted' commentsrillig
2023-03-28lint: condense debugging coderillig
2023-03-28lint: warn about extern declarations outside headersrillig
2023-03-28make: declare all common symbols in headers, unexport othersrillig
2023-03-28tests/make: add expectations for string comparison errorsrillig
2023-03-28PR bin/56014 from Kouichi Hashikawakre
2023-03-27Undo previous "restore lost break" and fix the issue that seems tokre
2023-03-24After a ':' (as in login:group or just :group) insist that therekre
2023-03-24PR misc/57287 from Nan Xiaokre