summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-05-30Fix definitions of PCI_MSIX_MAU32 and add a define for the MSI-X functionMark Kettenis
2019-05-30Fix the initialization of bp before calling vfs_getcwd_commonBob Beck
2019-05-30namei() generate KTR_NAMEI record input filenames, but getcwd(2) andTheo de Raadt
2019-05-30use copyoutstr, instead of fragile range math; ok beckTheo de Raadt
2019-05-30Correct call to vfs_getcwd_common from within __realpathBob Beck
2019-05-30Mellanox support tells me that according to an internal datasheet, legacyJonathan Matthew
2019-05-30wrap some long lines, except in bits I'll probably have to rewrite soonJonathan Matthew
2019-05-29The past is fuzzy, but it appears during development of __getcwd, *retvalTheo de Raadt
2019-05-29Repair the 'ifconfig mode' command.Stefan Sperling
2019-05-29Add jumbo frame support. Set the port MTU as high as we can (up to 9500)Jonathan Matthew
2019-05-28On bigger arm64 machines with plenty of memory it is possible thatPatrick Wildt
2019-05-28Fix reporting of up->down transition in routing messagekn
2019-05-28Correct the test for when the L1TF vulnerablity has been mitigated viaPhilip Guenther
2019-05-28Skip doing MDS mitigation on vmm entry if the new firmware is present,Philip Guenther
2019-05-28Cleanup some bootloader codeMike Larkin
2019-05-28Enable virtio again since the compilation problems have been fixed.Stefan Fritsch
2019-05-28Remove a 15 year old XXX commentMike Larkin
2019-05-27spelling fixes in comments and one printf; from j sissonJason McIntyre
2019-05-27fix virtio_pci on 32bit archsStefan Fritsch
2019-05-27fix multitouch by properly reading multi-finger data on type4Joshua Stein
2019-05-27disable virtio. a serially careless & procedure violating developerTheo de Raadt
2019-05-26Support virtio 1.0 for virtio_pciStefan Fritsch
2019-05-26Rework virtio_negotiate_features()Stefan Fritsch
2019-05-26virtio_pci: Move msix vector config into functionsStefan Fritsch
2019-05-26virtio_pci: Split bus space handlesStefan Fritsch
2019-05-25Do not account spinning time as running time when a thread crosses aMartin Pieuchot
2019-05-24Configure pins.Mark Kettenis
2019-05-24rename struct for consistencyanton
2019-05-24fix incorrect order of argumentsanton
2019-05-24A source location in kubsan is an absolute path making reports quiteanton
2019-05-24The latest inteldrm update brought along code making use ofanton
2019-05-24Prevent a kernel hang if an empty message is sent over an SOCK_SEQPACKETAlexander Bluhm
2019-05-24Pass extent for prefetchable mmio. Since there is no distinction betweenMark Kettenis
2019-05-24Remove redundant conditional. Inspecting flags is the correct way toanton
2019-05-24Match radeon_device.c rev 1.2 and return early in amdgpu_device_suspend()Jonathan Gray
2019-05-24implement support for SIOCGIFSFFPAGEJonathan Matthew
2019-05-23zap reference to non-existent function in a commentJasper Lievisse Adriaanse
2019-05-23Don't print "not conigured" messages for nodes that are disabled.Mark Kettenis
2019-05-23drop STUB() calls in paths frequently called when running xorgJonathan Gray
2019-05-23Inline 18 bytes of packet header so we can send vlan tagged packets.Jonathan Matthew
2019-05-23match radeondrm and switch DRM_INFO message with device id/asic name toJonathan Gray
2019-05-23Formatting fixes.Kevin Lo
2019-05-22SLIST-ify the timecounter list.cheloha
2019-05-22Cleanup debug macros in wscons. Favor __func__ over spelling out the actualanton
2019-05-22A wscons device may only be opened in read/write mode once. However,anton
2019-05-22Read and assign the integer value only once. With this sysctl_int() willClaudio Jeker
2019-05-22i386/amd64 apm(4): Ignore APM_UPDATE_TIME events.cheloha
2019-05-22Allow loading of bigger ucode. This implementation uses the UEFI memoryMark Kettenis
2019-05-22Print the bwfm(4)'s ethernet address on attach.Patrick Wildt
2019-05-22If we are SCANning and we want another SCAN, we don't need to purgePatrick Wildt