summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sockets/bsd.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-16/+16
* bsd: Avoid writing empty buffersMorph2021-03-161-2/+6
* bsd: Remove usage of optional emplace() with no argumentsLioncash2021-02-091-2/+4
* bsd: Fix EventFd stubMorph2021-01-311-3/+3
* bsd: Fix GetSockOpt stubMorph2021-01-311-1/+5
* bsd: Stub EventFdameerj2021-01-311-1/+11
* core: hle: kernel: Rename Thread to KThread.bunnei2021-01-291-1/+1
* Stub GetSockOptgerman2021-01-281-1/+16
* hle: service: bsd: Update to work with service threads, removing SleepClientThread.bunnei2020-12-291-80/+44
* Merge pull request #5142 from comex/xx-poll-eventsRodrigo Locatti2020-12-091-4/+4
|\
| * network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum class PollEvents`comex2020-12-071-4/+4
* | core: Remove unnecessary enum casts in log callsLioncash2020-12-081-3/+3
|/
* service: Eliminate usages of the global system instanceLioncash2020-11-271-3/+3
* Revert "core: Fix clang build"bunnei2020-10-211-42/+30
* core: Fix clang buildLioncash2020-10-181-30/+42
* General: Make use of std::nullopt where applicableLioncash2020-09-221-1/+1
* bsd: Resolve unused value within SendToImplLioncash2020-09-071-0/+1
* bsd: Resolve sign comparison warningsLioncash2020-09-071-3/+3
* service/bsd: Handle Poll with no entries accuratelyReinUsesLisp2020-07-281-0/+5
* services/bsd: Implement most of bsd:sReinUsesLisp2020-07-281-47/+757
* service: Update function tablesLioncash2020-04-201-0/+1
* bsd: Stub several more functions.bunnei2020-01-251-4/+44
* service: Update service function tablesLioncash2019-04-111-0/+5
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+4
* service/sockets: Add missing bsdcfg socket serviceLioncash2018-07-261-0/+22
* Services/BSD: Corrected the return for StartMonitoring according to SwIPC.Subv2018-07-141-2/+1
* Update clang formatJames Rowe2018-07-031-2/+1
* Rename logging macro back to LOG_*James Rowe2018-07-031-6/+6
* sockets: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-6/+7
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
* Various service name fixes - part 2 (rebased) (#322)Hexagon122018-04-171-0/+25
* Service/sockets: add bsd:s, nsd:a, nsd:u servicesmailwl2018-03-251-0/+90