Commit graph

  • 72afe34cf9 fusee/sept: fix error printing hexkyz 2020-07-14 18:12:31 +01:00
  • 51dd668c7c loader: fix typo Michael Scire 2020-07-13 17:44:20 -07:00
  • c01753370a ams: update to know about 10.1.0 Michael Scire 2020-07-13 17:34:48 -07:00
  • 33434e21ef kern: Prepare to commit cardinal sin Michael Scire 2020-07-13 17:00:51 -07:00
  • 18698bf1d3 kern: add SvcQueryIoMapping (NOTE: pre-10.x, ABI needs update) Michael Scire 2020-07-13 13:24:32 -07:00
  • 57867d6ced kern: fix/add InfoType_(Total/Used)(NonSystem/)MemorySize Michael Scire 2020-07-13 12:17:28 -07:00
  • 35c1959131 kern: assert correctness for complete class hierarchy Michael Scire 2020-07-13 11:11:30 -07:00
  • a4e3eae4b6 svc/ipc: fix handle count accessors Michael Scire 2020-07-13 11:00:46 -07:00
  • 84d8634938 kern: fix bugs in Receive/Exchange ipc buffers Michael Scire 2020-07-13 10:02:01 -07:00
  • 095fc6b996 kern: fix UpdateLock perms for ipc Michael Scire 2020-07-12 22:22:54 -07:00
  • bc767742f7 kern: fix unaligned map alias buffers Michael Scire 2020-07-12 18:53:45 -07:00
  • e2e5a2ccc2 kern: fix bugs in MapAlias ipc mappings Michael Scire 2020-07-12 18:17:29 -07:00
  • a8d4b10b17 kern: implement IPC KPageTable functionality Michael Scire 2020-07-12 15:42:47 -07:00
  • c34bf6e56f Update makefile Michael Scire 2020-07-11 11:49:07 -07:00
  • 3c8d8161cc kern: fix bug in ToMessageBuffer pointer transfer selection Michael Scire 2020-07-11 02:06:44 -07:00
  • 4a7ce9dd75 kern/KScheduler: implement special yields Michael Scire 2020-07-11 00:48:26 -07:00
  • ca9327a120 kern: implement SvcSleepThread for ns > 0 Michael Scire 2020-07-10 23:30:15 -07:00
  • f37eda6b86 kern: implement KPageTableBase::CopyHeapToHeap(WithoutCheckDestination) Michael Scire 2020-07-10 21:37:56 -07:00
  • 9d0457b29d
    daybreak: Added support for factory resetting (#1083) Adubbz 2020-07-11 14:05:30 +10:00
  • de4a28b713 daybreak: support resetting to factory settings Adubbz 2020-07-11 13:37:34 +10:00
  • 09ae33e59e daybreak: snprintf fixes Adubbz 2020-07-11 12:04:03 +10:00
  • 234df7113e daybreak: ui code cleanup Adubbz 2020-07-11 11:50:44 +10:00
  • c72bdec328 kern: add KPageTableBase::CopyMemory Linear <-> User and Linear <-> Kernel Michael Scire 2020-07-10 20:09:06 -07:00
  • 4a767c9082 kern: mostly implement thread exit Michael Scire 2020-07-10 18:39:53 -07:00
  • c8f71007ec kern/ipc: fix bug in SendMessage Michael Scire 2020-07-10 16:57:11 -07:00
  • 4ff10f3ce0 kern/ipc: implement remaining KServerSession reply code Michael Scire 2020-07-10 16:46:55 -07:00
  • d52655eaf1 kern: add SvcExitThread, SvcSendAsyncRequestWithUserBuffer, SvcReplyAndReceiveWithUserBuffer Michael Scire 2020-07-10 15:31:23 -07:00
  • 1b429918de kern/ipc: implement most of reply Michael Scire 2020-07-10 13:42:36 -07:00
  • b29dc76b20 kern/ipc: implement SendReply, declare SendMessage Michael Scire 2020-07-10 12:49:52 -07:00
  • 4db9d95958 os: fix building with new svc defs Michael Scire 2020-07-10 11:57:40 -07:00
  • 2ec4ed3568 kern/ipc: add Atmosphere's mitm pid passthrough logic Michael Scire 2020-07-10 10:45:22 -07:00
  • 4e226b523e ipc/receive: trivially correct result return codeflow Michael Scire 2020-07-10 10:35:33 -07:00
  • 9fa6d12586 kern/ipc: finish Receive part of ReplyAndReceive Michael Scire 2020-07-10 10:20:33 -07:00
  • 804aa0e55d ipc: add MapAlias processing logic for Receive Michael Scire 2020-07-10 08:49:10 -07:00
  • 9d57783aa8 ipc::Reply -> implement Pointer handling logic Michael Scire 2020-07-10 01:47:18 -07:00
  • a510a1138d ipc::Reply -> add raw data copy logic Michael Scire 2020-07-10 01:15:14 -07:00
  • 4e667bc7c1 kern: implement remaining non-KServerSession:: part of Reply/Receive Michael Scire 2020-07-10 00:28:30 -07:00
  • 84b1be1d58 kern: partially implement Receive half of ReplyAndReceive Michael Scire 2020-07-10 00:03:50 -07:00
  • 1b2203d102 kern: implement SvcSendSyncRequest(WithUserBuffer) Michael Scire 2020-07-09 21:30:29 -07:00
  • 4f12449acf kern: implement SvcArbitrateLock, SvcArbitrateUnlock Michael Scire 2020-07-09 20:45:26 -07:00
  • f4fd4cbbb2 kern: skeleton SvcReplyAndReceive Michael Scire 2020-07-09 20:11:41 -07:00
  • be98aaa185 kern: partially implement SvcSignalProcessWideKey Michael Scire 2020-07-09 19:17:30 -07:00
  • 7f4c6ae9e7 kern: implement SvcCreateThread, SvcStartThread Michael Scire 2020-07-09 18:54:09 -07:00
  • 9503aae522 kern: implement SvcMapMemory Michael Scire 2020-07-09 18:12:04 -07:00
  • 78da7422ae kern: implement SvcAcceptSession Michael Scire 2020-07-09 17:49:33 -07:00
  • f52232f0f2 kern: implement SvcWaitSynchronization Michael Scire 2020-07-09 17:21:47 -07:00
  • 16c9c53a4a kern: implement KEvent, KWritableEvent, KServerSession::OnClientClosed Michael Scire 2020-07-09 16:32:37 -07:00
  • d0d8914f28 kern: implement SvcCloseHandle Michael Scire 2020-07-09 15:25:01 -07:00
  • 7400a8ff68 kern: SvcConnectToNamedPort Michael Scire 2020-07-09 14:49:51 -07:00
  • a2eb93fde8 kern: svcOutputDebugString, svcGetThreadPriority, svcGetThreadId Michael Scire 2020-07-09 13:07:38 -07:00
  • 1a0696f8a3 kern: implement SvcUnmapMemory, more of SvcGetInfo Michael Scire 2020-05-29 00:57:25 -07:00
  • faad5609b9 ncm: safer access patterns for FirmwareVariationInfo Michael Scire 2020-07-10 11:49:44 -07:00
  • ad551c3b55 ncm: loosen FirmwareVariation restrictions. Michael Scire 2020-07-10 11:46:45 -07:00
  • c2408395d8
    daybreak: address nitpicks (#1081) Adubbz 2020-07-10 23:44:32 +10:00
  • 40f235f116 daybreak: even more label changes Adubbz 2020-07-10 23:44:05 +10:00
  • 991d74b3fc daybreak: more label tweaks Adubbz 2020-07-10 23:41:36 +10:00
  • f04b3286bb daybreak: append / to paths Adubbz 2020-07-10 22:15:36 +10:00
  • 733af909f9 daybreak: address nitpicks Adubbz 2020-07-10 21:26:50 +10:00
  • 084dd3232e
    daybreak: various ux improvements (#1080) Adubbz 2020-07-09 21:33:52 +10:00
  • 9bda017335 daybreak: various ux improvements Adubbz 2020-07-09 19:46:01 +10:00
  • 8d6e076b77
    ncm: Mark two variables as const (#1078) VolcaEM 2020-07-09 06:48:41 +02:00
  • b6c980c93c
    ncm: Mark two variables as const VolcaEM 2020-07-09 06:43:43 +02:00
  • 9bd6916646 ams: bump version to 0.14.0, add emummc info configitem Michael Scire 2020-07-08 17:36:52 -07:00
  • f168542931 ams: distribute daybreak in release zips Michael Scire 2020-07-08 17:11:52 -07:00
  • 852c039f70 ncm: rights ids were added in 2.0.0 Michael Scire 2020-07-08 16:02:47 -07:00
  • bffd553b80 sf: correct deprecated spl interface definition Michael Scire 2020-07-08 15:42:15 -07:00
  • 2d9f5b6942 sf: support service objects which must themselves be shared pointers Michael Scire 2020-07-08 15:07:40 -07:00
  • aa2d1e15ab exo: integrate multiple PRs' split_program changes Michael Scire 2020-07-07 20:28:31 -07:00
  • 0cac10a2f0
    daybreak: sort folders alphabetically and only display success message on success (#1075) Adubbz 2020-07-08 13:06:21 +10:00
  • 27bbdbd7c0 daybreak: sort folders alphabetically and only display success message on success Adubbz 2020-07-08 13:01:37 +10:00
  • 499f29d2f0 ncm: make *ActivateContentMetaDatabase play nice with 1.0.0 Michael Scire 2020-07-07 20:00:51 -07:00
  • 9efca346d9 docs: update roadmap Michael Scire 2020-07-07 18:15:06 -07:00
  • 9fde97cfdd
    sf: Change interface definition methodology (#1074) SciresM 2020-07-07 17:07:23 -07:00
  • 94eb2195d3
    Added Daybreak, a system updater homebrew (#1073) Adubbz 2020-07-08 10:07:00 +10:00
  • 697321d73b fs: correct 10.x+ user bindings for Get*SpaceSize Michael Scire 2020-07-07 17:03:11 -07:00
  • 0e6ac173b8 sf: correct invocation def for pointer holder Michael Scire 2020-07-07 16:08:01 -07:00
  • e5a233efa2 sf: update ams.mitm for new format Michael Scire 2020-07-07 15:08:02 -07:00
  • 0f39bc4b26 daybreak: switch to using hiddbg for home blocking (+1 squashed commits) Adubbz 2020-07-07 17:39:44 +10:00
  • 4464b31b40 git subrepo pull ./troposphere/daybreak/nanovg Adubbz 2020-07-07 17:21:48 +10:00
  • 561d0458ba Implemented a system updater homebrew (titled Daybreak) Adubbz 2020-07-07 17:21:30 +10:00
  • 4485a46e53 sf: support building dmnt under new scheme Michael Scire 2020-07-07 05:22:47 -07:00
  • c32bd7ca38 sf: update fatal for new format Michael Scire 2020-07-07 05:14:55 -07:00
  • dec1f7fba2 sf: convert ro/sm to new format Michael Scire 2020-07-07 05:06:40 -07:00
  • b661571fc3 sf: convert pm to new format Michael Scire 2020-07-07 04:37:03 -07:00
  • afb4cafcdc sf: update ncm for new format Michael Scire 2020-07-07 00:44:52 -07:00
  • 4a3a6dec29 sf: convert spl to new format Michael Scire 2020-07-07 00:37:11 -07:00
  • fb3b29516c sf: convert loader to new format Michael Scire 2020-07-06 20:00:07 -07:00
  • dd432f33e8 sf: finish conversion of libstrat to new definitions Michael Scire 2020-07-06 19:41:04 -07:00
  • 379bddf6d1 sf: convert fs interfaces to new format Michael Scire 2020-07-06 15:09:28 -07:00
  • c174d12216 sf: Begin experimenting with new interface declaration format Michael Scire 2020-07-04 18:44:14 -07:00
  • b08ccd7341 exo: fixes, now tested working on mariko hardware Michael Scire 2020-07-02 14:06:42 -07:00
  • 0a53c74aad libstrat: fix bugs/compiler warnings Michael Scire 2020-07-01 09:22:09 -07:00
  • 70e67da1e1 fs: use access_log for other user fs/dir/file bindings Michael Scire 2020-07-01 01:27:23 -07:00
  • e2b17086d4 fs: implement AccessLog, enable for File operations Michael Scire 2020-06-29 23:19:33 -07:00
  • c9ead205a4 libstrat: fix bugs/compiler warnings access_log Michael Scire 2020-07-01 09:22:09 -07:00
  • d2fc7dba8c fs: use access_log for other user fs/dir/file bindings Michael Scire 2020-07-01 01:27:23 -07:00
  • c6a0d88a76 fs: implement AccessLog, enable for File operations Michael Scire 2020-06-29 23:19:33 -07:00
  • 3fe7700e5c docs: update roadmap Michael Scire 2020-06-29 07:05:02 -07:00
  • 828b170aac exo: add mariko spare reg write during setup Michael Scire 2020-06-29 05:40:09 -07:00
  • 1084817d84 exo: kernel saves dbg* registers Michael Scire 2020-06-29 05:14:49 -07:00