aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* ffs_syncvnode: only clear IN_NEEDSYNC after successfull syncKonstantin Belousov2021-02-121-1/+2
* Merge ufs_fhtovp() into ffs_inotovp().Konstantin Belousov2021-02-123-30/+17
* ffs_inotovp(): interface to convert (ino, gen) into alive vnodeKonstantin Belousov2021-02-124-29/+40
* ffs: Add FFSV_REPLACE_DOOMED flag to ffs_vgetf()Konstantin Belousov2021-02-122-4/+8
* ffs: call ufsdirhash_dirtrunc() right after setting directory sizeKonstantin Belousov2021-02-123-6/+13
* buf SU hooks: track buf_start() calls with B_IOSTARTED flagKonstantin Belousov2021-02-123-7/+27
* ffs_vnops.c: Move opt_*.h includes to the top.Konstantin Belousov2021-02-121-2/+3
* Fix blackhole/reject routes.Alexander V. Chernikov2021-02-111-2/+56
* cam: Properly find the sim in the assertion in xpt_pollwait().John Baldwin2021-02-111-1/+2
* iscsi: Mark iSCSI CAM sims as non-pollable.John Baldwin2021-02-111-9/+1
* cam: Don't permit crashdumps on non-pollable devices.John Baldwin2021-02-113-4/+7
* cam: Permit non-pollable sims.John Baldwin2021-02-113-1/+15
* Widen ifnet_detach_sxlock coverageKristof Provost2021-02-113-7/+11
* mlx4, mthca: Silence warnings about no-op alignment operationsMark Johnston2021-02-114-9/+13
* [udp] fix possible mbuf and lock leak in udp_input().Andrey V. Elsukov2021-02-111-5/+8
* [udp6] fix possible panic due to lack of locking.Andrey V. Elsukov2021-02-111-33/+28
* arm64: if_dwc is also needed by intel stratix10 platformEmmanuel Vadot2021-02-101-2/+3
* arm64: Add a SOC_BRCM_NS2 optionEmmanuel Vadot2021-02-103-3/+5
* arm64: Make thunderx vnic file depend on soc_cavm_thunderxEmmanuel Vadot2021-02-101-4/+4
* arm64: Order sys/conf/files.arm64Emmanuel Vadot2021-02-101-420/+474
* netgraph/ng_bridge: Add counters for the first link, tooLutz Donnerhacke2021-02-101-21/+38
* vm: Honour the "noreuse" flag to vm_page_unwire_managed()Mark Johnston2021-02-101-1/+1
* Fix non-IPv6 build post 57785538c6e0d7e8ca0f161ab95bae10fd304047.Cy Schubert2021-02-101-4/+0
* netgraph/ng_bridge: Document staleness in multithreaded operationLutz Donnerhacke2021-02-091-1/+4
* netgraph/ng_bridge: Merge internal structuresLutz Donnerhacke2021-02-092-48/+44
* Set file mode during zfs_writeAntonio Russo2021-02-091-0/+1
* cache: assorted comment fixupsMateusz Guzik2021-02-091-7/+12
* Revert "amd64: implement strlen in assembly"Mateusz Guzik2021-02-092-66/+1
* arm32: Align arguments of sync_icache() syscall to cacheline size.Michal Meloun2021-02-091-6/+3
* loader: remove BORDER_PIXELSToomas Soome2021-02-091-1/+0
* kern: sonewconn: set so_options before pru_attach()Kyle Evans2021-02-091-1/+1
* devfs: fix use count leak when using TIOCSCTTYMateusz Guzik2021-02-091-1/+1
* Simplify the FreeBSD check using __FreeBSD__ compiler macro.Cy Schubert2021-02-0918-59/+59
* ZFS: fix assertions with INVARIANTSAlan Somers2021-02-081-0/+2
* Revert "SO_RERROR indicates that receive buffer overflows should be handled a...Alexander V. Chernikov2021-02-0819-79/+33
* hid: bump HID_ITEM_MAXUSAGES to 8Warner Losh2021-02-081-1/+1
* acpi: limit the AMDI0020/AMDI0010 workaround to an optionWarner Losh2021-02-082-0/+4
* Turn off forgotten multipath debug messagesAlexander V. Chernikov2021-02-081-1/+0
* SO_RERROR indicates that receive buffer overflows should be handled as errors.Alexander V. Chernikov2021-02-0819-33/+79
* wsp: Add sysctl tunable for Z-Axis inversionVladimir Kondratyev2021-02-081-1/+6
* nvme: Make nvme_ctrlr_hw_reset staticWarner Losh2021-02-082-2/+1
* nvme: use NVME_GONE rather than hard-coded 0xffffffffWarner Losh2021-02-083-4/+6
* mca: Handle inconsistent CMCI capability reportingMark Johnston2021-02-081-0/+18
* amd64: fix up a braino in strlen commentMateusz Guzik2021-02-081-1/+1
* amd64: implement strlen in assemblyMateusz Guzik2021-02-088-1/+72
* Restore the augmented strlen commentaryMateusz Guzik2021-02-081-11/+4
* libkern: use compiler builtins for strcpy, strcmp and strlenMateusz Guzik2021-02-081-0/+4
* vt: terminal size can grow too big with small fontToomas Soome2021-02-081-6/+12
* ktls: Avoid wakeups and locking for synchronous callbacksMark Johnston2021-02-081-7/+18
* opencrypto: Introduce crypto_dispatch_async()Mark Johnston2021-02-088-105/+144