]> Chaos Git - corbenik/ctrulib.git/log
corbenik/ctrulib.git
9 years agohttpc fixes and extensions
Ken Sanislo [Fri, 29 Jan 2016 22:16:50 +0000 (14:16 -0800)]
httpc fixes and extensions

Signed-off-by: Dave Murphy <davem@devkitpro.org>
9 years agoMerge pull request #260 from javimadgit/master
fincs [Thu, 4 Feb 2016 16:53:31 +0000 (17:53 +0100)]
Merge pull request #260 from javimadgit/master

Add basic NFC service support

9 years agoFix nfcInit error
Javi [Thu, 4 Feb 2016 16:20:40 +0000 (17:20 +0100)]
Fix nfcInit error

9 years agoFixed prefix and parameters declaration
Javi [Thu, 4 Feb 2016 16:18:26 +0000 (17:18 +0100)]
Fixed prefix and parameters declaration

9 years agoAdd basic NFC service support
Javi [Thu, 4 Feb 2016 11:51:06 +0000 (12:51 +0100)]
Add basic NFC service support

9 years agoMerge pull request #259 from yuriks/patch-1
mtheall [Wed, 3 Feb 2016 08:45:00 +0000 (02:45 -0600)]
Merge pull request #259 from yuriks/patch-1

Fix crash when getting or setting struct params in CAM:U

9 years agoFix crash when getting or setting struct params in CAM:U
Yuri Kunde Schlesner [Wed, 3 Feb 2016 08:25:54 +0000 (00:25 -0800)]
Fix crash when getting or setting struct params in CAM:U

9 years agoAdd ndspChnIsPaused/ndspChnSetPaused (untested)
fincs [Thu, 28 Jan 2016 22:46:03 +0000 (23:46 +0100)]
Add ndspChnIsPaused/ndspChnSetPaused (untested)

9 years agoAdapt AMPXI to use libctru naming conventions for plain service calls.
fincs [Thu, 28 Jan 2016 22:44:51 +0000 (23:44 +0100)]
Adapt AMPXI to use libctru naming conventions for plain service calls.

9 years agoAdded ampxiInstallTitlesFinish.
yellows8 [Tue, 26 Jan 2016 06:09:21 +0000 (01:09 -0500)]
Added ampxiInstallTitlesFinish.

9 years agoMerge pull request #256 from Lectem/more_soc
mtheall [Tue, 26 Jan 2016 01:46:28 +0000 (19:46 -0600)]
Merge pull request #256 from Lectem/more_soc

added SOCU_GetNetworkOpt

9 years agoadded SOCU_GetNetworkOpt
Lectem [Mon, 25 Jan 2016 00:38:29 +0000 (19:38 -0500)]
added SOCU_GetNetworkOpt

9 years agoMerge pull request #254 from Rinnegatamante/master
Dave Murphy [Sun, 24 Jan 2016 18:05:17 +0000 (18:05 +0000)]
Merge pull request #254 from Rinnegatamante/master

Added some missing news:s funcs and updated header.

9 years agoMerge pull request #253 from yifanlu/master
Dave Murphy [Sat, 23 Jan 2016 22:42:26 +0000 (22:42 +0000)]
Merge pull request #253 from yifanlu/master

Added svc calls for svcCreateCodeSet and svcCreateProcess

9 years agoAdded svc calls for svcCreateCodeSet and svcCreateProcess
Yifan Lu [Sat, 23 Jan 2016 00:18:13 +0000 (16:18 -0800)]
Added svc calls for svcCreateCodeSet and svcCreateProcess

9 years agoAdded some missing news:s funcs and updated header.
Rinnegatamante [Sat, 23 Jan 2016 11:47:14 +0000 (12:47 +0100)]
Added some missing news:s funcs and updated header.

Added some missing news:s funcs and updated header.

9 years agoAdd fallback RomFS path for when argv isn't available (e.g. boot.3dsx)
fincs [Fri, 22 Jan 2016 23:59:39 +0000 (00:59 +0100)]
Add fallback RomFS path for when argv isn't available (e.g. boot.3dsx)

9 years agoAdd sdmc_getmtime
Michael Theall [Fri, 22 Jan 2016 22:40:28 +0000 (16:40 -0600)]
Add sdmc_getmtime

9 years agofix spacing
Michael Theall [Fri, 22 Jan 2016 01:22:43 +0000 (19:22 -0600)]
fix spacing

9 years agoAdd SOCU_GetIPInfo
Michael Theall [Fri, 22 Jan 2016 01:21:43 +0000 (19:21 -0600)]
Add SOCU_GetIPInfo

9 years agoreplace 6, 17 with IPPROTO_TCP, IPPROTO_UDP respectively
Michael Theall [Thu, 21 Jan 2016 23:12:58 +0000 (17:12 -0600)]
replace 6, 17 with IPPROTO_TCP, IPPROTO_UDP respectively

9 years agoMerge pull request #251 from ss23/250_socket_protocol
Dave Murphy [Thu, 21 Jan 2016 09:35:46 +0000 (09:35 +0000)]
Merge pull request #251 from ss23/250_socket_protocol

Change protocol in socket() to 0 if appropriate - Fix #250

9 years agoChange protocol in socket() to 0 if appropriate - Fix #250
Stephen Shkardoon [Thu, 21 Jan 2016 04:56:48 +0000 (23:56 -0500)]
Change protocol in socket() to 0 if appropriate - Fix #250

When the user is specifying TCP or UDP and it is the only option,
change the protocol parameter to 0, which is the only value the
underlying 3DS system will accept as valid. This compatibility layer
ensures that code will work transparently whether on a host system
or the 3DS.

9 years agoMerge pull request #247 from Lectem/more_soc
Dave Murphy [Thu, 21 Jan 2016 00:16:26 +0000 (00:16 +0000)]
Merge pull request #247 from Lectem/more_soc

added gethostname

9 years agoTested all the send/recv flags and the SOL_SOCKET options
Michael Theall [Thu, 21 Jan 2016 00:10:48 +0000 (18:10 -0600)]
Tested all the send/recv flags and the SOL_SOCKET options

9 years agoMerge pull request #249 from Lectem/patch-2
Dave Murphy [Wed, 20 Jan 2016 23:20:48 +0000 (23:20 +0000)]
Merge pull request #249 from Lectem/patch-2

remove restrict keyword in arpa/inet.h fixes #248

9 years agoremove restrict keyword in arpa/inet.h fixes #248
Lectem [Wed, 20 Jan 2016 21:15:48 +0000 (16:15 -0500)]
remove restrict keyword in arpa/inet.h fixes #248

This causes problems for non-c99 and c++ projects.

9 years agoFix Doxygen oversight
fincs [Tue, 19 Jan 2016 22:45:31 +0000 (23:45 +0100)]
Fix Doxygen oversight

9 years agoadded gethostname
Lectem [Tue, 19 Jan 2016 19:14:32 +0000 (14:14 -0500)]
added gethostname

9 years agoAdd shared system font parsing code.
fincs [Tue, 19 Jan 2016 18:23:58 +0000 (19:23 +0100)]
Add shared system font parsing code.

9 years agoFix use of RemoveDevice()
Michael Theall [Tue, 19 Jan 2016 01:34:12 +0000 (19:34 -0600)]
Fix use of RemoveDevice()

9 years agoMerge pull request #245 from Lectem/more_soc
mtheall [Mon, 18 Jan 2016 03:53:47 +0000 (21:53 -0600)]
Merge pull request #245 from Lectem/more_soc

fix getaddrinfo

9 years agofix getaddrinfo
Lectem [Mon, 18 Jan 2016 03:50:40 +0000 (22:50 -0500)]
fix getaddrinfo

9 years agoMerge pull request #244 from Lectem/more_soc
Dave Murphy [Sun, 17 Jan 2016 18:36:06 +0000 (18:36 +0000)]
Merge pull request #244 from Lectem/more_soc

SOC:u added close/shutdown sockets and inet_pton/ntop

9 years agoadded inet_pton and inet_ntop
Lectem [Sun, 17 Jan 2016 17:58:21 +0000 (12:58 -0500)]
added inet_pton and inet_ntop

9 years agofix alignment in arpa/inet.h
Lectem [Sun, 17 Jan 2016 17:25:41 +0000 (12:25 -0500)]
fix alignment in arpa/inet.h

9 years agoSOC:u added close/shutdown sockets
Lectem [Sun, 17 Jan 2016 02:13:22 +0000 (21:13 -0500)]
SOC:u added close/shutdown sockets

9 years agoMerge branch 'master' of github.com:smealum/ctrulib
Michael Theall [Sat, 16 Jan 2016 22:32:27 +0000 (16:32 -0600)]
Merge branch 'master' of github.com:smealum/ctrulib

9 years agoproper EEXIST error for mkdir
Michael Theall [Sat, 16 Jan 2016 22:32:21 +0000 (16:32 -0600)]
proper EEXIST error for mkdir

9 years agoMove sdmc_dir_t into 3ds/sdmc.h
Michael Theall [Sat, 16 Jan 2016 22:30:11 +0000 (16:30 -0600)]
Move sdmc_dir_t into 3ds/sdmc.h

9 years agoensure svcSleepThread gets u64
Dave Murphy [Sat, 16 Jan 2016 21:06:33 +0000 (21:06 +0000)]
ensure svcSleepThread gets u64

9 years agoMerge pull request #242 from Lectem/more_soc
mtheall [Fri, 15 Jan 2016 00:18:44 +0000 (18:18 -0600)]
Merge pull request #242 from Lectem/more_soc

More soc

9 years agoAdded gai_strerror
Lectem [Wed, 13 Jan 2016 22:20:46 +0000 (17:20 -0500)]
Added gai_strerror

9 years agoadded SOC:u getaddrinfo
Lectem [Wed, 13 Jan 2016 17:20:33 +0000 (12:20 -0500)]
added SOC:u getaddrinfo

9 years agoadded SOC:u getnameinfo
Lectem [Wed, 13 Jan 2016 17:18:16 +0000 (12:18 -0500)]
added SOC:u getnameinfo

9 years agofix sockaddr_storage to match the one used by SOC
Lectem [Wed, 13 Jan 2016 04:56:07 +0000 (23:56 -0500)]
fix sockaddr_storage to match the one used by SOC

9 years agofix PF_INET6 value
Lectem [Tue, 12 Jan 2016 22:36:45 +0000 (17:36 -0500)]
fix PF_INET6 value

9 years agoAdd sdmcWriteSafe
Michael Theall [Tue, 12 Jan 2016 22:22:30 +0000 (16:22 -0600)]
Add sdmcWriteSafe

9 years agoadd void function typedef
Dave Murphy [Fri, 8 Jan 2016 19:08:37 +0000 (19:08 +0000)]
add void function typedef

9 years agoadd macros for color codes
Dave Murphy [Fri, 8 Jan 2016 19:07:09 +0000 (19:07 +0000)]
add macros for color codes

9 years agoMerge pull request #241 from Lectem/TLSfix
fincs [Tue, 12 Jan 2016 19:36:05 +0000 (20:36 +0100)]
Merge pull request #241 from Lectem/TLSfix

fix thread static buffers usage (save+restore)

9 years agofix thread static buffers usage (save+restore)
Lectem [Sun, 10 Jan 2016 18:06:32 +0000 (13:06 -0500)]
fix thread static buffers usage (save+restore)

9 years agoAdded AMPXI for using ampxiWriteTWLSavedata.
yellows8 [Thu, 7 Jan 2016 22:28:48 +0000 (17:28 -0500)]
Added AMPXI for using ampxiWriteTWLSavedata.

9 years agoAdded NS_TerminateProcessTID.
yellows8 [Thu, 7 Jan 2016 04:31:10 +0000 (23:31 -0500)]
Added NS_TerminateProcessTID.

9 years agoBump version to v1.1.0 v1.1.0
fincs [Wed, 6 Jan 2016 18:53:09 +0000 (19:53 +0100)]
Bump version to v1.1.0

9 years agoadd usleep
Dave Murphy [Tue, 5 Jan 2016 16:37:05 +0000 (16:37 +0000)]
add usleep

9 years agoRevise/enhance GSPGPU/GFX code, see below:
fincs [Mon, 4 Jan 2016 23:25:40 +0000 (00:25 +0100)]
Revise/enhance GSPGPU/GFX code, see below:

- Screens can be buffer-swapped independently (gfxConfigScreen)
- Added gspSetEventCallback for running event code directly on the GSP thread
- Added gspWaitForAnyEvent for waiting for any GSP event
- Added gfxIs3D for retrieving 3D-enable status

9 years agoFix redundant/hazardous code in svcArbitrateAddress
fincs [Mon, 4 Jan 2016 23:23:10 +0000 (00:23 +0100)]
Fix redundant/hazardous code in svcArbitrateAddress

9 years agoincrease ndsp thread priority
Dave Murphy [Mon, 4 Jan 2016 19:43:28 +0000 (19:43 +0000)]
increase ndsp thread priority

9 years agoMerge pull request #238 from TuxSH/master
fincs [Sun, 3 Jan 2016 19:29:34 +0000 (20:29 +0100)]
Merge pull request #238 from TuxSH/master

Implementing AM_InstallFirm

9 years agoImplementing AM_InstallFirm
TuxSH [Sun, 3 Jan 2016 18:38:41 +0000 (19:38 +0100)]
Implementing AM_InstallFirm

9 years agoelaborate GX_BUFFER_DIM
Dave Murphy [Sun, 3 Jan 2016 14:08:58 +0000 (14:08 +0000)]
elaborate GX_BUFFER_DIM

9 years agoMerge pull request #236 from Steveice10/master
Dave Murphy [Wed, 30 Dec 2015 03:02:51 +0000 (03:02 +0000)]
Merge pull request #236 from Steveice10/master

Fix svcSetTimer.

9 years agoFix svcSetTimer.
Steven Smith [Wed, 30 Dec 2015 02:46:38 +0000 (18:46 -0800)]
Fix svcSetTimer.

9 years agoDo not make RomFS the default device
fincs [Tue, 29 Dec 2015 13:22:04 +0000 (14:22 +0100)]
Do not make RomFS the default device

9 years agoMerge pull request #235 from Steveice10/master
fincs [Tue, 29 Dec 2015 11:02:11 +0000 (12:02 +0100)]
Merge pull request #235 from Steveice10/master

Add __sync_get_arbiter.

9 years agoAdd __sync_get_arbiter.
Steven Smith [Tue, 29 Dec 2015 04:46:04 +0000 (20:46 -0800)]
Add __sync_get_arbiter.

9 years agoMerge pull request #233 from Subv/patch-1
fincs [Sun, 27 Dec 2015 23:45:52 +0000 (00:45 +0100)]
Merge pull request #233 from Subv/patch-1

Fixed the timeout parameter in svcArbitrateAddress

9 years agoFixed the timeout parameter in svcArbitrateAddress
Sebastian Valle [Sun, 27 Dec 2015 23:23:26 +0000 (18:23 -0500)]
Fixed the timeout parameter in svcArbitrateAddress

the r4 and r5 registers were switched

9 years agoExamples have been moved to https://github.com/devkitPro/3ds-examples
fincs [Thu, 24 Dec 2015 11:39:26 +0000 (12:39 +0100)]
Examples have been moved to https://github.com/devkitPro/3ds-examples

9 years agoMerge pull request #230 from Lectem/patch-1
fincs [Sun, 13 Dec 2015 20:34:56 +0000 (21:34 +0100)]
Merge pull request #230 from Lectem/patch-1

Added documentation link in the readme

9 years agoAdded documentation link in the readme
Lectem [Sun, 13 Dec 2015 18:34:59 +0000 (13:34 -0500)]
Added documentation link in the readme

9 years agoBump version to 1.0.0 - with changelog v1.0.0
fincs [Sat, 5 Dec 2015 12:29:34 +0000 (13:29 +0100)]
Bump version to 1.0.0 - with changelog

9 years agoUpdate Makefiles for devkitARM r45
fincs [Sun, 29 Nov 2015 19:56:33 +0000 (20:56 +0100)]
Update Makefiles for devkitARM r45

9 years agoFix thread stack alignment
fincs [Sun, 29 Nov 2015 19:45:34 +0000 (20:45 +0100)]
Fix thread stack alignment

9 years agoDocument thread API
fincs [Sat, 28 Nov 2015 22:45:54 +0000 (23:45 +0100)]
Document thread API

9 years agosdmc_dev.c: make string buffers thread local
fincs [Wed, 25 Nov 2015 20:47:18 +0000 (21:47 +0100)]
sdmc_dev.c: make string buffers thread local

9 years agoAdd TLS (thread local storage) support
fincs [Wed, 25 Nov 2015 20:46:54 +0000 (21:46 +0100)]
Add TLS (thread local storage) support

9 years agoAdd basic multithreading example
fincs [Sun, 22 Nov 2015 16:07:07 +0000 (17:07 +0100)]
Add basic multithreading example

9 years agoRevise APT/GSP/NDSP to use the new thread API
fincs [Sat, 21 Nov 2015 17:55:51 +0000 (18:55 +0100)]
Revise APT/GSP/NDSP to use the new thread API

9 years agoAdd WIP thread wrapper API
fincs [Sat, 21 Nov 2015 17:55:05 +0000 (18:55 +0100)]
Add WIP thread wrapper API

9 years agoImplement devkitARM/newlib lock support & dynamic reent
fincs [Sat, 21 Nov 2015 13:14:56 +0000 (14:14 +0100)]
Implement devkitARM/newlib lock support & dynamic reent

9 years agoMerge branch 'master' into great-refactor
fincs [Mon, 7 Dec 2015 10:43:44 +0000 (11:43 +0100)]
Merge branch 'master' into great-refactor

9 years agofix warning
Dave Murphy [Mon, 7 Dec 2015 08:44:50 +0000 (08:44 +0000)]
fix warning

9 years agoremove more greetz
Dave Murphy [Mon, 7 Dec 2015 08:43:08 +0000 (08:43 +0000)]
remove more greetz

9 years agoremove greetz
Dave Murphy [Mon, 7 Dec 2015 08:30:22 +0000 (08:30 +0000)]
remove greetz

9 years agoMerge pull request #227 from Cruel/great-refactor
fincs [Sun, 6 Dec 2015 10:40:38 +0000 (11:40 +0100)]
Merge pull request #227 from Cruel/great-refactor

Make ndspWaveBuf's vaddr const

9 years agoMake ndspWaveBuf's vaddr const
Thomas Edvalson [Sat, 5 Dec 2015 23:39:46 +0000 (18:39 -0500)]
Make ndspWaveBuf's vaddr const

9 years agoAdd shaderProgramSetGshMode() for configuring geoshader mode
fincs [Sat, 5 Dec 2015 12:28:41 +0000 (13:28 +0100)]
Add shaderProgramSetGshMode() for configuring geoshader mode

9 years agoSynchronize GPU register names with the 3dbrew Wiki, again
fincs [Sat, 5 Dec 2015 12:27:02 +0000 (13:27 +0100)]
Synchronize GPU register names with the 3dbrew Wiki, again

9 years agoCorrect error in FSUSER_OpenArchive/FSUSER_CloseArchive
fincs [Fri, 4 Dec 2015 17:36:09 +0000 (18:36 +0100)]
Correct error in FSUSER_OpenArchive/FSUSER_CloseArchive

9 years agoAdd proctex GPU register names and enumerations from the 3dbrew Wiki
fincs [Wed, 2 Dec 2015 11:04:13 +0000 (12:04 +0100)]
Add proctex GPU register names and enumerations from the 3dbrew Wiki

9 years agoRevert "Revert "Dynamically determine heap sizes.""
fincs [Tue, 1 Dec 2015 12:25:09 +0000 (13:25 +0100)]
Revert "Revert "Dynamically determine heap sizes.""

This reverts commit cc8e0c29b6297d43bc0c78c4618007202abf8d04.
The bug was fixed in Citra.

9 years agoshaderProgram: manage GPUREG_SH_OUTATTR_MODE/CLOCK
fincs [Tue, 1 Dec 2015 12:22:34 +0000 (13:22 +0100)]
shaderProgram: manage GPUREG_SH_OUTATTR_MODE/CLOCK

9 years agoAdd new GPU register names and enumerations from the 3dbrew Wiki
fincs [Tue, 1 Dec 2015 11:58:57 +0000 (12:58 +0100)]
Add new GPU register names and enumerations from the 3dbrew Wiki

9 years agoMerge pull request #225 from Dazzozo/am-title-database
fincs [Tue, 1 Dec 2015 10:33:49 +0000 (11:33 +0100)]
Merge pull request #225 from Dazzozo/am-title-database

AM: implement external title database IPC functions

9 years agoAM: implement external title database IPC functions
Daz Jones [Tue, 1 Dec 2015 01:37:43 +0000 (01:37 +0000)]
AM: implement external title database IPC functions

Correct use of these functions allows applications that require
the external (SD) title database (e.g. title installers) to check
if it exists, and if not, have it created.

9 years agoAdd a few additional GPU enumerations
fincs [Wed, 25 Nov 2015 20:49:26 +0000 (21:49 +0100)]
Add a few additional GPU enumerations

9 years agoRevert "Dynamically determine heap sizes."
fincs [Sun, 22 Nov 2015 00:13:41 +0000 (01:13 +0100)]
Revert "Dynamically determine heap sizes."

This reverts commit b96dd51d3349961189d4ab1bc2a5c45deff21c09.
The change completely broke homebrew on the Citra emulator.

9 years agoMerge pull request #207 from Steveice10/great-refactor
fincs [Sat, 21 Nov 2015 20:13:09 +0000 (21:13 +0100)]
Merge pull request #207 from Steveice10/great-refactor

Dynamically determine heap sizes.