index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
sockets
/
bsd.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: Remove unused includes
ameerj
2021-11-04
1
-1
/
+0
*
service: bsd: Stub Read
Morph
2021-09-25
1
-6
/
+5
*
service: bsd: Implement Read
Morph
2021-09-24
1
-1
/
+14
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-16
/
+16
*
bsd: Avoid writing empty buffers
Morph
2021-03-16
1
-2
/
+6
*
bsd: Remove usage of optional emplace() with no arguments
Lioncash
2021-02-09
1
-2
/
+4
*
bsd: Fix EventFd stub
Morph
2021-01-31
1
-3
/
+3
*
bsd: Fix GetSockOpt stub
Morph
2021-01-31
1
-1
/
+5
*
bsd: Stub EventFd
ameerj
2021-01-31
1
-1
/
+11
*
core: hle: kernel: Rename Thread to KThread.
bunnei
2021-01-29
1
-1
/
+1
*
Stub GetSockOpt
german
2021-01-28
1
-1
/
+16
*
hle: service: bsd: Update to work with service threads, removing SleepClientThread.
bunnei
2020-12-29
1
-80
/
+44
*
Merge pull request #5142 from comex/xx-poll-events
Rodrigo Locatti
2020-12-09
1
-4
/
+4
|
\
|
*
network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum class PollEvents`
comex
2020-12-07
1
-4
/
+4
*
|
core: Remove unnecessary enum casts in log calls
Lioncash
2020-12-08
1
-3
/
+3
|
/
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
1
-3
/
+3
*
Revert "core: Fix clang build"
bunnei
2020-10-21
1
-42
/
+30
*
core: Fix clang build
Lioncash
2020-10-18
1
-30
/
+42
*
General: Make use of std::nullopt where applicable
Lioncash
2020-09-22
1
-1
/
+1
*
bsd: Resolve unused value within SendToImpl
Lioncash
2020-09-07
1
-0
/
+1
*
bsd: Resolve sign comparison warnings
Lioncash
2020-09-07
1
-3
/
+3
*
service/bsd: Handle Poll with no entries accurately
ReinUsesLisp
2020-07-28
1
-0
/
+5
*
services/bsd: Implement most of bsd:s
ReinUsesLisp
2020-07-28
1
-47
/
+757
*
service: Update function tables
Lioncash
2020-04-20
1
-0
/
+1
*
bsd: Stub several more functions.
bunnei
2020-01-25
1
-4
/
+44
*
service: Update service function tables
Lioncash
2019-04-11
1
-0
/
+5
*
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
2018-09-11
1
-0
/
+4
*
service/sockets: Add missing bsdcfg socket service
Lioncash
2018-07-26
1
-0
/
+22
*
Services/BSD: Corrected the return for StartMonitoring according to SwIPC.
Subv
2018-07-14
1
-2
/
+1
*
Update clang format
James Rowe
2018-07-03
1
-2
/
+1
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-6
/
+6
*
sockets: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-6
/
+7
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
1
-4
/
+2
*
Various service name fixes - part 2 (rebased) (#322)
Hexagon12
2018-04-17
1
-0
/
+25
*
Service/sockets: add bsd:s, nsd:a, nsd:u services
mailwl
2018-03-25
1
-0
/
+90