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
*
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