Age | Commit message (Expand) | Author |
2017-08-12 | Set vendor to "Generic" like we do for ehci@fdt. | Mark Kettenis |
2017-08-12 | em: Disable ultra-low-power mode on boot | Stefan Fritsch |
2017-08-12 | In the locking wrappers for &map->lock and &map->mtx, pass through file+line | Philip Guenther |
2017-08-12 | Always provide _mtx_* APIs, the use those to simplify the WITNESS wrappers | Philip Guenther |
2017-08-12 | Add a dummy (for now) <machine/reloc.h> for mips64 to fix build. | Visa Hankala |
2017-08-12 | Prevent a NULL pointer deref in iwm(4) which I have seen during testing. | Stefan Sperling |
2017-08-12 | Fix copy/paste error, CID 1453558. | Martin Pieuchot |
2017-08-12 | Fix Coverity CID 1453237: With rt2661 chips ral(4) was writing some stack | Stefan Sperling |
2017-08-12 | Fix Coverity CID 1452915: urtwn(4) would use an uninitialized array index | Stefan Sperling |
2017-08-12 | Fix Coverity CID 1453280: | Stefan Sperling |
2017-08-12 | remove apmwarn sysctl which is not used | Ted Unangst |
2017-08-12 | In iwn(4), fix CID 1199266 "Missing comma in a string array"; only affects | Stefan Sperling |
2017-08-12 | Improve snps,dwc3 support. Enough to make the USB3 controller on the | Mark Kettenis |
2017-08-12 | Silence clang warnings: remove unused variables and s/%hx/%x/g | Philip Guenther |
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 |