summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2021-12-18lint: document wrong data structures for modelling initializationsrillig
2021-12-18lint: move maximum seen subscript from brace level to initializationrillig
2021-12-18lint: format grammar consistentlyrillig
2021-12-18lint: use vector instead of list for designation in initializationrillig
2021-12-17lint: reduce code for beginning an initializationrillig
2021-12-17lint: inline sub-cases of brace_level_sub_typerillig
2021-12-17Remove an unnecessary test for NULL (the same thing is done in thekre
2021-12-17fix error messages, usage, add static, more checks for ioctl, KNFchristos
2021-12-17Provide a clipping function and use it to prevent setting values out of bounds.christos
2021-12-17more protection from unset threads from RVPchristos
2021-12-17lint: fix initialization with few braces from functionrillig
2021-12-17lint: fix initialization of array with fewer bracesrillig
2021-12-17lint: work around lint bug in initialization with few bracesrillig
2021-12-17lint: rename is_string_array to is_character_arrayrillig
2021-12-17lint: in GCC mode, declare alloca and variantsrillig
2021-12-16lint: narrow down parameter of build_namerillig
2021-12-16tests/lint: ensure that tests on a message mention this messagerillig
2021-12-16lint: improve error message for missing newline in .ln filerillig
2021-12-15Add more attributeschristos
2021-12-15make: amend leftover cleanups from the previous commitsrillig
2021-12-15make: format comments according to /usr/share/misc/stylerillig
2021-12-15make: use consistent indentation for statements and continuationsrillig
2021-12-15make: remove redundant comments for multiple-inclusion guardsrillig
2021-12-15make: remove space after ':' in bit-field declarationsrillig
2021-12-15make: remove bmake_freerillig
2021-12-15make: in CLEANUP mode, free interned strings at the very endrillig
2021-12-15make: in ParseDependencyCheckSpec, move default branch to the bottomrillig
2021-12-15make: change return type of HashTable_Set to voidrillig
2021-12-15make: change return type of Compat_RunCommand from int to boolrillig
2021-12-15make: mark several functions whose result must be usedrillig
2021-12-15make: prevent memory leaks from buffersrillig
2021-12-15lint: unexport struct_or_union_memberrillig
2021-12-14Avoid NULL deref if there is no current thread. From RVP.christos
2021-12-14Improve restrict handling.christos
2021-12-14provide an expanded description for -Wchristos
2021-12-14Also accept -W to pass to cppchristos
2021-12-14PR/56548: RVP: mail(1) segfaults if thread commands are used in ~/.mailrcchristos
2021-12-14make: condense repetetive code in ParseDirectiverillig
2021-12-14tests/make: disable test that behaves differently in ATFrillig
2021-12-14make: remove dead code for handling traditional include directivesrillig
2021-12-14tests/make: test traditional include directiverillig
2021-12-14make: clean up parsing of variable assignmentsrillig
2021-12-14make: remove unreachable code for parsing the dependency operatorrillig
2021-12-13tests/make: extend tests for parsing makefilesrillig
2021-12-13make: convert debugging flags from enum to bit-fieldrillig
2021-12-13Update -m description to reflect reality. Kernel dynamic memory trackingsimonb
2021-12-13make: condense CondParser_ComparisonOprillig
2021-12-13make: fix memory leak when parsing '.if ${expr}' (since 2004-04-13)rillig
2021-12-13make: clean up loading of filesrillig
2021-12-13make: fix memory leak for filenames in .for loops (since 2013-06-18)rillig