aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* open(2): Implement O_PATHKonstantin Belousov2021-04-159-36/+168
* Add AT_EMPTY_PATH for several *at(2) syscallsKonstantin Belousov2021-04-1511-34/+185
* 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
* link(2): correct descriptor name in AT_RESOLVE_BENEATH descriptionKonstantin Belousov2021-04-151-1/+1
* cache: extend mismatch vnode assert print to include the nameMateusz Guzik2021-04-151-4/+4
* bhyve: implement rdmsr for MSR_IA32_FEATURE_CONTROLCorvin Köhne2021-04-151-0/+8
* 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
* Revert "config(8): Correct the mentioned paper in the SEE ALSO section"Gordon Bergling2021-04-141-4/+3
* uma: Introduce per-domain reclamation functionsMark Johnston2021-04-145-71/+137
* uma: Split bucket_cache_drain() to permit per-domain reclamationMark Johnston2021-04-141-36/+42
* domainset: Define additional global policiesMark Johnston2021-04-143-16/+46
* ossl(4): Install the man page also for arm64Gordon Bergling2021-04-141-1/+5
* expand @TPUT@ in ncurses manpagesYuri Pankov2021-04-141-0/+1
* arm: Add no-cftconvert for sdma-imx6 filesEmmanuel Vadot2021-04-141-2/+2
* pf tests: Test clearing rules countersKristof Provost2021-04-142-0/+80
* pfctl: Fix clearing rules countersKristof Provost2021-04-143-6/+18
* zfs: merge openzfs/zfs@3522f57b6 (master)Martin Matuska2021-04-1428-39/+152
|\
| * Update vendor/openzfs to openzfs/zfs/master@3522f57b6vendor/openzfs/legacyMartin Matuska2021-04-1428-36/+160
* | 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
* | arp(8): fixing the deletion failure of IEEE1394 associated addressesTai-hwa Liang2021-04-131-0/+1
* | if_firewire: fixing panic upon packet reception for VNET buildTai-hwa Liang2021-04-131-0/+2
* | caroot: reroll the remaining certsKyle Evans2021-04-13125-0/+250
* | caroot: remove certs distrusted for server authKyle Evans2021-04-1315-0/+0
* | caroot: update CA bundle processorKyle Evans2021-04-131-12/+43
* | caroot: routine cert updateKyle Evans2021-04-135-0/+263
* | 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-135-0/+1335
* | Add a KASAN option to the kernel buildMark Johnston2021-04-132-0/+11
* | Remove reference to the pfctlinput2() from domain(9) after 237c1f932b.Dmitry Chagin2021-04-133-27/+4
* | 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
* | Fix race in case of device destruction.Alexander Motin2021-04-131-1/+6
* | nfs client: depend on xdrKonstantin Belousov2021-04-131-0/+1