summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2021-03-18Fix previous (1.258). It breaks if localX itself is an object reference.yasuoka1-2/+5
2021-03-17When devices have claimed multiple report ids, only detach and sendjcs1-17/+34
2021-03-17Make "ifconfig mpw0 -mplslabel" workkn1-1/+4
2021-03-17Make iwx(4) attach to AX201 devices with PCI ID 0x34f0.stsp1-1/+14
2021-03-17regenstsp2-2/+7
2021-03-17Add another iwx(4) PCI device ID.stsp1-1/+2
2021-03-17Make iwn(4) send block ack request frames with the firmware nodestsp1-2/+5
2021-03-17Use correct rdomain when adding/deleting routeskn2-7/+7
2021-03-17Fix bit position of ORPHAN in PS_BITS.visa1-2/+2
2021-03-17Add missing memory clobbers to "data" barriers.kettenis3-11/+11
2021-03-17Hide kernel internals from userland by wrapping more bits in _KERNEL blocks.claudio1-1/+6
2021-03-17Always use an allocated buffer for {Read,Write}Blocks() to makeyasuoka2-80/+34
2021-03-16Node without a "status" property should be considered enabled as well.kettenis1-3/+3
2021-03-16Make sure that switching the console from serial to framebuffer workskettenis2-22/+25
2021-03-16acpi_intr_disestablish() should free its own cookie.patrick1-1/+2
2021-03-16Bump MAXTSIZ to 256MB on i386.kurt1-2/+2
2021-03-16handle theoretical case of sigfillsz not being pow2-sized on somederaadt1-4/+8
2021-03-16Fix some correctness issues in the lowelevel kernel bringup code.kettenis3-5/+20
2021-03-15Add code to acpiiort(4) to look up named components in the IORT andpatrick3-4/+80
2021-03-15Change API of acpiiort(4). It was written as a hook before, taking thepatrick7-33/+23
2021-03-15Add acpi_iommu_device_map(), which replaces the DMA tag with one thatpatrick5-5/+27
2021-03-15Add the IORT structure for named components. These give us the stream idspatrick1-5/+13
2021-03-15Clear AUTOCONF6TEMP flag when we detach inet6.florian1-3/+3
2021-03-15Don't put an extern variable (ppc_kvm_stolen) into vmparam.h, other instancesderaadt2-6/+3
2021-03-14msi-map-mask is a pasto and should be iommu-map-mask.patrick1-2/+2
2021-03-14regenjan2-2/+7
2021-03-14Add ID for Intel SSD DCjan1-1/+2
2021-03-13Advertise 30-bit color support.kettenis1-2/+5
2021-03-13We can use memory marked as EfiBootServicesCode or EfiBootServicesDatakettenis1-3/+6
2021-03-12Add WSDISPLAYIO_DEPTH_30 in order to support 30-bit color support.kettenis1-1/+2
2021-03-12In ipw(4), ensure that net80211 is in ASSOC state while we are expectingstsp1-1/+7
2021-03-12Use RA instead of MiRA in iwn(4).stsp2-191/+129
2021-03-12Use RA instead of MiRA in iwm(4).stsp2-48/+65
2021-03-12Add RA, a new 11n Tx rate adaptation module for net80211.stsp3-1/+785
2021-03-12Update Spleen kernel fonts to version 1.9.0, bringing the followingfcambus2-27/+1691
2021-03-12spellingjsg11-27/+27
2021-03-12spellingjsg12-27/+27
2021-03-12Kill SINGLE_PTRACE and use SINGLE_SUSPEND which has almost the same semanticmpi4-17/+12
2021-03-11When RFC 8981 obsoleted RFC 4941 the terminology changed fromflorian1-2/+2
2021-03-11There is no need to try to attach IPv6 to an interface when theflorian1-2/+3
2021-03-11If the AUTOCONF4 or AUTOCONF6 flags get enabled, force the interface up.deraadt1-23/+34
2021-03-11spellingjsg17-42/+42
2021-03-11spellingjsg140-331/+331
2021-03-11Add SMP support.kettenis1-13/+98
2021-03-11Make sure to skip attaching disabled I2C devices. This can happen onpatrick5-10/+35
2021-03-11Make sure to skip attaching disabled I2C devices. This can happen onpatrick1-2/+7
2021-03-11grow media a littlederaadt1-2/+2
2021-03-10Handle named references in acpi_getdevlist(). Fixes a regression in acpitztobhe1-1/+11
2021-03-10Our ACPI namerefs are pointers to the byte structures for ACPI names.patrick6-15/+20
2021-03-10The ktrace record for recvmsg/recvfrom could contain extract bits inderaadt1-3/+10