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
2017-03-07
Initially in_pcballoc() hooked all new inpcb, including the IPv6
Alexander Bluhm
2017-03-07
Disallow setting machdep.lidaction to any other value but [0,2].
Martin Natano
2017-03-07
Enforce that tcbtable and udbtable must be accessed with the NET_LOCK().
Martin Pieuchot
2017-03-07
Do not grab the NET_LOCK() for routing sockets operations.
Martin Pieuchot
2017-03-07
Since route_input is no longer part of the protosw struct it is possible to
Claudio Jeker
2017-03-07
enable vioscsi(4)
Jonathan Gray
2017-03-07
Setup backlight pwm alternate increment on backlight enable
Joshua Stein
2017-03-07
move a TODO to the top
Joshua Stein
2017-03-07
deprecate ifq_enqueue_try, and let backends drop arbitrary mbufs.
David Gwynne
2017-03-06
Do not print uninitialized variable in DPRINTFN().
Martin Pieuchot
2017-03-06
domaininit() doesn't need splnet().
Martin Pieuchot
2017-03-06
Move the guts of route_output() meesing with the routing table in their
Martin Pieuchot
2017-03-06
Guard headers to make sure userland do not look at them.
Martin Pieuchot
2017-03-06
Use 'inline' rather than _any of_ __the __other__ variants__.
Martin Pieuchot
2017-03-06
Use nitems() when passing all known parameters to wsmouse_configure().
Martin Pieuchot
2017-03-06
It is unsafe to dereference ``xfer'' after calling the callback as it
Martin Pieuchot
2017-03-06
Kill global list of IPv6 addresses.
Martin Pieuchot
2017-03-06
Prefix functions dealing with routing messages with 'rtm_' and keep
Martin Pieuchot
2017-03-06
De-platformize exynos. Disable exdisplay(4) for now.
Mark Kettenis
2017-03-06
Attach exiic(4) using the FDT.
Mark Kettenis
2017-03-06
Remove unused unit number from softc.
Mark Kettenis
2017-03-05
match GENERIC
Theo de Raadt
2017-03-05
Turn exgpio(4) into a pinctrl driver.
Mark Kettenis
2017-03-05
Clear pending interrupts and mask them all.
Mark Kettenis
2017-03-05
The current code in exuartcnputc() that tries to make sure the character
Mark Kettenis
2017-03-05
When we're unable to determine which NCQ command failed, fail all active
Jonathan Matthew
2017-03-05
We've fixed PID handling, so update the comment describing ps_mainproc
Philip Guenther
2017-03-05
Teach the ddb disassembler about most of the vm* instructions
Philip Guenther
2017-03-05
Handle unshared amaps in uvm_coredump_walkmap() such that untouched pages
Philip Guenther
2017-03-05
Generating a coredump requires walking the map twice; change
Philip Guenther
2017-03-04
matching commit for RAMDISK: Convert a few exynos drivers to attach using the...
Theo de Raadt
2017-03-04
Convert a few exynos drivers to attach using the FDT.
Mark Kettenis
2017-03-04
crank to 6.1-beta
Theo de Raadt
2017-03-04
In 11n hostap mode, dynamically adjust HT protection settings based on
Stefan Sperling
2017-03-03
Whan an amd64 machine got an NMI, the current process in user land
Alexander Bluhm
2017-03-03
Convert the variable argument list of the pr_output functions to
Alexander Bluhm
2017-03-03
Fix the lidsuspend sysctl name in arm/include/cpu.h
Tom Cosgrove
2017-03-03
It is allowed to sleep in route_output() as we run in process context
Alexander Bluhm
2017-03-03
Replace a panic with a compile time assert in icmp6_reflect().
Alexander Bluhm
2017-03-03
Prevent a recursion in the socket layer.
Martin Pieuchot
2017-03-03
Delete "comspeed" which had been mistakenly added as a int value.
YASUOKA Masahiko
2017-03-03
Iterate over the global list of interfaces instead of using the global
Martin Pieuchot
2017-03-03
Remove non longer needed splsoftnet()/splx() dances.
Martin Pieuchot
2017-03-03
enable FFS2 on armv7 and arm64 ramdisks
Jonathan Gray
2017-03-02
Implement a new routing message RTM_PROPOSAL that communicates
Kenneth R Westerback
2017-03-02
Add a new sysctl machdep.lidaction. The sysctl works as follows:
Martin Natano
2017-03-02
Initialize 'ni' pointer in ieee80211_keyrun(). Fallout from last minute
Stefan Sperling
2017-03-02
Fix a rtentry leak in error path.
Martin Pieuchot
2017-03-02
Prefer the global list of interfaces to the dying global list of IPv6
Martin Pieuchot
2017-03-02
Use the routing table rather than the global list of IPv6 address.
Martin Pieuchot
[next]