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-07-19
Fix possible double free in the TX dma ring handling. If the allocation of
Claudio Jeker
2017-07-19
Fix double free in pppoe_dispatch_disc_pkt(). If m_pulldown() fails m is
Claudio Jeker
2017-07-19
Move KTRPOINT call up. The lenght variable i is getting aligned and so
Claudio Jeker
2017-07-18
Both syslog(3) and syslogd(8) truncate the message at 8192 bytes.
Alexander Bluhm
2017-07-18
Prevent integer overflow in WSDISPLAYIO_LDFONT ioctl.
Mark Kettenis
2017-07-18
Remove stray whitespace.
Mark Kettenis
2017-07-18
Re-order members of struct selinfo
Stefan Fritsch
2017-07-18
Add sdmmc support for the i.MX6UL variant of the i.MX6 series. This
Patrick Wildt
2017-07-18
Stop automatically regenerating gap.o (and hence linking a new kernel)
Theo Buehler
2017-07-18
Add clock support for the i.MX6UL variant of the i.MX6 series. The
Patrick Wildt
2017-07-18
Fixup the printf string, spacing
Mike Belopuhov
2017-07-18
soreserve() modifies `so_snd' and `so_rcv' so asserts that it is called
Martin Pieuchot
2017-07-18
fix previous to make sxiccmu compile again
Jonathan Gray
2017-07-17
The Linux kernel device trees use "allwinner,sun50i-h5-ccu" as the compatible
Mark Kettenis
2017-07-17
Implement a proper hash table instead of lumping evrything into a single
Mark Kettenis
2017-07-17
Forbid overwriting a grant table entry currently in use
Mike Belopuhov
2017-07-17
Reduce amount of CAS attempts in a busy-wait loop by a factor of 100
Mike Belopuhov
2017-07-17
Pick the correct TX buffer when unrolling
Mike Belopuhov
2017-07-17
Reimplement mbuf/map to descriptor mapping
Mike Belopuhov
2017-07-17
Make athn(4) send RTS frames at 2 Mbit/s again. I changed this to 1 Mbit/s
Stefan Sperling
2017-07-17
Use .c instead of .o here too.
Mark Kettenis
2017-07-17
Grant table entries must be disassociated once CCB is complete
Mike Belopuhov
2017-07-16
Fix missing splx() in iwm_newstate_task(). Bug introduced 2 hours ago in r1.200.
Stefan Sperling
2017-07-16
Add WITNESS support
Philip Guenther
2017-07-16
Add comments to the definitions of iwm(4) driver-private flags.
Stefan Sperling
2017-07-16
Clear the framepointer (r3) in switch_trampoline to avoid faults in stack trace
Philip Guenther
2017-07-16
Remove the AP from iwm's firmware station table when moving out of AUTH state.
Stefan Sperling
2017-07-16
Some net80211 state changes are triggered by incoming frames, and it is
Stefan Sperling
2017-07-16
Match /clocks node on Allwinner H5.
Mark Kettenis
2017-07-16
Explain the multi-touch tracking function.
Ulf Brosziewski
2017-07-16
Minor changes in the setup.
Ulf Brosziewski
2017-07-16
Pass the linker from make environment to makegap.sh. This is (only)
Visa Hankala
2017-07-16
regen
Mark Kettenis
2017-07-16
Update Skylake Graphics IDs.
Mark Kettenis
2017-07-15
usingacpi might be referenced in apm only code, so adjust #if guard
Ted Unangst
2017-07-15
Get rid of the device reset hack in iwm_newstate_task().
Stefan Sperling
2017-07-15
Disable the has_audio pipe config check. We don't manage the HDMI/DP audio
Mark Kettenis
2017-07-15
iobus_h is unused, remove it.
Visa Hankala
2017-07-14
Spacing
Mike Belopuhov
2017-07-14
Reduce the number of CAS loops from ludicrous to ridiculous
Mike Belopuhov
2017-07-14
Silence the interrupt source until the interrupt task has done its job
Mike Belopuhov
2017-07-14
Support out-of-order TX completion notifications
Mike Belopuhov
2017-07-14
kernels don't build without MROUTING because ip_var.h only sometimes
Ted Unangst
2017-07-14
The regress test src/regress/sys/kern/siginfo-fault checks whether
Alexander Bluhm
2017-07-14
Add some more i2c glue to reduce the diffs to Linux.
Mark Kettenis
2017-07-14
fix GET_CURPCB on !MULTIPROCESSOR builds.
David Gwynne
2017-07-13
kill a prototype for a nonexisting function; ok mpi@
Christian Weisgerber
2017-07-13
Fix multicast reception: use unsigned chars to avoid accidental sign
Christian Weisgerber
2017-07-13
Get rid of ip6.maxifprefixes and ip6.maxifdefrouters, the kernel no
Florian Obser
2017-07-13
Do not unlock the netlock in the goto out error path before it has
Alexander Bluhm
[next]