aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move 32-bit compat support for FIODGNAME to the right place.Brooks Davis2018-10-033-34/+42
* In PR 227259, a user is reporting that they have code which is usingGleb Smirnoff2018-10-031-5/+23
* Fix an inverted test in ucode_load_ap().Mark Johnston2018-10-031-1/+1
* Use strlcpy() instead of strncpy().Michael Tuexen2018-10-032-2/+2
* Move 32-bit compat support for CDIOREADTOCENTRYS to the right place.Brooks Davis2018-10-023-40/+41
* Use nda(4) on powerpc64Kevin Bowling2018-10-021-0/+1
* After r338257 is was possible to trigger a KASSERT() in ud6_output()Bjoern A. Zeeb2018-10-021-1/+13
* Rework the logic around quick checks for auditing that take place atRobert Watson2018-10-026-44/+103
* Fix a da(4) driver memory leak for SCSI SMR devices.Kenneth D. Merry2018-10-011-0/+3
* Use an unsigned iterator for domain sets.Mark Johnston2018-10-012-2/+2
* Add kernel ifunc support on arm64.Andrew Turner2018-10-015-5/+64
* Apply r339046 to i386.Mark Johnston2018-10-012-2/+8
* Count bootstrap data as resident in the kernel pmap.Mark Johnston2018-10-011-2/+4
* arm64: Raise again L3 table for early devmapEmmanuel Vadot2018-10-011-1/+1
* Allow empty NUMA memory domains to support Threadripper2Andrew Gallatin2018-10-016-11/+92
* Mitigate providing a timing signal if the COOKIE or AUTHMichael Tuexen2018-10-012-3/+3
* After allocating chunks set the fields in a consistent way.Michael Tuexen2018-10-011-5/+3
* Add INP_INFO_WUNLOCK_ASSERT() macro and use it instead ofAndrey V. Elsukov2018-10-014-8/+10
* Fix the MODULE_PNP_INFO() for iwm(4) where I got the bus and moduleBjoern A. Zeeb2018-10-011-1/+1
* Plug mbuf leak in the SCTP input path in an error case.Michael Tuexen2018-09-301-0/+1
* Plug mbuf leaks in the SCTP output path in error cases.Michael Tuexen2018-09-301-0/+3
* Use PNP metadata to allow devmatch to autoload ure(4)Allan Jude2018-09-301-0/+1
* Update x86/ifunc.h.Konstantin Belousov2018-09-301-20/+12
* Fix the handling of ancillary data for SCTP socket. ImplementMichael Tuexen2018-09-301-26/+28
* Increment the corresponding UDP stats counter (udps_opackets) whenMichael Tuexen2018-09-301-0/+9
* Provide MODULE_PNP_INFO() for iwm(4) so that devmatch(8) canBjoern A. Zeeb2018-09-291-0/+2
* Fix UP build.Konstantin Belousov2018-09-291-0/+2
* For changing the MTU on tun/tap devices, it should not matter whether itMichael Tuexen2018-09-294-12/+31
* Avoid panic when adjusting priority of a read in the face of an IO errorAllan Jude2018-09-291-0/+9
* [sdhci] Add ACPI identifier for AMD eMMC 5.0 controllerOleksandr Tymoshenko2018-09-291-0/+3
* Fix typo in comment.Michael Tuexen2018-09-281-1/+1
* Regenerate after UNIMPL -> OBSOL changes in r339001.John Baldwin2018-09-286-80/+120
* Mark various removed system calls as OBSOL instead of UNIMPL.John Baldwin2018-09-282-40/+40
* Correct vm_fault_copy_entry() handling of backing file truncationKonstantin Belousov2018-09-281-0/+7
* In vm_fault_copy_entry(), we should not assert that entry is chargedKonstantin Belousov2018-09-281-1/+3
* In vm_fault_copy_entry(), collect the code to initialize a newlyKonstantin Belousov2018-09-281-2/+2
* Revert part of the r338891 which reordered local invalidation and IPI.Konstantin Belousov2018-09-281-3/+3
* Export ID_AA64ISAR{0,1}_EL1 to userland.Andrew Turner2018-09-281-0/+38
* Update head from ALPHA7 to ALPHA8 as part of the 12.0-RELEASEGlen Barber2018-09-281-1/+1
* Centralize compat support for PCIOCGETCONF.Brooks Davis2018-09-273-167/+154
* amd64: fix return value of copyinstr after r338970Mateusz Guzik2018-09-271-1/+1
* Clear stack allocated data structure to prevent kernel memory leak.Gordon Tetlow2018-09-271-0/+2
* Don't clear DR6 for debug exceptions from userland.John Baldwin2018-09-272-12/+0
* amd64: macroify and mostly depessimize copyinstrMateusz Guzik2018-09-271-58/+46
* In in6_pcbpurgeif0() called, e.g., from if_clone_destroy(),Bjoern A. Zeeb2018-09-271-0/+4
* amd64: mostly depessimize copystrMateusz Guzik2018-09-271-14/+13
* amd64: clean up copyin/copyoutMateusz Guzik2018-09-271-18/+23
* amd64: implement memcmp in assemblyMateusz Guzik2018-09-279-1/+101
* Export ID_AA64PFR0_EL1 to userlandAndrew Turner2018-09-271-9/+113
* Move the undefined instruction handler to identcpu.c so we have accessAndrew Turner2018-09-273-130/+132