summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-06-07PR/56865: hppa: t_ptrace_core_wait test doesn't know it must advance PC after...skrll
2022-06-06build system: Revert all the recent additions of MK[...] knobs thatnia
2022-06-05Match explicit section names and not .{text,data}.* for example.skrll
2022-06-04tests/lib/libc: Test mmap(2) with bad hints.riastradh
2022-06-04Fix syntax errorpgoyette
2022-06-02Trailing whitespaceskrll
2022-05-31libc: Reintroduce getentropy.riastradh
2022-05-31s/disbale/disable/ and s/enbale/enable/ in comments. also one more typo fix.andvar
2022-05-31fix various typos in comments, documentation and messages.andvar
2022-05-31Avoid plabels on hppa to make some tests not crashskrll
2022-05-31whitespace including space before delay slot instruction.skrll
2022-05-31lint: fix null pointer dereference after syntax errorrillig
2022-05-30lint: clean up commentsrillig
2022-05-30More factoring of common code. NFCIpgoyette
2022-05-30tests/lint: explain how lint represents pointer additionrillig
2022-05-30lint: revert 'do not pre-multiply pointer expressions' from 2022-05-26rillig
2022-05-30tests/lint: demonstrate wrong warning 'array subscript cannot be'rillig
2022-05-30lint: fix assertion failure in '(unsigned long)(ptr) >> 12'rillig
2022-05-30Update test so all four combinations of update_{upper, lower} xpgoyette
2022-05-29lint: fix wrong errors about sizeof of a bit-field (since 2022-05-26)rillig
2022-05-29tests/lint: demonstrate wrong errors 'size/alignment of bit-field'rillig
2022-05-29fix various typos in comments and log messages.andvar
2022-05-27mk: Add a MKLFS flag for excluding the log-structured filesystem userspacenia
2022-05-26lint: do not warn about 'uint32_t = uint64_t >> 32'rillig
2022-05-26tests/lint: demonstrate wrong warnings about loss of accuracyrillig
2022-05-26lint: do not warn about loss in accuracy if the actual value fitsrillig
2022-05-26tests/lint: demonstrate wrong 'may lose accuracy' warningrillig
2022-05-24tests/dd: add more test cases for swapping bytesrillig
2022-05-24fix various typos in comment, documentation and log messages.andvar
2022-05-24s/estabilishing/establishing/ in copy pasted comment.andvar
2022-05-24fix various typos in comments, docs and log messages.andvar
2022-05-24s/changable/changeable/ in comments.andvar
2022-05-23s/controll/control/ in comments.andvar
2022-05-22uncompress: if the source is broken, don't delete the targetrillig
2022-05-22uncompress: if the source doesn't exist, don't touch the targetrillig
2022-05-22tests/compress: extend tests for compressing and uncompressingrillig
2022-05-22tests/compress: demonstrate truncation of target filerillig
2022-05-22lint: fix wrong warning about unhandled enum constants in switchrillig
2022-05-22tests/lint: demonstrate wrong warning for switch on enumrillig
2022-05-22fix various small typos, mainly in comments.andvar
2022-05-21tests/crypto/opencrypto: Wait a bit for async results.riastradh
2022-05-21opencrypto/h_ioctl: Print error messages with warn.riastradh
2022-05-20tests/lint: sync comment with realityrillig
2022-05-19lint: in strict bool mode, check function arguments more strictlyrillig
2022-05-19tests/lint: extend tests for type mismatch in strict bool moderillig
2022-05-18lint: do not warn about '==' on the right-hand side of ','rillig
2022-05-18tests/lint: add more examples for warning in comma expressionrillig
2022-05-17fix few typos in comments.andvar
2022-05-14PR/56831: Eric van Gyzen: race condition in tests/kernel/t_sysv.cchristos
2022-05-12lint: merge duplicate grammar rules for __alignof__ exprrillig