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