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
/
dev
Age
Commit message (
Expand
)
Author
2015-05-16
hide private midi_softc strucure
Alexandre Ratchov
2015-05-16
Use device_lookup() instead of digging into midi_cd.cd_devs[] and
Alexandre Ratchov
2015-05-15
add some missing splx() calls
Jonathan Gray
2015-05-15
Convert to if_input().
Martin Pieuchot
2015-05-15
rename the probe and free members of atascsi_methods to ata_probe
David Gwynne
2015-05-14
Make the "Battery Present" sensor a depency of all the battery-related
Martin Pieuchot
2015-05-13
test mbuf pointers against NULL not 0
Jonathan Gray
2015-05-12
Make sure the rx ring lwm is set to at least 4. As far as we know, all
Mark Kettenis
2015-05-12
remove the sc->isopen flag, as sc->flags already hold the
Alexandre Ratchov
2015-05-12
store byte count in a size_t and switch from uiomovei() to uiomove()
Alexandre Ratchov
2015-05-12
Remove unused code & definitions: midi_attach(), midi_unit_count(),
Alexandre Ratchov
2015-05-12
Don't hold the audio mutex when calling uiomove(), as uiomove()
Alexandre Ratchov
2015-05-12
Remove references to (deleted) auconv.h and mulaw.h files. Fixes
Alexandre Ratchov
2015-05-12
Fixup potential use after free and a memory leak.
Mike Belopuhov
2015-05-12
Merge various urtwn(4) fixes from FreeBSD:
Stefan Sperling
2015-05-12
Fix definition of R92C_USTIME_TSF.
Stefan Sperling
2015-05-12
regen
Stefan Sperling
2015-05-12
usbdevs_data.h
Stefan Sperling
2015-05-12
Add 4 additional urtwn(4) device IDs.
Stefan Sperling
2015-05-12
The i211 does not support an external EEPROM only a OTP
Jonathan Gray
2015-05-11
regen
Jasper Lievisse Adriaanse
2015-05-11
add id for virtio rng
Jasper Lievisse Adriaanse
2015-05-11
Make softraid(4) compile with SR_DEBUG by fixing __kprintf__ specifiers.
Martin Pelikan
2015-05-11
Refresh sensor values asynchronously.
Martin Pieuchot
2015-05-11
Remove support for ADPCM encoding which isn't used nowadays and
Alexandre Ratchov
2015-05-11
Remove all audio format conversion code from the kernel (btw holding
Alexandre Ratchov
2015-05-11
Convert from uiomovei() to uiomove() to prevent short tranfers
Philip Guenther
2015-05-10
Fix urtwn(4) 11b performance for RTL8188EU devices.
Stefan Sperling
2015-05-10
My commit adding RTL8188EU did introduce a regression after all.
Stefan Sperling
2015-05-09
Fix an occurance of mtx_enter() that should have been mtx_leave().
Jonathan Gray
2015-05-08
When changing screen saver parameters with wsconsctl (or any other way to
Miod Vallat
2015-05-08
Fix the indentation. While originally I thought this was an if statement
Jonathan Gray
2015-05-07
Pass a thread pointer instead of its file descriptor table to getvnode(9).
Martin Pieuchot
2015-05-07
fix indentation
Jonathan Gray
2015-05-07
fix indentation of a line
Jonathan Gray
2015-05-07
add missing braces to code under #ifdef TRM_DEBUG0
Jonathan Gray
2015-05-07
remove a surplus tab
Jonathan Gray
2015-05-06
Use | when combining flags not +. Luckily in this case 1 + 2 == 1 | 2.
Jonathan Gray
2015-05-05
Less magic number
Alexandr Shadchin
2015-05-05
Huawei MU609 from Cristián Edwards.
Martin Pieuchot
2015-05-05
regen
Martin Pieuchot
2015-05-05
Huawei MU609 from Cristián Edwards.
Martin Pieuchot
2015-05-05
fix a return path that lacked a rw_exit_write() call
Jonathan Gray
2015-05-04
Add support for RTL8188EU chips to urtwn(4).
Stefan Sperling
2015-05-04
When writing a value to a field, don't read past the end of the source value
Jonathan Matthew
2015-05-04
use the size of the buffer not the pointer in resume_randomness()
Jonathan Gray
2015-05-04
Print irq informations in pckbc_set_inputhandler().
Martin Pieuchot
2015-05-04
Fix some misuse of the | operator. In particular | has higher
Jonathan Gray
2015-05-03
add missing CISS_UNLOCK_SCRATCH/splx calls
Jonathan Gray
2015-05-02
Die, damned distracting red space.
Kenneth R Westerback
[prev]
[next]