Commit Graph

  • 4a3e8e805c Add nsGetSpace commands Joel16 2018-06-05 13:52:27 -0500
  • 2a1c7660dd Removed IGeneralService shadowninja108 2018-06-04 19:58:29 -0700
  • d3889fb9ed Added a few misc IPC wrappers (#107) Adubbz 2018-06-05 12:05:51 +1000
  • 60ed1fee9c
    Remove extra 'value' from comment Adubbz 2018-06-05 11:46:45 +1000
  • d305b68b79 Remove extra newline shadowninja108 2018-06-04 00:41:16 -0700
  • 02bc92fdfa Moved IGeneralService, formatting shadowninja108 2018-06-04 00:23:58 -0700
  • c83696cd41 Tabs -> Spaces shadowninja108 2018-06-03 20:15:00 -0700
  • d3fd0339c9 Added newline shadowninja108 2018-06-03 19:58:06 -0700
  • ae027da224 Remove duplicates and use +1 internally for Set* Joel16 2018-06-03 21:13:28 -0500
  • 517f064028
    Misc fixes Adubbz 2018-06-04 12:05:03 +1000
  • 22bda61242 Use a single enum instead of functions Joel16 2018-06-03 21:04:29 -0500
  • b4c464f840
    Copy names and item keys to stack variables Adubbz 2018-06-04 11:35:30 +1000
  • dfe1022a5c Fix up spacing shadowninja108 2018-06-03 17:32:13 -0700
  • 84408ba5b9 Cleanup/Refcounting shadowninja108 2018-06-03 17:08:46 -0700
  • b99729142b Fixed IGeneralService leak shadowninja108 2018-06-03 14:44:28 -0700
  • 23da34056c Added nifm service shadowninja108 2018-06-03 02:38:20 -0700
  • c23ce8fd9d
    SET_MAX_NAME_SIZE should be 0x48, not 0x30 Adubbz 2018-06-03 11:12:27 +1000
  • c599810a38 Fix compile errors with pointers Joel16 2018-06-01 16:46:33 -0500
  • c237f4c46d Use an internal setsysGet/setsysSet Joel16 2018-06-01 16:40:01 -0500
  • ed4e8c58dc Add more set:sys Get*/Set* functions Joel16 2018-06-01 12:11:32 -0500
  • 57168f2e79
    Improved ns:vm handling on unsupported firmware versions Adubbz 2018-06-01 10:42:10 +1000
  • ed48407d18
    Use ns:am for NeedsUpdateVulnerability on <3.0.0 Adubbz 2018-06-01 10:15:09 +1000
  • fa4f907d20
    Removed extra newlines, made setsysGetSettingsItemValue buffer size configurable Adubbz 2018-06-01 09:55:50 +1000
  • 635f0401e8
    Added a few misc IPC wrappers Adubbz 2018-05-31 16:50:01 +1000
  • a5381e43c0 Fix incorrect pointer reference in socketDeserializeAddrInfo jarulo 2018-05-29 20:47:15 +0200
  • 0e1d06b119 Fix inet_pton4 jarulo 2018-05-29 20:48:30 +0200
  • 94266ecce8 Fix incorrect pointer reference in socketDeserializeAddrInfo jarulo 2018-05-29 20:47:15 +0200
  • c3e98443f7 ncm: add a few IPC wrappers for content storage and content meta database Zhuowei Zhang 2018-05-28 21:23:14 -0400
  • fe4fe73513
    Updated comment to accountListAllUsers to change size to ACC_USER_LIST_SIZE Daniel Edwards 2018-05-28 10:15:42 +1200
  • c7276ca7cf allow CLOCK_REALTIME too Dave Murphy 2018-05-27 16:58:51 +0100
  • 2fe1adf0e0 use right offset to calc micro/nano secs Dave Murphy 2018-05-27 16:13:51 +0100
  • 2330ebce99 Added accountGetUserCount and accountListAllUsers 3Daniel 2018-05-27 22:24:23 +1200
  • 50f59898af implement clock functions Dave Murphy 2018-05-27 00:35:53 +0100
  • 8319383048 provide microseconds to gettimeofday Dave Murphy 2018-05-27 00:15:13 +0100
  • c597631c4d fix build, slight cleanup for doozer (#101) Dave Murphy 2018-05-26 23:10:12 +0100
  • 330087ce6e fix build Dave Murphy 2018-05-26 17:53:59 +0100
  • deab92d486 Add some setsysGet* functions (#98) Joel 2018-05-22 10:33:45 -0500
  • b7c325812a Make requested changes Joel16 2018-05-22 09:42:51 -0500
  • f84c63a38e Add some setsysGet* functions Joel16 2018-05-22 09:22:43 -0500
  • 7223994aa6 Release v1.2.1 v1.2.1 fincs 2018-05-22 00:49:24 +0200
  • b11288ea44 In jitTransitionToWritable() and jitTransitionToExecutable(), only run the JitType_CodeMemory handling code when it's actually needed. Actually free j->rx_addr in jitClose() for JitType_JitMemory. yellows8 2018-05-21 16:57:11 -0400
  • a12eb11eab Sync jit SVC names with wiki + updated the comment for JitType_JitMemory in jit.h. yellows8 2018-05-21 14:28:14 -0400
  • 93957370a9 Disable using JitType_JitMemory on 5.0.0+, resulting in falling back to JitType_CodeMemory if available. yellows8 2018-05-21 14:04:20 -0400
  • 726f8adfe3 Replaced the hard-coded timeout error constant in nvgfxEventWait() with the one from result.h. This fixes an issue caused by a past commit. yellows8 2018-05-19 21:43:12 -0400
  • 80d48425b9 remove sudo dep Dave Murphy 2018-05-19 20:24:25 +0100
  • 051ac4408c remove sudo dep Dave Murphy 2018-05-19 20:24:25 +0100
  • 3605e40dbd Add string.h to remove compile error (#96) Joel 2018-05-19 14:41:15 -0500
  • a73115b1f6 Revert "Add newline between comment-block and include" Joel16 2018-05-19 14:40:00 -0500
  • 40e289b0e5 Add newline between comment-block and include Joel16 2018-05-19 14:28:41 -0500
  • 6cc90cd46d Remove new line as reqeusted Joel16 2018-05-19 14:18:41 -0500
  • feda115600 Add string.h to remove compile error Joel16 2018-05-19 14:07:03 -0500
  • c28cae95cd Add setGetSerialNumber (#95) Joel 2018-05-19 09:50:00 -0500
  • af85ea80ed Make corrections Joel16 2018-05-18 19:44:23 -0500
  • 27009fcf19 Document params and change name to setsys Joel16 2018-05-18 19:03:25 -0500
  • 2075261f1e Add setGetSerialNumber Joel16 2018-05-18 18:56:00 -0500
  • df203f0697 Added hidMergeSingleJoyAsDualJoy(). yellows8 2018-05-18 18:42:48 -0400
  • 3d0cab8061 changelog for 1.2.0 (#92) v1.2.0 Dave Murphy 2018-05-16 23:25:07 +0100
  • 28ebb9ed0c implement nxlink stdio redirect (#94) Dave Murphy 2018-05-16 23:22:47 +0100
  • 2e0e19994c
    void Dave Murphy 2018-05-16 23:18:02 +0100
  • 72e77c82d0
    add void Dave Murphy 2018-05-16 23:15:01 +0100
  • d302968bd5 rearrange Dave Murphy 2018-05-16 23:08:13 +0100
  • eb4933694b fix eol, close sock on error, fix include Dave Murphy 2018-05-16 22:59:33 +0100
  • 028690d80c
    reduce heading size Dave Murphy 2018-05-16 22:48:56 +0100
  • fb2990f26c reformat, add nxlink stdio ( ͡° ͜ʖ ͡°) Dave Murphy 2018-05-16 22:46:27 +0100
  • c1ad26ca98 implement nxlink stdio redirect Dave Murphy 2018-05-16 22:25:14 +0100
  • 72e25969ca aodio output fixes too Dave Murphy 2018-05-16 17:49:30 +0100
  • 528949653e rearrange & update Dave Murphy 2018-05-16 10:25:14 +0100
  • e51dbec3ee remove user inaccessible funcs Dave Murphy 2018-05-16 02:16:01 +0100
  • 36acd9c2df remove redundant line Dave Murphy 2018-05-16 00:30:14 +0100
  • e551c9bfd3 tweaks Dave Murphy 2018-05-15 22:50:42 +0100
  • 105d74a1b9 more cleanup Dave Murphy 2018-05-15 19:28:26 +0100
  • f641076590 lower case services Dave Murphy 2018-05-15 17:37:10 +0100
  • 4057bef915 implement more yellows8 requests Dave Murphy 2018-05-15 17:27:06 +0100
  • 65f74e4d71 next release is 1.2.0 Dave Murphy 2018-05-15 17:24:23 +0100
  • 1dc9c60df4 implement yellows8 requests Dave Murphy 2018-05-15 17:23:34 +0100
  • 64a99623e9 more updates Dave Murphy 2018-05-15 13:24:44 +0100
  • 27b686fe5c no bulleted list for svcs Dave Murphy 2018-05-15 11:58:18 +0100
  • 3f171fe91a start changelog for 1.2.0 Dave Murphy 2018-05-15 11:19:20 +0100
  • 71036319a7 translate crlf eol markers to lf for consistency Dave Murphy 2018-05-15 11:21:49 +0100
  • b491ee290c translate crlf eol markers to lf for consistency Dave Murphy 2018-05-15 11:21:49 +0100
  • fdf0949562 Fixed parsing in _socketDeserializeHostent(). yellows8 2018-05-15 02:10:13 -0400
  • 61d4140773 Implement pm:info (#88) Matthew Bell 2018-05-14 21:09:43 -0400
  • 1c5bf7d9c2 Fixed whitespace mdbell 2018-05-14 13:28:12 -0400
  • 05cde6649b Updated svcGetDebugEvent and svcContinueDebugEvent in svc.h. yellows8 2018-05-14 12:51:06 -0400
  • 5ebe01191e Fixed hang in _socketDeserializeHostent(). yellows8 2018-05-14 12:37:56 -0400
  • ce718b3ac2 Set h_errno and errno for the socket.c 'Unimplementable functions'. yellows8 2018-05-14 12:32:07 -0400
  • a6ba19834d Added pm:info and GetTitleId mdbell 2018-05-12 17:30:25 -0400
  • 3f75b79803 Copy the HidControllerHeader for each controller into hid state. Added disabled hidGetControllerType(). yellows8 2018-05-12 13:53:11 -0400
  • d7cbc484ae use official devkitA64 docker image Dave Murphy 2018-05-02 00:10:07 +0100
  • eb7584b0ba use official devkitA64 docker image Dave Murphy 2018-05-02 00:10:07 +0100
  • 165932fbde Added a comment for fsdevCommitDevice(). yellows8 2018-05-12 11:56:04 -0400
  • 02ff4915d9 Initialize cmdreq buf[1] in ipcCloseSession(). yellows8 2018-05-11 11:25:46 -0400
  • c548a76763 In select(), use pollinfo revents instead of events when processing poll() output. yellows8 2018-05-10 20:11:07 -0400
  • c8d68ae853 Fixed _socketOpen(). yellows8 2018-05-10 12:35:55 -0400
  • 9c7ed03424 Fixed bsdGetSockOpt. yellows8 2018-05-09 22:07:54 -0400
  • 2619142d78 Fixed bsdIoctl. yellows8 2018-05-09 12:57:07 -0400
  • 45c1dab733 Add rules for building .npdm, .nsp and .kip, see details: fincs 2018-05-09 17:55:00 +0200
  • adad6f1c0c Fixed passing rawdata params in _sfdnsresDispatchDnsRequest(). yellows8 2018-05-08 22:52:08 -0400
  • 6bc917fae2 ipc.h: don't implicitly cast int to BufferType fincs 2018-05-09 02:44:40 +0200
  • fd9378754d Fix asm error in svcGetResourceLimit*Value Michael Scire 2018-05-08 18:28:52 -0600