# # ChangeLog for uspace/lib/posix/sys in mainline # # Generated by Trac 1.6 # 2026-05-31T22:43:26Z Tue, 16 Aug 2011 19:17:09 GMT Petr Koupy [49160c4] * uspace/lib/posix/stdio.c (modified) * uspace/lib/posix/sys/stat.c (modified) Resolved conflicts caused by mainline merge. Sun, 31 Jul 2011 04:59:20 GMT Petr Koupy [2a53f71] * uspace/lib/posix/stdio.c (modified) * uspace/lib/posix/stdlib.h (modified) * uspace/lib/posix/sys/wait.c (modified) * uspace/lib/posix/unistd.c (modified) * uspace/lib/posix/unistd.h (modified) Added missing comments to the newly implemented functions. Tue, 26 Jul 2011 22:16:54 GMT Jiří Zárevúcky [eb1edb0] * uspace/lib/posix/sys/wait.c (modified) * uspace/lib/posix/sys/wait.h (modified) Partial implementation. Wed, 20 Jul 2011 21:52:22 GMT Petr Koupy [4cf8ca6] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/assert.h (modified) * uspace/lib/posix/errno.c (modified) * uspace/lib/posix/errno.h (modified) * uspace/lib/posix/fcntl.c (modified) * uspace/lib/posix/fcntl.h (modified) * uspace/lib/posix/float.h (modified) * uspace/lib/posix/fnmatch.c (modified) * uspace/lib/posix/fnmatch.h (modified) * uspace/lib/posix/internal/common.h (modified) * uspace/lib/posix/inttypes.h (modified) * uspace/lib/posix/iso646.h (modified) * uspace/lib/posix/limits.h (modified) * uspace/lib/posix/locale.c (modified) * uspace/lib/posix/locale.h (modified) * uspace/lib/posix/math.c (modified) * uspace/lib/posix/math.h (modified) * uspace/lib/posix/pwd.c (modified) * uspace/lib/posix/pwd.h (modified) * uspace/lib/posix/signal.c (modified) * uspace/lib/posix/signal.h (modified) * uspace/lib/posix/stdbool.h (modified) * uspace/lib/posix/stddef.h (modified) * uspace/lib/posix/stdint.h (modified) * uspace/lib/posix/stdio.c (modified) * uspace/lib/posix/stdio.h (modified) * uspace/lib/posix/stdlib/strtold.c (modified) * uspace/lib/posix/string.h (modified) * uspace/lib/posix/sys/mman.h (modified) * uspace/lib/posix/sys/stat.c (modified) * uspace/lib/posix/sys/stat.h (modified) * uspace/lib/posix/sys/types.h (modified) * uspace/lib/posix/sys/wait.c (modified) * uspace/lib/posix/sys/wait.h (modified) * uspace/lib/posix/time.c (modified) * uspace/lib/posix/time.h (modified) * uspace/lib/posix/unistd.c (modified) * uspace/lib/posix/unistd.h (modified) Various minor commenting (no change in functionality). Tue, 12 Jul 2011 02:47:47 GMT Petr Koupy [eca52a8] * uspace/lib/posix/sys/stat.c (modified) * uspace/lib/posix/sys/stat.h (modified) Minor corrections in sys/stat.h. Tue, 12 Jul 2011 02:46:58 GMT Petr Koupy [1757edbd] * uspace/lib/posix/signal.c (modified) * uspace/lib/posix/sys/types.h (modified) Typedefs from sys/types.h changed to be POSIX compliant. Tue, 12 Jul 2011 02:45:06 GMT Petr Koupy [2346e78] * uspace/lib/posix/sys/mman.h (added) Added sys/mman.h to alias some macros from libc. Fri, 08 Jul 2011 00:54:24 GMT Jiří Zárevúcky [ec18957a] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/errno.c (added) * uspace/lib/posix/errno.h (added) * uspace/lib/posix/fcntl.c (modified) * uspace/lib/posix/stdio/scanf.c (modified) * uspace/lib/posix/stdlib.c (modified) * uspace/lib/posix/stdlib/strtol.c (modified) * uspace/lib/posix/stdlib/strtold.c (modified) * uspace/lib/posix/string.c (modified) * uspace/lib/posix/sys/stat.c (modified) * uspace/lib/posix/unistd.c (modified) Added errno.h (see commentary inside). Thu, 07 Jul 2011 22:59:42 GMT Jiří Zárevúcky [3f466c33] * uspace/lib/posix/signal.h (modified) * uspace/lib/posix/sys/types.h (modified) * uspace/lib/posix/time.c (modified) * uspace/lib/posix/time.h (modified) More additions to time.h (still WIP) Sat, 02 Jul 2011 23:33:27 GMT Jiří Zárevúcky [a6d908c1] * uspace/lib/posix/stdio.c (modified) * uspace/lib/posix/stdlib.c (modified) * uspace/lib/posix/stdlib/strtol.c (modified) * uspace/lib/posix/stdlib/strtold.c (modified) * uspace/lib/posix/string.c (modified) * uspace/lib/posix/strings.c (modified) * uspace/lib/posix/sys/stat.c (modified) * uspace/lib/posix/time.c (modified) Small changes in includes. Wed, 29 Jun 2011 23:21:07 GMT Petr Koupy [3daf2c31] * uspace/lib/posix/sys/stat.c (modified) Implemented and commented rest of the functions in sys/stat.c. Sat, 25 Jun 2011 19:06:21 GMT Jiří Zárevúcky [fa9815d9] * uspace/lib/posix/signal.h (modified) * uspace/lib/posix/sys/types.h (modified) Add types and constants to signal.h Fri, 24 Jun 2011 01:00:33 GMT Petr Koupy [e64b55a] * uspace/lib/posix/sys/wait.c (modified) * uspace/lib/posix/sys/wait.h (modified) Added function stub into sys/wait.h. Thu, 23 Jun 2011 23:57:33 GMT Petr Koupy [823a929] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/math.c (added) * uspace/lib/posix/math.h (modified) * uspace/lib/posix/signal.h (modified) * uspace/lib/posix/stdio.c (modified) * uspace/lib/posix/stdio.h (modified) * uspace/lib/posix/stdlib.c (modified) * uspace/lib/posix/stdlib.h (modified) * uspace/lib/posix/sys/wait.c (added) * uspace/lib/posix/sys/wait.h (added) * uspace/lib/posix/time.c (modified) * uspace/lib/posix/time.h (modified) * uspace/lib/posix/unistd.c (modified) * uspace/lib/posix/unistd.h (modified) Added function stubs (binutils compile-time dependencies). Wed, 22 Jun 2011 01:14:45 GMT Petr Koupy [4c87a7f5] * uspace/lib/posix/sys/stat.h (modified) * uspace/lib/posix/sys/types.h (modified) Issue with circular dependency through sys/types.h properly resolved. Sun, 19 Jun 2011 16:59:09 GMT Jiří Zárevúcky [fb90deb] * uspace/lib/posix/sys/types.h (modified) Add missing define for ino_t Sat, 18 Jun 2011 22:42:53 GMT Jiří Zárevúcky [9b1503e] * uspace/lib/posix/fcntl.c (modified) * uspace/lib/posix/fnmatch.c (modified) * uspace/lib/posix/getopt.c (modified) * uspace/lib/posix/internal/common.h (moved) * uspace/lib/posix/stdio.c (modified) * uspace/lib/posix/stdlib.c (modified) * uspace/lib/posix/strings.c (modified) * uspace/lib/posix/sys/stat.c (modified) * uspace/lib/posix/time.c (modified) * uspace/lib/posix/unistd.c (modified) Move common.h to the internal subdirectory. Sat, 18 Jun 2011 01:49:11 GMT Petr Koupy [e7f7c93] * uspace/lib/posix/sys/stat.h (modified) * uspace/lib/posix/sys/types.h (modified) Reverted changes causing circular dependencies in types.h. Fri, 17 Jun 2011 02:19:15 GMT Petr Koupy [39a7bfa] * uspace/lib/posix/sys/stat.c (modified) * uspace/lib/posix/sys/stat.h (modified) Added function stubs into sys/stat.h. Thu, 16 Jun 2011 09:53:00 GMT Petr Koupy [491e1ee] * uspace/lib/posix/ctype.c (modified) * uspace/lib/posix/ctype.h (modified) * uspace/lib/posix/signal.h (modified) * uspace/lib/posix/stdio.c (modified) * uspace/lib/posix/stdio.h (modified) * uspace/lib/posix/strings.c (modified) * uspace/lib/posix/sys/types.h (modified) * uspace/lib/posix/unistd.c (modified) * uspace/lib/posix/unistd.h (modified) Unified usage of LIBPOSIX_INTERNAL macro. Thu, 16 Jun 2011 02:57:47 GMT Petr Koupy [b08ef1fd] * uspace/lib/posix/stdio.c (modified) * uspace/lib/posix/stdio.h (modified) * uspace/lib/posix/sys/stat.h (modified) * uspace/lib/posix/sys/types.h (modified) * uspace/lib/posix/unistd.c (modified) * uspace/lib/posix/unistd.h (modified) POSIX types moved from stat.h to types.h. Added function stubs into ... Wed, 15 Jun 2011 23:38:45 GMT Petr Koupy [4f4b4e7] * uspace/lib/posix/common.h (modified) * uspace/lib/posix/ctype.c (modified) * uspace/lib/posix/ctype.h (modified) * uspace/lib/posix/signal.h (modified) * uspace/lib/posix/stdio.c (modified) * uspace/lib/posix/stdio.h (modified) * uspace/lib/posix/stdlib.c (modified) * uspace/lib/posix/stdlib.h (modified) * uspace/lib/posix/string.c (modified) * uspace/lib/posix/string.h (modified) * uspace/lib/posix/strings.c (modified) * uspace/lib/posix/strings.h (modified) * uspace/lib/posix/sys/stat.c (modified) * uspace/lib/posix/sys/stat.h (modified) * uspace/lib/posix/sys/types.h (modified) * uspace/lib/posix/time.c (modified) * uspace/lib/posix/unistd.c (modified) * uspace/lib/posix/unistd.h (modified) Coding style and file structure unified. _exit moved to unistd.h. Wed, 08 Jun 2011 12:39:48 GMT Jiří Zárevúcky [53900ab] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/sys/stat.c (added) * uspace/lib/posix/sys/stat.h (added) Add sys/stat.h Wed, 08 Jun 2011 12:28:57 GMT Jiří Zárevúcky [3b615bf5] * uspace/lib/posix/sys/types.h (added) Add sys/types.h (so far just with pid_t)