aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* e1000: Fix lem/em UDP rx csum offloadKevin Bowling2021-08-161-46/+21
* psm(4): Probe Synaptics touchpad with active multiplexing mode enabledVladimir Kondratyev2021-08-161-14/+28
* iichid(4): Perform bus_teardown_intr/bus_setup_intr to disable interruptsVladimir Kondratyev2021-08-161-12/+35
* iichid(4): disable interrupt on suspendJ.R. Oldroyd2021-08-161-6/+21
* nfscl: Set correct lockowner for "oneopenown" mount optionRick Macklem2021-08-151-2/+3
* nfscl: Cache an open stateid for the "oneopenown" mount optionRick Macklem2021-08-155-4/+70
* igc: sync igc_txrx with igb(4)Kevin Bowling2021-08-151-39/+53
* MFC 517904de5cca: igc(4): Introduce new driver for the Intel I225 Ethernet co...Peter Grehan2021-08-1526-0/+12023
* hms(4): Fix a typo in sysctl descriptionGordon Bergling2021-08-151-1/+1
* Add ElfW() macro for compatibility with LinuxDimitry Andric2021-08-141-0/+3
* null_vput_pair(): release use reference on dvp earlierKonstantin Belousov2021-08-141-14/+31
* vlrureclaim: only skip vnode with resident pages if it own the pagesKonstantin Belousov2021-08-141-1/+1
* softdep_unmount: assert that no dandling dependencies are leftKonstantin Belousov2021-08-141-0/+7
* FFS: assign fully initialized struct mount_softdeps to um_softdepKonstantin Belousov2021-08-141-33/+35
* Assert that um_softdep is NULL on free(ump), i.e. softdep_unmount() was calledKonstantin Belousov2021-08-141-0/+2
* ffs_mount: when remounting ro->rw and sbupdate failed, cleanup softdepsKonstantin Belousov2021-08-141-0/+2
* softdep_unmount: handle spurious wakeupsKonstantin Belousov2021-08-141-2/+5
* softdep_flush(): do not access ump after we acked FLUSH_EXIT and unlocked SU ...Konstantin Belousov2021-08-141-2/+7
* ffs: clear MNT_SOFTDEP earlier when remounting rw to roKonstantin Belousov2021-08-142-12/+37
* Rework MOUNTED/DOING SOFTDEP/SUJ macrosKonstantin Belousov2021-08-142-6/+5
* ffs softdep: clear ump->um_softdep on softdep_unmount()Konstantin Belousov2021-08-141-21/+26
* ffs_extern.h: Add comments for ffs_vgetf() flagsKonstantin Belousov2021-08-141-4/+6
* Add FFSV_FORCEINODEDEP flag for ffs_vgetf()Konstantin Belousov2021-08-143-7/+10
* simplify journal_mount: move the out label after success blockKonstantin Belousov2021-08-141-19/+19
* Clean up orphaned indirdep dependency structures after disk failure.Kirk McKusick2021-08-132-9/+49
* netipsec/key.c: Use ANSI C definition for key_random()Konstantin Belousov2021-08-131-1/+1
* netipsec/keydb.h: fix typoKonstantin Belousov2021-08-131-1/+1
* Fix panic in IPv6 multicast code.Andrey V. Elsukov2021-08-131-1/+10
* coretemp(4): Switch to smp_rendezvous_cpus().Alexander Motin2021-08-131-22/+37
* ipmi(4): Add more watchdog error checks.Alexander Motin2021-08-131-6/+18
* link_elf_obj: Invoke fini callbacksMark Johnston2021-08-123-5/+35
* amd64: Set MSR_KGSBASE to 0 during AP startupMark Johnston2021-08-121-2/+2
* amd64: Set GS.base before calling init_secondary() on APsMark Johnston2021-08-122-4/+21
* Add vn_lktype_write()Konstantin Belousov2021-08-125-47/+24
* bhyve: virtio shares definitions between sys/dev/virtioKa Ho Ng2021-08-122-0/+7
* m_dup: Handle unmapped mbufs as an input mbuf.John Baldwin2021-08-111-1/+1
* hwpmc: disable uncore class on Sandy Bridge and newerMitchell Horne2021-08-111-6/+25
* pf: batch critical section for several countersMateusz Guzik2021-08-113-31/+47
* pf: switch rule counters to pf_counter_u64Mateusz Guzik2021-08-117-81/+185
* pf: switch kif counters to pf_counter_u64Mateusz Guzik2021-08-114-21/+126
* pf: switch pf_status.fcounters to pf_counter_u64Mateusz Guzik2021-08-113-10/+26
* pf: add hybrid 32- an 64- bit countersMateusz Guzik2021-08-112-1/+245
* pf: drop redundant 'else' in pf_normalize_*Mateusz Guzik2021-08-111-12/+9
* pf: consistently malloc rules with M_ZEROMateusz Guzik2021-08-111-2/+2
* pf: hide struct pf_kstatus behind ifdef _KERNELMateusz Guzik2021-08-111-0/+2
* udp: Fix soroverflow SOCKBUF unlockingKonstantin Kukushkin2021-08-111-1/+1
* socket: Implement SO_RERRORRoy Marples2021-08-1119-33/+79
* pf: Validate user string nul-termination before copyingMark Johnston2021-08-111-31/+92
* pf: Initialize arrays before copying out to userlandMark Johnston2021-08-111-5/+5
* Do not expose to scheduler caches of single CPU.Alexander Motin2021-08-111-0/+6