aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Minor cleanups.Michael Tuexen2020-10-072-4/+3
* | | | ul(1): Remove references to colcrt(1) and nroff(1)Fernando ApesteguĂ­a2020-10-071-15/+3
* | | | Don't use critical section when calling intr_irq_handler() - that functionEdward Tomasz Napierala2020-10-071-6/+2
* | | | Fix typo.Konstantin Belousov2020-10-071-1/+1
* | | | Temporarily skip failing test cases in CI:Li-Wen Hsu2020-10-071-0/+6
* | | | Use intmax_t to print uint64_t values.Warner Losh2020-10-071-2/+2
* | | | Revert r358001 in favor of r366509Li-Wen Hsu2020-10-071-1/+0
* | | | Skip test written in Googltest in the wrapper scriptLi-Wen Hsu2020-10-071-1/+4
* | | | Move kernel env global variables, etc to sys/kenv.hWarner Losh2020-10-076-14/+19
* | | | cam: Add quirk for Samsung MZ7* behind a SATA-to-SAS interposerWarner Losh2020-10-071-0/+9
* | | | nvmecontrol: Update wdc module for newer WDC NVMe productsWarner Losh2020-10-071-19/+206
* | | | nvme: Note where the CCB was released for passthrough commandWarner Losh2020-10-061-0/+1
* | | | cam: Assert we have a reference when freeing simWarner Losh2020-10-061-0/+1
* | | | Remove unused function cpu_boot()Mitchell Horne2020-10-063-13/+0
* | | | add the FILESYSTEMS placeholder and note that it's the default early_late_div...John-Mark Gurney2020-10-061-2/+6
* | | | ext2fs: minor typo.Pedro F. Giffuni2020-10-061-1/+1
* | | | bridge: call member interface ioctl() without NET_EPOCHKristof Provost2020-10-061-89/+88
* | | | Don't permit DRM buffer mappings to be upgraded to executable.John Baldwin2020-10-061-6/+4
* | | | Simplify swcr_authcompute() after removal of deprecated algorithms.John Baldwin2020-10-061-29/+6
* | | | Check if_capenable, not if_capabilities when enabling rate limiting.John Baldwin2020-10-061-2/+2
* | | | Store the send tag type in the common send tag header.John Baldwin2020-10-0617-123/+75
* | | | Reset delayed SACK state when restarting an SCTP association.Michael Tuexen2020-10-061-5/+2
* | | | riscv: Remove outdated condition in page_fault_handlerJessica Clarke2020-10-061-2/+1
* | | | riscv: Handle supervisor instruction page faultsJessica Clarke2020-10-061-0/+1
* | | | Temporarily skip failing test cases in CI:Li-Wen Hsu2020-10-061-1/+21
* | | | riscv: De-Arm a few namesJessica Clarke2020-10-062-11/+11
* | | | Ensure variables are initialized before used.Michael Tuexen2020-10-062-1/+4
* | | | Remove dead stores reported by clang static code analysisMichael Tuexen2020-10-064-12/+4
* | | | intro(3): Update the list of included librariesGordon Bergling2020-10-061-26/+146
* | | | Cleanup, no functional change intended.Michael Tuexen2020-10-061-34/+18
* | | | linuxkpi: Add pagemap.hEmmanuel Vadot2020-10-061-0/+45
* | | | linuxkpi: Add power_supply.hEmmanuel Vadot2020-10-061-0/+44
* | | | linuxkpi: Add prefetch.hEmmanuel Vadot2020-10-061-0/+36
* | | | linuxkpi: Add numa.hEmmanuel Vadot2020-10-061-0/+36
* | | | linuxkpi: Add gcd functionEmmanuel Vadot2020-10-061-0/+50
* | | | Whitespace changes.Michael Tuexen2020-10-061-3/+2
* | | | backlight: check the lenght if the input before trimming '%'Baptiste Daroussin2020-10-061-1/+2
* | | | backlight: accept '%' in the brightness input valueBaptiste Daroussin2020-10-062-1/+5
* | | | Make capsicum test cases fine-grainedLi-Wen Hsu2020-10-064-3/+79
* | | | Clear the dmesg buffer to prevent rotating causes issuesLi-Wen Hsu2020-10-061-0/+2
* | | | libkvm: catch up with pre-subtracated per-cpu addressesMateusz Guzik2020-10-061-0/+29
* | | | cxgbe(4) sysctls do not need Giant.Navdeep Parhar2020-10-052-103/+103
* | | | crunchgen: fix MK_AUTO_OBJ logic after r364166Kyle Evans2020-10-051-0/+2
* | | | Enable iterating all sysctls, even ones with CTLFLAG_SKIPRyan Moeller2020-10-054-32/+53
* | | | re(4): Add a 8168-compatible device IDMark Johnston2020-10-052-0/+3
* | | | cache: fix pwd use-after-free in setting up fallbackMateusz Guzik2020-10-053-10/+20
* | | | devfs.rules: unhide pf in vnet jailsKristof Provost2020-10-051-0/+4
* | | | Tweak arm64's cpu_fetch_syscall_args(). This should make it possibleEdward Tomasz Napierala2020-10-051-10/+11
* | | | Drop useless assignment, and add a KASSERT to make sure it really was useless.Edward Tomasz Napierala2020-10-051-1/+3
* | | | ufs: restore uniqueness of st_dev as returned by ufs_stat()Chuck Silvers2020-10-051-1/+1