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-08-10
Prevent an unlikely resource leak
Mike Belopuhov
2017-08-10
sector_count is uninitialized if the SCSI cmdlen is not 6, 10, 12 or
Reyk Floeter
2017-08-10
Fix copy-paste error in the error path of vio_alloc_mem() that checked
Reyk Floeter
2017-08-10
Add missing comma that caused a concatenated string. Fixes printing of
Reyk Floeter
2017-08-10
Correct the upper bound for the command size before the passthrough
Mike Belopuhov
2017-08-10
Buffer size for the SCSI vendor string should be 8 char long
Mike Belopuhov
2017-08-10
Fixup upper bound for the completion descriptor identifier
Mike Belopuhov
2017-08-10
The socket field so_proto can never be NULL. Remove the checks.
Alexander Bluhm
2017-08-10
The caller of sobind() has to free the name mbuf. Plug a mbuf leak
Alexander Bluhm
2017-08-10
Fail if unknown type of an address family was specified
Mike Belopuhov
2017-08-10
Power off all codecs on shutdown to eliminate static noise in speakers
Theo Buehler
2017-08-10
Deactivate the device if I/O fails in attach.
Martin Pieuchot
2017-08-10
Remove a leftover bit that was dereferencing an uninitialized pointer
Mike Belopuhov
2017-08-10
Avoid possible NULL pointer dereference on fuseioctl()
Ricardo Mestre
2017-08-10
Add glue for passing through file+line when WITNESS is enabled
Philip Guenther
2017-08-10
Do not invalidate ND for local routes, make it consistent like ARP.
Alexander Bluhm
2017-08-10
Prevent userland to modify RTF_LOCAL route entries.
Martin Pieuchot
2017-08-10
Remove some case statements which have been compiled out since 2000.
Frederic Cambus
2017-08-10
icmp_mtudisc() might be called by TCP even on loopback after a
Alexander Bluhm
2017-08-09
vmd: allow guest PCI interrupt line reassignment.
Mike Larkin
2017-08-09
Add IA32_MISC_ENABLE MSR and bitfield values, to be used shortly by
Mike Larkin
2017-08-09
reorder some MSRs in the MSR list that were out of order. No functional
Mike Larkin
2017-08-09
reorder some MSRs in the MSR list that were out of order. No functional
Mike Larkin
2017-08-09
fix a few DPRINTFs in vmm.c so that compilation with VMM_DEBUG works
pd
2017-08-09
Expose TSC to vmm guest
pd
2017-08-09
typo in comment
Mike Larkin
2017-08-09
Clear any pending (edge-triggered) interrupts at setup to avoid
Visa Hankala
2017-08-09
Remove knob and always do neighbor unreachable detection.
Florian Obser
2017-08-09
accept_rtadv doesn't do anything since some time.
Florian Obser
2017-08-09
We are no longer generating privacy addresses in the
Florian Obser
2017-08-09
Move the socket lock "above" sosetopt(), sogetopt() and sosplice().
Martin Pieuchot
2017-08-09
Add "PNP0303" (8042 PS/2 Controller) to acpi_isa_hids[]
David Coppa
2017-08-09
We are no longer processing router advertisements in the
Florian Obser
2017-08-09
Fix format strings to make the kernel build on arm64 again after the
Jonathan Gray
2017-08-09
fix format strings
Jonathan Gray
2017-08-09
remove duplicated PAGE macros and drop type suffix
Jonathan Gray
2017-08-08
Arm64 compilers like many others anymore will use floating point registers
Dale Rahn
2017-08-08
fix typo in previous commit.
T.J. Townsend
2017-08-08
Stop running nd6_expire every second.
Florian Obser
2017-08-08
Get rid of read_psl() and write_psl() by replacing
Visa Hankala
2017-08-08
Kernel sendsyslog(2), libc syslog(3), and syslogd(8) restrict and
Alexander Bluhm
2017-08-08
Increase the limit of the IP protocol queues from 256 to 2048 mbufs.
Alexander Bluhm
2017-08-07
Add RK3399 USB3 related clocks.
Mark Kettenis
2017-08-07
Return WSDISPLAY_TYPE_PCIVGA like we do on macppc.
Mark Kettenis
2017-08-07
Add "machine exit" and "machine poweroff" commands to the arm64 and armv7
Mark Kettenis
2017-08-07
Turns out gcc complains about %02hhx. So simply use %02x instead. This is
Mark Kettenis
2017-08-06
Fix TCR definitions to avoid integer overflow. Rename TCR_ASID_16 to TCR_AS
Mark Kettenis
2017-08-06
Use %hhx instead of %hx to print u_char. Silences clang warning.
Mark Kettenis
2017-08-06
Reduce contention on the NET_LOCK() by moving the logic of the pfpurge
Martin Pieuchot
2017-08-06
Reduce contention on the NET_LOCK() by moving the nd6 address expiration
Martin Pieuchot
[prev]
[next]