Age | Commit message (Expand) | Author |
2020-08-15 | enable jsing's zero content type test | Theo Buehler |
2020-08-15 | Print ddr52 and hs200 indicators if those modes are supported. | Mark Kettenis |
2020-08-15 | Remove dead assignments. | tobhe |
2020-08-15 | Remove unused headers | Visa Hankala |
2020-08-15 | Inline handling of receive checksum offload | Visa Hankala |
2020-08-14 | Clean up unused variables. | tobhe |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2020-08-14 | Remove local change to fix powerpc floating-point alignment | gkoehler |
2020-08-14 | Re-commit Exar XR17V35x serial port support previously backed out: | Joshua Stein |
2020-08-14 | '!' does not need to be escaped; | Jason McIntyre |
2020-08-14 | Update compiler-rt path in cross-build infrastructure. | Patrick Wildt |
2020-08-14 | Remove "for all XXX platforms" from comment. Fixes the issue pointed out | Mark Kettenis |
2020-08-14 | Redistribute and tweak the scsi_[attach|probe|detach]_[bus|target|lun]() code to | Kenneth R Westerback |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2020-08-14 | Delete unused variable 'policy'. | tobhe |
2020-08-14 | Print local 'sa' variable instead of 'msg->msg_sa'. | tobhe |
2020-08-14 | Delete unused variable 'idtype'. | tobhe |
2020-08-14 | Delete unused variable 'certid'. | tobhe |
2020-08-14 | Implement tuning and enable HS200 mode. On my ODROID-N2 I see very poor | Mark Kettenis |
2020-08-14 | Add support for eMMC HS200 mode. Loosely based on code from NetBSD. | Mark Kettenis |
2020-08-14 | Don't build double-double functions since long double is the same as double | Mark Kettenis |
2020-08-14 | Zap LOOPALIVECNT | kn |
2020-08-14 | Fix typo. | Mark Kettenis |
2020-08-14 | Initialize local variable that was supposed to hold the value of curcpu(). | Mark Kettenis |
2020-08-14 | Fix handling of "w+" mode, we were only truncating for "w". | Todd C. Miller |
2020-08-14 | When detaching common remote coverage, do not clear any fields. Instead, | anton |
2020-08-14 | Set `IFXF_MPSAFE' bit to pppx(4) related `ifnet'. This moves pppx(4) | mvs |
2020-08-13 | Properly set flow_saproto for aquire. | tobhe |
2020-08-13 | new kstat(1) manual page, using info from dlg@, from his commit messages, | Ingo Schwarze |
2020-08-13 | Give SCSIBUS_B probing a chance to work with better logic in | Kenneth R Westerback |
2020-08-13 | Be compatible with bpftrace(8)'s output when printing stack traces in maps. | Martin Pieuchot |
2020-08-13 | When dealing with integers, it seems that [1] and [1, 2) are the same. | Martin Pieuchot |
2020-08-13 | Improve documentation. | Martin Pieuchot |
2020-08-13 | Always set `dtpr_size' to the total size required to hold all probe entries. | Martin Pieuchot |
2020-08-13 | Document ioctl interface. | Martin Pieuchot |
2020-08-13 | qlw_xs_bus() must return 0 while bus 0 is being probed. | Kenneth R Westerback |
2020-08-13 | Add __multi3 from compiler_rt-8.x | Jeremie Courreges-Anglas |
2020-08-13 | Move compiler_rt type definitions to a separate header | Jeremie Courreges-Anglas |
2020-08-13 | Add a ROUTE_FLAGFILTER socket option for routing sockets, allowing | Jonathan Matthew |
2020-08-13 | Use rtm_miss() rather than the simpler rtm_send() to send route delete | Jonathan Matthew |
2020-08-13 | select.2: Xr directly to timersub(3) now that it has a dedicated manpage | cheloha |
2020-08-12 | style(9). | tobhe |
2020-08-12 | getitimer(2): delay TIMESPEC_TO_TIMEVAL(9) conversion until copyout(9) | cheloha |
2020-08-12 | setitimer(2): ITIMER_REAL: don't call timeout_del(9) before timeout_add(9) | cheloha |
2020-08-12 | Reduce stack usage of kqueue_scan() | Visa Hankala |
2020-08-12 | Remove interface statistics update for outgoing packets. We shouldn't | mvs |
2020-08-12 | skip trying to read disabled bios on RV610 | Jonathan Gray |
2020-08-12 | drm/drm_fb_helper: fix fbdev with sparc64 | Jonathan Gray |
2020-08-12 | ssh-keyscan(1): simplify conloop() with timercmp(3), timersub(3); ok djm@ | cheloha |