summaryrefslogtreecommitdiffstats
path: root/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement a few missing RK3288 clocks and implement resets.kettenis2018-08-042-2/+10
* avoid using a value uninitialisedjsg2018-08-041-1/+2
* The operating-points-v2 binding allows opp-microvolt to be a single cellkettenis2018-08-041-4/+7
* Pass PCIe requester ID as sideband data here as well.kettenis2018-08-033-3/+9
* Let ahci(4) match on _CLS instead of _HID when attaching at acpi(4). Avoidskettenis2018-08-035-19/+38
* Implement setting the CPU clock for Allwinner H3/H5 SoCs.kettenis2018-08-031-1/+50
* Also attach as a regulator if the FDT provides the fixed voltage value.kettenis2018-08-031-7/+41
* Implement single-stepping. Based on an earlier diff from drahn@.kettenis2018-08-035-9/+50
* Implement DVFS support.kettenis2018-08-033-29/+280
* wrap long linesderaadt2018-08-031-3/+6
* Enable mue(4).kevlo2018-08-034-4/+8
* revert 1.133 and part of 1.131phessler2018-08-031-8/+1
* Account when the next nd6_timer_to is scheduled in nd6_timer()florian2018-08-031-2/+4
* - use memset() for for clearing hashtblkevlo2018-08-031-6/+2
* ni_pledge flags are a uint64_t not an int - don't initialize with an int.beck2018-08-031-2/+2
* Add mue(4), a driver for Microchip LAN75xx/LAN78xx 10/100/1000 USB Ethernetkevlo2018-08-037-5/+1617
* Grammar fix in comment.rob2018-08-021-2/+2
* Enable ssdfb(4) at I2C.patrick2018-08-022-2/+4
* Add I2C attachment code to ssdfb(4). The difference between the I2Cpatrick2018-08-022-56/+184
* Add delay when increasing the voltage of a regulator that has akettenis2018-08-022-4/+17
* Fix panic when we attempt to mess with "." but have a flags mismatchbeck2018-08-021-2/+3
* On AMD CPUs, If the LFENCE serialization MSR bit is already set, thenbrynet2018-08-012-6/+10
* Fix various RK3399 clocks and add support for getting the clock frequencykettenis2018-08-011-23/+100
* Implement a partial update mechanism. Since the SPI-connected displaypatrick2018-08-011-17/+77
* Display color depth alongside resolution when attaching simplefb(4).fcambus2018-07-311-2/+2
* Stop reversing bytes read from the framebuffer. That was added sincepatrick2018-07-311-2/+2
* Implement setting the voltage of the regulators.kettenis2018-07-311-4/+25
* Correctly set the dividers for the clock of the "big" cores.kettenis2018-07-311-5/+5
* Fix setting the voltage; the code was using the wrong variable as a step size.kettenis2018-07-311-4/+4
* If we keep the BIOS framebuffer, stick to the desired framebuffer sizekettenis2018-07-301-0/+2
* regenmpi2018-07-304-12/+12
* Unlock sendmsg(2), sendto(2), recvfrom(2) and recvmsg(2).mpi2018-07-301-5/+5
* Fix a NULL-pointer dereference when calling open() on a cloned device with writeanton2018-07-301-2/+2
* define WSMOUSE_TYPE_TOUCHPAD so non-elantech drivers can stopjcs2018-07-304-22/+20
* syncderaadt2018-07-304-9/+9
* rename 2nd argument of unveil from vague "flags" to "permissions";deraadt2018-07-303-19/+20
* Use the MI interrupt enable/distable API instead of the MD one on i386 andkettenis2018-07-3016-92/+84
* Use FNONBLOCK instead of SS_NBIO to check/indicate that the I/O modempi2018-07-3011-85/+74
* Inline trivial uaudio_id_name(). From Michael Bombardieri, thanks.ratchov2018-07-301-14/+3
* Don't ask drivers to join a wifi network before an AP has been chosen.stsp2018-07-301-10/+1
* Add support for the GIC v3 ITS and use it to implement MSI support forkettenis2018-07-306-82/+694
* When converting the bios memory map to memory clusters, clip segments atjmatthew2018-07-301-1/+11
* Add ssdfb(4), a driver for the SSD1309 controller that drives anpatrick2018-07-304-3/+452
* apply the loop settle delay to handling of loop up and loop reset events,jmatthew2018-07-301-4/+36
* extend the loop settle time to 200ms, and adjust the check so that we'lljmatthew2018-07-301-11/+11
* KNFderaadt2018-07-301-14/+16
* Allow for us to do a CREATE style lookup on a read only filesystembeck2018-07-301-5/+7
* activate unveil for testingderaadt2018-07-301-4/+1
* revert accidentally changed prototypebeck2018-07-291-2/+2
* Don't exceed UNVEIL_MAX_VNODES with a long path now that we savebeck2018-07-291-3/+6