# # ChangeLog for uspace/lib/posix in mainline # # Generated by Trac 1.6 # 2025-08-01T06:48:38Z Fri, 01 Jun 2012 19:00:32 GMT Martin Decky [77ad86c] * uspace/lib/c/generic/inet.c (modified) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/generic/inetping.c (modified) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/drv/generic/log.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/drv/include/ops/hw_res.h (modified) * uspace/lib/drv/include/ops/nic.h (modified) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/include/nic_impl.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/posix/stdbool.h (modified) * uspace/lib/usb/include/usb/ddfiface.h (modified) * uspace/lib/usb/include/usb/debug.h (modified) * uspace/lib/usb/src/ddfiface.c (modified) * uspace/lib/usb/src/hc.c (modified) * uspace/lib/usbdev/include/usb/dev/driver.h (modified) * uspace/lib/usbdev/include/usb/dev/hub.h (modified) * uspace/lib/usbdev/include/usb/dev/recognise.h (modified) * uspace/lib/usbdev/src/altiface.c (modified) * uspace/lib/usbdev/src/hub.c (modified) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/lib/usbhid/src/hidiface.c (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified) * uspace/lib/usbhost/src/iface.c (modified) * uspace/lib/usbvirt/src/device.c (modified) cstyle (no change in functionality) Sat, 12 May 2012 21:48:24 GMT Vojtech Horky [422af2b] * uspace/lib/posix/getopt.c (modified) * uspace/lib/posix/unistd.h (modified) Properly wrap getopt* in libposix Wed, 09 May 2012 19:27:40 GMT Vojtech Horky [af42a2b] * uspace/lib/posix/errno.h (modified) * uspace/lib/posix/stdio.h (modified) Put back includes in libposix (unbreak binutils build) Apparently, ... Fri, 20 Apr 2012 08:48:48 GMT Vojtech Horky [341b515] * uspace/lib/posix/stdbool.h (modified) Yet another POSIX header includes bool.h Tue, 03 Apr 2012 12:36:57 GMT Vojtech Horky [a92f13d] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/getopt.c (added) * uspace/lib/posix/getopt.h (added) * uspace/lib/posix/stdbool.h (modified) * uspace/lib/posix/unistd.c (modified) * uspace/lib/posix/unistd.h (modified) Add long options to libposix Tue, 03 Apr 2012 12:29:36 GMT Vojtech Horky [d4d74dc] * uspace/app/killall/killall.c (modified) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/sbi/src/mytypes.h (modified) * uspace/app/sysinfo/sysinfo.c (modified) * uspace/app/websrv/websrv.c (modified) * uspace/drv/bus/usb/ohci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/lib/c/generic/stacktrace.c (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/clui/tinput.h (modified) * uspace/lib/drv/generic/logbuf.c (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/posix/pwd.c (modified) * uspace/lib/posix/time.c (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) Less includes in library headers There is no need for errno.h to ... Mon, 30 Jan 2012 11:59:57 GMT Jiri Svoboda [bf31e3f] * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/nic/src/nic_ev.c (modified) * uspace/lib/posix/ctype.c (modified) Fix function definitions with extern specifier. Fri, 19 Aug 2011 17:09:26 GMT Petr Koupy [f00af83] * uspace/lib/posix/fcntl.c (modified) * uspace/lib/posix/stdio.c (modified) Removed no more supported functionality from freopen() and fcntl() as ... Thu, 18 Aug 2011 13:38:31 GMT Petr Koupy [3190e88] * uspace/lib/posix/pwd.c (modified) Added missing comments to pwd. Thu, 18 Aug 2011 12:29:37 GMT Jiří Zárevúcky [3f33b95] * uspace/lib/posix/string.c (modified) CStyle in strstr(). Thu, 18 Aug 2011 12:08:39 GMT Jiří Zárevúcky [7e10aee] * uspace/lib/posix/string.c (modified) * uspace/lib/posix/string.h (modified) Rewrite strstr() using Knuth-Morris-Pratt algorithm. Wed, 17 Aug 2011 20:43:20 GMT Petr Koupy [c53a705] * uspace/lib/c/arch/abs32le/include/types.h (modified) * uspace/lib/c/arch/amd64/include/types.h (modified) * uspace/lib/c/arch/arm32/include/types.h (modified) * uspace/lib/c/arch/ia32/include/types.h (modified) * uspace/lib/c/arch/ia64/include/types.h (modified) * uspace/lib/c/arch/mips32/include/types.h (modified) * uspace/lib/c/arch/mips64/include/types.h (modified) * uspace/lib/c/arch/ppc32/include/types.h (modified) * uspace/lib/c/arch/sparc64/include/types.h (modified) * uspace/lib/posix/stdint.h (modified) Resolved intptr_t FIXME. Wed, 17 Aug 2011 20:25:05 GMT Petr Koupy [6921178] * uspace/lib/posix/ctype.c (modified) * uspace/lib/posix/errno.h (modified) * uspace/lib/posix/fnmatch.c (modified) * uspace/lib/posix/stdbool.h (modified) * uspace/lib/posix/stdio/scanf.c (modified) * uspace/lib/posix/string.h (modified) * uspace/lib/posix/strings.h (modified) Edited or removed some TODO/FIXME comments. Wed, 17 Aug 2011 19:56:14 GMT Petr Koupy [55b1efd] * uspace/lib/posix/fnmatch.c (modified) * uspace/lib/posix/locale.c (modified) * uspace/lib/posix/signal.c (modified) * uspace/lib/posix/stdio.h (modified) * uspace/lib/posix/time.c (modified) * uspace/lib/posix/time.h (modified) Minor corrections and unifications of the recently added documentation. Wed, 17 Aug 2011 17:47:47 GMT Jiří Zárevúcky [e6165be] * uspace/lib/posix/time.c (modified) * uspace/lib/posix/time.h (modified) Documentation and changes to implementation. Wed, 17 Aug 2011 17:46:04 GMT Jiří Zárevúcky [1b55da67] * uspace/lib/posix/string.c (modified) Minor fixes in implementation. Wed, 17 Aug 2011 17:44:52 GMT Jiří Zárevúcky [0d33863] * uspace/lib/posix/stdlib.c (modified) getloadavg() implementation. Wed, 17 Aug 2011 17:44:07 GMT Jiří Zárevúcky [4419c34] * uspace/lib/posix/signal.c (modified) * uspace/lib/posix/signal.h (modified) Documentation and addition of signal queue to Wed, 17 Aug 2011 17:42:36 GMT Jiří Zárevúcky [4c8f5e7] * uspace/lib/posix/fnmatch.c (modified) * uspace/lib/posix/locale.c (modified) * uspace/lib/posix/locale.h (modified) * uspace/lib/posix/stdio.c (modified) * uspace/lib/posix/stdio.h (modified) * uspace/lib/posix/stdlib/strtold.c (modified) * uspace/lib/posix/unistd.c (modified) Documentation and minor changes Wed, 17 Aug 2011 17:36:44 GMT Jiří Zárevúcky [903bd436] * uspace/lib/posix/errno.h (modified) Renumber some error codes. Tue, 16 Aug 2011 19:17:46 GMT Petr Koupy [2aadf2b] * uspace/lib/posix/fnmatch.c (modified) * uspace/lib/posix/signal.c (modified) * uspace/lib/posix/time.c (modified) Minor coding style corrections. 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. Thu, 11 Aug 2011 00:06:00 GMT Petr Koupy [e0e922d] * uspace/lib/posix/stdio.c (modified) Bugfix in freopen(). Sun, 31 Jul 2011 21:01:46 GMT Petr Koupy [9a6034a] * uspace/lib/posix/stdio.h (modified) Undefined DEBUG macro from native stdio.h. 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. Fri, 29 Jul 2011 17:46:54 GMT Jiří Zárevúcky [11544f4] * uspace/lib/posix/stdio.c (modified) * uspace/lib/posix/stdio.h (modified) * uspace/lib/posix/stdlib.c (modified) * uspace/lib/posix/stdlib.h (modified) Implement a few functions for dealing with temporary files. Fri, 29 Jul 2011 17:12:52 GMT Jiří Zárevúcky [ffff746] * uspace/lib/posix/signal.c (modified) Bugfix in signal.c Thu, 28 Jul 2011 22:51:32 GMT Jiří Zárevúcky [9350bfdd] * uspace/lib/posix/unistd.c (modified) Fix the case when errno is non-zero on entry to getcwd(). Thu, 28 Jul 2011 22:34:38 GMT Petr Koupy [955c2b0] * uspace/lib/posix/unistd.c (modified) Bugfixes in getcwd() and access(). Thu, 28 Jul 2011 17:39:51 GMT Jiří Zárevúcky [75406dc] * uspace/lib/posix/internal/common.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) Additional wrappers and fixes for VFS functions. Wed, 27 Jul 2011 23:05:15 GMT Jiří Zárevúcky [58115ae] * uspace/lib/posix/stdio.c (modified) * uspace/lib/posix/unistd.c (modified) * uspace/lib/posix/unistd.h (modified) Make remove() future-proof and add rmdir() wrapper. Wed, 27 Jul 2011 21:28:19 GMT Jiří Zárevúcky [fd4b636] * uspace/lib/posix/stdio.c (modified) Complete implementation of freopen(). Wed, 27 Jul 2011 21:24:32 GMT Jiří Zárevúcky [f215bb5f] * uspace/lib/posix/ctype.c (modified) * uspace/lib/posix/fnmatch.c (modified) * uspace/lib/posix/pwd.c (modified) * uspace/lib/posix/pwd.h (modified) * uspace/lib/posix/signal.c (modified) Various little changes. Tue, 26 Jul 2011 22:20:33 GMT Jiří Zárevúcky [77c6698] * uspace/lib/posix/ctype.c (modified) Bugfix in isprint(). Tue, 26 Jul 2011 22:19:07 GMT Jiří Zárevúcky [1e591c8] * uspace/lib/posix/assert.h (modified) Cleaner assert(). 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. Mon, 25 Jul 2011 20:31:01 GMT Jiří Zárevúcky [d542aad] * uspace/lib/posix/unistd.c (modified) CStyle (no change in functionality). Sun, 24 Jul 2011 21:26:19 GMT Jiří Zárevúcky [d43c117] * uspace/lib/posix/stdlib/strtold.c (modified) Changes to strtold(). Should work on all platforms now. Thu, 21 Jul 2011 22:32:11 GMT Petr Koupy [cfbb5d18] * uspace/lib/posix/stdio.c (modified) Correction of fgetpos(). Thu, 21 Jul 2011 02:24:41 GMT Petr Koupy [a12f7f1] * uspace/lib/posix/fnmatch.c (modified) * uspace/lib/posix/locale.c (modified) * uspace/lib/posix/stdio/scanf.c (modified) * uspace/lib/posix/time.c (modified) All occurences of call to native free() secured from passing NULL ... Thu, 21 Jul 2011 02:20:58 GMT Petr Koupy [94f8b81c] * uspace/lib/posix/unistd.c (modified) Bugfixes in unistd.h functions. Thu, 21 Jul 2011 00:32:38 GMT Petr Koupy [91aded7] * uspace/lib/posix/inttypes.h (modified) Added missing macros for new functions from inttypes.h. Wed, 20 Jul 2011 23:02:33 GMT Jiří Zárevúcky [aa5acd47] * uspace/lib/posix/inttypes.h (modified) * uspace/lib/posix/stdint.h (modified) * uspace/lib/posix/stdlib/strtol.c (modified) Modify strtol implementation to use intmax_t. Add strtoimax() and ... 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). Wed, 20 Jul 2011 19:43:22 GMT Petr Koupy [102a729] * uspace/lib/posix/stdlib.c (modified) * uspace/lib/posix/stdlib/strtol.c (modified) * uspace/lib/posix/stdlib/strtold.c (modified) Various bugfixes in stdlib.h functions. Wed, 20 Jul 2011 19:30:30 GMT Petr Koupy [087c8798] * uspace/lib/posix/stdlib.c (modified) * uspace/lib/posix/stdlib.h (modified) * uspace/lib/posix/stdlib/strtol.c (modified) * uspace/lib/posix/stdlib/strtold.c (modified) Added comments to stdlib.h functions (no change in functionality). Tue, 19 Jul 2011 01:41:04 GMT Petr Koupy [fc3680e] * uspace/lib/posix/strings.c (modified) * uspace/lib/posix/strings.h (modified) Added comments to strings.h functions (no change in functionality). Tue, 19 Jul 2011 00:54:55 GMT Petr Koupy [0c16ab1] * uspace/lib/posix/ctype.c (modified) Bugfix in ispunct(). Tue, 19 Jul 2011 00:52:17 GMT Petr Koupy [df874db] * uspace/lib/posix/ctype.c (modified) * uspace/lib/posix/ctype.h (modified) Added comments to ctype.h functions (no change in functionality). Tue, 19 Jul 2011 00:14:28 GMT Petr Koupy [087c4c56] * uspace/lib/posix/string.c (modified) Bugfixes in memcmp() and strncmp(). Tue, 19 Jul 2011 00:12:36 GMT Petr Koupy [5273eb6] * uspace/lib/posix/string.c (modified) * uspace/lib/posix/string.h (modified) Added comments to string.h functions (no change in functionality). Sun, 17 Jul 2011 21:10:28 GMT Petr Koupy [ca1f1ec] * uspace/lib/posix/stdlib.c (modified) Edited posix_free() wrapper to catch NULL argument (native free() ... Wed, 13 Jul 2011 23:43:53 GMT Jiří Zárevúcky [27eddb52] * uspace/lib/posix/string.c (modified) string.h: fix strrchr() 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