summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-08-07Ignore basic MCS set information found in association responses.Stefan Sperling
2018-08-07UNVEIL_* flags defined elsewhere in a .h fileTheo de Raadt
2018-08-07Fix dangling knote references.Visa Hankala
2018-08-06Make it possible to build a MULTIPROCESSOR kernel on armv7. While thisMark Kettenis
2018-08-06Fix debug message in ieee80211_auth_open(): s/reason/status/Stefan Sperling
2018-08-06make ifconfig <if> join display the list of networks configured forSebastian Benoit
2018-08-06Refactor ieee80211_add_ess():Stefan Sperling
2018-08-06Give the FDT interrupt API a more generic naming by replacing thePatrick Wildt
2018-08-06Do not set nwid over and over again. We just found the ess by comparingFlorian Obser
2018-08-05ifconfig ioctl's that bring interfaces up the first time may issueTheo de Raadt
2018-08-05Fix typo that caused us to misassign parents.Mark Kettenis
2018-08-05Decouple unveil from the pledge flags, by adding dedicated unveil flagsBob Beck
2018-08-05Prevent a panic when reboot -q is used by making unveil_removevnodeBob Beck
2018-08-05enable virtio pci attachment on armv7Jonathan Gray
2018-08-05enable bio and softraid on arm64 ramdiskJonathan Gray
2018-08-05enable bio and softraid on armv7 ramdiskJonathan Gray
2018-08-04Implement a few missing RK3288 clocks and implement resets.Mark Kettenis
2018-08-04avoid using a value uninitialisedJonathan Gray
2018-08-04The operating-points-v2 binding allows opp-microvolt to be a single cellMark Kettenis
2018-08-03Pass PCIe requester ID as sideband data here as well.Mark Kettenis
2018-08-03Let ahci(4) match on _CLS instead of _HID when attaching at acpi(4). AvoidsMark Kettenis
2018-08-03Implement setting the CPU clock for Allwinner H3/H5 SoCs.Mark Kettenis
2018-08-03Also attach as a regulator if the FDT provides the fixed voltage value.Mark Kettenis
2018-08-03Implement single-stepping. Based on an earlier diff from drahn@.Mark Kettenis
2018-08-03Implement DVFS support.Mark Kettenis
2018-08-03wrap long linesTheo de Raadt
2018-08-03Enable mue(4).Kevin Lo
2018-08-03revert 1.133 and part of 1.131Peter Hessler
2018-08-03Account when the next nd6_timer_to is scheduled in nd6_timer()Florian Obser
2018-08-03- use memset() for for clearing hashtblKevin Lo
2018-08-03ni_pledge flags are a uint64_t not an int - don't initialize with an int.Bob Beck
2018-08-03Add mue(4), a driver for Microchip LAN75xx/LAN78xx 10/100/1000 USB EthernetKevin Lo
2018-08-02Grammar fix in comment.rob
2018-08-02Enable ssdfb(4) at I2C.Patrick Wildt
2018-08-02Add I2C attachment code to ssdfb(4). The difference between the I2CPatrick Wildt
2018-08-02Add delay when increasing the voltage of a regulator that has aMark Kettenis
2018-08-02Fix panic when we attempt to mess with "." but have a flags mismatchBob Beck
2018-08-01On AMD CPUs, If the LFENCE serialization MSR bit is already set, thenBryan Steele
2018-08-01Fix various RK3399 clocks and add support for getting the clock frequencyMark Kettenis
2018-08-01Implement a partial update mechanism. Since the SPI-connected displayPatrick Wildt
2018-07-31Display color depth alongside resolution when attaching simplefb(4).Frederic Cambus
2018-07-31Stop reversing bytes read from the framebuffer. That was added sincePatrick Wildt
2018-07-31Implement setting the voltage of the regulators.Mark Kettenis
2018-07-31Correctly set the dividers for the clock of the "big" cores.Mark Kettenis
2018-07-31Fix setting the voltage; the code was using the wrong variable as a step size.Mark Kettenis
2018-07-30If we keep the BIOS framebuffer, stick to the desired framebuffer sizeMark Kettenis
2018-07-30regenMartin Pieuchot
2018-07-30Unlock sendmsg(2), sendto(2), recvfrom(2) and recvmsg(2).Martin Pieuchot
2018-07-30Fix a NULL-pointer dereference when calling open() on a cloned device with writeanton
2018-07-30define WSMOUSE_TYPE_TOUCHPAD so non-elantech drivers can stopJoshua Stein