summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-05-08Backport an upstream fix for CRC calculation. This fixes Java applicationsTheo Buehler
2022-05-08Update to zlib 1.2.12Theo Buehler
2022-05-06Replace selwakeup() with KNOTE() in kqueue event activation.Visa Hankala
2022-05-06Replace selwakeup() with KNOTE() in pipe and socket event activation.Visa Hankala
2022-05-05Clean up divert_packet(). Function does not return error, make itAlexander Bluhm
2022-05-05Use static objects for struct rttimer_queue instead of dynamicallyClaudio Jeker
2022-05-05regenFrederic Cambus
2022-05-05Add ID for the AMD Sensor Fusion Hub found on my Ryzen-based ZBOX CA621.Frederic Cambus
2022-05-05Using mutex initializer for static variable does not compile withAlexander Bluhm
2022-05-05No longer consider IN_EXPERIMENTAL aka 240/4 as not forwardable.Claudio Jeker
2022-05-04Introduce mutex for ratecheck(9) and ppsratecheck(9). A globalAlexander Bluhm
2022-05-04Move rttimer callback function from the rttimer itself to rttimer_queue.Claudio Jeker
2022-05-04In ipsp_spd_lookup() rename the parameter tdbp to tdbin as it isAlexander Bluhm
2022-05-04Merge swap-backed and object-backed inactive page lists.Martin Pieuchot
2022-05-04regenJonathan Gray
2022-05-04update Intel ADL-S graphics ids, add ADL-N RPL-S RPL-PJonathan Gray
2022-05-04drm/i915/adl-n: Enable ADL-N platformJonathan Gray
2022-05-04drm/i915/rpl-s: Add PCI IDS for Raptor Lake SJonathan Gray
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-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-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-01regenTed Unangst
2022-05-01no need to test for toupper function in awkTed Unangst
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-30Recheck PG_BUSY after locking the page.Martin Pieuchot
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-30Convert the 2nd rttimer callback from struct rttimer to u_int rtableid.Claudio Jeker
2022-04-29Release PF und NET lock before calling copyout for DIOCIGETIFACES.mbuhl
2022-04-29IGMP and ICMP6 MLD packets always have the router alert option set.Alexander Bluhm
2022-04-28Always acquire the `vmobjlock' before incrementing an object's reference.Martin Pieuchot
2022-04-28Route timers were not MP safe. Protect the global lists with aAlexander Bluhm
2022-04-28In the multicast router code don't allocate a rt timer queue for eachClaudio Jeker
2022-04-28Decouple IP input and forwarding from protocol input. This allowsAlexander Bluhm
2022-04-28Call uvm_pageactivate() from uvm_pageunwire() instead of rerolling it.Martin Pieuchot
2022-04-28Update uvmexp.swpgonly only once in uvm_swap_get().Martin Pieuchot
2022-04-28drm/i915/display/psr: Unset enable_psr2_sel_fetch if other checks in intel_ps...Jonathan Gray
2022-04-27Remove the lock if an identical overlapping one is already present.Anton Lindqvist
2022-04-27vgone() is vgonel() with curproc as 2nd argument. Use vgonel() like theClaudio Jeker
2022-04-27vmm(4): dt(4) tracepoints for vm exit reporting previous exit.Dave Voutila
2022-04-26Bump __mp_lock_spinout to INT_MAX.Dave Voutila
2022-04-26No need for line wrap here.Claudio Jeker