aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Assert that um_softdep is NULL on free(ump), i.e. softdep_unmount() was calledKonstantin Belousov2021-03-121-0/+2
* | | ffs_mount: when remounting ro->rw and sbupdate failed, cleanup softdepsKonstantin Belousov2021-03-121-0/+2
* | | softdep_unmount: handle spurious wakeupsKonstantin Belousov2021-03-121-2/+5
* | | softdep_flush(): do not access ump after we acked FLUSH_EXIT and unlocked SU ...Konstantin Belousov2021-03-121-2/+7
* | | ffs: clear MNT_SOFTDEP earlier when remounting rw to roKonstantin Belousov2021-03-122-12/+37
* | | Rework MOUNTED/DOING SOFTDEP/SUJ macrosKonstantin Belousov2021-03-122-6/+5
* | | ffs softdep: clear ump->um_softdep on softdep_unmount()Konstantin Belousov2021-03-121-21/+26
* | | ffs_extern.h: Add comments for ffs_vgetf() flagsKonstantin Belousov2021-03-121-4/+6
* | | Add FFSV_FORCEINODEDEP flag for ffs_vgetf()Konstantin Belousov2021-03-123-7/+10
* | | simplify journal_mount: move the out label after success blockKonstantin Belousov2021-03-121-19/+19
* | | Do not complain about incorrect cylinder group check-hashes whenKirk McKusick2021-03-121-1/+2
* | | Hyper-V: hn: Enable vSwitch RSC support in hn netvsc driverWei Hu2021-03-127-90/+269
* | | readme: Link to COPYRIGHT fileWarner Losh2021-03-121-1/+1
* | | Fix arch renderingWarner Losh2021-03-121-1/+1
* | | readme: update styleWarner Losh2021-03-121-74/+34
* | | Remove README in favor of README.mdWarner Losh2021-03-121-80/+0
* | | SPDX: Spell 4 clause BSD license correctlyWarner Losh2021-03-111-1/+1
* | | gmirror: Pre-allocate the timeout event structureMark Johnston2021-03-112-9/+35
* | | development(7): update to reflect Git transitionEdward Tomasz Napierala2021-03-111-10/+18
* | | man: Remove obsolete info from hosts man pageWarner Losh2021-03-111-15/+1
* | | nvme: use config_intrhook_drain to avoid removable card racesWarner Losh2021-03-112-6/+1
* | | config_intrhook: provide config_intrhook_drainWarner Losh2021-03-114-5/+73
* | | linsysfs: create /sys/bus/ and /sys/subsystem/Edward Tomasz Napierala2021-03-111-0/+6
* | | vm_reserv: Fix list locking in vm_reserv_reclaim_contig()Mark Johnston2021-03-111-3/+4
* | | usb: tiny formatting nitWarner Losh2021-03-111-1/+2
* | | pf: Remove redundant kif != NULL checksKristof Provost2021-03-111-6/+3
* | | pf: Factor out pf_krule_free()Kristof Provost2021-03-112-29/+23
* | | usr.sbin/pwm/pwm add support for flagsOskar Holmund2021-03-113-7/+34
* | | share/man/man9/pwmbus.9 fix types in argumentsOskar Holmund2021-03-112-22/+22
* | | kern.mk: fix -Wno-error style to fix build with Clang 12Greg V2021-03-101-8/+8
* | | Flush remaining routes from the routing table during VNET shutdown.Alexander V. Chernikov2021-03-105-23/+41
* | | ktls: Fix non-inplace TLS 1.3 encryption.John Baldwin2021-03-101-1/+1
* | | Move time math out of disabled interrupts sections.Alexander Motin2021-03-101-14/+16
* | | arm64: Fix COMPAT_FREEBSD32.Olivier Houchard2021-03-101-2/+2
* | | Fix post-start check when unbound.conf has moved.Dag-Erling Smørgrav2021-03-101-1/+1
* | | Fix local-unbound setup for some IPv6 deployments.Dag-Erling Smørgrav2021-03-101-1/+1
* | | ns8250: don't drop IER_TXRDY on bus_grab/ungrabMitchell Horne2021-03-101-1/+4
* | | Arch64: Clear VFP state on execve()Alex Richardson2021-03-106-1/+44
* | | Allocating the LinuxKPI current structure from a software interrupt threadHans Petter Selasky2021-03-101-2/+8
* | | Use the word "LinuxKPI" instead of "Linux compatibility", to not confuse withHans Petter Selasky2021-03-102-3/+3
* | | Allocating the LinuxKPI current structure from an interrupt thread must beHans Petter Selasky2021-03-101-1/+2
* | | wg(4): note the persistent-keepalive ifconfig(8) optionKyle Evans2021-03-091-1/+3
* | | Implement basic support for allocating memory from a specific numa nodeHans Petter Selasky2021-03-096-9/+100
* | | if_wg: export tx_bytes, rx_bytes, and last_handshakeKyle Evans2021-03-091-0/+21
* | | iflib: allow clone detach if not yet initKyle Evans2021-03-091-1/+2
* | | if_wg: wg_input: remove a couple locals (NFC)Kyle Evans2021-03-091-6/+3
* | | amd64 pmap: convert to counter(9), add PV and pagetable page countsJason A. Harmening2021-03-093-123/+155
* | | ofwfb: fix boot on LELeandro Lupori2021-03-091-11/+11
* | | Revert "rc: implement parallel boot"Baptiste Daroussin2021-03-091-36/+15
* | | ifconfig: allow displaying/setting persistent-keepaliveKyle Evans2021-03-092-1/+35