index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
sockets
/
bsd.cpp
Age
Commit message (
Expand
)
Author
2021-03-16
bsd: Avoid writing empty buffers
Morph
2021-02-09
bsd: Remove usage of optional emplace() with no arguments
Lioncash
2021-01-31
bsd: Fix EventFd stub
Morph
2021-01-31
bsd: Fix GetSockOpt stub
Morph
2021-01-30
bsd: Stub EventFd
ameerj
2021-01-28
core: hle: kernel: Rename Thread to KThread.
bunnei
2021-01-27
Stub GetSockOpt
german
2020-12-28
hle: service: bsd: Update to work with service threads, removing SleepClientT...
bunnei
2020-12-09
Merge pull request #5142 from comex/xx-poll-events
Rodrigo Locatti
2020-12-07
core: Remove unnecessary enum casts in log calls
Lioncash
2020-12-06
network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum...
comex
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-09-22
General: Make use of std::nullopt where applicable
Lioncash
2020-09-07
bsd: Resolve unused value within SendToImpl
Lioncash
2020-09-07
bsd: Resolve sign comparison warnings
Lioncash
2020-07-28
service/bsd: Handle Poll with no entries accurately
ReinUsesLisp
2020-07-28
services/bsd: Implement most of bsd:s
ReinUsesLisp
2020-04-20
service: Update function tables
Lioncash
2020-01-25
bsd: Stub several more functions.
bunnei
2019-04-11
service: Update service function tables
Lioncash
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-07-26
service/sockets: Add missing bsdcfg socket service
Lioncash
2018-07-14
Services/BSD: Corrected the return for StartMonitoring according to SwIPC.
Subv
2018-07-02
Update clang format
James Rowe
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-04-24
sockets: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-17
Various service name fixes - part 2 (rebased) (#322)
Hexagon12
2018-03-25
Service/sockets: add bsd:s, nsd:a, nsd:u services
mailwl