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