# # ChangeLog for uspace/lib/posix in mainline # # Generated by Trac 1.6 # 2026-01-06T14:09:16Z Wed, 13 Jul 2011 16:06:17 GMT Jiří Zárevúcky [8ecef91] * uspace/lib/posix/strings.c (modified) Implement functions in strings.c Tue, 12 Jul 2011 13:36:39 GMT Petr Koupy [6817eba] * uspace/lib/posix/fcntl.h (modified) Bugfix in open() macro from fcntl.h. 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. Tue, 12 Jul 2011 02:43:56 GMT Petr Koupy [221afc9e] * uspace/lib/posix/fcntl.h (modified) * uspace/lib/posix/stdio.c (modified) * uspace/lib/posix/stdio.h (modified) * uspace/lib/posix/unistd.c (modified) * uspace/lib/posix/unistd.h (modified) Redefinitions of some libc functions (mainly return value corrections). Mon, 11 Jul 2011 21:57:54 GMT Petr Koupy [46ac986] * uspace/lib/posix/stdio.c (modified) * uspace/lib/posix/stdio.h (modified) Coding style improvements in stdio (no changes in functionality). Fri, 08 Jul 2011 18:05:59 GMT Petr Koupy [12fb8498] * uspace/lib/posix/stdio/scanf.c (modified) Minor cstyle corrections in scanf. Fri, 08 Jul 2011 12:34:20 GMT Jiří Zárevúcky [ddc63fd] * uspace/lib/posix/errno.h (modified) errno.h: Fix a small mistake Fri, 08 Jul 2011 04:03:40 GMT Petr Koupy [9c1984f] * uspace/lib/posix/stdio/scanf.c (modified) Bugfixes and tests for scanf. 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) Thu, 07 Jul 2011 01:32:53 GMT Jiří Zárevúcky [324d46b] * uspace/lib/posix/locale.c (modified) * uspace/lib/posix/locale.h (modified) * uspace/lib/posix/time.c (modified) * uspace/lib/posix/time.h (modified) Partial time.h implementation (WIP, untested) Wed, 06 Jul 2011 23:33:02 GMT Petr Koupy [08053f7] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/stdio.c (modified) * uspace/lib/posix/stdio/scanf.c (added) Implementation of scanf (not tested yet, just compiles). Wed, 06 Jul 2011 17:09:02 GMT Jiří Zárevúcky [d9eaa43] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/locale.c (added) * uspace/lib/posix/locale.h (added) Add basic locale.h Tue, 05 Jul 2011 19:01:18 GMT Jiří Zárevúcky [d3ce33fa] * uspace/lib/posix/signal.c (modified) * uspace/lib/posix/signal.h (modified) * uspace/lib/posix/string.c (modified) * uspace/lib/posix/string.h (modified) signal.h: Add some functions and implementations Sun, 03 Jul 2011 21:56:51 GMT Jiří Zárevúcky [4f86fa3] * uspace/lib/posix/iso646.h (added) Add iso646.h Sun, 03 Jul 2011 13:26:57 GMT Jiří Zárevúcky [a35fc17] * uspace/lib/posix/ctype.c (modified) * uspace/lib/posix/ctype.h (modified) Add obsolete functions to ctype.h 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. Sat, 02 Jul 2011 23:28:05 GMT Jiří Zárevúcky [557a747] * uspace/lib/posix/assert.h (added) Add assert.h Fri, 01 Jul 2011 23:39:27 GMT Petr Koupy [1978a5f] * uspace/lib/posix/stdio.c (modified) Implemented ungetc() and commented some functions from stdio.c. Fri, 01 Jul 2011 23:36:00 GMT Petr Koupy [fb872c1] * uspace/lib/posix/unistd.c (modified) Implemented and commented some functions from unistd.c. Fri, 01 Jul 2011 23:34:23 GMT Petr Koupy [06cb827] * uspace/lib/posix/time.c (modified) * uspace/lib/posix/time.h (modified) Implemented clock(). Fri, 01 Jul 2011 21:51:00 GMT Jiří Zárevúcky [a43fbc95] * uspace/lib/posix/fnmatch.c (modified) fnmatch.h: Finish and fix bugs. Also add some basic tests (at the ... Fri, 01 Jul 2011 21:49:21 GMT Jiří Zárevúcky [6b4c64a] * uspace/lib/posix/stdbool.h (modified) stdbool.h: Fix the error line. Fri, 01 Jul 2011 21:48:16 GMT Jiří Zárevúcky [b52ef5a] * uspace/lib/posix/string.c (modified) Fix up string.h a bit. Fri, 01 Jul 2011 19:30:59 GMT Jiří Zárevúcky [517cedc0] * uspace/lib/posix/string.c (modified) * uspace/lib/posix/string.h (modified) string.h: Add strchrnul(). Thu, 30 Jun 2011 23:25:23 GMT Jiří Zárevúcky [65ed8f4] * uspace/lib/posix/fnmatch.c (modified) Add unfinished and untested implementation of fnmatch() (work in ... Wed, 29 Jun 2011 23:21:46 GMT Petr Koupy [9067152] * uspace/lib/posix/time.c (modified) Functions from time.c made runnable. 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. Wed, 29 Jun 2011 23:19:47 GMT Petr Koupy [87ba48cb] * uspace/lib/posix/fcntl.h (modified) Cstyle corrections. Wed, 29 Jun 2011 23:16:31 GMT Petr Koupy [4ec6820] * uspace/lib/posix/fcntl.c (modified) * uspace/lib/posix/fcntl.h (modified) Implemented fcntl. Tue, 28 Jun 2011 20:51:10 GMT Jiří Zárevúcky [8b5fb5e] * uspace/lib/posix/stdint.h (modified) * uspace/lib/posix/stdio.c (modified) * uspace/lib/posix/stdio.h (modified) stdio.h: Add and implement more functions Sun, 26 Jun 2011 17:59:29 GMT Jiří Zárevúcky [244d6fd] * uspace/lib/posix/signal.c (modified) * uspace/lib/posix/signal.h (modified) * uspace/lib/posix/unistd.c (modified) * uspace/lib/posix/unistd.h (modified) Add sigaddset(), getlogin() and getlogin_r() functions. Sun, 26 Jun 2011 12:17:52 GMT Jiří Zárevúcky [3acff69] * uspace/lib/posix/stdlib.c (modified) * uspace/lib/posix/stdlib.h (modified) Add getloadavg() stub to stdlib Sun, 26 Jun 2011 12:07:24 GMT Jiří Zárevúcky [f232189] * uspace/lib/posix/pwd.c (modified) Fix shell path in pwd.c Sun, 26 Jun 2011 11:41:42 GMT Jiří Zárevúcky [7530a00] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/signal.c (added) * uspace/lib/posix/signal.h (modified) * uspace/lib/posix/unistd.c (modified) Fix environ. Add signal.c and fix signal.h Sun, 26 Jun 2011 11:08:58 GMT Jiří Zárevúcky [230fcfe] * uspace/lib/posix/fnmatch.h (modified) fnmatch.h: Return GNU extensions (other software still needs them). Sun, 26 Jun 2011 01:24:13 GMT Petr Koupy [4d41821] * uspace/lib/posix/fnmatch.h (modified) Removed GNU macros from fnmatch.h (not necessary after all). Sun, 26 Jun 2011 01:23:03 GMT Petr Koupy [1a552fd] * uspace/lib/posix/signal.h (modified) Some minor improvements/corrections in signal.h to avoid compiler ... Sat, 25 Jun 2011 21:10:25 GMT Jiří Zárevúcky [5e628c64] * uspace/lib/posix/fnmatch.h (modified) fnmatch.h: fix a typo Sat, 25 Jun 2011 21:02:07 GMT Jiří Zárevúcky [90c5eb6] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/pwd.c (added) * uspace/lib/posix/pwd.h (added) Add a dumb implementation of pwd.h Sat, 25 Jun 2011 19:23:45 GMT Jiří Zárevúcky [e3891262] * uspace/lib/posix/stdio.h (modified) Add L_tmpnam macro. 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 Sat, 25 Jun 2011 17:55:43 GMT Jiří Zárevúcky [f246c81c] * uspace/lib/posix/fnmatch.h (modified) fnmatch.h: rename macros and add GNU extensions Sat, 25 Jun 2011 17:03:09 GMT Jiří Zárevúcky [be64a84] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/fnmatch.c (added) * uspace/lib/posix/fnmatch.h (added) Add fnmatch.h and a stub implementation. Sat, 25 Jun 2011 13:59:44 GMT Jiří Zárevúcky [cc3652db] * uspace/lib/posix/stdlib.c (modified) * uspace/lib/posix/stdlib.h (modified) Add a few functions to stdlib.h Sat, 25 Jun 2011 12:41:40 GMT Jiří Zárevúcky [2b83add] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/stdlib.c (modified) * uspace/lib/posix/stdlib.h (modified) * uspace/lib/posix/stdlib/strtol.c (added) Add string to int conversion functions and implement some in stdlib.h Fri, 24 Jun 2011 23:04:05 GMT Petr Koupy [458d356] * uspace/lib/posix/string.h (modified) * uspace/lib/posix/strings.h (modified) Added legacy declarations into string.h. Fri, 24 Jun 2011 01:04:05 GMT Petr Koupy [67c64b9f] * uspace/lib/posix/limits.h (modified) * uspace/lib/posix/stdint.h (modified) * uspace/lib/posix/stdlib/strtold.c (modified) Hexadecimal literals in stdint.h changed to decimal literals. 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 22:45:58 GMT Petr Koupy [da084d9] * uspace/lib/posix/string.h (modified) * uspace/lib/posix/strings.h (modified) Added preprocessor directives around legacy code. Wed, 22 Jun 2011 14:54:18 GMT Jiří Zárevúcky [0319e104] * uspace/lib/posix/stdbool.h (added) Add stdbool.h Wed, 22 Jun 2011 14:12:45 GMT Jiří Zárevúcky [21abb9a] * uspace/lib/posix/ctype.c (modified) * uspace/lib/posix/ctype.h (modified) Add the rest of C99 functions to ctype.h Wed, 22 Jun 2011 14:07:34 GMT Jiří Zárevúcky [8d7e82c1] * uspace/lib/posix/unistd.c (modified) Let isatty() always return false. Wed, 22 Jun 2011 01:21:18 GMT Petr Koupy [72ec8cc] * uspace/lib/posix/unistd.c (modified) * uspace/lib/posix/unistd.h (modified) getpagesize() provided as a function so it is properly detected by ... Wed, 22 Jun 2011 01:16:53 GMT Petr Koupy [7d0b76d] * uspace/lib/posix/limits.h (modified) Added macro definition into limits.h. 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. Wed, 22 Jun 2011 01:08:50 GMT Petr Koupy [dddc3d9] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/fnmatch.c (deleted) * uspace/lib/posix/fnmatch.h (deleted) * uspace/lib/posix/getopt.c (deleted) * uspace/lib/posix/getopt.h (deleted) * uspace/lib/posix/string.h (modified) Removed unnecesarry/conflicting headers and GNU extensions. Mon, 20 Jun 2011 02:21:21 GMT Petr Koupy [b4d6252] * uspace/lib/posix/inttypes.h (modified) * uspace/lib/posix/limits.h (modified) * uspace/lib/posix/stddef.h (modified) * uspace/lib/posix/stdint.h (added) * uspace/lib/posix/string.h (modified) * uspace/lib/posix/unistd.c (modified) * uspace/lib/posix/unistd.h (modified) Various minor changes to header files. Added stdint.h header. Added ... 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 Sun, 19 Jun 2011 13:27:09 GMT Jiří Zárevúcky [918e236f] * uspace/lib/posix/stdlib/strtold.c (modified) strtold(): fix a bug introduced in previous commit Sun, 19 Jun 2011 13:23:54 GMT Jiří Zárevúcky [5ee9692] * uspace/lib/posix/stdlib/strtold.c (modified) strtold(): fix problem with leading zeros and exponent overflow Sat, 18 Jun 2011 23:24:21 GMT Jiří Zárevúcky [63fc519] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/stdlib.c (modified) * uspace/lib/posix/stdlib/strtold.c (added) Add strtold() implementation and use it for strtof() and strtod() as ... Sat, 18 Jun 2011 23:00:14 GMT Jiří Zárevúcky [6128390] * uspace/lib/posix/strings.c (modified) Implement strcasecmp() and strncasecmp() 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 17:20:59 GMT Petr Koupy [14aa03a] * uspace/lib/posix/float.h (added) * uspace/lib/posix/inttypes.h (added) * uspace/lib/posix/limits.h (added) * uspace/lib/posix/math.h (added) * uspace/lib/posix/stddef.h (added) Added headers to satisfy preprocessor. 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 15:58:00 GMT Petr Koupy [ad28599] * uspace/lib/posix/fcntl.c (added) * uspace/lib/posix/fcntl.h (added) * uspace/lib/posix/fnmatch.c (added) * uspace/lib/posix/fnmatch.h (added) Added skeletons for the fcntl.h and fnmatch.h. Fri, 17 Jun 2011 02:20:50 GMT Petr Koupy [ba7b753] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/getopt.c (added) * uspace/lib/posix/getopt.h (added) Added skeleton for the getopt.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 19:42:22 GMT Petr Koupy [59f799b] * uspace/lib/posix/stdio.c (modified) * uspace/lib/posix/stdio.h (modified) * uspace/lib/posix/unistd.c (modified) * uspace/lib/posix/unistd.h (modified) Added function stubs into stdio.h and unistd.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. Fri, 10 Jun 2011 10:54:07 GMT Jiří Zárevúcky [ab547063] * uspace/lib/posix/stdio.c (modified) Partially implement freopen() Thu, 09 Jun 2011 16:11:48 GMT Jiří Zárevúcky [9536e6e] * uspace/lib/posix/Makefile (modified) Forgot to add stdio.c to the makefile.. Thu, 09 Jun 2011 16:06:07 GMT Jiří Zárevúcky [09b0b1fb] * uspace/lib/posix/stdio.c (added) * uspace/lib/posix/stdio.h (modified) * uspace/lib/posix/stdlib.c (modified) * uspace/lib/posix/stdlib.h (modified) Add getc->fgetc alias, atoi(), freopen(), perror() stubs. Thu, 09 Jun 2011 15:48:24 GMT Jiří Zárevúcky [ceebf0a] * uspace/lib/posix/stdlib.c (modified) * uspace/lib/posix/stdlib.h (modified) Add stubs for strtod() family of functions. Use not_implemented macro ... Wed, 08 Jun 2011 19:05:13 GMT Jiří Zárevúcky [ae1c11b] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/strings.c (added) * uspace/lib/posix/strings.h (added) Add skeletal strings.{h,c} Wed, 08 Jun 2011 19:03:18 GMT Jiří Zárevúcky [339f223] * uspace/lib/posix/common.h (modified) Fix missing include in common.h Wed, 08 Jun 2011 18:31:21 GMT Jiří Zárevúcky [0e23f43] * uspace/lib/posix/common.h (added) Add common.h for stuff used by more than one file 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) Wed, 08 Jun 2011 12:26:07 GMT Jiří Zárevúcky [098eeba3] * uspace/lib/posix/signal.h (added) Add signal.h Wed, 08 Jun 2011 12:24:04 GMT Jiří Zárevúcky [0e89c28] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/ctype.c (added) * uspace/lib/posix/ctype.h (added) Add ctype.h with isxdigit Wed, 08 Jun 2011 12:17:05 GMT Jiří Zárevúcky [a16210b5] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/unistd.c (added) * uspace/lib/posix/unistd.h (added) Add initial unistd.h and unistd.c Wed, 08 Jun 2011 12:07:40 GMT Jiří Zárevúcky [3a3ef72] * uspace/lib/posix/stdio.h (added) Add stdio.h Wed, 08 Jun 2011 12:02:44 GMT Jiří Zárevúcky [1eee1283] * uspace/lib/posix/stdlib.h (modified) Add _exit and _Exit to stdlib.h (just aliases for exit) Wed, 08 Jun 2011 11:51:03 GMT Jiří Zárevúcky [ef6dd3f] * uspace/lib/posix/string.c (modified) * uspace/lib/posix/string.h (modified) Almost complete implementation of string.h Wed, 08 Jun 2011 11:10:00 GMT Jiří Zárevúcky [acc3f82c] * uspace/lib/posix/stdlib.h (modified) * uspace/lib/posix/time.h (modified) Use relative header paths (it won't build otherwise). Tue, 07 Jun 2011 17:16:38 GMT Jiří Zárevúcky [4d10fc8] * 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/time.c (modified) * uspace/lib/posix/time.h (modified) Add LIBPOSIX_INTERNAL macro to avoid unnecessary undefines Mon, 06 Jun 2011 00:48:47 GMT Petr Koupy [2fc5072] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/stdlib.c (added) * uspace/lib/posix/stdlib.h (added) * uspace/lib/posix/time.c (added) * uspace/lib/posix/time.h (added) Added skeletons for functions from time.h and stdlib.h. Sun, 29 May 2011 23:00:48 GMT Petr Koupy [7bb9b53] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/string.c (added) * uspace/lib/posix/string.h (added) Added skeletons for functions from string.h. Sun, 29 May 2011 22:52:06 GMT Petr Koupy [965c250] * uspace/lib/posix/Makefile (modified) libposix directory linked with libc include directory. Tue, 24 May 2011 03:28:31 GMT Petr Koupy [2d2b8e6] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/lib/posix/Makefile (added) Added basic build infrastructure.