aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* vm_page_dump_index_to_pa(): Add braces to the expression involving + and &.Konstantin Belousov2020-10-081-1/+1
* Do not leak B_BARRIER.Konstantin Belousov2020-10-081-0/+2
* sig_intr(9): return early if AST is not scheduled.Konstantin Belousov2020-10-081-0/+3
* Do not allow to use O_BENEATH as an oracle.Konstantin Belousov2020-10-081-1/+10
* [PowerPC] add machdep.uprintf_signal sysctlAlfredo Dal'Ava Junior2020-10-081-0/+13
* timer_restore is now unused, remove itWarner Losh2020-10-082-21/+0
* Remove APM BIOS supportWarner Losh2020-10-086-1684/+0
* Remove apm screen saver.Warner Losh2020-10-084-16/+1
* Remove apm moduleWarner Losh2020-10-082-14/+0
* Fix a loop conditionMitchell Horne2020-10-081-1/+1
* Add a routine to dump boot metadataMitchell Horne2020-10-086-0/+289
* Try a bit harder to get the USB device descriptor in case the initial read fa...Hans Petter Selasky2020-10-081-3/+17
* The ethernet header structure is read-only. Add const keyword.Hans Petter Selasky2020-10-081-1/+1
* Remove yet another useless assignment, adding a KASSERT just in case.Edward Tomasz Napierala2020-10-081-6/+5
* Allow evdev's rcpt_mask and sysmouse_t_axis parameters to be specified inHans Petter Selasky2020-10-081-2/+2
* cxgbe(4): knobs to drop various kinds of undesirable frames on ingress.Navdeep Parhar2020-10-081-1/+68
* Handle kmod local relocation failures gracefullyMitchell Horne2020-10-071-6/+10
* net80211: whitespaceBjoern A. Zeeb2020-10-071-4/+4
* LinuxKPI: add a bitfield.h implementation.Bjoern A. Zeeb2020-10-071-0/+105
* 80211: non-functional changesBjoern A. Zeeb2020-10-072-7/+7
* Print symbol index for unsupported relocation typesMitchell Horne2020-10-078-40/+45
* Properly cleanup driver during remove_one() in mlx5core.Hans Petter Selasky2020-10-071-3/+2
* Minor cleanups.Michael Tuexen2020-10-072-4/+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
* 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
* 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
* 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
* 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
* 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
* cxgbe(4) sysctls do not need Giant.Navdeep Parhar2020-10-052-103/+103