- a214ddb posix: fix one-time timer for SIGEV_SIGNAL by Noemie Gillet · 5 months ago
- c152fb9 posix: kconfig: remove select y from non-user-selectable help by Chris Friedt · 6 months ago
- 748252a posix: device_io: use mode argument correctly in open() by Chris Friedt · 6 months ago
- ab8b28ed posix: device_io: implement fileno() by Chris Friedt · 6 months ago
- 399458e posix: device_io: implement fdopen() by Chris Friedt · 6 months ago
- 1715196 posix: device_io: implement pselect() by Chris Friedt · 6 months ago
- b3d3d4f net: sockets: move select() implementation to zvfs by Chris Friedt · 6 months ago
- 881dc1f net: sockets: move poll implementation to zvfs by Chris Friedt · 6 months ago
- 5ccbaef posix: device_io: implement pread() and pwrite() by Chris Friedt · 6 months ago
- fe26de9 posix: device_io: require a full libc for c89 functions by Chris Friedt · 6 months ago
- 7506274 posix: use sys_sem instead of k_spinlock for pool synch by Chris Friedt · 6 months ago
- dc7c20a posix: sysconf.c uses POSIX values by Keith Packard · 7 months ago
- 5973a71 posix: options/shm.c needs _POSIX_C_SOURCE by Keith Packard · 7 months ago
- 3eedb20 lib/posix: Only enable Zephyr _r APIs when toolchain doesn't by Keith Packard · 7 months ago
- 98debee posix: Define _POSIX_C_SOURCE to gain access to POSIX functions by Keith Packard · 7 months ago
- 063d938 lib: posix:fs: handle O_TRUNC in open() by Karthikeyan Krishnasamy · 7 months ago
- 6a64490 style: lib: comply with MISRA C:2012 Rule 15.6 by Pisit Sawangvonganan · 7 months ago
- 1593954 posix: add stubs for signal.h functions that need process support by Chris Friedt · 7 months ago
- b71062e posix: procN: add missing alias for getpid() by Chris Friedt · 7 months ago
- f616c43 lib: posix: fs: add rmdir support by Karthikeyan Krishnasamy · 7 months ago
- fe94d43 libc: common: implement multiple time functions by Yong Cong Sin · 7 months ago
- 5978e52 lib: posix: update option group of `readdir_r()` by Yong Cong Sin · 7 months ago
- 8e1ac56 lib: posix: mutex: stubs remaining of _POSIX_THREAD_PRIO_PROTECT by Yong Cong Sin · 8 months ago
- 0c4870a lib: posix: mutex: implement pthread_mutexattr_setprotocol by Yong Cong Sin · 8 months ago
- 50f47a4 lib: posix: mutex: check args of pthread_mutexattr_getprotocol by Yong Cong Sin · 8 months ago
- 2ccfe82 lib: posix: add stubs for thread-safe grp & pwd functions by Yong Cong Sin · 8 months ago
- b7ad4c5 posix: fs: implement readdir_r by Yong Cong Sin · 8 months ago
- 91abf0e posix: fs: implement `fdatasync()` by Yong Cong Sin · 8 months ago
- ad63ca2 kconfig: replace known integer constants with variables by Pieter De Gendt · 8 months ago
- ac52bd6 posix: deprecated: remove new options without deprecation by Chris Friedt · 9 months ago
- d8929b5 posix: shm: fix build error with minimal libc by Evgeniy Paltsev · 9 months ago
- 97e925e Revert "posix: device_io: require a full libc for c89 functions" by Alberto Escolar Piedras · 9 months ago
- 61e81a7 Revert "posix: device_io: provide stdin, stdout, stderr variables" by Alberto Escolar Piedras · 9 months ago
- c69ff54 Revert "posix: device_io: implement pread() and pwrite()" by Alberto Escolar Piedras · 9 months ago
- 1df86af Revert "net: sockets: move poll implementation to zvfs" by Alberto Escolar Piedras · 9 months ago
- 14e4de6 Revert "net: sockets: move select() implementation to zvfs" by Alberto Escolar Piedras · 9 months ago
- 1a2d508 Revert "posix: device_io: implement pselect()" by Alberto Escolar Piedras · 9 months ago
- a111cec Revert "posix: device_io: implement fdopen()" by Alberto Escolar Piedras · 9 months ago
- 9f38377 Revert "posix: device_io: implement fileno()" by Alberto Escolar Piedras · 9 months ago
- ade54b3 Revert "posix: device_io: use mode argument correctly in open()" by Alberto Escolar Piedras · 9 months ago
- db5266c Revert "posix: kconfig: remove select y from non-user-selectable help" by Alberto Escolar Piedras · 9 months ago
- 9a02561 Revert "posix: procN: add missing alias for getpid()" by Alberto Escolar Piedras · 9 months ago
- 772ba46 Revert "posix: add stubs for signal.h functions that need process support" by Alberto Escolar Piedras · 9 months ago
- 72e2787 Revert "posix: fd_mgmt: implement dup(), dup2(), fseeko(), and ftello()" by Alberto Escolar Piedras · 9 months ago
- d83a649 lib/posix: Get uptime in ticks instead of cycles by Ederson de Souza · 9 months ago
- b18cad1 posix: fd_mgmt: implement dup(), dup2(), fseeko(), and ftello() by Chris Friedt · 9 months ago
- b2243af posix: add stubs for signal.h functions that need process support by Chris Friedt · 9 months ago
- be086f1 posix: procN: add missing alias for getpid() by Chris Friedt · 9 months ago
- b82b5b0 posix: kconfig: remove select y from non-user-selectable help by Chris Friedt · 9 months ago
- 499a633 posix: device_io: use mode argument correctly in open() by Chris Friedt · 9 months ago
- 48dff55 posix: device_io: implement fileno() by Chris Friedt · 9 months ago
- 581a0f5 posix: device_io: implement fdopen() by Chris Friedt · 9 months ago
- 305ec62 posix: device_io: implement pselect() by Chris Friedt · 9 months ago
- 49ac191 net: sockets: move select() implementation to zvfs by Chris Friedt · 9 months ago
- 93973e2 net: sockets: move poll implementation to zvfs by Chris Friedt · 9 months ago
- 2d72966 posix: device_io: implement pread() and pwrite() by Chris Friedt · 9 months ago
- 86b9293 posix: device_io: provide stdin, stdout, stderr variables by Chris Friedt · 9 months ago
- 6f62292 posix: device_io: require a full libc for c89 functions by Chris Friedt · 9 months ago
- fa9e933 posix: allow for external implementation of option groups by Chris Friedt · 9 months ago
- 88d27cc posix: pthread: correct log info of new stack address by Paul He · 9 months ago
- 9ada52f fdtable: replace z_ prefix with zvfs_ for fdtable.h functions by Chris Friedt · 9 months ago
- 9a8d136 posix: signal: use the provided argument in the macros by Yong Cong Sin · 9 months ago
- 3ecef55 posix: shm: offset should compare with the shm size by Yong Cong Sin · 10 months ago
- 2d4346b posix: implement mprotect() by Chris Friedt · 10 months ago
- 64f336c posix: tie page size to mmu page size by Chris Friedt · 10 months ago
- 5346306 posix: add support for shared memory objects by Chris Friedt · 10 months ago
- 5e99e13 posix: add support for mlockall() and munlockall() by Chris Friedt · 10 months ago
- d949c9c posix: add support for mlock() and munlock() by Chris Friedt · 10 months ago
- 73394a8 posix: add implementation of mmap(), msync(), and munmap() by Chris Friedt · 10 months ago
- 156eaab posix: move ioctl() from fdtable to posix by Chris Friedt · 10 months ago
- 50fc010 posix + fdtable: move zvfs_ftruncate() to fdtable.c by Chris Friedt · 10 months ago
- 1f9ca63 posix: fs: implement fstat() via zvfs_fstat() by Chris Friedt · 10 months ago
- 974bad6 coding guidelines: comply with MISRA Rule 12.1. by Hess Nathan · 10 months ago
- 8b61b71 posix: streams: add stub for missing putpmsg() function by Chris Friedt · 10 months ago
- 598b2e1 posix: conditionally generate posix_clock syscall header by Chris Friedt · 10 months ago
- c250c33 posix: re-introduce PTHREAD_RWLOCK_INITIALIZER by Fabio Baltieri · 10 months ago
- fe1e7f8 doc: release: posix: deprecate non-normative POSIX Kconfig by Chris Friedt · 10 months ago
- 0fa9732 posix: create kconfig options for pse51, pse52, pse53 by Chris Friedt · 10 months ago
- 487a875 posix: eventfd: fix dependency cycle between net and posix by Chris Friedt · 10 months ago
- b3e36ad posix: eventfd: remove deprecated eventfd macros by Chris Friedt · 10 months ago
- 3949e89 posix: net: update for POSIX_NETWORKING by Chris Friedt · 10 months ago
- b051bce posix: move getpid() to Kconfig.procN and doc MULTI_PROCESS by Chris Friedt · 10 months ago
- 2e429f1 posix: reword aio and sched options. add experimental by Chris Friedt · 10 months ago
- 3f29b17 posix: deprecate POSIX_SIGNAL in favour of POSIX_SIGNALS by Chris Friedt · 10 months ago
- 2642eaa posix: relocate Kconfig.eventfd to Kconfig.compat by Chris Friedt · 10 months ago
- fcebe60 posix: deprecate PTHREAD_IPC _MUTEX _COND and _KEY by Chris Friedt · 10 months ago
- 2f2cad7 posix: deprecate POSIX_PUTMSG for XOPEN_STREAMS by Chris Friedt · 10 months ago
- 0711d60 posix: deprecate POSIX_SYSLOG for XSI_SYSTEM_LOGGING by Chris Friedt · 10 months ago
- 842a7b7 posix: deprecate SEM_VALUE_MAX and SEM_NAMELEN_MAX by Chris Friedt · 10 months ago
- 9f6590c posix: deprecate POSIX_FS for POSIX_FILE_SYSTEM by Chris Friedt · 10 months ago
- 2bc722a posix: deprecate POSIX_FNMATCH GETOPT GETENTROPY by Chris Friedt · 10 months ago
- 70e2b02 posix: deprecate PTHREAD_RWLOCK for POSIX_READER_WRITER_LOCKS by Chris Friedt · 10 months ago
- f270de7 posix: deprecate POSIX_MQUEUE in favour of POSIX_MESSAGE_PASSING by Chris Friedt · 10 months ago
- 4e181f7 posix: deprecate PTHREAD_SPINLOCK for POSIX_SPIN_LOCKS by Chris Friedt · 10 months ago
- 2fe9d6c posix: deprecate POSIX_ENV _CONFSTR _SYSCONF and _UNAME by Chris Friedt · 10 months ago
- b639604 posix: deprecate PTHREAD_BARRIER for POSIX_BARRIERS by Chris Friedt · 10 months ago
- bc4374b posix: deprecate POSIX_MAX_FDS and add POSIX_DEVICE_IO by Chris Friedt · 10 months ago
- 3f46966 posix: fd_mgmt: add fd_mgmt option group by Chris Friedt · 10 months ago
- 4a5c4e5 posix: timers: deprecate CONFIG_POSIX_CLOCK and TIMER by Chris Friedt · 10 months ago
- e2fc78a posix: signals: deprecate CONFIG_POSIX_LIMITS_RTSIG_MAX by Chris Friedt · 10 months ago