Age | Commit message (Expand) | Author |
2021-10-29 | A USB HID report ID must be represented using a single byte ranging | Anton Lindqvist |
2021-10-29 | match more Prolific HXN ids | Jonathan Gray |
2021-10-29 | regen | Jonathan Gray |
2021-10-29 | more Prolific HXN ids | Jonathan Gray |
2021-10-29 | Don't grab audio_lock in filt_midi{read,write} if NOTE_SUBMIT is set. | Alexandre Ratchov |
2021-10-28 | add proper declaration for addr in dt_prov_kprobe_hook | Jasper Lievisse Adriaanse |
2021-10-27 | extend checks of ensuring there's valid CTF data before attempting to use it. | Jasper Lievisse Adriaanse |
2021-10-27 | The crypto layer needs the kernel lock. ah_zeroize() takes it when | Alexander Bluhm |
2021-10-27 | use db_get_probe_addr() instead of handrolling the expression wrapped in ifdef | Jasper Lievisse Adriaanse |
2021-10-27 | Replace 'DIAGNOSTIC' block within soqinsque() by KASSERT(9). | Vitaliy Makkoveev |
2021-10-27 | fix spello in comment | Jasper Lievisse Adriaanse |
2021-10-27 | regen | Visa Hankala |
2021-10-27 | Unlock the kevent(2) system call. | Visa Hankala |
2021-10-26 | Add a new TEMPerHUM device id. style tweak deraadt@, ok mlarkin@ | Matthieu Herrb |
2021-10-26 | Improve unhibernate performance (30% on some machines, another upcoming diff | Theo de Raadt |
2021-10-26 | Enable vmx(4) on arm64. Tested using VMware Fusion on the Apple M1. | Patrick Wildt |
2021-10-26 | Only flush freshly mapped uncached/device mappings if we have a vm_page for it, | Patrick Wildt |
2021-10-26 | Allocate fresh memory to put our device tree into, to make sure we have least | Patrick Wildt |
2021-10-26 | Remove more occurences of O_RDONLY in our bootloaders. | Patrick Wildt |
2021-10-25 | The implementation of ipsp_spd_inp() is side effect free. It may | Alexander Bluhm |
2021-10-25 | remove dtp_mtx which protected dtp_ref; the code is always called with KERNEL... | Todd C. Miller |
2021-10-25 | Call a locked variant of tdb_unlink() from tdb_walk(). Fixes a | Alexander Bluhm |
2021-10-25 | remove dtp_mtx which protected dtp_ref; the code is always called with KERNEL... | Jasper Lievisse Adriaanse |
2021-10-25 | Protect the tdb hashes with a mutex. Move initialization out of | Alexander Bluhm |
2021-10-25 | Remove unused variables to silence clang. | Patrick Wildt |
2021-10-25 | typos in comments, from jj, reported by Elyes Haouas on irc | Stuart Henderson |
2021-10-25 | Revert commitid: ufM9BcSbXqfLpzBH; | Claudio Jeker |
2021-10-25 | Fix use of uninitialized variable 'rpl'. | Tobias Heider |
2021-10-24 | Merge esp_input_cb() intp esp_input(). | Tobias Heider |
2021-10-24 | Remove code duplication by merging the v4 and v6 input functions | Alexander Bluhm |
2021-10-24 | Refactor ah_input() and ah_output() for new crypto API. | Tobias Heider |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-10-24 | Refactor ipcomp_input() and ipcomp_output(). Remove obsolete code related | Tobias Heider |
2021-10-24 | Constify struct cfattach. | Martin Pieuchot |
2021-10-24 | #define open O_* flags in libsa/stand.h, so that bootblocks can use | Theo de Raadt |
2021-10-24 | Some more whitespace cleanup | Patrick Wildt |
2021-10-24 | There are more m_pullup() in IPsec input. Pass down the pointer | Alexander Bluhm |
2021-10-24 | Constify struct cfattach. | Martin Pieuchot |
2021-10-24 | Constify struct cfattach. | Martin Pieuchot |
2021-10-24 | tiny little whitespace fixes | Patrick Wildt |
2021-10-24 | Remove 'struct tdb_crypto' allocations from esp_input() and esp_output(). | Tobias Heider |
2021-10-24 | A tiny bit of cleanup. | Patrick Wildt |
2021-10-24 | Add mount -ur/uw support to tmpfs. | Patrick Wildt |
2021-10-24 | Unlock top part of UVM fault handler on mips64. | Visa Hankala |
2021-10-24 | Move pmap_{,k}remove() inside uvm_km_pgremove{,_intrsafe}(). | Martin Pieuchot |
2021-10-24 | Now that ampintcmsi(4)'s establish function returns a pointer to the | Patrick Wildt |
2021-10-24 | Remove crp_etype and return errors directly from crypto_invoke() | Tobias Heider |
2021-10-24 | Pass the error of the IPsec callback to the caller. The dropped | Alexander Bluhm |
2021-10-24 | Shuffle variables around and use KASSERT() instead of panic(). | Martin Pieuchot |