libnx/nx/source
fincs 26f620dc0e
Split up socket.c + work in progress changes:
- DNS stuff moved to runtime/resolver.c & .h
- Address manipulation functions moved to runtime/util/inet_addr.c
- Removed sfdnsres/nifm handling in runtime/devices/socket.c
- Renamed socketGetLastBsdResult to socketGetLastResult
- Renamed socketGetLastSfdnsresResult to resolverGetLastResult
- gethostid now inits/deinits nifm as needed
- sfdnsres related configuration gone from SocketInitConfig
- Fixed bug in addrinfo deserialization
- getaddrinfo rewritten, hints can now be NULL
- TODO: add back a way to control service discovery/cancel handle
2019-10-28 12:36:29 +01:00
..
applets Pass plain AccountUid inputs by value instead of by non-const pointer 2019-10-21 16:57:01 +02:00
arm Improve atomics 2018-03-10 14:41:06 +01:00
audio Add audio/ ("AudioDriver"), a high level wrapper around audren 2018-08-31 13:05:21 +02:00
crypto Clear finalized field upon hmac context creation 2019-06-15 16:29:49 -04:00
display fatal: Rename functions/types to match official names more closely 2019-10-24 23:25:07 +02:00
kernel svc: change TitleId to ProgramId 2019-10-28 12:17:55 +01:00
nvidia nvAddressSpaceCreate: call InitializeEx with the proper page size value... 2019-08-14 21:02:56 +02:00
runtime Split up socket.c + work in progress changes: 2019-10-28 12:36:29 +01:00
services ro: rename GetProcessModuleInfo 2019-10-28 12:18:14 +01:00
sf Introduce SessionMgr for managing multiplexed services; change fs to use it 2019-10-26 16:44:32 +02:00
internal.h Implement TLS slot support (with destructors) 2019-03-29 18:40:26 +01:00