Commit Graph

165 Commits

Author SHA1 Message Date
Vladimir Serbinenko dfac99781c memory: Don't map extra page unnecessarily
When offset2 != 0 it doesn't necessarily mean that we need an extra page.
Fix calculation to map extra page only when necesarry.

This is needed as next page may be unavailable like when available RAM
follows XSDT and hence not available for mapping.
2023-08-16 20:44:09 +02:00
nakst e79b5fba79 misc 2022-12-16 11:18:37 +00:00
nakst 9c4d6f61f8 general: bugfixes (part 2) 2022-03-25 14:25:13 +00:00
nakst 910bc1bbb0 general: use contentType field for file types 2022-03-24 16:58:35 +00:00
nakst a0fe4d31e9 files: storing file content type 2022-03-21 14:25:58 +00:00
nakst d2aea44158 ini files: move name to separate key in drivers and fonts 2022-03-16 12:22:20 +00:00
nakst aa4b656bbd ini files: remove sectionClass 2022-03-16 12:04:34 +00:00
nakst 591bb5635d global: rename DirectoryEnumerateChildren to DirectoryEnumerate 2022-03-10 21:32:05 +00:00
nakst d9a8557568 desktop: use color scheme to determine wallpaper background; fade transition when changing color scheme 2022-03-10 14:36:05 +00:00
nakst 3085ab24ca header generator: replace bitset with inttype 2022-02-16 22:01:37 +00:00
nakst e6ba0ba028 header generator: bitsets 2022-02-13 13:37:06 +00:00
nakst 1795f8cca5 api: cleanup error codes 2022-02-10 12:18:26 +00:00
nakst 2a9ae7212a remove test code 2022-02-09 09:42:17 +00:00
nakst f385ad581c misc 2022-02-07 16:32:55 +00:00
nakst 6eab9caac2 posix subsystem execve use correct base directory 2022-02-05 15:43:17 +00:00
nakst e7238c8a52 add APIs for applications to add and remove custom mount points 2022-02-04 22:15:46 +00:00
nakst 50060594c2 update posix subsystem 2022-01-25 14:06:15 +00:00
nakst 77586e6561 bugfix in ThreadSetTemporaryAddressSpace: open 2 references instead of 1 2022-01-21 10:37:02 +00:00
nakst 3ba01fa09d faster painting of partially opaque windows 2022-01-21 09:32:59 +00:00
nakst fefa668d0d make posix launcher textbox clearer; dup2 bugfixes 2022-01-19 22:58:30 +00:00
Doctor5555 3a9bf51a4a fix potential os crash on filesystem shutdown due to handle leak in FSNodeTraverseLayer 2022-01-19 22:28:16 +00:00
nakst 099d6af4a8 change panic keyboard shortcut 2022-01-19 22:20:43 +00:00
nakst 9e610bd928 use pipe for desktop requests 2022-01-07 08:53:25 +00:00
nakst d312c1d475 cleanup 2022-01-05 14:40:04 +00:00
nakst ce5f3ac647 textbox inserting tabs bugfix 2022-01-04 11:01:17 +00:00
nakst 16c77d00cf api_tests CHECK macro 2022-01-04 08:48:43 +00:00
nakst 869396bb10 more instructive kernel panic message 2022-01-04 08:14:40 +00:00
nakst 8374b8d876 bugfixes: double instance close; cursor shadow clearing; populate offset adjust at end of group 2022-01-03 11:36:50 +00:00
nakst 0edeb4b6cc use KDeviceSendConnectedMessage for graphics targets; upload helpful commands for gdb 2022-01-01 21:15:37 +00:00
nakst ea8b6cbd13 bit pattern paint 2022-01-01 14:22:19 +00:00
nakst ccdec37e3e cleanup; api testing framework 2021-12-31 18:16:04 +00:00
nakst f1e8d99abc start bold bitmap sans; resize window bugfix; add testing instructions 2021-12-29 11:58:10 +00:00
nakst ca856b74cf remove test panic 2021-12-29 10:08:32 +00:00
nakst 65d0edfbff change debug output overflow behaviour 2021-12-29 09:52:20 +00:00
nakst 510d4d866f rename dependency files folder; put full log in kernel panic report 2021-12-29 09:47:34 +00:00
nakst a16658eed0 bitmap font renderer 2021-12-28 21:24:55 +00:00
nakst 86bbaa7a59 introduce Flag.PAUSE_ON_USERLAND_CRASH for easier debugging; fix list view selection index with sorted fixed items 2021-12-26 21:35:31 +00:00
nakst 00c2deea80 simplify C header; C89 support 2021-12-23 17:04:11 +00:00
nakst acee390166 data structure cleanup 2021-12-19 14:48:26 +00:00
nakst 0af72eb18d cleanup api 2021-12-19 13:48:56 +00:00
nakst 0f1afeb252 rename bin/Generated Code to bin/generated_code 2021-12-17 13:51:42 +00:00
nakst d479a5e352 organize bin folder 2021-12-17 10:51:09 +00:00
nakst 5b427808df additional logging for elf load errors 2021-12-17 09:24:59 +00:00
nakst ba4b0318e7 instance callbacks; bugfixes 2021-12-16 19:06:08 +00:00
nakst 2d6baf19a0 validate timer adjust address 2021-12-05 17:38:03 +00:00
nakst f201231f52 misc changes 2021-12-04 12:00:10 +00:00
nakst aaa0114e8d fix CPULocal usage in page fault handler 2021-11-28 19:58:27 +00:00
nakst d913de89ac introduce updateActions to UI; bugfixes 2021-11-24 21:42:15 +00:00
nakst 0a4dc62ce6 adjust cursor shadow 2021-11-22 14:20:12 +00:00
nakst 128022faa4 update posix subsystem to use systemData; introduce build-port command 2021-11-20 16:03:00 +00:00