aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* O_PATH: allow vnode kevent filter on such filesKonstantin Belousov2021-04-155-3/+19
* O_PATH: Allow to open symlinkKonstantin Belousov2021-04-151-2/+4
* Make files opened with O_PATH to not block non-forced unmountKonstantin Belousov2021-04-153-7/+12
* open(2): Implement O_PATHKonstantin Belousov2021-04-158-35/+128
* Add AT_EMPTY_PATH for several *at(2) syscallsKonstantin Belousov2021-04-154-27/+103
* AT_RESOLVE_BENEATH is bsd-specificKonstantin Belousov2021-04-151-1/+3
* vfs_vnops.c: Make vn_statfile() non-staticKonstantin Belousov2021-04-152-3/+2
* Style.Konstantin Belousov2021-04-153-6/+6
* cache: extend mismatch vnode assert print to include the nameMateusz Guzik2021-04-151-4/+4
* Ensure that the mount command shows "with quotas" when quotas are enabled.Kirk McKusick2021-04-141-0/+2
* hidmap: add missing opt_hid.h to module MakefileVladimir Kondratyev2021-04-141-0/+1
* uma: Introduce per-domain reclamation functionsMark Johnston2021-04-144-70/+124
* uma: Split bucket_cache_drain() to permit per-domain reclamationMark Johnston2021-04-141-36/+42
* domainset: Define additional global policiesMark Johnston2021-04-142-14/+28
* arm: Add no-cftconvert for sdma-imx6 filesEmmanuel Vadot2021-04-141-2/+2
* zfs: merge openzfs/zfs@3522f57b6 (master)Martin Matuska2021-04-1428-39/+152
* pchtherm: Add IDs for CannonLake-H, CometLake and Lewisburg controllersVladimir Kondratyev2021-04-141-1/+9
* filt_timerexpire: avoid process lock recursionKonstantin Belousov2021-04-141-7/+15
* realtimer_expire: avoid proc lock recursion when called from itimer_proc_cont...Konstantin Belousov2021-04-141-7/+17
* pseudofs: limit writes to 1MKonstantin Belousov2021-04-141-0/+3
* sbuf_uionew(): sbuf_new() takes int as lengthKonstantin Belousov2021-04-141-0/+4
* ichsmb: Add PCI ID for Intel Gemini Lake SMBus controllerVladimir Kondratyev2021-04-141-0/+3
* cxgbe(4): RSS hash for VXLAN traffic is computed from the inner frame.Navdeep Parhar2021-04-131-0/+2
* TOE: Use a read lock on the PCB for syncache_add().John Baldwin2021-04-132-6/+6
* if_firewire: fixing panic upon packet reception for VNET buildTai-hwa Liang2021-04-131-0/+2
* malloc: Add state transitions for KASANMark Johnston2021-04-131-13/+31
* execve: Mark exec argument buffersMark Johnston2021-04-133-0/+8
* vfs: Add KASAN state transitions for vnodesMark Johnston2021-04-131-2/+64
* kmem: Add KASAN state transitionsMark Johnston2021-04-131-14/+22
* kstack: Add KASAN state transitionsMark Johnston2021-04-131-1/+4
* uma: Add KASAN state transitionsMark Johnston2021-04-132-21/+144
* amd64: Add MD bits for KASANMark Johnston2021-04-135-0/+25
* amd64: Implement a KASAN shadow mapMark Johnston2021-04-136-4/+252
* Add the KASAN runtimeMark Johnston2021-04-133-0/+1161
* Add a KASAN option to the kernel buildMark Johnston2021-04-132-0/+11
* arm64: adjust comments in dbg_monitor_exit()Mitchell Horne2021-04-131-2/+2
* arm64: clear debug registers after execve(2)Mitchell Horne2021-04-133-5/+20
* nfs client: depend on xdrKonstantin Belousov2021-04-131-0/+1
* linux: adjust ordering of Linux auxv and add dummy AT_HWCAP2Edward Tomasz Napierala2021-04-135-9/+12
* pf: Implement the NAT source port selection of MAP-E Customer EdgeKurosawa Takahiro2021-04-134-8/+104
* cxgbe: Ignore doomed virtual interfaces when updating the clip table.John Baldwin2021-04-121-0/+3
* OCF: Remove support for asymmetric cryptographic operations.John Baldwin2021-04-127-743/+11
* iscsi: Kick threads out of iscsi_ioctl() during unload.John Baldwin2021-04-122-0/+12
* cxgbe: Add counters for iSCSI PDUs transmitted via TOE.John Baldwin2021-04-124-0/+17
* hptrr: Move to using .o filesWarner Losh2021-04-126-22459/+2
* hptmv: use .o files directlyWarner Losh2021-04-126-3382/+2
* hpt27xx: store the .o files directly in the treeWarner Losh2021-04-126-43320/+2
* hptnr: Store the .o files directly in the repoWarner Losh2021-04-126-18908/+2
* syncache: simplify syncache_add() KPI to return struct socket pointerGleb Smirnoff2021-04-124-22/+21
* tcp_input/syncache: acquire only read lock on PCB for SYN,!ACK packetsGleb Smirnoff2021-04-127-67/+61