summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-04drm/i915/dg1: Add new PCI idJonathan Gray
2022-05-04drm/i915/adl_s: Update ADL-S PCI IDsJonathan Gray
2022-05-04Missed removing some memory scaling in vmm, vmctl.Dave Voutila
2022-05-03vmm/vmd/vmctl: standardize memory units to bytesDave Voutila
2022-05-03Rate limit uvn_flush error during pageout messages. They occurAlexander Bluhm
2022-05-03Make pf(4) more paranoid about IGMP/MLP messages. MLD/IGMP messagesAlexandr Nedvedicky
2022-05-03sioctl_onval(3) returns int not voidAlexandre Ratchov
2022-05-03Rework display of partition types, removing unnecessary trailingKenneth R Westerback
2022-05-03Activate parallel IP forwarding. Start 4 softnet tasks. Limit theAlexander Bluhm
2022-05-03Retire CRYPTO_F_MPSAFE it is no longer of any use. The crypto frameworkClaudio Jeker
2022-05-03Add FIDO AUTHENTICATOR section and explain a bit how FIDO works. TheFlorian Obser
2022-05-02Disable DMA as part of the hardware reset, preventing the device fromAnton Lindqvist
2022-05-02Use the given queue id argument which happen to already be equal toAnton Lindqvist
2022-05-02remove an obsolete rsa1 format example from an example;Jason McIntyre
2022-05-01syncTheo de Raadt
2022-05-01fix some integer overflows in sieve_large() that show up when tryingDamien Miller
2022-05-01regenTed Unangst
2022-05-01no need to test for toupper function in awkTed Unangst
2022-05-01Install useful btrace scripts into /usr/share/btrace directory.Alexander Bluhm
2022-05-01Split a new function roff_parse_comment() out of roff_expand() because thisIngo Schwarze
2022-05-01Prevent out-of-bounds array access with binaries that use unsupportedMark Kettenis
2022-05-01Check for the correct length field when checking the control transfer dataMarcus Glocker
2022-04-30Run IP input and forwarding with shared netlock. Also distributeAlexander Bluhm
2022-04-30Provide a new function roff_req_or_macro() to parse and handle a requestIngo Schwarze
2022-04-30Recheck PG_BUSY after locking the page.Martin Pieuchot
2022-04-30Add comments to some of the enum roff_tok values;Ingo Schwarze
2022-04-30Enforce proper memory ordering in refcnt_rele() and refcnt_finalize()Visa Hankala
2022-04-30When performing ipsp_ids_free(), grab `ipsec_flows_mtx' mutex(9) before doVitaliy Makkoveev
2022-04-30Refactor the handler function roff_block_sub() for clarity and simplicity.Ingo Schwarze
2022-04-30Tweak to clarify sio_stop(3) and sio_flush() description, from jmc@Alexandre Ratchov
2022-04-30Convert the 2nd rttimer callback from struct rttimer to u_int rtableid.Claudio Jeker
2022-04-30add support for printing some extra large numbers to histogramsTed Unangst
2022-04-29Send IP options with maximum length to check for overflow.Alexander Bluhm
2022-04-29Cleanup makefile so that tests are similar. Link pair to build.Alexander Bluhm
2022-04-29Link pf_opts to the tree.Alexander Bluhm
2022-04-27Send packets with IPv4 option or IPv6 extension header over loopbackAlexander Bluhm
2022-04-29syncJonathan Gray
2022-04-29finally, turn on caching by defaultMarc Espie
2022-04-29Release PF und NET lock before calling copyout for DIOCIGETIFACES.mbuhl
2022-04-29Check that IGMP and ICMP6 MLD packets with router alert option pass.Alexander Bluhm
2022-04-29Wait until the buffer is drained before closing the deviceAlexandre Ratchov
2022-04-29IGMP and ICMP6 MLD packets always have the router alert option set.Alexander Bluhm
2022-04-29Add sio_flush(3) function to stop playback immediatelyAlexandre Ratchov
2022-04-29be stricter in which characters will be accepted in specifying a maskDamien Miller
2022-04-29mention that the helpers are used by ssh(1), ssh-agent(1) andDamien Miller
2022-04-27Send packets with IPv4 option or IPv6 extension header over loopbackAlexander Bluhm
2022-04-29Don't leak SK device. Patch from Pedro Martelletto via github PR#316.Darren Tucker
2022-04-29fix memleak on session-bind path; from Pedro Martelletto, ok dtucker@Damien Miller
2022-04-28Use $(( )) arithmetic expansion instead of `expr something`Jeremie Courreges-Anglas
2022-04-28btrace(8): fix lexer to allow whitespace after filters.Dave Voutila