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-01-09
Use ip{,6}_send() instead of ip{,6}_output() to prevent a recursion.
Martin Pieuchot
2018-01-09
Do not silently truncate the firmware channel number.
Martin Pieuchot
2018-01-09
make mpls_input take a struct ifnet *ifp argument.
David Gwynne
2018-01-08
Fix indentation.
Patrick Wildt
2018-01-08
Initial support for HOSTAP mode. With this bwfm(4) can spawn an access
Patrick Wildt
2018-01-08
Convert IF_CLONE_INITIALIZER() into C99 initializer.
Alexander Bluhm
2018-01-08
Do not pass a userland pointer to ktrabstimespec().
Martin Pieuchot
2018-01-08
In AP mode multicast packets share the flowrings with broadcast
Patrick Wildt
2018-01-08
The bwfm(4) TX ring expects the ethernet header as part of the TX info
Patrick Wildt
2018-01-08
Guard the debug printf function behind BWFM_DEBUG as well. Also only
Patrick Wildt
2018-01-08
Move SC_* defines into <machine/setjmp.h>, and rename them,
Visa Hankala
2018-01-08
Pass correct size to uvm_vnp_setsize() for large files.
Todd C. Miller
2018-01-08
Add kqueue support for ext2fs based on ffs. OK deraadt@
Todd C. Miller
2018-01-08
Override membar_producer() for octeon.
Visa Hankala
2018-01-08
Allow TIOCUCNTL issued on a pty(4) master in promise "tty".
Martin Pieuchot
2018-01-08
Translate the TIOCSBRK & TIOCCBRK ioctl(2)s issued on a pty(4) slave to
Martin Pieuchot
2018-01-08
Attach dwiic_pci on Dell Precision 7520. Also restrict ihidev reports
Mike Larkin
2018-01-08
Delete flowrings when we take the interface down or change its
Patrick Wildt
2018-01-07
Create multiple transmit flowrings in station mode, four in total, based
Patrick Wildt
2018-01-07
delete a wrong comment
Mike Larkin
2018-01-07
remove all PG_G global page mappings from the kernel when running on
Mike Larkin
2018-01-07
amd64_{get,set}_fsbase() are superfluous and unused; delete them.
Philip Guenther
2018-01-07
Use __inline instead of inline as this header file might be included in a
Mark Kettenis
2018-01-07
Delete obsolete/untrue comments
Philip Guenther
2018-01-07
remove a ridiculous comment and move another comment to the line it was
Mike Larkin
2018-01-07
Assume that direct-mapped addresses come from the xkphys segment.
Visa Hankala
2018-01-07
Add references to errata.
Visa Hankala
2018-01-07
Add identcpu.c and specialreg.h definitions for the new Intel/AMD MSRs
Mike Larkin
2018-01-06
Handle %gs like %[def]s and reset set it in cpu_switchto() instead of on
Philip Guenther
2018-01-06
Fix an interrupt storm condition in vldcp(8) (sparc64).
Stefan Sperling
2018-01-06
Don't advertise L0s if the "aspm-no-l0s" property is present. Base available
Mark Kettenis
2018-01-06
regen
Mark Kettenis
2018-01-06
Add Silicon Motion SM2260 NVMe.
Mark Kettenis
2018-01-06
pckbd: don't change translation mode if controller is in table 2
Joshua Stein
2018-01-06
Enable sxits(4).
Mark Kettenis
2018-01-06
Add sxits(4), a driver for the temperature sensor on the Allwinner A10/A20
Mark Kettenis
2018-01-06
Enable sxitemp(4).
Mark Kettenis
2018-01-06
Set the proper bus clock rate based on the "clock-frequency" property and
Mark Kettenis
2018-01-06
Remove redundant zeroing and dead code.
Visa Hankala
2018-01-06
rework the transmit and receive paths to address reliability issues.
David Gwynne
2018-01-05
To send out packets we need to create a flowring. Acting as station,
Patrick Wildt
2018-01-05
Drop incoming network packets as long as we are not in RUN state. This
Patrick Wildt
2018-01-05
Handle resets; needed on Allwinner R40/V40.
Mark Kettenis
2018-01-05
Implement R40/V40 SATA clock.
Mark Kettenis
2018-01-05
Add support for AXP221/223.
Mark Kettenis
2018-01-05
When we receive an AUTH or ASSOC event even though we have already
Patrick Wildt
2018-01-05
Sync with the code in libc
Mike Belopuhov
2018-01-05
Make arm64 use the MI mplock implementation. Avoid <sys/mplock.h> being
Mark Kettenis
2018-01-05
Remove unnecessary delays. There is no reason to wait after each and every
Mark Kettenis
2018-01-05
Show uvm_fault and trace when typing show panic on a page fault'd kernel
Paul Irofti
[next]