Age | Commit message (Expand) | Author |
2019-06-17 | Too much space | Claudio Jeker |
2019-06-17 | Add unit test for new community functions. Should cover the basics. | Claudio Jeker |
2019-06-17 | Adjust test since the community rewrite changed order of communities in sets. | Claudio Jeker |
2019-06-17 | Implement elliptic curve account keys. | Florian Obser |
2019-06-17 | The copyfault handler is supposed to store the old handler in the pcb. | Patrick Wildt |
2019-06-17 | Adjust comment. | Claudio Jeker |
2019-06-17 | From Leonid Bobrov: add a condition to {beginning,end}-of-buffer to | Mark Lumsden |
2019-06-17 | Make pci_intr_map_msix(9) assign an address to the BAR used by the MSI-X | Mark Kettenis |
2019-06-17 | Split out the code that assigns addresses to BARs into its own function. | Mark Kettenis |
2019-06-17 | Adjust and sync the code with the new struct community code from bgpd. | Claudio Jeker |
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 |