summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2022-08-08tests/make: document history of bug in parsing unbalanced expressionsrillig
2022-08-08make: fix parsing of modifiers containing unbalanced subexpressionsrillig
2022-08-07note the release NetBSD 9.3jnemeth
2022-08-07fix various typos in comments, documentation and messages.andvar
2022-08-07fix some typos and grammar in comments.andvar
2022-08-06tests/make: demonstrate bug in parsing of modifier partsrillig
2022-08-06s/blity/bility/ in various words, mainly in comments.andvar
2022-08-06tests/make: document parsing behavior of modifiersrillig
2022-08-05make: when parsing ':D' or ':U', only copy text if necessaryrillig
2022-08-05make: extract parsing of ':D' and ':U' modifiers into separate functionrillig
2022-07-26Pass MAKEOBJDIR to opt-m-include-dirsjg
2022-07-24make: fix out-of-bounds read when parsing an invalid linerillig
2022-07-21readlink: sort SEE ALSOwiz
2022-07-21Add an Xr to realpath(1) (which does much the same as readlink -f).kre
2022-07-21Add missing comma.wiz
2022-07-21Make realpath(1) compat with the planned (not yet approved) specificationkre
2022-07-16lint: add more details to message about pointer alignmentrillig
2022-07-16lint: add missing space before func_proto_sym in debug moderillig
2022-07-16When operating on core files or /dev/mem when using the -M option,simonb
2022-07-16Move the call to getnlist() to after we check if kvm_openfiles(3) succeeded.simonb
2022-07-12make.1: fix markup for variable modifiers, add italic correctionrillig
2022-07-12make.1: fix markup for options, they are not argumentsrillig
2022-07-12make.1: fix ugly line break in PostScript outputrillig
2022-07-12make.1: fix markuprillig
2022-07-12make.1: replace redundant .Ql with .Sqrillig
2022-07-12make: describe variable assignment and evaluation more preciselyrillig
2022-07-10tests/make: extend tests for modifier ':H'rillig
2022-07-08Prevent crashes as shown in PR 56918.mlelstv
2022-07-08lint: fix edge cases in the query for redundant cast before assignmentrillig
2022-07-08lint: fix query for redundant cast before assignmentrillig
2022-07-08s/maek/make/ in comment.andvar
2022-07-06lint: do not warn about 'may lose accuracy' in safe cases of '%'rillig
2022-07-05lint: add additional queries that are not enabled by defaultrillig
2022-07-03lint: do not treat message IDs as arithmetic numbersrillig
2022-07-03lint: remove unused code in consistency checkerrillig
2022-07-03lint: extend implementation documentationrillig
2022-07-03lint: include the width of bit-fields in the type namerillig
2022-07-03lint: add debug logging for struct and enum detailsrillig
2022-07-03lint: verify that comment above warning_at matches the messagerillig
2022-07-02Cosmetic tweak. No functional change.ad
2022-07-02lint: allow message IDs to be only specified in decimalrillig
2022-07-02lint: prevent undefined behavior when folding '<<' or '>>'rillig
2022-07-02lint: document usage of 'convert'rillig
2022-07-02lint: only convert the right operand of '<<' or '>>' in traditional Crillig
2022-07-01lint: clean up suppression of warnings and errorsrillig
2022-07-01lint: move error handling code from main1.c to err.crillig
2022-07-01lint: add quotes around operator in message 138, remove message 240rillig
2022-07-01lint: restructure 'convert'rillig
2022-07-01lint: rename functions for value conversionrillig
2022-06-25cksum.c: don't fault if the hash algorithm is fed invalid datagutteridge