index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
Age
Commit message (
Expand
)
Author
2020-04-07
Abstract the head of knote lists. This allows extending the lists,
Visa Hankala
2020-04-07
Defer selwakeup() from kqueue_wakeup() to kqueue_task() to prevent
Visa Hankala
2020-04-07
Kill board_id variable; its last consumer is gone now.
Mark Kettenis
2020-04-07
Kill unused extern declaration.
Mark Kettenis
2020-04-07
Use PHY framework to replace hardcoded board-specific GPIO poking.
Mark Kettenis
2020-04-07
Implement support for "usb-nop-xceiv" PHYs.
Mark Kettenis
2020-04-07
Fix off-by-one in check for valid pin numbers and use the existing
Mark Kettenis
2020-04-07
Remove entry that is no longer needed.
Mark Kettenis
2020-04-07
Implement a SMR TAILQ implementation. The only operations which can be used
Claudio Jeker
2020-04-07
Deny to create a pipex session if the session id already exists.
Claudio Jeker
2020-04-07
Remove superfluous NULL check from allocation with PR_WAITOK.
Martin Pieuchot
2020-04-06
acpi(4): acpi_sleep(): tsleep(9) -> tsleep_nsec(9)
cheloha
2020-04-06
wi(4): tsleep(9) -> tsleep_nsec(9); ok stsp@
cheloha
2020-04-06
sunkbd(4): timeout_add(9) -> timeout_add_msec(9); ok kettenis@
cheloha
2020-04-06
pcppi(4), spkr(4): ticks -> milliseconds
cheloha
2020-04-06
Remove redundant VOP_CLOSE() and vput(). The fail branch will close
Visa Hankala
2020-04-06
Build bootecoff with divdi3.c. bootecoff needs __divdi3,
Visa Hankala
2020-04-06
use LIST_FOERACH_SAFE() instead of manual rolling the loop.
Claudio Jeker
2020-04-06
Add support for the cd-gpios property.
Mark Kettenis
2020-04-06
Register controller with the gpio "framework".
Mark Kettenis
2020-04-06
Pass struct pipex_iface_context pointer down to pipex ioctl functions.
Claudio Jeker
2020-04-06
fix previous: use the correct offset for sq/rq creation, and don't
Jonathan Matthew
2020-04-06
Make it possible to use ix(4) with MSI-X, currently disabled by default.
Martin Pieuchot
2020-04-06
Fix single thread behaviour in sleep_setup_signal(). If a thread needs to
Claudio Jeker
2020-04-06
futex(2): FUTEX_WAIT: rwsleep_nsec(9) at least one nanosecond
cheloha
2020-04-06
Enable FFS2 in sgi bootblocks and ramdisks.
Visa Hankala
2020-04-06
Add a helper function for writing physical addresses for queues into
Jonathan Matthew
2020-04-06
Update my email address.
Paul Irofti
2020-04-05
Use OF_is_compatible() to simplify the initialization for the "mdio" node.
Mark Kettenis
2020-04-05
Add omrng(4), a driver for te random number generator found on TI OMAP SoCs.
Mark Kettenis
2020-04-05
Declare pledgenames[] as const.
Visa Hankala
2020-04-05
crank to 6.7-beta
Theo de Raadt
2020-04-04
Tweak the code that wakes up uvm_pmalloc sleepers in the page daemin.
Mark Kettenis
2020-04-04
Prevent the destruction of a session owned by another interface.
Martin Pieuchot
2020-04-04
Prevent shadowing of local variable by the EV_SET() macro.
Martin Pieuchot
2020-04-04
Return ENETRESET on success from mcx_up() so mcx_ioctl() will call
Jonathan Matthew
2020-04-03
increase rdroot size
Jonathan Gray
2020-04-03
Put back the code to enable and set the output tap delay. Tis fixes
Mark Kettenis
2020-04-03
Move the responsibility of syncing the data buffers from the USB
Patrick Wildt
2020-04-03
Add rkrng(4), a driver for the random number generator found on various
Mark Kettenis
2020-04-03
The dtb I'm using for my rockpro64 has an "assigned-clocks" property so
Mark Kettenis
2020-04-03
Kill unused cdev_mousewr_init().
Martin Pieuchot
2020-04-03
Revert "drm/dp_mst: Skip validating ports during destruction, just ref"
Jonathan Gray
2020-04-03
Fix an automatic Tx rate control issue in iwm(4) and iwx(4).
Stefan Sperling
2020-04-03
Fix incoherencies of errors returned by various *kqfilter routines.
Martin Pieuchot
2020-04-03
Return POLLERR instead of EINVAL in fusepoll().
Martin Pieuchot
2020-04-03
Adjust SMR_ASSERT_CRITICAL() and SMR_ASSERT_NONCRITICAL() so that the
Visa Hankala
2020-04-03
Take an explicit write reference when associating a thread with a ktrace
Visa Hankala
2020-04-02
Make the OpenFirmware functions work with clang.
gkoehler
2020-04-02
double ARG_MAX
Theo de Raadt
[prev]
[next]