summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* xen-netback: fix LORRoger Pau Monné2018-06-261-3/+3
* Use buf + strategy rather than bypassing geom_vfs layerWarner Losh2018-06-261-13/+14
* Make cpu_set_syscall_retval common between the existing FreeBSD ABI andAndrew Turner2018-06-252-19/+4
* Expose stopped cpu contexts to ddb on PowerPCJustin Hibbits2018-06-252-0/+5
* linux64: add arm64 linuxulator build detailsEd Maste2018-06-251-2/+9
* Quiet unused fn warning for linuxulator w/o legacy syscallsEd Maste2018-06-251-1/+1
* Initial arm64 linuxulator linux_sysvecEd Maste2018-06-251-0/+563
* Do not leave stray qword on top of stack for interrupts and exceptionsKonstantin Belousov2018-06-251-1/+1
* Do not access ISA timer if BIOS reports that there is no legacyKonstantin Belousov2018-06-251-2/+24
* Fix compilation.Konstantin Belousov2018-06-251-1/+2
* Provide a helper function acpi_get_fadt_bootflags() to fetch the FADTKonstantin Belousov2018-06-254-50/+35
* Always initialize the ignore local variable.Konstantin Belousov2018-06-251-0/+1
* vt: add option to ignore NO_VGA flag in ACPIRoger Pau Monné2018-06-251-0/+6
* [rpi] Fix compatiblity with upstream DTB for RPi 3B and 3B+Oleksandr Tymoshenko2018-06-242-0/+2
* Enable TCP_FASTOPEN by default for FreeBSD 12.Sean Bruno2018-06-241-1/+1
* Reap unused variable and assignment that had no effect. Noted by crossSean Bruno2018-06-241-2/+0
* Don't use generic PCI_VENDOR and PCI_PRODUCT macros. Prefix them withWarner Losh2018-06-243-18/+18
* fix assert and conditionally allow mutexes to be held across epoch_wait_preemptMatt Macy2018-06-242-13/+13
* vm: stop passing M_ZERO when allocating radix nodesMateusz Guzik2018-06-241-2/+12
* Retrieve the bus clock speed and mode (polarity/phase) from the child deviceIan Lepore2018-06-231-34/+87
* Add spi-max-frequency properties to all spigen nodes. This is a requiredIan Lepore2018-06-232-0/+4
* aesni(4): Fix {de,en}crypt operations that allocated a bufferConrad Meyer2018-06-231-0/+4
* aesni(4): Support CRD_F_KEY_EXPLICIT OCF modeConrad Meyer2018-06-231-11/+31
* aw_mmc: Fix style(9) after r335476Emmanuel Vadot2018-06-231-21/+21
* allwinner: clkng: Correct mux width and flagsEmmanuel Vadot2018-06-232-4/+4
* Re-count available PV entries after reclaiming a PV chunk.Mark Johnston2018-06-232-4/+24
* Sort uma_zone fields according to 64 byte cache line with adjacent lineJeff Roberson2018-06-231-21/+28
* epoch(9): Don't trigger taskq enqueue before the grouptaskqs are setupMatt Macy2018-06-231-1/+14
* Revert r334843, and partially revert r335180.Gleb Smirnoff2018-06-234-22/+24
* powerpc64: Fix stack setup in dbtrapJustin Hibbits2018-06-231-1/+1
* Set the slotid and ND_HASSLOTID flag for NFSv4.1 sequenced operations.Rick Macklem2018-06-231-0/+2
* Define ND_HASSLOTID needed by r335568.Rick Macklem2018-06-231-0/+1
* pf: Support "return" statements in passing rules when they fail.Kristof Provost2018-06-221-63/+81
* Fix the handling of NFSv4.1 sessions for "soft" mounts.Rick Macklem2018-06-221-16/+64
* Change the NFSv4.1 pNFS client so that it returns the DS error in layoutreturn.Rick Macklem2018-06-223-10/+30
* Add spigen(4) fdt data overlays for RPI-B, RPI-2.Ian Lepore2018-06-223-0/+70
* Eliminate a spurious panic on non-SMP systems (occurred on shutdown/reboot).Ian Lepore2018-06-221-0/+2
* Improve the accuracy of the POSIX "process CPU-time" clocks by adding theColin Percival2018-06-221-0/+2
* Add a counter to limit the number of disabled DSs for a mirrored pNFS MDS.Rick Macklem2018-06-221-3/+14
* epoch(9): make non-preemptible variant work early bootMatt Macy2018-06-221-0/+2
* Fix output of linprocfs stat entryChuck Tuffli2018-06-221-5/+49
* Fix the Linux kernel version number calculationChuck Tuffli2018-06-224-11/+14
* subr_hints: Fix acpi unit hinting (at the very least)Kyle Evans2018-06-211-1/+1
* Incorporate bus and chip select numbers into spigen(4) cdev names. RatherIan Lepore2018-06-214-6/+54
* linux_clone_thread: mark new thread as TDB_BORN.Konstantin Belousov2018-06-211-0/+4
* fork: avoid endless wait with PTRACE_FORK and RFSTOPPED.Konstantin Belousov2018-06-214-36/+39
* Update proc->p_ptevents annotation to reflect the actual locking.Konstantin Belousov2018-06-212-1/+2
* This adds in an optimization so that we only walk oneRandall Stewart2018-06-211-66/+22
* raw_ip: validate inp in both loopsMatt Macy2018-06-211-25/+33
* in_pcblookup_hash: validate inp before returnMatt Macy2018-06-211-27/+21