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-05-11
Compile the EFI bootloader with -mfloat-abi=soft to prevent the compiler from
Mark Kettenis
2018-05-10
TCP debug sockets still had code for old TCP timers that were
Alexander Bluhm
2018-05-10
pf route-to should not send packets from 127.0.0.1 or ::1 address
Alexander Bluhm
2018-05-09
Cleanup IPsec ESP error handling with consistent goto drop.
Alexander Bluhm
2018-05-09
Fix a linking error in the IP26 kernel. This is a regression caused
Visa Hankala
2018-05-09
Avoid locking two vm_pages simultaneously in pmap_enter(). To achieve
Visa Hankala
2018-05-09
vm_page lookup does not need locking. Hoist it outside the pmap lock.
Visa Hankala
2018-05-09
Cleanup IPsec AH error handling with consistent goto drop.
Alexander Bluhm
2018-05-09
Mark `f_ops' as immutable.
Martin Pieuchot
2018-05-09
Remove witness_channel and always use console output
Visa Hankala
2018-05-09
Implement stack trace saving on mips64.
Visa Hankala
2018-05-08
Historically there were slow and fast tcp timeouts. That is why
Alexander Bluhm
2018-05-08
Socket splicing can delay operations by task or timeout. Introduce
Alexander Bluhm
2018-05-08
Do do include <sys/mount.h> because it breaks some userland programs
Martin Pieuchot
2018-05-08
Use fd_getfile() in sysctl_file() instead of rewriting it.
Martin Pieuchot
2018-05-08
Introduce rtm_sendup() a function to deliver routing messages to a
Martin Pieuchot
2018-05-08
Print xHCI revision in dmesg.
Martin Pieuchot
2018-05-08
When looping over mount points, the FOREACH SAVE macro is not save.
Alexander Bluhm
2018-05-08
Change fd_iterfile() to not return imature fps instead of skipping them
Martin Pieuchot
2018-05-08
Move the vfs stall "barrier" logic to a function. FREF() will soon
Martin Pieuchot
2018-05-08
Protect per-file counters and document which lock is used to protect
Martin Pieuchot
2018-05-07
Add logging options to wsmouse. Input and event logging for debug
Ulf Brosziewski
2018-05-07
Zap two unused variables.
Visa Hankala
2018-05-07
Make the print function of db_print_stack_trace() configurable,
Visa Hankala
2018-05-07
Grab the KERNEL_LOCK() for unix/routing/pfkey sockets in solock()...
Martin Pieuchot
2018-05-07
Print the vp pointer in the vinvalbuf() panic strings.
Alexander Bluhm
2018-05-07
Implement VFS read clustering for MSDOSFS, take 3.
Martin Pieuchot
2018-05-07
Use speed from device tree for serial console on armv7 too.
Mark Kettenis
2018-05-06
Use speed from device tree for serial console. Makes it possible to boot
Mark Kettenis
2018-05-06
Change the order in which whe write ouw own MAC address into the relevant two
Mark Kettenis
2018-05-06
Nuke unused ia6_createtime struct member.
Florian Obser
2018-05-06
Continue refactoring and cleanup of in6_ioctl().
Theo Buehler
2018-05-05
Enable octcrypto(4).
Visa Hankala
2018-05-05
Implement proper locking for NFS nodes.
Martin Pieuchot
2018-05-05
On 5GHz channels, keep the most recent RSSI measurement from a probe
Stefan Sperling
2018-05-04
Split handling of SIOCGIF*_IN6 into a separate function in6_ioctl_get()
Theo Buehler
2018-05-04
Add a common rules file for ofw sources to help keep the configurations
Visa Hankala
2018-05-04
Fix WITNESS build on arm64.
Visa Hankala
2018-05-04
Add stack trace saving for arm64.
Visa Hankala
2018-05-04
After unmount nfs_timer() could access the freed memory of struct
Alexander Bluhm
2018-05-04
Initialize st_count in db_save_stack_trace().
Visa Hankala
2018-05-04
Leave out an unnecessary symbol lookup.
Visa Hankala
2018-05-03
Set the assigned clock settings in imxesdhc(4), which leads to a frequency
Patrick Wildt
2018-05-03
Add code to initialize the USB 3 PHY on i.MX8MQ.
Patrick Wildt
2018-05-03
Add an API to configure clocks to specific pre-assigned values. These
Patrick Wildt
2018-05-03
use rasops scrollback with radeondrm as well
Jonathan Gray
2018-05-03
Use the default background attribute when erasing rows in doswitch and
Jonathan Gray
2018-05-03
Add support for SMCCC 1.1 which provides proper support for the firmware-based
Mark Kettenis
2018-05-02
Do not assume that mbufs within a chain do not have M_PKTHDR set.
Alexander Bluhm
2018-05-02
Continue kettenis@'s revert:
Peter Hessler
[next]