aboutsummaryrefslogtreecommitdiff
path: root/core/sys/posix
Commit message (Expand)AuthorAgeFilesLines
* fix typo for freebsd arm64 MINSIGSTKSZLaytan Laats2025-03-211-1/+1
* fix addrinfo struct defLaytan Laats2025-02-121-9/+22
* Fix bindings for sys/linux and posix/unistd.odingingerBill2025-01-311-175/+215
* Haiku: more posixavanspector2025-01-1034-128/+753
* fix haikuavanspector2024-12-209-10/+419
* sys/posix: add MAP_ANONYMOUSLaytan Laats2024-11-171-9/+13
* sys/posix: fix dirfd on netbsdLaytan Laats2024-11-151-9/+25
* added unlinking section to posix socket binding documentationA10293847562024-11-061-0/+6
* fix tabsLaytan Laats2024-11-011-15/+15
* fix thread_unix for Darwin after pthread corrections in posix packageLaytan Laats2024-10-301-2/+12
* fix testLaytan2024-10-281-3/+3
* port pthread_mutex_t and pthread_cond_t from sys/unix cause miniaudio wants itLaytan2024-10-281-4/+44
* sys/posix: impl rest of linux, impl some of WindowsLaytan Laats2024-10-2856-769/+1091
* Merge pull request #4118 from andradei/posix-linuxLaytan2024-10-1334-252/+1319
|\
| * review/correct/cleanup posix linux PRLaytan2024-09-3014-283/+239
| * Fix O_Flag_Bits.EXEC for non Linux platforms on posix/fcntl.Isaac Andrade2024-09-211-3/+1
| * Move bit set creation to compiler guard. Fix indentation on posix/sys_sem.Isaac Andrade2024-09-212-5/+8
| * Resolve bit set differences between linux and other platforms in posix/fcntlIsaac Andrade2024-09-211-46/+106
| * Satisfy the compiler.Isaac Andrade2024-09-211-1/+1
| * Rename sigaction duplicate type to sigaction_t on linux, following other plat...Isaac Andrade2024-09-211-1/+3
| * Implement POSIX pthread, signal, sys/resource, unistd for Linux.Isaac Andrade2024-09-214-64/+438
| * Fix bit flags on fcntl linux POSIX implemention. Add sys/sem linux implementa...Isaac Andrade2024-09-152-2/+37
| * Implement Linux POSIX compliance for poll, sched, sys/select. Fix enum in fcntl.Isaac Andrade2024-09-144-10/+10
| * Fix O_NOFOLLOW typo. Add Linux support for POSIX fcntl.Isaac Andrade2024-09-141-43/+109
| * Add initial POSIX support for Linux for wordexp.Isaac Andrade2024-09-141-0/+21
| * Finish sys/socket POSIX support for Linux.Isaac Andrade2024-09-111-49/+81
| * In-progress support for POSIX on Linux for sys/socket.Isaac Andrade2024-09-101-28/+75
| * Add Linux support for POSIX sys ipc, mman, time, utsname.Isaac Andrade2024-09-104-9/+19
| * Fix some compilation errors on POSIX linux.Isaac Andrade2024-09-095-4/+11
| * Add linux to OS check.Isaac Andrade2024-09-022-2/+2
| * Reuse POSIX netinet_in constants for linux.Isaac Andrade2024-09-021-195/+58
| * Implement POSIX linux support for poll and netinet_tcp. Incomplete support fo...Isaac Andrade2024-09-023-2/+196
| * Add POSIX Linux support for net_if and netdb.Isaac Andrade2024-09-022-3/+37
| * Add Linux support for POSIX limits.Isaac Andrade2024-09-021-0/+95
| * Simplify the implementation of POSIX langinfo for Linux:Isaac Andrade2024-08-301-172/+79
| * Implement POSIX support for Linux for the following facilities:Isaac Andrade2024-08-305-5/+260
| * Align the dirent struct for linuxIsaac Andrade2024-08-291-5/+5
| * Add contants RTLD contants on os_linux and posix (dlfcn).Isaac Andrade2024-08-281-0/+9
| * Use native types on linux POSIX structs.Isaac Andrade2024-08-283-29/+3
| * Fix ino_t and ino_t32 types for POSIX linux.Isaac Andrade2024-08-261-2/+2
| * Fix else when clause.Isaac Andrade2024-08-231-2/+2
| * On Linux POSIX, ENOTSUP and EOPNOTSUPP have the same value.Isaac Andrade2024-08-231-6/+4
| * Fix comment typo on POSIX ENOTSUP constant.Isaac Andrade2024-08-231-1/+1
| * Add comma to last dirent struct member.Isaac Andrade2024-08-231-15/+15
| * Add POSIX dirent struct for Linux.Isaac Andrade2024-08-233-1/+27
| * Initial implementation of linux-specifig dirent struct.Isaac Andrade2024-08-201-5/+15
| * Add linux support for errno.Isaac Andrade2024-08-201-3/+94
* | fix idtype definitionLaytan Laats2024-10-031-3/+19
* | sys/posix: use '#max_field_align'Laytan Laats2024-09-303-44/+30
* | core: improve package doc comments for the documentation generatorLaytan Laats2024-09-031-1/+1