summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-27Sync with openresolv-3.13.2roy
2023-06-27openresolv: Update to 3.13.2 with the following changes:roy
2023-06-27Convert UDF file system code from the depricated tsleep(9)/wakeup(9) to the MPreinoud
2023-06-27isc timer API changed with the recent bind import - use isc_timer_destroy()martin
2023-06-27PR 57472: adjust the BIGNUM configuration for sparc64 to match a nativemartin
2023-06-27Remove unused leftovers from earlier versionsmartin
2023-06-27The sha512 generator perl script can output a sha256 version too, butmartin
2023-06-27indent: fix 'blank line above first statement in function body'rillig
2023-06-27tests/indent: test the -badp optionrillig
2023-06-27callout(9): Delete the unused member cc_cancel from struct callout_cpupho
2023-06-27callout(9): Tidy up the condition for "callout is running on another LWP"pho
2023-06-27callout(9): Fix panic() in callout_destroy() (kern/57226)pho
2023-06-26new bindchristos
2023-06-26merge conflicts between 9.16.37 and 9.16.42christos
2023-06-26Import 9.16.42 (last was 9.16.37)christos
2023-06-26indent: improve heuristics for '*' as pointer in for loopsrillig
2023-06-26indent: improve heuristics for '*' as a pointer typerillig
2023-06-26indent: implement 'blank line above first statement in function body'rillig
2023-06-26Make this compile when BIGNUM limbs (BN_ULONG) are not the samemartin
2023-06-26indent: in -bad mode, don't add a blank line above a comment or '}'rillig
2023-06-26tests/indent: strengthen requirements for test input filesrillig
2023-06-26tests/indent: extend test for -badp optionrillig
2023-06-26s/privious/previous/ in comment.andvar
2023-06-26indent: clean up indentationrillig
2023-06-26jemalloc: reduce CONSTCOND diff to upstreamrillig
2023-06-26jemalloc: remove redundant CONSTCOND commentsrillig
2023-06-25indent: move cast detection from the lexer to the main processorrillig
2023-06-25indent: treat 'complex' and 'imaginary' as type modifiers, not as typesrillig
2023-06-25indent: fix formatting of parenthesized name in function definitionrillig
2023-06-25indent: don't use strspn on inp_p, as it is not null-terminatedrillig
2023-06-25s/responible/responsible/ in comment.andvar
2023-06-25G/C an unused struct cpu_info memberskrll
2023-06-24lint: reduce memory allocationsrillig
2023-06-24lint: don't warn about comparison between char and character constantrillig
2023-06-24lint: add query for comparing 'char' with plain integersrillig
2023-06-24Add comments and remove nonexistent status registers.tsutsui
2023-06-24tests/lint: allow accept.sh to override lint1 for local testingrillig
2023-06-24Always initialise ci_tlb_info in cpu_info_store[0].skrll
2023-06-24lint: remove redundant 'extern' from function declarationsrillig
2023-06-24make: remove redundant 'extern' in function declarationrillig
2023-06-24Fix a wrong cdb size of SCSI disk write command. From OpenBSD/luna88k.tsutsui
2023-06-24lint: add query for redundant 'extern' in function declarationrillig
2023-06-24Fix typo in error message.msaitoh
2023-06-24Fix typo in comment.msaitoh
2023-06-24Fix typo.msaitoh
2023-06-24Fix typo in comment.msaitoh
2023-06-24Fix typo in a debug message.msaitoh
2023-06-24Fix typo in comment.msaitoh
2023-06-23tsleep: Comment out kernel lock assertion for now.riastradh
2023-06-23tsleep(9): Assert kernel lock held.riastradh