summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-08-12regenTed Unangst
2017-08-12add a fktrace syscall that takes a file descriptor instead of a name.Ted Unangst
2017-08-11Add rkdwusb(4) here as well.Mark Kettenis
2017-08-11Add glue for the USB3 controller on the rk3399-firefly.Mark Kettenis
2017-08-11Have bus_dmamem_map() store the virtual address of the mapping such thatMark Kettenis
2017-08-11Remove NET_LOCK()'s argument.Martin Pieuchot
2017-08-11don't bother checking diagnostic status (which patrick reportsJoshua Stein
2017-08-11During MPPE key reduction on the 40 bits case the first 3 octets need to beRicardo Mestre
2017-08-11Merge DDBCTF into DDB.Martin Pieuchot
2017-08-11Fall back using db_print_cmd() if no CTF data has been found.Martin Pieuchot
2017-08-11Fix copy pasto (Coverity CID 1452996), with this it matches the code in FreeBSDRicardo Mestre
2017-08-11apmwarn and the ridiculous apmhalt hack sysctls are not relevant hereTed Unangst
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