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