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-12
Mention tail queue in comments.
Visa Hankala
2020-04-12
make ifpromisc assert that the caller is holding the NET_LOCK.
David Gwynne
2020-04-12
say if_pcount needs NET_LOCK instead of the kernel lock.
David Gwynne
2020-04-12
take NET_LOCK in aggr_clone_destroy() before calling aggr_p_dtor()
David Gwynne
2020-04-12
take NET_LOCK in tpmr_clone_destroy() before calling tpmr_p_dtor()
David Gwynne
2020-04-12
ifpromisc() requires NET_LOCK(), so acquire the lock when changing
Visa Hankala
2020-04-11
Add soassertlocked() checks to sbappend() and sbappendaddr(). This brings
Claudio Jeker
2020-04-11
Eliminate an unnecessary intermediate variable in ieee80211_mira_choose().
Stefan Sperling
2020-04-11
Skip MiRA's event-based probing if we're already at the minimum or
Stefan Sperling
2020-04-11
Update MiRA probing interval of probed rates which are worse than the
Stefan Sperling
2020-04-11
Use acpi_getsta(); avoids printing "no _STA method" messages and assumes
Mark Kettenis
2020-04-11
log() lines need \n too.
David Gwynne
2020-04-11
Avoid triggering KASSERT for bogus reason in pfsync_sendout with PFSYNC_DEBUG.
Stefan Sperling
2020-04-11
Grab the exclusive NET_LOCK() in the softnet thread.
Martin Pieuchot
2020-04-11
fix build with PFSYNC_DEBUG by switching a format string from %d to %zd
Stefan Sperling
2020-04-10
Add omcm(4), omclock(4) and omsysc(4) drivers that support the new bus
Mark Kettenis
2020-04-10
The Raspberry Pi4 (suing UEFI firmware in ACPI mode) uses QWord()
Mark Kettenis
2020-04-10
Typo in comment.
Martin Pieuchot
2020-04-10
Place the 64bit key on the stack instead of malloc(9)in' it in pppx_if_find().
Martin Pieuchot
2020-04-10
Implement stacktrace_save_at() required for upcoming WITNESS.
Martin Pieuchot
2020-04-09
When I removed CCK fallback from iwm(4) I accidentally left an else-if block
Stefan Sperling
2020-04-09
Assign and enable clocks; RK3328 has them.
Mark Kettenis
2020-04-09
Fix an automatic Tx rate control issue in iwn(4).
Stefan Sperling
2020-04-08
Add RK3328 Crypto/RNG clocks.
Mark Kettenis
2020-04-08
Add glass console support.
Mark Kettenis
2020-04-08
Set correct pixel format. Fix limits on number of characters in the
Mark Kettenis
2020-04-08
Bump size of the buffer we use to fetch device tree properties. The
Mark Kettenis
2020-04-08
Fix ifconfig "media:" line for 11n wifi interfaces during and after bgscan.
Stefan Sperling
2020-04-08
Make fifo_kqfilter() honor FREAD|FWRITE just like fifo_poll() does.
Martin Pieuchot
2020-04-08
Pass correct socket to the write kqueue filter.
Martin Pieuchot
2020-04-08
vmm(4): add IOCTL handler to sets the access protections of the ept
pd
2020-04-08
vmm(4): handle cr0 writes more correctly for vmx
pd
2020-04-07
Claim framebuffer that was configured by bootloader.
Mark Kettenis
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
[next]