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
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
2017-08-06
in6_leavegroup can't fail; OK phessler
Florian Obser
2017-08-05
Do not enable fpu until after AST state is checked and processed.
Dale Rahn
2017-08-05
vmm: support more than 3855MB guest memory
Mike Larkin
2017-08-04
add ASIX AX99100 support
SASANO Takayoshi
2017-08-04
regen
SASANO Takayoshi
2017-08-04
add ASIX AX99100 device ID
SASANO Takayoshi
2017-08-04
Since we have TAILQ_FOREACH_SAFE in nd6_purge() it is not necessary
Alexander Bluhm
2017-08-04
When we disable INET6 on an interface that also removes the autoconf6
Florian Obser
2017-08-04
The in_pcbhashlookup() in in_pcbconnect() enforces that the 4 tupel
Alexander Bluhm
2017-08-04
Compile a debug printf in ieee80211_match_bss() by default, previously
Stefan Sperling
2017-08-04
Remove ieee80211_input_print() which printed information about received
Stefan Sperling
[prev]
[next]