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