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-09-26
Use quoted #includes for files kdump's mkioctls indirectly includes so
Jonathan Gray
2017-09-26
disable POOL_DEBUG for release
Jonathan Gray
2017-09-25
sendsyslog should take a const char * everywhere.
Marc Espie
2017-09-25
take us out of -beta
Theo de Raadt
2017-09-23
Fix build on octeon by reverting two cosmetic changes in rtwn.c r1.34.
Stefan Sperling
2017-09-23
Add dummy FIOASYNC handler.
Martin Pieuchot
2017-09-23
Fix controller locking so that it covers the DMA map and bounce buffer.
Visa Hankala
2017-09-22
Do not bounce if possible.
Visa Hankala
2017-09-22
Allocate a bounce buffer once during init and reuse it for DMA commands.
Visa Hankala
2017-09-22
Use ieee80211_has_addr4() inline function where possible.
Kevin Lo
2017-09-22
- Fix short preamble for rtl8188eu
Kevin Lo
2017-09-22
Remove unused code.
Mark Kettenis
2017-09-22
Move the powering down of all codecs into azalia_halt_corb() after the
Theo Buehler
2017-09-21
Ensure proper order of register accesses by readback after write.
Visa Hankala
2017-09-21
Enable dwxe(4) on armv7 as well for use on the Allwinner H3 SoC.
Patrick Wildt
2017-09-21
Add dwxe(4), a driver the Synopsis DesignWare Ethernet controller used
Patrick Wildt
2017-09-21
Disable a splsoftassert() at least until ohci(4) has been fixed.
Martin Pieuchot
2017-09-20
Use m_copym() instead of m_dup_pkt() to fix a kernel assert when
Visa Hankala
2017-09-20
Raise match priority such that imxocotp(4) wins over syscon(4).
Mark Kettenis
2017-09-19
Enable syscon(4).
Patrick Wildt
2017-09-19
Add support for being a regmap provider in syscon(4). So far the driver
Patrick Wildt
2017-09-17
Do not print "cpuX launched" any longer. This reduces dmesg spam
Visa Hankala
2017-09-16
Make sure that `fsr' is always initialized. Non-DEBUG kernels
Visa Hankala
2017-09-16
The copyin(9) family of functions should return EFAULT for all memory
Philip Guenther
2017-09-15
Coverity complains that top == NULL was checked and further down
Alexander Bluhm
2017-09-15
Coverity complained that the while loop at the end of m_adj() could
Alexander Bluhm
2017-09-15
wrap a long line
Mike Larkin
2017-09-13
Add missing pipe in sxitwi(4)'s match code to actually make
Patrick Wildt
2017-09-12
- sprinkle variable name and printf tweaks
Jasper Lievisse Adriaanse
2017-09-12
Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similar
Martin Pieuchot
2017-09-12
Skip forward declarations until ctfconv(1) properly merge them with
Martin Pieuchot
2017-09-12
rename setredzone to setguardpage.
David Gwynne
2017-09-12
add a guard page on the end of each threads kernel stack.
David Gwynne
2017-09-11
Coverty complains that the return value of sblock() is not checked
Alexander Bluhm
2017-09-11
Sync alpha/mips64/powerpc mutex implementations.
Martin Pieuchot
2017-09-11
Avoid using an uninitialised variable. Found by the clang static analyser.
Jonathan Gray
2017-09-11
Don't test if an array is NULL. Fixes the build with clang which raised
Jonathan Gray
2017-09-11
Remove whitespace in inline assembly output constraint strings. While
Jonathan Gray
2017-09-10
- call usbd_deactivate() rather than simply returning in case of errors
Jasper Lievisse Adriaanse
2017-09-08
Add support for isochronous transfers to xhci(4).
Stefan Sperling
2017-09-08
fdc: Print warning if kthread_create fails
Stefan Fritsch
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
2017-09-07
Check return of rtsx_write in previous commit as RTSX_WRITE macro
Joshua Stein
2017-09-07
nfs_connect() returns EINVAL at the beginning if nm_sotype is
Alexander Bluhm
2017-09-07
In elf_load_file() to not call free(9) with an uninitialized size
Alexander Bluhm
2017-09-07
In copycols() remove useless code that modifies the uninitialized
Alexander Bluhm
2017-09-07
In toshiba_hotkey() initialize the ret value to failure as it is
Alexander Bluhm
2017-09-07
Replace a goto found in the ipq foreach loop with a simple break.
Alexander Bluhm
2017-09-06
In the case that we want to force a new RAID assembly and the metadata
Patrick Wildt
2017-09-06
Allow two GMX instances on CN70xx/CN71xx to enable all ports
Visa Hankala
[next]