summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-20Import regenerated moduliDarren Tucker
2022-04-20Eliminate some local pointers to gp[pn] and just use gp[pn].Kenneth R Westerback
2022-04-19Add dummy implementation for rt_timer_init(). Kernel sources areAlexander Bluhm
2022-04-19zap extra line break and extra empty lineTheo Buehler
2022-04-19Forgot a file for previous commit.Kenneth R Westerback
2022-04-19Use a pool instead of malloc for struct rttimer_queue. As routingAlexander Bluhm
2022-04-19Do not use a hidden global for the EVP_ENCODE_CTX to save a calloc() call.Claudio Jeker
2022-04-19Avoid leaking crldp in mft_parse() if one of the crlfile checks fails.Theo Buehler
2022-04-19Bring GPT_print_partition() into line with other functions being passedKenneth R Westerback
2022-04-19Move declaration of DEBUG-only variable inside #ifdef DEBUG.Kenneth R Westerback
2022-04-19Eliminate superfluous intermediate variables 'pncnt' now thatKenneth R Westerback
2022-04-19Drop unused KeyUpdate from debug printfTheo Buehler
2022-04-19Instead of a MP unsafe global variable to initialize at first use,Alexander Bluhm
2022-04-19add missing unlock before returning in uvn_detach()Sebastien Marie
2022-04-19document the actual problems that pkg_check-version can diagnoseMarc Espie
2022-04-19Change type of talsz and dependent code from size_t to int. Tal ids areClaudio Jeker
2022-04-19Make it a hard error when an unknown repoistory id is passed toClaudio Jeker
2022-04-19next iteration: make the support dependent on TEST parametersMarc Espie
2022-04-19Cosmetics, add missing spaceClaudio Jeker
2022-04-19Adjust on how CRL and MFT files are verified.Claudio Jeker
2022-04-19document the bits of the kstat struct that providers work with.David Gwynne
2022-04-19regenKevin Lo
2022-04-19Add a new RDC PHY.Kevin Lo
2022-04-19Restore original MDC speed control register value on vte_reset,Kevin Lo
2022-04-19remove a comment saying we might want kstat_remove.David Gwynne
2022-04-19enable kstat(4) and kstat(1).David Gwynne
2022-04-18Convert the GPT header read from disk into a host-endian version,Kenneth R Westerback
2022-04-18regenKevin Lo
2022-04-18A few devices found on EBOX-3360-C2CF and EBOX-3300MX.Kevin Lo
2022-04-17When kbd -l was executed as regular user, it failed silently. TryAlexander Bluhm
2022-04-17syncTheo de Raadt
2022-04-16esm(4): constify sensor tablesChristian Weisgerber
2022-04-16it(4): constify sensor tablesChristian Weisgerber
2022-04-16constify SCSI adapter entry pointsChristian Weisgerber
2022-04-16update list of firmware files used by iwx(4)Stefan Sperling
2022-04-16Make device matching in iwx(4) more similar to Linux iwlwifi.Stefan Sperling
2022-04-16regenStefan Sperling
2022-04-16Add more Intel wifi PCI device IDs. Some AX201, some AX210, some AX211.Stefan Sperling
2022-04-16refactor the code so that caching is setup in the repository that'sMarc Espie
2022-04-16ssh-keygen's -G/-T have been replaced with -M generate/screen.Darren Tucker
2022-04-16list the correct version number when usage of the sftp protocol became defaultT.J. Townsend
2022-04-15Allow more than one CRL URI in certificatesTheo Buehler
2022-04-15make use of the fact that repositories are unique objects: we don't needMarc Espie
2022-04-15we probably already have that info, but in any case, we don't needMarc Espie
2022-04-15delete an ancient paragraph suggesting the wrong reason to use close(2)Theo de Raadt
2022-04-14The XOR instruction affects the carry and zero flag. Move it beforeAlexander Bluhm
2022-04-14ddb: constify command tablesChristian Weisgerber
2022-04-14Move ((gh_part_size % d_secsize) == 0) validity checkKenneth R Westerback
2022-04-14Relax address availability check for multicast binds.Claudio Jeker
2022-04-14pf and pfsync are running without kernel lock, so the mutexes mustAlexander Bluhm