summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sockets/bsd.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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