summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-05- Fix clearing of EINT and other transient flags.mlelstv
2023-06-04ld.elf_so: Sprinkle more debug messages on dlopen and error.riastradh
2023-06-04indent: do not parse '&&&&&&&' as a single binary operatorrillig
2023-06-04indent: fix '*=' to be a binary operator, not a unary onerillig
2023-06-04tests/indent: cover code in lexi.crillig
2023-06-04The ATF design is O(N^2) in the number of TCs in one TP, which on somechs
2023-06-04indent: remove read pointer from buffers that don't need itrillig
2023-06-04indent: fix out-of-bounds read when reading a commentrillig
2023-06-04BUILDING: update from canonical mk.conf(5)lukem
2023-06-04mk.conf(5): add more from BUILDING and bsd.READMElukem
2023-06-04Avoid using uninitialized variable "symnum" when building with DEBUGmartin
2023-06-04tests/indent: clean up commentsrillig
2023-06-04indent: remove trailing whitespace from READMErillig
2023-06-04indent: force at least one space after the colon of a labelrillig
2023-06-04indent: track the kind of '{' on the parser stackrillig
2023-06-04llvm tool build: fix warninglukem
2023-06-04indent: fix debug output of the parser symbol stackrillig
2023-06-04tools: revert use of <bsd.hostinit.mk>lukem
2023-06-04Note kernel build lossage in an unsupported build configurationmartin
2023-06-04indent: ensure that the 'block init level' never goes negativerillig
2023-06-04indent: rename struct field, for better symmetryrillig
2023-06-04indent: fix indentation of initializers in compound expressionsrillig
2023-06-04indent: fix formatting of compound expressions, at least partiallyrillig
2023-06-04lint: use separate lexer symbols for 'case' and 'default'rillig
2023-06-04indent: classify 'inline' as a modifier rather than a wordrillig
2023-06-04indent: use separate lexer symbols for the different kinds of ':'rillig
2023-06-04indent: handle the indentation of 'case' in a simpler wayrillig
2023-06-04indent: separate code for handling parentheses and bracketsrillig
2023-06-04tools: use <bsd.hostinit.mk> where appropriatelukem
2023-06-04Fix interactions of initial-exec TLS model and dlopenjoerg
2023-06-03indent: fix indentation of adjacent '{'rillig
2023-06-03adapt to ${CC_WNO_STRINGOP_TRUNCATION}lukem
2023-06-03adapt to ${CC_WNO_STRINGOP_OVERFLOW}lukem
2023-06-03adapt to ${CC_WNO_MAYBE_UNINITIALIZED}lukem
2023-06-03adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}lukem
2023-06-03adapt to ${CC_WNO_FORMAT_TRUNCATION}lukem
2023-06-03dhcp: remove gcc 8 workaroundlukem
2023-06-03ipmon: remove duplicate warning suppressionlukem
2023-06-03adapt to ${CC_WNO_ADDRESS_OF_PACKED_MEMBER}lukem
2023-06-03bsd.*.mk: move MKSTRIPSYM default to bsd.own.mklukem
2023-06-03indent: clean up handling of brace indentationrillig
2023-06-03bsd.obj.mk: move MKHOSTOBJ to bsd.own.mklukem
2023-06-03bsd.dep.mk: move MKDEPINCLUDES to bsd.own.mklukem
2023-06-03bsd.*.mk: move MKCLEAN* to bsd.own.mklukem
2023-06-03mkvars.mk: sort MKEXTRAVARS and remove dupeslukem
2023-06-03lint: add query for static variables in functionsrillig
2023-06-03lint: loosen assertion that unary operators have only a single operandrillig
2023-06-03fix various typos in comments and messages.andvar
2023-06-03lint: use consistent and configurable stream for debug outputrillig
2023-06-03lint: provide more detailed types when operands do not matchrillig