summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-04-09Assign and enable clocks; RK3328 has them.Mark Kettenis
2020-04-09Fix an automatic Tx rate control issue in iwn(4).Stefan Sperling
2020-04-08Add RK3328 Crypto/RNG clocks.Mark Kettenis
2020-04-08Add glass console support.Mark Kettenis
2020-04-08Set correct pixel format. Fix limits on number of characters in theMark Kettenis
2020-04-08Bump size of the buffer we use to fetch device tree properties. TheMark Kettenis
2020-04-08Fix ifconfig "media:" line for 11n wifi interfaces during and after bgscan.Stefan Sperling
2020-04-08Make fifo_kqfilter() honor FREAD|FWRITE just like fifo_poll() does.Martin Pieuchot
2020-04-08Pass correct socket to the write kqueue filter.Martin Pieuchot
2020-04-08vmm(4): add IOCTL handler to sets the access protections of the eptpd
2020-04-08vmm(4): handle cr0 writes more correctly for vmxpd
2020-04-07Claim framebuffer that was configured by bootloader.Mark Kettenis
2020-04-07Abstract the head of knote lists. This allows extending the lists,Visa Hankala
2020-04-07Defer selwakeup() from kqueue_wakeup() to kqueue_task() to preventVisa Hankala
2020-04-07Kill board_id variable; its last consumer is gone now.Mark Kettenis
2020-04-07Kill unused extern declaration.Mark Kettenis
2020-04-07Use PHY framework to replace hardcoded board-specific GPIO poking.Mark Kettenis
2020-04-07Implement support for "usb-nop-xceiv" PHYs.Mark Kettenis
2020-04-07Fix off-by-one in check for valid pin numbers and use the existingMark Kettenis
2020-04-07Remove entry that is no longer needed.Mark Kettenis
2020-04-07Implement a SMR TAILQ implementation. The only operations which can be usedClaudio Jeker
2020-04-07Deny to create a pipex session if the session id already exists.Claudio Jeker
2020-04-07Remove superfluous NULL check from allocation with PR_WAITOK.Martin Pieuchot
2020-04-06acpi(4): acpi_sleep(): tsleep(9) -> tsleep_nsec(9)cheloha
2020-04-06wi(4): tsleep(9) -> tsleep_nsec(9); ok stsp@cheloha
2020-04-06sunkbd(4): timeout_add(9) -> timeout_add_msec(9); ok kettenis@cheloha
2020-04-06pcppi(4), spkr(4): ticks -> millisecondscheloha
2020-04-06Remove redundant VOP_CLOSE() and vput(). The fail branch will closeVisa Hankala
2020-04-06Build bootecoff with divdi3.c. bootecoff needs __divdi3,Visa Hankala
2020-04-06use LIST_FOERACH_SAFE() instead of manual rolling the loop.Claudio Jeker
2020-04-06Add support for the cd-gpios property.Mark Kettenis
2020-04-06Register controller with the gpio "framework".Mark Kettenis
2020-04-06Pass struct pipex_iface_context pointer down to pipex ioctl functions.Claudio Jeker
2020-04-06fix previous: use the correct offset for sq/rq creation, and don'tJonathan Matthew
2020-04-06Make it possible to use ix(4) with MSI-X, currently disabled by default.Martin Pieuchot
2020-04-06Fix single thread behaviour in sleep_setup_signal(). If a thread needs toClaudio Jeker
2020-04-06futex(2): FUTEX_WAIT: rwsleep_nsec(9) at least one nanosecondcheloha
2020-04-06Enable FFS2 in sgi bootblocks and ramdisks.Visa Hankala
2020-04-06Add a helper function for writing physical addresses for queues intoJonathan Matthew
2020-04-06Update my email address.Paul Irofti
2020-04-05Use OF_is_compatible() to simplify the initialization for the "mdio" node.Mark Kettenis
2020-04-05Add omrng(4), a driver for te random number generator found on TI OMAP SoCs.Mark Kettenis
2020-04-05Declare pledgenames[] as const.Visa Hankala
2020-04-05crank to 6.7-betaTheo de Raadt
2020-04-04Tweak the code that wakes up uvm_pmalloc sleepers in the page daemin.Mark Kettenis
2020-04-04Prevent the destruction of a session owned by another interface.Martin Pieuchot
2020-04-04Prevent shadowing of local variable by the EV_SET() macro.Martin Pieuchot
2020-04-04Return ENETRESET on success from mcx_up() so mcx_ioctl() will callJonathan Matthew
2020-04-03increase rdroot sizeJonathan Gray
2020-04-03Put back the code to enable and set the output tap delay. Tis fixesMark Kettenis