Age | Commit message (Expand) | Author |
2019-06-17 | Completley rewrite the community matching and handling code. All community | Claudio Jeker |
2019-06-17 | s/get1/get0/ in comments | Florian Obser |
2019-06-17 | Mention EM_PPC64; from jsg@ | Kevin Lo |
2019-06-17 | improve clock_gettime regress: | anton |
2019-06-17 | When reloading station address via TWSI is timed out, try to reload | Kevin Lo |
2019-06-17 | Mention the ELF machine type EM_AARCH64. | Kevin Lo |
2019-06-17 | Allow setting of retransmission intervasl via _res.retrans. Ugly API but | Otto Moerbeek |
2019-06-17 | We do support "options edns0"; ok jca@ | Otto Moerbeek |
2019-06-17 | Remove old realpath(3), and the userland-vs-kernel realpath verification | Theo de Raadt |
2019-06-17 | Add -c option for passing LOG_CONS to syslog(3). | Philip Guenther |
2019-06-17 | dosendsyslog() must only pass ktrgenio(9) userspace buffers that it can | Philip Guenther |
2019-06-16 | SYS___realpath is legitimately PLEDGE_STDIO, because the other pledge | Theo de Raadt |
2019-06-16 | Trade unveil(2) for chroot(2). | Florian Obser |
2019-06-16 | redo the environment inheritance to not inherit. it was intended to make | Ted Unangst |
2019-06-16 | finish killing PLIST_DB as noticed by some anonymous guy | Marc Espie |
2019-06-16 | Ignore the frame cents component in MMC relocate message. | Alexandre Ratchov |
2019-06-16 | Say in comment why we use 1/2400 second as MTC time unit. | Alexandre Ratchov |
2019-06-16 | Do not leak rsa keys; nobody is messing with the reference behind our | Florian Obser |
2019-06-16 | Restrict filesystem access to read only _PATH_DEVDB and /dev through unveil(2), | Ricardo Mestre |
2019-06-16 | Be more aggressive retrying dns while in settime mode. The constraint | Otto Moerbeek |
2019-06-16 | acctkey indirection is unnecessary, just pass authority->account | Florian Obser |
2019-06-16 | drm/amd/display: Use plane->color_space for dpp if specified | Jonathan Gray |
2019-06-16 | In previous commit I forgot a net unlock if the PCB of the socket | Alexander Bluhm |
2019-06-16 | Use timeout_add_sec(9) | kn |
2019-06-15 | oops - missing .El in previous; | Jason McIntyre |
2019-06-15 | Remove bugs section. | Florian Obser |
2019-06-15 | Free sizes for hooks and `if_sadl'. | Martin Pieuchot |
2019-06-15 | "If any sets are missing, patches are skipped accordingly." | Antoine Jacoutot |
2019-06-15 | Now that we have different key types (rsa and ecdsa) we probably | Florian Obser |
2019-06-15 | realpath(3) doesn't use lstat(2), readlink(2), or getcwd(3) anymore, | Theo de Raadt |
2019-06-15 | Have __realpath() do the pathname==NULL -> EINVAL check itself, eliminating | Theo de Raadt |
2019-06-15 | Fix previous commit and unbreak the tree. | Mark Kettenis |
2019-06-15 | Print domain key type in config test mode (-n). | Florian Obser |
2019-06-15 | simplify cleanup handling | Marc Espie |
2019-06-15 | Use the right format modifier when comparing, and remove a couple of | Nicholas Marriott |
2019-06-14 | simplify the runq interface: | Eric Faurot |
2019-06-14 | Track key type (RSA or ECDSA) in an enum and clean up a bit while here. | Florian Obser |
2019-06-14 | new regress: clock_gettime(2); test if CLOCK_MONOTONIC is really monotonic | cheloha |
2019-06-14 | Add TSC_ADJUST CPUID flag. | Mark Kettenis |
2019-06-14 | timeout_add(9)+hz(9) -> timeout_add_sec(9); ok patrick@ | cheloha |
2019-06-14 | Do not loop forever if a menu item contains invisible characters, | Nicholas Marriott |
2019-06-14 | Note a segv with fprintf if a file with long lines is loaded with | Mark Lumsden |
2019-06-14 | Delete totally bogus code specifically targetted at mandoc | Ingo Schwarze |
2019-06-14 | Improve pages that briefly mentioned ERR - usually below SEE ALSO - | Ingo Schwarze |
2019-06-14 | Further improve the documentation of library initialization and configuration. | Ingo Schwarze |
2019-06-14 | Show filename with -v for source-file. | Nicholas Marriott |
2019-06-14 | Use timeout_add_msec(9) | kn |
2019-06-14 | A couple of minor parser changes around conditions: 1) only treat #{ | Nicholas Marriott |
2019-06-14 | Use timeout_add_msec(9) | kn |
2019-06-14 | match on Intel Apollo Lake ids | Jonathan Gray |