Age | Commit message (Expand) | Author |
2017-08-12 | regen | Ted Unangst |
2017-08-12 | add a fktrace syscall that takes a file descriptor instead of a name. | Ted Unangst |
2017-08-11 | Add rkdwusb(4) here as well. | Mark Kettenis |
2017-08-11 | Add glue for the USB3 controller on the rk3399-firefly. | Mark Kettenis |
2017-08-11 | Have bus_dmamem_map() store the virtual address of the mapping such that | Mark Kettenis |
2017-08-11 | Remove NET_LOCK()'s argument. | Martin Pieuchot |
2017-08-11 | don't bother checking diagnostic status (which patrick reports | Joshua Stein |
2017-08-11 | During MPPE key reduction on the 40 bits case the first 3 octets need to be | Ricardo Mestre |
2017-08-11 | Merge DDBCTF into DDB. | Martin Pieuchot |
2017-08-11 | Fall back using db_print_cmd() if no CTF data has been found. | Martin Pieuchot |
2017-08-11 | Fix copy pasto (Coverity CID 1452996), with this it matches the code in FreeBSD | Ricardo Mestre |
2017-08-11 | apmwarn and the ridiculous apmhalt hack sysctls are not relevant here | Ted Unangst |
2017-08-11 | Validate sockaddr from userland in central functions. This results | Alexander Bluhm |
2017-08-11 | Fix previous by calling wdc_atapi_intr_complete() before rerturning. | Martin Pieuchot |
2017-08-11 | Improve pretty printing of pointers. | Martin Pieuchot |
2017-08-11 | Kernel compilation with DDBPROF enabled fails as db_sym_t is no longer | Nayden Markatchev |
2017-08-11 | space after if. | Reyk Floeter |
2017-08-11 | Revision 1.139 accidentally removed an ip = mtod(), resulting in a | Reyk Floeter |
2017-08-11 | Remove debugging leftovers, document functions, bump copyright. | Martin Pieuchot |
2017-08-11 | Missing break/return statement on switch case | Ricardo Mestre |
2017-08-11 | Fix out-of-bounds read when looking up the flow-mod handler. | Reyk Floeter |
2017-08-11 | Set free'd tables to NULL in swofp_flow_entry_instruction_free(). | Reyk Floeter |
2017-08-11 | Priority is stored in the vlan_pcp field not in the vlan_vid field. | Reyk Floeter |
2017-08-11 | Fix copy-paste error: first check is on "target", second check is on "key". | Reyk Floeter |
2017-08-11 | Instead of repeating the same return statement in both cases of a | Reyk Floeter |
2017-08-11 | Fix out-of-bounds read when looking up the multipart message handler. | Reyk Floeter |
2017-08-11 | Fix out-of-bounds read when looking up the message handler. | Reyk Floeter |
2017-08-11 | The timeval in sppp_input() is also used when the interface is not IFF_UP. | Reyk Floeter |
2017-08-10 | Don't forget to call va_end in xen_hypercall | Mike Belopuhov |
2017-08-10 | With a CTF kernel, DDB's print command will now pretty-print symbols. | Martin Pieuchot |
2017-08-10 | Move the solock()/sounlock() dance outside of sobind(). | Martin Pieuchot |
2017-08-10 | Make rw_enter() always succeed after a panic. | Martin Pieuchot |
2017-08-10 | the userland crypto interface died long ago, can clean up the header | Ted Unangst |
2017-08-10 | A missing break in vxlan_sockaddr_cmp() could eventually trick an | Reyk Floeter |
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 |