summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-01-23Fix checks for error return from urtw_alloc_rx_data_list() andKevin Lo
2018-01-22Bring back the detach messages in trpt(8) for tcp debugging. TheyAlexander Bluhm
2018-01-22Use the proper address space when using a kernel that supportshelg
2018-01-22More sizes for free() in wscons(4).Frederic Cambus
2018-01-22<machine/mutex.h> -> <sys/mutex.h>Martin Pieuchot
2018-01-22Include <sys/mutex.h> instead of <machine/mutex.h>Martin Pieuchot
2018-01-22Include <sys/mutex.h> rather than <machine/mutex.h>Martin Pieuchot
2018-01-22Always grab the KERNEL_LOCK() for !IPL_MPSAFE handlers.Martin Pieuchot
2018-01-22Use ip_send() to not call ip_output() recursively in *start() routine.Martin Pieuchot
2018-01-22Do not call ip_output() recursively in vxlan_start().Martin Pieuchot
2018-01-22Add SHT_SYMTAB_SHNDXMartin Pieuchot
2018-01-22Match on Iris Pro Graphics 580 and other skylake GT4 ids and correctJonathan Gray
2018-01-21Move some code back from locore0.S to locore.S that we will need to bring upMark Kettenis
2018-01-21Add missing OpenBSD CVS tagPatrick Wildt
2018-01-21Implement network boot support in efiboot(8). This changes efiboot(8)Patrick Wildt
2018-01-21Release interrupt source if the interrupt task is already scheduledMike Belopuhov
2018-01-21Improve panic messageMike Belopuhov
2018-01-20use virt instructions with clang instead of equivalent raw bytesJonathan Gray
2018-01-20Disable TCP and UDP transmit checksum offloadingMike Belopuhov
2018-01-20Re-enable the code that unmaps the startup code once more now that lld isMark Kettenis
2018-01-19dwiic: cleanup function prototypes after ACPI/PCI splitJoshua Stein
2018-01-19In pfioctl() a pf unlock was missing in the error path.Alexander Bluhm
2018-01-19Use the pf state key linking functions in two more places insteadAlexander Bluhm
2018-01-18Remove quirk matching all Yamaha devices, as this prevents non-MIDIAlexandre Ratchov
2018-01-18While booting it does not make sense to wait for memory, there isAlexander Bluhm
2018-01-18Fix the computation of `ncpusfound' on !MULTIPROCESSOR kernels so thatVisa Hankala
2018-01-18Fix an off-by-one uncovered by the recent free(9) changeMike Belopuhov
2018-01-18Unlike other archs, mips64 needs ld.so to know about symbol visibility andPhilip Guenther
2018-01-17Add sizes for free() in wscons(4).Frederic Cambus
2018-01-17Found a .data variable that can be in .rodataTheo de Raadt
2018-01-17In cbus(4) drivers, make it easier to identify which driver is doingStefan Sperling
2018-01-17Defend agains branch predictor target injection (Spectre "variant 2")Mark Kettenis
2018-01-17Implement support for the PSCI_VERSION call and export the function such thatMark Kettenis
2018-01-17Implement basic padding support in libsa so we can do zero-paddingPatrick Wildt
2018-01-17Disable ACPI burst mode on the 2015 Chromebook Pixel, where it freezes.Anthony J. Bentley
2018-01-16garbage collect an unused variableSebastian Benoit
2018-01-16Fix bit.Visa Hankala
2018-01-16Fix return value.Visa Hankala
2018-01-16If pf route-to is used for locally generated packets, they may haveAlexander Bluhm
2018-01-16Recycle IFF_NOTRAILERS into IFF_STATICARP and document ownerhsipMartin Pieuchot
2018-01-15Switch the inteldrm(4) i2c code over to the Linux code base. This gives usMark Kettenis
2018-01-15mask out (ie. ignore) the bit which will be MAP_STACK in the future,Theo de Raadt
2018-01-15tabs vs spacesMike Larkin
2018-01-15Improve defense against branch predictor target injection (Spectre "variant 2")Mark Kettenis
2018-01-15There was an issue that dynamic path MTU discovery together withAlexander Bluhm
2018-01-15When pf(4) forwards incoming packets with route-to or reply-to,Alexander Bluhm
2018-01-15Add some AVX512 CPUID flags.Mike Larkin
2018-01-14Make cpu_ucode_debug non static so it can be changed from ddb.Alexander Bluhm
2018-01-14Pass our currently configured SSID to iwm(4) scan commands.Stefan Sperling
2018-01-14Use signed values to compare absolute difference. The variablesAlexander Bluhm