aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/sockets/bsd.cpp
AgeCommit message (Expand)Author
2021-03-16bsd: Avoid writing empty buffersMorph
2021-02-09bsd: Remove usage of optional emplace() with no argumentsLioncash
2021-01-31bsd: Fix EventFd stubMorph
2021-01-31bsd: Fix GetSockOpt stubMorph
2021-01-30bsd: Stub EventFdameerj
2021-01-28core: hle: kernel: Rename Thread to KThread.bunnei
2021-01-27Stub GetSockOptgerman
2020-12-28hle: service: bsd: Update to work with service threads, removing SleepClientT...bunnei
2020-12-09Merge pull request #5142 from comex/xx-poll-eventsRodrigo Locatti
2020-12-07core: Remove unnecessary enum casts in log callsLioncash
2020-12-06network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum...comex
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
2020-09-22General: Make use of std::nullopt where applicableLioncash
2020-09-07bsd: Resolve unused value within SendToImplLioncash
2020-09-07bsd: Resolve sign comparison warningsLioncash
2020-07-28service/bsd: Handle Poll with no entries accuratelyReinUsesLisp
2020-07-28services/bsd: Implement most of bsd:sReinUsesLisp
2020-04-20service: Update function tablesLioncash
2020-01-25bsd: Stub several more functions.bunnei
2019-04-11service: Update service function tablesLioncash
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-07-26service/sockets: Add missing bsdcfg socket serviceLioncash
2018-07-14Services/BSD: Corrected the return for StartMonitoring according to SwIPC.Subv
2018-07-02Update clang formatJames Rowe
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-24sockets: Move logging macros over to new fmt-compatible onesLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-04-17Various service name fixes - part 2 (rebased) (#322)Hexagon12
2018-03-25Service/sockets: add bsd:s, nsd:a, nsd:u servicesmailwl