summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2021-01-07Fix typo in comment.Mark Kettenis
2021-01-07Extend IP_ADD_MEMBERSHIP to also support struct ip_mreqn.Claudio Jeker
2021-01-07Adjust comment about klist_invalidate()Visa Hankala
2021-01-06Let a process open a video(4) device multiple timesJeremie Courreges-Anglas
2021-01-06Mark a layer 2 address as expired by setting the length to 0 when theFlorian Obser
2021-01-06Add dt(4) TRACEPOINTs for pool_get() and pool_put(), this is simmilar to theClaudio Jeker
2021-01-06Allocate pages for the F00F bug fix using km_alloc(9) instead ofJonathan Matthew
2021-01-05pppoeintr() is no morekn
2021-01-04the tx doorbell is next to the rx doorbell, not on top of it.David Gwynne
2021-01-04Process pppoe(4) packets directly, do not queue through netiskn
2021-01-04- fix use after free, when packet gets dropped.Alexandr Nedvedicky
2021-01-04Remove kernel lock from pppoe(4) input pathkn
2021-01-04Minor refactoring in pf(4). Note that struct pfsync_state is noAlexander Bluhm
2021-01-04Remove unused `pipex_iface_context' struct.mvs
2021-01-04use bus_dmamap_sync around updates to the doorbells.David Gwynne
2021-01-03Allocate address space for reposting vga devices using km_alloc(9) ratherJonathan Matthew
2021-01-02Use native display resolution 1368x768 with Lynloong all-in-one computers.Visa Hankala
2021-01-02Make kernel recognize Lynloong LM9002/9003 and LM9013.Visa Hankala
2021-01-02Don't call if_deactivate() in switch_clone_destroy(). Followingmvs
2021-01-02Don't call if_deactivate() in bridge_clone_destroy(). Followingmvs
2021-01-02Remove PIPEX{S,G}MODE ioctl(2) commands. This time they are pretty dummymvs
2021-01-02optimise bpf_catchpacket and bpf_wakeup.David Gwynne
2021-01-02Allocate address space for struct cpu_info using km_alloc(9) instead ofJonathan Matthew
2021-01-02pool(9): remove tickscheloha
2021-01-02bpf(4): remove tickscheloha
2021-01-02nfs: don't sleep on lboltcheloha
2021-01-02uvm: uvm_fault_lower(): don't sleep on lboltcheloha
2021-01-01Add kstat to ogx(4).Visa Hankala
2021-01-01Remove useless redundant call of ttyopen().jan
2021-01-01copyright++;Jonathan Gray
2020-12-31Keep polling if a temperature sensor reading fails. This is neededMark Kettenis
2020-12-31Add trace points for malloc(9) and free(9). This makes them traceableClaudio Jeker
2020-12-31Enable IPv4 and TCP/UDP checksum offload on transmission.Visa Hankala
2020-12-31don't oversleep when waiting on fencesJonathan Gray
2020-12-31remove pv includes which were missed in rev 1.70Jonathan Gray
2020-12-30Set klist lock for pipes.Visa Hankala
2020-12-30Add singly-linked tail queue macros from FreeBSD.Todd C. Miller
2020-12-30Fix pppoe_dispatch_disc_pkt definition to be in accordance with style(9)mvs
2020-12-30Convert the `off' argument of pppoe_dispatch_disc_pkt function tomvs
2020-12-30Enter power-saving mode on POWER9 (ISA v3)gkoehler
2020-12-29Handle pinctrl.Mark Kettenis
2020-12-29Add more PWM pin descriptions.Mark Kettenis
2020-12-28Analog to the the kern.audio.record sysctl parameter for audio(4)Marcus Glocker
2020-12-28Remove unused start routinekn
2020-12-28Sync with i386 by asserting that IPL values should be at least IPL_NONE.Martin Pieuchot
2020-12-28Initialize pmap_kernel()'s mutexes.Martin Pieuchot
2020-12-28Use per-CPU counters for fault and stats counters reached in uvm_fault().Martin Pieuchot
2020-12-28Add support for the PCIe controller found on Amlogic G12A/G12B/SM1 SoCs.Mark Kettenis
2020-12-28regenMark Kettenis
2020-12-28Add Synopsys vendor and their DesignWare PCIe bridge.Mark Kettenis