aboutsummaryrefslogtreecommitdiff
path: root/core/sys/linux
Commit message (Expand)AuthorAgeFilesLines
* add timerfd_* syscall wrappersFelix Salcher2025-12-131-3/+24
* Merge pull request #5741 from FourteenBrush/patch-4Jeroen van Rijn2025-12-101-1/+1
|\
| * Make `linux.IO_Vec.base` a multipointerFourteenBrush2025-10-021-1/+1
* | Implement more Linux syscalls (#5705)bc-universe2025-11-244-31/+372
* | sys/linux: add io uring APILaytan2025-11-104-6/+516
* | conditional packed for EPoll_Event to match kernelChris Hayen2025-10-211-3/+19
|/
* Fix ITimer_Flags_Bits enum valuediniamo2025-08-141-1/+1
* sys/linux: Unify IPC_Flags and IPC_Mode bitsetsSunagatov Denis2025-06-242-23/+21
* Merge branch 'master' into tiocgwinsz_timeRaph2025-06-205-40/+102
|\
| * Use idiomatic `rawptr(nil)`Feoramund2025-06-081-2/+1
| * Work around untyped nilJeroen van Rijn2025-06-081-1/+2
| * Removed obsolete `tz` param from `gettimeofday`Tohei Ichikawa2025-06-082-10/+2
| * Added missing parameter to `gettimeofday`Tohei Ichikawa2025-06-082-2/+10
| * Formatting fixesKrzesimir Nowak2025-05-181-10/+10
| * sys/linux: Improve documentation for Dirent and related proceduresKrzesimir Nowak2025-05-172-19/+51
| * Move things to constants.odinJeroen van Rijn2025-05-123-19/+23
| * Update `linux.Map_Flags_Bits`Jeroen van Rijn2025-05-122-2/+21
| * Fix linux.dirent_namejason2025-04-131-1/+1
| * Add linux build tag to core/sys/linux/sys.odinHarold Brenes2025-04-021-0/+1
| * Fixed #4892: 'EPoll_Event.events' should be bit set.Wison Ye2025-03-222-17/+23
* | added TIOCGWINSZ to darwin, linux and freebsdRaphGL2025-06-201-0/+3
|/
* Fix linux.rt_sigactionjason2025-03-101-1/+1
* Add missing syscalls from map_shadow_stack to removexattratlatedeployment2025-03-071-1/+14
* Fix bindings for sys/linux and posix/unistd.odingingerBill2025-01-311-2/+2
* Added IP_ADD_MEMBERSHIP Socket Option on Linuxcandtechsoftware2025-01-291-0/+1
* make -vet happyjason2025-01-101-1/+1
* Implement _read_directory_iterator in os2.jason2025-01-101-16/+12
* add 32 bit Sig_Info and remove ppoll_time64 calljason2025-01-032-72/+156
* Fix sys/linux 64 bit arguments on 32 bit systemsjason2025-01-022-6/+21
* Minor fixes + cleanup in os2 and sys/linuxjason2025-01-023-5/+6
* Merge pull request #4613 from fnknda/fix-linux-bindgingerBill2025-01-011-0/+10
|\
| * Remove extra white spaceJoao Fukuda2024-12-221-1/+0
| * Fix issue #4612Joao Fukuda2024-12-221-0/+11
* | Get arm64 up to speed in os2 linuxjason2024-12-191-37/+59
|/
* core:sys/linux - prefixing + moved IN_CLOSE/IN_MOVE to constantsA10293847562024-11-132-38/+46
* core:sys/linux - flags, spacing, inotify_initA10293847562024-11-134-23/+37
* core:sys/linux - fixed vet errorsA10293847562024-11-132-2/+2
* core:sys/linux - implemented inotifyA10293847562024-11-134-3/+72
* Merge pull request #4118 from andradei/posix-linuxLaytan2024-10-131-60/+37
|\
| * review/correct/cleanup posix linux PRLaytan2024-09-301-60/+37
* | Add missing registers in User_Regs on AMD64flysand72024-09-261-0/+6
* | Merge pull request #4203 from karl-zylinski/file-tags-without-commentsgingerBill2024-09-198-9/+9
|\ \
| * | Moved all packages in core, base, vendor, tests and examples to use new #+ fi...Karl Zylinski2024-09-148-9/+9
* | | [sys/linux]: Fix the order of arguments for ptrace cont, singlestep and syscallflysand72024-09-181-14/+15
|/ /
* / sys/info: more CPU feature detection for RISC-Vlaytan2024-09-024-0/+117
|/
* Merge pull request #4089 from laytan/riscv64gingerBill2024-08-224-36/+399
|\
| * correct the riscv64 stat structsLaytan2024-08-211-20/+1
| * add support for linux_riscv64 and freestanding_riscv64Laytan2024-08-204-34/+416
* | changed signature of clock_getresYeongju Kang2024-08-211-3/+4
* | implement clock_settime, clock_getres and clock_nanosleepYeongju Kang2024-08-191-3/+29
|/