aboutsummaryrefslogtreecommitdiff
path: root/core/sys
Commit message (Expand)AuthorAgeFilesLines
* fix(poll): make interface more odinaryRickard Andersson2023-06-151-1/+1
* fix: remove redefinition of `timespec`Rickard Andersson2023-06-151-5/+0
* cleanup(os_linux/poll): use tabs everywhereRickard Andersson2023-06-141-12/+11
* fix(os_linux): make `when` for `arm64` check correct orderRickard Andersson2023-06-141-5/+1
* fix(os_linux): call `ppoll` instead on `arm64`Rickard Andersson2023-06-141-1/+16
* feat(unix): add `poll`Rickard Andersson2023-06-141-0/+29
* Change to `"contextless" from `"c"`gingerBill2023-05-291-22/+22
* Remove rcDevice field from WINDOWPLACEMENT. Add WaitMessage and SetWindowPlac...Ryhor Spivak2023-05-241-1/+3
* Fix #2518gingerBill2023-05-181-1/+2
* core/sys/info: Fix the CPUID checkYawning Angel2023-05-161-1/+1
* core/sys/info: Workaround extremely rare XGETBV issuesYawning Angel2023-05-161-1/+8
* Add IsWindow to user32.odinMatias Fernandez2023-04-221-0/+1
* fix SendInput function in user32RestartFU2023-04-081-1/+1
* correct errorsJon Lipstate2023-04-051-1/+1
* Merge pull request #2423 from jon-lipstate/wsapollJeroen van Rijn2023-04-053-3/+128
|\
| * repaired autoformatterJon Lipstate2023-04-041-246/+663
| * retain runtime load sampleJon Lipstate2023-04-041-1/+10
| * remove runtime signatures to prevent ffi collisionsJon Lipstate2023-04-041-34/+1
| * Revert "remove keyedevent"Jon Lipstate2023-04-041-0/+2
| * remove duplicateJon Lipstate2023-04-041-665/+242
| * add non Ex variantJon Lipstate2023-04-041-0/+2
| * remove keyedeventJon Lipstate2023-04-041-2/+0
| * iocp supportJon Lipstate2023-04-043-2/+39
| * additional winsock apis, doc linksJon Lipstate2023-04-041-3/+108
| * Merge remote-tracking branch 'origin' into wsapollJon Lipstate2023-04-032-22/+161
| |\
| * | WSAPollJon Lipstate2023-03-281-0/+11
* | | Add creation, thread priority, and copy file flags.Elusive Porpoise2023-04-032-6/+68
* | | Add GetStartupInfoW. Rename StartupInfo to StartupInfoW.Elusive Porpoise2023-04-034-8/+8
| |/ |/|
* | Merge pull request #2428 from elusivePorpoise/pr2428Jeroen van Rijn2023-03-292-23/+155
|\ \
| * | relocations and add some error consts to winmmElusive Porpoise2023-03-292-23/+155
* | | Merge pull request #2426 from elusivePorpoise/pr2426Jeroen van Rijn2023-03-291-0/+7
|\| | | |/ |/|
| * Add TIMECAPS stuffElusive Porpoise2023-03-291-0/+7
* | Add SetConsoleCursorInfo and GetConsoleCursorInfo to sys/windows packageChristian Seibold2023-03-182-0/+8
* | Merge pull request #2391 from ftphikari/masterJeroen van Rijn2023-03-183-2/+171
|\ \ | |/ |/|
| * sys/windows: added some functions and types for input hooks and tray iconshikari2023-03-183-2/+171
* | add SetConsoleOuputCPElusive Porpoise2023-03-151-1/+2
|/
* Add `set_blocking` for network socketsSokus2023-03-081-0/+4
* Separate out the `read_reg` into three non-parapoly proceduresgingerBill2023-03-071-61/+81
* Merge pull request #2314 from SentientCoffee/pr/win32_console_text_attributesgingerBill2023-03-041-0/+19
|\
| * Add win32 SetConsoleTextAttributes for setting cmd prompt colorsDaniel2023-01-251-0/+19
* | Merge branch 'master' into core_net_updateColin Davidson2023-03-022-32/+53
|\ \
| * | Added missing Windows functions for console manipulationJeppe Skov2023-02-282-0/+21
* | | more cleanup rippleColin Davidson2023-03-012-9/+14
* | | more manual type carryoverColin Davidson2023-03-012-4/+26
* | | manually start merging core_netColin Davidson2023-03-016-146/+538
|/ /
* | Merge branch 'master' into new-temp-allocatorgingerBill2023-02-284-60/+237
|\ \
| * \ Merge pull request #2354 from elusivePorpoise/mastergingerBill2023-02-281-0/+7
| |\ \
| | * | FindFirstChangeNotification series of callsElusive Porpoise2023-02-271-0/+7
| * | | cleanup of os/linuxColin Davidson2023-02-281-11/+28
| |/ /
| * | derp. raw-syscallsColin Davidson2023-02-191-1/+0