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
2018-06-04
Cleanup IPsec output error handling with consistent goto drop.
Alexander Bluhm
2018-06-04
Switch to SDIO High Speed mode if the host controller supports it.
Patrick Wildt
2018-06-04
imxesdhc(4) also supports High Speed mode for SD.
Patrick Wildt
2018-06-04
Remove unused/commented out includes.
Mark Kettenis
2018-06-04
Remove unused include.
Mark Kettenis
2018-06-04
Remove unused include.
Mark Kettenis
2018-06-04
Nuke unused variable.
Kevin Lo
2018-06-04
Add VB_DUPOK to suppress witness(4) warning of concurrent mount locks.
Philip Guenther
2018-06-04
Add RW_DUPOK for suppressing witness checks for specific rw_enter() calls
Philip Guenther
2018-06-03
Use variable names for rtable and rdomain consistently in the in_pcb
Alexander Bluhm
2018-06-03
Rename the incpb table field inpt_hash to inpt_mask as it contains
Alexander Bluhm
2018-06-03
Consistently call the inpcb table parameter "table" in in6_pcbnotify().
Alexander Bluhm
2018-06-03
Remove #ifdef __XSCALE__ bits. No binary change.
Mark Kettenis
2018-06-03
SIOCSIFNETMASK takes a 'struct ifreq', so use 'ifr' for it and drop the
Theo Buehler
2018-06-03
on i386, libm does sysctl to discover is the system has SSE. Whitelist
Theo de Raadt
2018-06-03
Change the set_parent() interface to pass the full parent specification
Mark Kettenis
2018-06-03
Better version of the refactoring attempted in r1.154. Move SIOCSIFADDR
Theo Buehler
2018-06-03
Make DMA work on Samsung Exynos. The crucial bit that makes it work is
Mark Kettenis
2018-06-03
Implement process-shared futexes. These are now the default implementation.
Mark Kettenis
2018-06-03
Enable bwfm(4) for USB devices on RAMDISK as well.
Frederic Cambus
2018-06-03
i386 isn't quite ready for witness yet.
Theo de Raadt
2018-06-02
Move the declarations of the raw ip and ip6 pcb tables into the
Alexander Bluhm
2018-06-02
Cleanup the in_pcbnotifymiss diagnostic printfs. Always print the
Alexander Bluhm
2018-06-02
The function in_pcbrehash() does not modify the pcb table queue.
Alexander Bluhm
2018-06-02
Add more RK3399 clocks such that we can support assigned locks for the
Mark Kettenis
2018-06-02
Add an assert that makes explicit that finishdup() should receive
Visa Hankala
2018-06-02
Enable fanpwr(4), move sypwr(4) where it belongs.
Mark Kettenis
2018-06-02
Add fanpwr(4), a driver for the Fairchild FAN53555 voltage regulator.
Mark Kettenis
2018-06-02
Put file descriptors on shared data structures when they are completely
Martin Pieuchot
2018-06-01
With option WITNESS we need to have a bit more KVA available during early
Mark Kettenis
2018-06-01
Rockchip RK3288/3328/3399 pre-divide the clock. Take this into account when
Mark Kettenis
2018-06-01
Add code to set the frequency of the SDMMC and SDIO clocks.
Mark Kettenis
2018-06-01
Pass flags for highspeed capabilities based on device tree properties.
Mark Kettenis
2018-06-01
Clear aesni_sc if the context is freed, to avoid leaving a dangling
Frederic Cambus
2018-06-01
Restrict DMA to the Rockchip RK3328 and RK3388 for now. There is some
Mark Kettenis
2018-06-01
Add a kludge that fixes the build until com_fdt.c is ready for octeon.
Visa Hankala
2018-06-01
Consistently use printf() instead of db_printf() when not running
Visa Hankala
2018-06-01
Clear vc3_sc if the context is freed, to avoid leaving a dangling
Frederic Cambus
2018-06-01
Enable witness(4) on select architectures to help the current MP work.
Visa Hankala
2018-06-01
While sending the pf syncookie, we are holding the pf lock. So
Alexander Bluhm
2018-06-01
Bump ELF_RANDOMIZE_LIMIT to 1MB.
mortimer
2018-05-31
Return error values directly where appropriate, instead of using the err
Frederic Cambus
2018-05-31
Move com_fdt.c to dev/fdt since we can share it between armv7 and arm64 now.
Mark Kettenis
2018-05-31
Add sizes for free().
Frederic Cambus
2018-05-31
Enable bwfm(4) on Loongson for USB devices.
Frederic Cambus
2018-05-31
zap trailing whitespace
Theo Buehler
2018-05-31
Re-commit the correct half of revision 1.154:
Theo Buehler
2018-05-31
Make witness(4) watch locks and print error stack traces by default.
Visa Hankala
2018-05-31
Back out previous. The handling of SIOCSIFADDR is now wrong.
Theo Buehler
2018-05-31
Use IPL_MPFLOOR for mutexes that can be taken w/ and w/o the KERNEL_LOCK().
Martin Pieuchot
[next]