summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-08-11Validate sockaddr from userland in central functions. This resultsAlexander Bluhm
2017-08-11Fix previous by calling wdc_atapi_intr_complete() before rerturning.Martin Pieuchot
2017-08-11Improve pretty printing of pointers.Martin Pieuchot
2017-08-11Kernel compilation with DDBPROF enabled fails as db_sym_t is no longerNayden Markatchev
2017-08-11space after if.Reyk Floeter
2017-08-11Revision 1.139 accidentally removed an ip = mtod(), resulting in aReyk Floeter
2017-08-11Remove debugging leftovers, document functions, bump copyright.Martin Pieuchot
2017-08-11Missing break/return statement on switch caseRicardo Mestre
2017-08-11Fix out-of-bounds read when looking up the flow-mod handler.Reyk Floeter
2017-08-11Set free'd tables to NULL in swofp_flow_entry_instruction_free().Reyk Floeter
2017-08-11Priority is stored in the vlan_pcp field not in the vlan_vid field.Reyk Floeter
2017-08-11Fix copy-paste error: first check is on "target", second check is on "key".Reyk Floeter
2017-08-11Instead of repeating the same return statement in both cases of aReyk Floeter
2017-08-11Fix out-of-bounds read when looking up the multipart message handler.Reyk Floeter
2017-08-11Fix out-of-bounds read when looking up the message handler.Reyk Floeter
2017-08-11The timeval in sppp_input() is also used when the interface is not IFF_UP.Reyk Floeter
2017-08-10Don't forget to call va_end in xen_hypercallMike Belopuhov
2017-08-10With a CTF kernel, DDB's print command will now pretty-print symbols.Martin Pieuchot
2017-08-10Move the solock()/sounlock() dance outside of sobind().Martin Pieuchot
2017-08-10Make rw_enter() always succeed after a panic.Martin Pieuchot
2017-08-10the userland crypto interface died long ago, can clean up the headerTed Unangst
2017-08-10A missing break in vxlan_sockaddr_cmp() could eventually trick anReyk Floeter
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