# # ChangeLog for uspace/lib/posix/src/unistd.c in mainline # # Generated by Trac 1.6 # 2025-08-01T18:02:20Z Fri, 27 Oct 2023 17:38:32 GMT Jiří Zárevúcky [44e8541] * boot/generic/include/stdlib.h (deleted) * common/include/bsearch.h (moved) * common/include/qsort.h (moved) * common/include/stdlib.h (moved) * common/stdc/bsearch.c (moved) * common/stdc/calloc.c (moved) * common/stdc/qsort.c (moved) * uspace/app/tester/mm/common.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/include/malloc.h (modified) * uspace/lib/c/meson.build (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/src/stdio.c (modified) * uspace/lib/posix/src/time.c (modified) * uspace/lib/posix/src/unistd.c (modified) Move stdlib.h and some of its function into /common Fri, 11 Jan 2019 18:17:38 GMT Jiří Zárevúcky [fec7ba0] * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/sysinst/rdimg.c (modified) * uspace/app/tester/stdio/logger2.c (modified) * uspace/app/wavplay/drec.c (modified) * uspace/drv/bus/usb/xhci/hw_struct/common.h (modified) * uspace/drv/test/test2/test2.c (modified) * uspace/lib/c/generic/async/server.c (modified) * uspace/lib/c/generic/irc.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/posix/src/time.c (modified) * uspace/lib/posix/src/unistd.c (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/srv/hid/isdv4_tablet/isdv4.c (modified) Avoid including from Tue, 25 Sep 2018 18:33:23 GMT Jiří Zárevúcky [ef84413] * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/include/posix/unistd.h (modified) * uspace/lib/posix/src/stdio.c (modified) * uspace/lib/posix/src/unistd.c (modified) libposix: Correctly disambiguate other uses of off_t Mon, 24 Sep 2018 15:36:21 GMT Jiří Zárevúcky [97b1dfc2] * uspace/lib/posix/include/posix/sys/types.h (modified) * uspace/lib/posix/include/posix/unistd.h (modified) * uspace/lib/posix/src/unistd.c (modified) Make libposix headers understand _FILE_OFFSET_BITS and ... Tue, 18 Sep 2018 14:50:22 GMT Jiří Zárevúcky [9b8be79] * .gitignore (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/libc (added) * uspace/lib/posix/include/posix/assert.h (deleted) * uspace/lib/posix/include/posix/ctype.h (modified) * uspace/lib/posix/include/posix/dirent.h (deleted) * uspace/lib/posix/include/posix/dlfcn.h (modified) * uspace/lib/posix/include/posix/errno.h (deleted) * uspace/lib/posix/include/posix/fcntl.h (modified) * uspace/lib/posix/include/posix/getopt.h (modified) * uspace/lib/posix/include/posix/inttypes.h (deleted) * uspace/lib/posix/include/posix/iso646.h (deleted) * uspace/lib/posix/include/posix/limits.h (modified) * uspace/lib/posix/include/posix/locale.h (modified) * uspace/lib/posix/include/posix/malloc.h (deleted) * uspace/lib/posix/include/posix/math.h (deleted) * uspace/lib/posix/include/posix/pthread.h (modified) * uspace/lib/posix/include/posix/pwd.h (modified) * uspace/lib/posix/include/posix/setjmp.h (deleted) * uspace/lib/posix/include/posix/signal.h (modified) * uspace/lib/posix/include/posix/stdarg.h (deleted) * uspace/lib/posix/include/posix/stdbool.h (deleted) * uspace/lib/posix/include/posix/stddef.h (deleted) * uspace/lib/posix/include/posix/stdint.h (deleted) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/include/posix/string.h (modified) * uspace/lib/posix/include/posix/strings.h (modified) * uspace/lib/posix/include/posix/sys/mman.h (modified) * uspace/lib/posix/include/posix/sys/stat.h (modified) * uspace/lib/posix/include/posix/sys/time.h (modified) * uspace/lib/posix/include/posix/sys/types.h (modified) * uspace/lib/posix/include/posix/sys/wait.h (modified) * uspace/lib/posix/include/posix/time.h (modified) * uspace/lib/posix/include/posix/ucontext.h (modified) * uspace/lib/posix/include/posix/unistd.h (modified) * uspace/lib/posix/src/ctype.c (modified) * uspace/lib/posix/src/dlfcn.c (modified) * uspace/lib/posix/src/fcntl.c (modified) * uspace/lib/posix/src/fnmatch.c (modified) * uspace/lib/posix/src/locale.c (modified) * uspace/lib/posix/src/pthread/condvar.c (modified) * uspace/lib/posix/src/pthread/keys.c (modified) * uspace/lib/posix/src/pthread/mutex.c (modified) * uspace/lib/posix/src/pthread/threads.c (modified) * uspace/lib/posix/src/pwd.c (modified) * uspace/lib/posix/src/signal.c (modified) * uspace/lib/posix/src/stdio.c (modified) * uspace/lib/posix/src/stdlib.c (modified) * uspace/lib/posix/src/string.c (modified) * uspace/lib/posix/src/strings.c (modified) * uspace/lib/posix/src/sys/mman.c (modified) * uspace/lib/posix/src/sys/stat.c (modified) * uspace/lib/posix/src/sys/wait.c (modified) * uspace/lib/posix/src/time.c (modified) * uspace/lib/posix/src/unistd.c (modified) * uspace/lib/posix/test/stdio.c (modified) * uspace/lib/posix/test/stdlib.c (modified) * uspace/lib/posix/test/unistd.c (modified) libposix: Change header organization and remove passthrough headers ... Mon, 16 Jul 2018 15:58:51 GMT Jiří Zárevúcky [38d8849] * uspace/app/rcubench/rcubench.c (modified) * uspace/app/rcutest/rcutest.c (modified) * uspace/app/tester/float/float1.c (modified) * uspace/app/tester/thread/thread1.c (modified) * uspace/lib/c/arch/arm32/include/libarch/fibril.h (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/private/thread.h (modified) * uspace/lib/c/generic/rcu.c (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/include/stats.h (modified) * uspace/lib/c/include/thread.h (deleted) * uspace/lib/pcut/tests/timeout.c (modified) * uspace/lib/posix/include/posix/pthread.h (modified) * uspace/lib/posix/src/pthread/threads.c (modified) * uspace/lib/posix/src/unistd.c (modified) Privatize . Mon, 25 Jun 2018 09:54:28 GMT Jiri Svoboda [4e6a610] * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/stdio.c (modified) * uspace/lib/c/generic/tmpfile.c (added) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/tmpfile.h (added) * uspace/lib/c/test/main.c (modified) * uspace/lib/c/test/stdio.c (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/src/stdio.c (modified) * uspace/lib/posix/src/stdlib.c (modified) * uspace/lib/posix/src/unistd.c (modified) * uspace/lib/posix/test/main.c (modified) * uspace/lib/posix/test/scanf.c (deleted) * uspace/lib/posix/test/stdio.c (added) * uspace/lib/posix/test/stdlib.c (added) * uspace/lib/posix/test/unistd.c (added) Temporary file functions rework. Fix libposix access() not working on ... Thu, 21 Jun 2018 12:27:09 GMT Jiri Svoboda [777832e] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/stdio.c (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/lib/c/test/stdio.c (added) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/src/internal/common.h (modified) * uspace/lib/posix/src/stdio.c (modified) * uspace/lib/posix/src/unistd.c (modified) * uspace/srv/vfs/vfs_file.c (modified) fgetpos, fsetpos, perror. Thu, 17 May 2018 08:29:01 GMT Jiri Svoboda [7c3fb9b] * abi/include/_bits/NULL.h (modified) * abi/include/_bits/WCHAR_MAX.h (modified) * abi/include/_bits/WCHAR_MIN.h (modified) * abi/include/_bits/WEOF.h (modified) * abi/include/_bits/all.h (modified) * abi/include/_bits/errno.h (modified) * abi/include/_bits/inttypes.h (modified) * abi/include/_bits/limits.h (modified) * abi/include/_bits/macros.h (modified) * abi/include/_bits/native.h (modified) * abi/include/_bits/opaque_handle.h (modified) * abi/include/_bits/ptrdiff_t.h (modified) * abi/include/_bits/size_t.h (modified) * abi/include/_bits/ssize_t.h (modified) * abi/include/_bits/stdint.h (modified) * abi/include/_bits/wchar_t.h (modified) * abi/include/_bits/wint_t.h (modified) * abi/include/abi/errno.h (modified) * boot/arch/arm32/include/arch/mm.h (modified) * boot/arch/arm32/src/mm.c (modified) * boot/genarch/src/multiplication.c (modified) * boot/generic/src/str.c (modified) * kernel/arch/abs32le/include/arch/asm.h (modified) * kernel/arch/abs32le/include/arch/atomic.h (modified) * kernel/arch/abs32le/include/arch/istate.h (modified) * kernel/arch/abs32le/src/userspace.c (modified) * kernel/arch/amd64/include/arch/boot/memmap_struct.h (modified) * kernel/arch/amd64/include/arch/context_struct.h (modified) * kernel/arch/amd64/include/arch/istate_struct.h (modified) * kernel/arch/amd64/include/arch/kseg_struct.h (modified) * kernel/arch/amd64/src/fpu_context.c (modified) * kernel/arch/amd64/src/kseg.c (modified) * kernel/arch/amd64/src/pm.c (modified) * kernel/arch/amd64/src/syscall.c (modified) * kernel/arch/arm32/include/arch/context_struct.h (modified) * kernel/arch/arm32/include/arch/fpu_context.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv4.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/exception.c (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mm/page_fault.c (modified) * kernel/arch/ia32/include/arch/boot/memmap_struct.h (modified) * kernel/arch/ia32/include/arch/context_struct.h (modified) * kernel/arch/ia32/include/arch/istate_struct.h (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/ia64/include/arch/context_struct.h (modified) * kernel/arch/ia64/include/arch/istate_struct.h (modified) * kernel/arch/mips32/include/arch/atomic.h (modified) * kernel/arch/mips32/src/exception.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips32/src/mm/frame.c (modified) * kernel/arch/ppc32/src/mm/frame.c (modified) * kernel/arch/sparc64/src/smp/sun4v/smp.c (modified) * kernel/genarch/include/genarch/drivers/am335x/timer_regs.h (modified) * kernel/genarch/include/genarch/multiboot/multiboot_info_struct.h (modified) * kernel/genarch/include/genarch/multiboot/multiboot_memmap_struct.h (modified) * kernel/genarch/src/drivers/omap/uart.c (modified) * kernel/genarch/src/softint/multiplication.c (modified) * kernel/genarch/src/srln/srln.c (modified) * kernel/generic/include/adt/btree.h (modified) * kernel/generic/include/adt/cht.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/lib/str_error.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/printf/vsnprintf.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/synch/workqueue.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/test/mm/slab2.c (modified) * uspace/app/bdsh/cmds/builtin_cmds.c (modified) * uspace/app/bdsh/cmds/builtins/batch/batch.c (modified) * uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) * uspace/app/bdsh/cmds/builtins/exit/exit.c (modified) * uspace/app/bdsh/cmds/cmds.h (modified) * uspace/app/bdsh/cmds/mod_cmds.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/module_aliases.h (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/compl.c (modified) * uspace/app/bdsh/config.h (modified) * uspace/app/bdsh/errors.c (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/scli.c (modified) * uspace/app/bdsh/tok.c (modified) * uspace/app/bdsh/util.c (modified) * uspace/app/edit/sheet.c (modified) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/sbi/src/parse.c (modified) * uspace/app/tester/mm/common.c (modified) * uspace/app/top/top.c (modified) * uspace/app/usbinfo/list.c (modified) * uspace/app/vuhid/device.c (modified) * uspace/app/wavplay/dplay.c (modified) * uspace/dist/src/c/demos/edit/sheet.c (modified) * uspace/dist/src/c/demos/top/top.c (modified) * uspace/drv/audio/sb16/dsp.c (modified) * uspace/drv/audio/sb16/sb16.c (modified) * uspace/drv/block/ahci/ahci_hw.h (modified) * uspace/drv/block/usbmast/bo_trans.c (modified) * uspace/drv/block/usbmast/scsi_ms.c (modified) * uspace/drv/bus/isa/i8237.c (modified) * uspace/drv/bus/usb/ehci/ehci_batch.c (modified) * uspace/drv/bus/usb/ehci/ehci_rh.c (modified) * uspace/drv/bus/usb/ehci/hc.c (modified) * uspace/drv/bus/usb/ehci/hw_struct/queue_head.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/queue_head.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/uhci/uhci_rh.c (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/xhci/commands.c (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/hw_struct/regs.h (modified) * uspace/drv/bus/usb/xhci/rh.c (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (modified) * uspace/drv/hid/usbhid/kbd/kbddev.c (modified) * uspace/drv/hid/usbhid/main.c (modified) * uspace/drv/hid/usbhid/multimedia/multimedia.c (modified) * uspace/drv/hid/usbhid/usbhid.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8139/general.c (modified) * uspace/drv/platform/amdm37x/amdm37x.c (modified) * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/bithenge/include/bithenge/blob.h (modified) * uspace/lib/bithenge/include/bithenge/expression.h (modified) * uspace/lib/bithenge/include/bithenge/print.h (modified) * uspace/lib/bithenge/include/bithenge/transform.h (modified) * uspace/lib/bithenge/include/bithenge/tree.h (modified) * uspace/lib/bithenge/src/blob.c (modified) * uspace/lib/bithenge/src/compound.c (modified) * uspace/lib/bithenge/src/expression.c (modified) * uspace/lib/bithenge/src/failure.c (modified) * uspace/lib/bithenge/src/file.c (modified) * uspace/lib/bithenge/src/helenos/block.c (modified) * uspace/lib/bithenge/src/print.c (modified) * uspace/lib/bithenge/src/script.c (modified) * uspace/lib/bithenge/src/sequence.c (modified) * uspace/lib/bithenge/src/source.c (modified) * uspace/lib/bithenge/src/transform.c (modified) * uspace/lib/bithenge/src/tree.c (modified) * uspace/lib/block/block.c (modified) * uspace/lib/c/arch/abs32le/include/libarch/atomic.h (modified) * uspace/lib/c/arch/amd64/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/arm32/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/ia32/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/ia64/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/mips32/include/libarch/atomic.h (modified) * uspace/lib/c/arch/mips32/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/mips32/include/libarch/tls.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/atomic.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/fibril_context.h (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/double_to_str.c (modified) * uspace/lib/c/generic/elf/elf.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/c/generic/getopt.c (modified) * uspace/lib/c/generic/ieee_double.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/vsnprintf.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/str_error.c (modified) * uspace/lib/c/generic/strtol.c (modified) * uspace/lib/c/generic/vfs/inbox.c (modified) * uspace/lib/c/generic/vol.c (modified) * uspace/lib/c/include/getopt.h (modified) * uspace/lib/c/include/io/pixelmap.h (modified) * uspace/lib/c/include/wchar.h (modified) * uspace/lib/crypto/crc16_ibm.c (modified) * uspace/lib/draw/drawctx.c (modified) * uspace/lib/draw/font.h (modified) * uspace/lib/drv/generic/remote_audio_mixer.c (modified) * uspace/lib/drv/generic/remote_audio_pcm.c (modified) * uspace/lib/ext4/src/balloc.c (modified) * uspace/lib/ext4/src/filesystem.c (modified) * uspace/lib/ext4/src/ops.c (modified) * uspace/lib/fdisk/include/types/fdisk.h (modified) * uspace/lib/fmtutil/fmtutil.c (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/graph/graph.c (modified) * uspace/lib/graph/graph.h (modified) * uspace/lib/gui/widget.h (modified) * uspace/lib/gui/window.h (modified) * uspace/lib/label/include/std/gpt.h (modified) * uspace/lib/nic/include/nic_impl.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/pcm/src/format.c (modified) * uspace/lib/posix/include/posix/float.h (modified) * uspace/lib/posix/include/posix/strings.h (modified) * uspace/lib/posix/src/fcntl.c (modified) * uspace/lib/posix/src/locale.c (modified) * uspace/lib/posix/src/signal.c (modified) * uspace/lib/posix/src/stdio.c (modified) * uspace/lib/posix/src/stdio/scanf.c (modified) * uspace/lib/posix/src/stdlib.c (modified) * uspace/lib/posix/src/string.c (modified) * uspace/lib/posix/src/sys/wait.c (modified) * uspace/lib/posix/src/time.c (modified) * uspace/lib/posix/src/unistd.c (modified) * uspace/lib/softfloat/comparison.c (modified) * uspace/lib/softfloat/div.c (modified) * uspace/lib/softint/generic/multiplication.c (modified) * uspace/lib/trackmod/types/trackmod.h (modified) * uspace/lib/usb/include/usb/descriptor.h (modified) * uspace/lib/usbdev/include/usb/dev/driver.h (modified) * uspace/lib/usbdev/src/altiface.c (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbhid/include/usb/hid/hid_report_items.h (modified) * uspace/lib/usbhid/include/usb/hid/hidpath.h (modified) * uspace/lib/usbhid/include/usb/hid/hidtypes.h (modified) * uspace/lib/usbhid/src/hiddescriptor.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/include/usb/host/utils/malloc32.h (modified) * uspace/lib/usbhost/src/bandwidth.c (modified) * uspace/lib/usbhost/src/hcd.c (modified) * uspace/srv/audio/hound/audio_device.c (modified) * uspace/srv/bd/vbd/disk.c (modified) * uspace/srv/devman/client_conn.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/mfs/mfs.h (modified) * uspace/srv/fs/mfs/mfs_balloc.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/rfb/rfb.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/net/tcp/test/ucall.c (modified) * uspace/srv/vfs/vfs_ipc.c (modified) Fix block comment formatting (ccheck). Wed, 28 Feb 2018 17:52:03 GMT Jiří Zárevúcky [1b20da0] * abi/include/abi/asmtool.h (modified) * abi/include/abi/ipc/methods.h (modified) * abi/include/abi/mm/as.h (modified) * boot/arch/ia64/include/arch/asm.h (modified) * boot/arch/ia64/include/arch/pal.h (modified) * boot/arch/ia64/src/sal_asm.S (modified) * boot/genarch/src/division.c (modified) * contrib/tools/random_check.sh (modified) * kernel/arch/abs32le/include/arch/stack.h (modified) * kernel/arch/abs32le/src/smp/smp_call.c (modified) * kernel/arch/amd64/include/arch/asm.h (modified) * kernel/arch/amd64/include/arch/atomic.h (modified) * kernel/arch/amd64/include/arch/context_struct.ag (modified) * kernel/arch/amd64/include/arch/istate_struct.ag (modified) * kernel/arch/amd64/include/arch/kseg.h (modified) * kernel/arch/amd64/include/arch/kseg_struct.ag (modified) * kernel/arch/amd64/include/arch/pm.h (modified) * kernel/arch/amd64/include/arch/vreg.h (modified) * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/amd64/src/cpu/cpu.c (modified) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/amd64/src/kseg.c (modified) * kernel/arch/amd64/src/proc/scheduler.c (modified) * kernel/arch/amd64/src/syscall.c (modified) * kernel/arch/amd64/src/vreg.c (modified) * kernel/arch/arm32/include/arch/asm.h (modified) * kernel/arch/arm32/include/arch/barrier.h (modified) * kernel/arch/arm32/include/arch/context_struct.ag (modified) * kernel/arch/arm32/include/arch/fpu_context.h (modified) * kernel/arch/arm32/include/arch/istate_struct.ag (modified) * kernel/arch/arm32/include/arch/mm/as.h (modified) * kernel/arch/arm32/include/arch/mm/asid.h (modified) * kernel/arch/arm32/include/arch/stack.h (modified) * kernel/arch/arm32/src/atomic.c (modified) * kernel/arch/arm32/src/context.S (modified) * kernel/arch/arm32/src/exc_handler.S (modified) * kernel/arch/arm32/src/interrupt.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/arm32/src/mm/as.c (modified) * kernel/arch/arm32/src/mm/tlb.c (modified) * kernel/arch/arm32/src/ras.c (modified) * kernel/arch/ia32/include/arch/asm.h (modified) * kernel/arch/ia32/include/arch/atomic.h (modified) * kernel/arch/ia32/include/arch/boot/memmap_struct.ag (modified) * kernel/arch/ia32/include/arch/context_struct.ag (modified) * kernel/arch/ia32/include/arch/cpu.h (modified) * kernel/arch/ia32/include/arch/istate_struct.ag (modified) * kernel/arch/ia32/include/arch/mm/page.h (modified) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia32/src/atomic.S (modified) * kernel/arch/ia32/src/context.S (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/smp/ap.S (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/ia32/src/vreg.c (modified) * kernel/arch/ia64/include/arch/barrier.h (modified) * kernel/arch/ia64/include/arch/context_struct.ag (modified) * kernel/arch/ia64/include/arch/drivers/it.h (modified) * kernel/arch/ia64/include/arch/drivers/kbd.h (modified) * kernel/arch/ia64/include/arch/fpu_context.h (modified) * kernel/arch/ia64/include/arch/interrupt.h (modified) * kernel/arch/ia64/include/arch/istate_struct.ag (modified) * kernel/arch/ia64/include/arch/legacyio.h (modified) * kernel/arch/ia64/include/arch/mm/asid.h (modified) * kernel/arch/ia64/include/arch/mm/vhpt.h (modified) * kernel/arch/ia64/include/arch/pal/pal.h (modified) * kernel/arch/ia64/include/arch/stack.h (modified) * kernel/arch/ia64/src/asm.S (modified) * kernel/arch/ia64/src/context.S (modified) * kernel/arch/ia64/src/fpu_context.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/ia64/src/interrupt.c (modified) * kernel/arch/ia64/src/ivt.S (modified) * kernel/arch/ia64/src/mm/km.c (modified) * kernel/arch/ia64/src/mm/page.c (modified) * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/arch/ia64/src/start.S (modified) * kernel/arch/mips32/include/arch/cache.h (modified) * kernel/arch/mips32/include/arch/context_struct.ag (modified) * kernel/arch/mips32/include/arch/fpu_context.h (modified) * kernel/arch/mips32/include/arch/fpu_context_struct.ag (modified) * kernel/arch/mips32/include/arch/istate_struct.ag (modified) * kernel/arch/mips32/include/arch/mach/malta/malta.h (modified) * kernel/arch/mips32/include/arch/mach/msim/msim.h (modified) * kernel/arch/mips32/include/arch/mm/asid.h (modified) * kernel/arch/mips32/include/arch/mm/page.h (modified) * kernel/arch/mips32/include/arch/mm/tlb.h (modified) * kernel/arch/mips32/src/cpu/cpu.c (modified) * kernel/arch/mips32/src/debug/stacktrace.c (modified) * kernel/arch/mips32/src/debugger.c (modified) * kernel/arch/mips32/src/exception.c (modified) * kernel/arch/mips32/src/mach/malta/malta.c (modified) * kernel/arch/mips32/src/mach/msim/msim.c (modified) * kernel/arch/mips32/src/mm/frame.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/ppc32/include/arch/context_struct.ag (modified) * kernel/arch/ppc32/include/arch/fpu_context.h (modified) * kernel/arch/ppc32/include/arch/fpu_context_struct.ag (modified) * kernel/arch/ppc32/include/arch/istate_struct.ag (modified) * kernel/arch/ppc32/src/drivers/pic.c (modified) * kernel/arch/ppc32/src/exception.S (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/include/arch/console.h (modified) * kernel/arch/sparc64/include/arch/context_struct.ag (modified) * kernel/arch/sparc64/include/arch/cpu.h (modified) * kernel/arch/sparc64/include/arch/cpu_family.h (modified) * kernel/arch/sparc64/include/arch/cpu_node.h (modified) * kernel/arch/sparc64/include/arch/drivers/fb.h (modified) * kernel/arch/sparc64/include/arch/drivers/niagara.h (modified) * kernel/arch/sparc64/include/arch/drivers/pci.h (modified) * kernel/arch/sparc64/include/arch/fpu_context.h (modified) * kernel/arch/sparc64/include/arch/interrupt.h (modified) * kernel/arch/sparc64/include/arch/istate_struct.ag (modified) * kernel/arch/sparc64/include/arch/mm/asid.h (modified) * kernel/arch/sparc64/include/arch/mm/mmu.h (modified) * kernel/arch/sparc64/include/arch/mm/page.h (modified) * kernel/arch/sparc64/include/arch/mm/pagesize.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/mmu.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/tsb.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/tte.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/as.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/page.h (modified) * kernel/arch/sparc64/include/arch/mm/tsb.h (modified) * kernel/arch/sparc64/include/arch/mm/tte.h (modified) * kernel/arch/sparc64/include/arch/regdef.h (modified) * kernel/arch/sparc64/include/arch/register.h (modified) * kernel/arch/sparc64/include/arch/smp/sun4u/ipi.h (modified) * kernel/arch/sparc64/include/arch/smp/sun4v/smp.h (modified) * kernel/arch/sparc64/include/arch/stack.h (modified) * kernel/arch/sparc64/include/arch/sun4u/arch.h (modified) * kernel/arch/sparc64/include/arch/sun4v/arch.h (modified) * kernel/arch/sparc64/include/arch/sun4v/ipi.h (modified) * kernel/arch/sparc64/include/arch/sun4v/register.h (modified) * kernel/arch/sparc64/include/arch/trap/interrupt.h (modified) * kernel/arch/sparc64/include/arch/trap/regwin.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4u/interrupt.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4u/mmu.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4u/regwin.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4v/interrupt.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4v/mmu.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4v/regwin.h (modified) * kernel/arch/sparc64/src/console.c (modified) * kernel/arch/sparc64/src/context.S (modified) * kernel/arch/sparc64/src/cpu/sun4u/cpu.c (modified) * kernel/arch/sparc64/src/drivers/pci.c (modified) * kernel/arch/sparc64/src/drivers/scr.c (modified) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tsb.c (modified) * kernel/arch/sparc64/src/smp/sun4u/ipi.c (modified) * kernel/arch/sparc64/src/smp/sun4u/smp.c (modified) * kernel/arch/sparc64/src/smp/sun4u/smp_call.c (modified) * kernel/arch/sparc64/src/smp/sun4v/ipi.c (modified) * kernel/arch/sparc64/src/smp/sun4v/smp.c (modified) * kernel/arch/sparc64/src/sun4u/start.S (modified) * kernel/arch/sparc64/src/sun4v/md.c (modified) * kernel/arch/sparc64/src/sun4v/start.S (modified) * kernel/arch/sparc64/src/trap/interrupt.c (modified) * kernel/arch/sparc64/src/trap/sun4u/trap_table.S (modified) * kernel/arch/sparc64/src/trap/sun4v/trap_table.S (modified) * kernel/doc/doxygroups.h (modified) * kernel/genarch/include/genarch/drivers/legacy/ia32/io.h (modified) * kernel/genarch/include/genarch/kbrd/scanc_at.h (modified) * kernel/genarch/include/genarch/multiboot/multiboot_info_struct.ag (modified) * kernel/genarch/include/genarch/multiboot/multiboot_memmap_struct.ag (modified) * kernel/genarch/src/acpi/acpi.c (modified) * kernel/genarch/src/ddi/ddi-bitmap.c (modified) * kernel/genarch/src/ddi/ddi-dummy.c (modified) * kernel/genarch/src/drivers/pl050/pl050.c (modified) * kernel/genarch/src/drivers/via-cuda/cuda.c (modified) * kernel/genarch/src/kbrd/scanc_at.c (modified) * kernel/genarch/src/mm/asid_fifo.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/genarch/src/softint/division.c (modified) * kernel/genarch/src/softint/multiplication.c (modified) * kernel/generic/include/adt/avl.h (modified) * kernel/generic/include/adt/btree.h (modified) * kernel/generic/include/adt/cht.h (modified) * kernel/generic/include/adt/fifo.h (modified) * kernel/generic/include/adt/hash.h (modified) * kernel/generic/include/adt/hash_table.h (modified) * kernel/generic/include/adt/list.h (modified) * kernel/generic/include/arch.h (modified) * kernel/generic/include/cpu/cpu_mask.h (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/fpu_context.h (modified) * kernel/generic/include/ipc/sysipc_ops.h (modified) * kernel/generic/include/ipc/sysipc_priv.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/mm/page.h (modified) * kernel/generic/include/mm/tlb.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/security/perm.h (modified) * kernel/generic/include/synch/rcu.h (modified) * kernel/generic/include/synch/rcu_types.h (modified) * kernel/generic/include/synch/workqueue.h (modified) * kernel/generic/include/userspace.h (modified) * kernel/generic/src/adt/avl.c (modified) * kernel/generic/src/adt/btree.c (modified) * kernel/generic/src/adt/cht.c (modified) * kernel/generic/src/adt/hash_table.c (modified) * kernel/generic/src/adt/list.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/cpu/cpu_mask.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ops/dataread.c (modified) * kernel/generic/src/ipc/ops/datawrite.c (modified) * kernel/generic/src/ipc/ops/debug.c (modified) * kernel/generic/src/ipc/ops/pagein.c (modified) * kernel/generic/src/ipc/ops/sharein.c (modified) * kernel/generic/src/ipc/ops/shareout.c (modified) * kernel/generic/src/ipc/ops/stchngath.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/ipc/sysipc_ops.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/log/log.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/backend_phys.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/km.c (modified) * kernel/generic/src/mm/page.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/smp/smp.c (modified) * kernel/generic/src/smp/smp_call.c (modified) * kernel/generic/src/synch/condvar.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/rcu.c (modified) * kernel/generic/src/synch/smp_memory_barrier.c (modified) * kernel/generic/src/synch/spinlock.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/synch/workqueue.c (modified) * kernel/generic/src/time/clock.c (modified) * kernel/generic/src/time/delay.c (modified) * kernel/generic/src/udebug/udebug_ipc.c (modified) * kernel/test/cht/cht1.c (modified) * kernel/test/smpcall/smpcall1.c (modified) * kernel/test/synch/rcu1.c (modified) * kernel/test/synch/semaphore2.c (modified) * kernel/test/synch/workq-test-core.h (modified) * kernel/test/synch/workqueue3.c (modified) * tools/autogen.py (modified) * tools/check.sh (modified) * tools/config.py (modified) * tools/mkext2.py (modified) * tools/mktmpfs.py (modified) * tools/travis.sh (modified) * tools/xstruct.py (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/printf/printf.c (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/tok.c (modified) * uspace/app/df/df.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/mkexfat/exfat.h (modified) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/mkfat/fat_dentry.h (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/rcubench/rcubench.c (modified) * uspace/app/rcutest/rcutest.c (modified) * uspace/app/redir/redir.c (modified) * uspace/app/sbi/src/list.c (modified) * uspace/app/sbi/src/os/posix.c (modified) * uspace/app/sbi/src/parse.c (modified) * uspace/app/sbi/src/program.c (modified) * uspace/app/sbi/src/run.c (modified) * uspace/app/sbi/src/stree.c (modified) * uspace/app/taskdump/fibrildump.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/app/tester/mm/malloc2.c (modified) * uspace/app/tester/mm/pager1.c (modified) * uspace/app/tester/print/print6.c (modified) * uspace/app/testread/testread.c (modified) * uspace/app/tetris/tetris.c (modified) * uspace/app/trace/proto.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/vcalc/vcalc.c (modified) * uspace/dist/src/c/demos/edit/edit.c (modified) * uspace/dist/src/c/demos/tetris/tetris.c (modified) * uspace/doc/main_page.h (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ata_bd/ata_bd.c (modified) * uspace/drv/block/ddisk/ddisk.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/pci/pciintel/pci.h (modified) * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) * uspace/drv/char/msim-con/msim-con.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/ski-con/ski-con.c (modified) * uspace/drv/char/sun4v-con/sun4v-con.c (modified) * uspace/drv/hid/usbhid/kbd/kbddev.h (modified) * uspace/drv/hid/usbhid/kbd/kbdrepeat.c (modified) * uspace/drv/hid/usbhid/multimedia/keymap.c (modified) * uspace/drv/nic/ar9271/ar9271.c (modified) * uspace/drv/nic/ar9271/ar9271.h (modified) * uspace/drv/nic/ar9271/ath_usb.c (modified) * uspace/drv/nic/ar9271/htc.c (modified) * uspace/drv/nic/ar9271/wmi.h (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/defs.h (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8139/general.c (modified) * uspace/drv/nic/rtl8169/driver.c (modified) * uspace/drv/test/test1/test1.c (modified) * uspace/drv/test/test3/test3.c (modified) * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/bithenge/src/expression.c (modified) * uspace/lib/block/block.c (modified) * uspace/lib/c/arch/amd64/include/libarch/fibril_context.ag (modified) * uspace/lib/c/arch/arm32/include/libarch/config.h (modified) * uspace/lib/c/arch/arm32/include/libarch/ddi.h (modified) * uspace/lib/c/arch/arm32/include/libarch/faddr.h (modified) * uspace/lib/c/arch/arm32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/arm32/include/libarch/fibril_context.ag (modified) * uspace/lib/c/arch/arm32/include/libarch/tls.h (modified) * uspace/lib/c/arch/ia32/include/libarch/ddi.h (modified) * uspace/lib/c/arch/ia32/include/libarch/fibril_context.ag (modified) * uspace/lib/c/arch/ia32/include/libarch/rtld/dynamic.h (modified) * uspace/lib/c/arch/ia32/include/libarch/rtld/elf_dyn.h (modified) * uspace/lib/c/arch/ia64/include/libarch/ddi.h (modified) * uspace/lib/c/arch/ia64/include/libarch/fibril_context.ag (modified) * uspace/lib/c/arch/ia64/include/libarch/stack.h (modified) * uspace/lib/c/arch/ia64/include/libarch/stackarg.h (modified) * uspace/lib/c/arch/ia64/include/libarch/tls.h (modified) * uspace/lib/c/arch/ia64/src/fibril.S (modified) * uspace/lib/c/arch/mips32/include/libarch/ddi.h (modified) * uspace/lib/c/arch/mips32/include/libarch/fibril_context.ag (modified) * uspace/lib/c/arch/ppc32/include/libarch/ddi.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/fibril_context.ag (modified) * uspace/lib/c/arch/ppc32/include/libarch/regname.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/stackarg.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/thread.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/tls.h (modified) * uspace/lib/c/arch/ppc32/src/tls.c (modified) * uspace/lib/c/arch/sparc64/include/libarch/ddi.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/fibril_context.ag (modified) * uspace/lib/c/arch/sparc64/include/libarch/stackarg.h (modified) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/generic/adt/list.c (modified) * uspace/lib/c/generic/adt/odict.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/device/hw_res_parsed.c (modified) * uspace/lib/c/generic/device/pio_window.c (modified) * uspace/lib/c/generic/dlfcn.c (modified) * uspace/lib/c/generic/double_to_str.c (modified) * uspace/lib/c/generic/elf/elf_load.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/c/generic/event.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/getopt.c (modified) * uspace/lib/c/generic/ieee_double.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/mem.c (modified) * uspace/lib/c/generic/power_of_ten.c (modified) * uspace/lib/c/generic/rcu.c (modified) * uspace/lib/c/generic/rtld/dynamic.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/rtld/rtld.c (modified) * uspace/lib/c/generic/rtld/symbol.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/generic/vfs/canonify.c (modified) * uspace/lib/c/generic/vfs/inbox.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/adt/fifo.h (modified) * uspace/lib/c/include/adt/hash.h (modified) * uspace/lib/c/include/adt/hash_table.h (modified) * uspace/lib/c/include/adt/list.h (modified) * uspace/lib/c/include/device/hw_res_parsed.h (modified) * uspace/lib/c/include/device/pio_window.h (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/double_to_str.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/ieee_double.h (modified) * uspace/lib/c/include/offset.h (modified) * uspace/lib/c/include/rcu.h (modified) * uspace/lib/c/include/vfs/canonify.h (modified) * uspace/lib/c/include/vfs/inbox.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/crypto/crypto.c (modified) * uspace/lib/draw/font.h (modified) * uspace/lib/draw/font/embedded.c (modified) * uspace/lib/drv/generic/private/remote_pio_window.h (modified) * uspace/lib/drv/generic/remote_ahci.c (modified) * uspace/lib/drv/include/ops/pio_window.h (modified) * uspace/lib/ext4/src/inode.c (modified) * uspace/lib/ext4/src/ops.c (modified) * uspace/lib/fmtutil/fmtutil.c (modified) * uspace/lib/fmtutil/fmtutil.h (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/graph/graph.h (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/ieee80211/src/ieee80211.c (modified) * uspace/lib/label/include/std/mbr.h (modified) * uspace/lib/nic/include/nic_driver.h (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/nic/src/nic_wol_virtues.c (modified) * uspace/lib/posix/include/posix/float.h (modified) * uspace/lib/posix/src/fnmatch.c (modified) * uspace/lib/posix/src/locale.c (modified) * uspace/lib/posix/src/signal.c (modified) * uspace/lib/posix/src/stdio.c (modified) * uspace/lib/posix/src/stdio/scanf.c (modified) * uspace/lib/posix/src/stdlib.c (modified) * uspace/lib/posix/src/stdlib/strtold.c (modified) * uspace/lib/posix/src/sys/stat.c (modified) * uspace/lib/posix/src/sys/wait.c (modified) * uspace/lib/posix/src/time.c (modified) * uspace/lib/posix/src/unistd.c (modified) * uspace/lib/softfloat/add.c (modified) * uspace/lib/softfloat/common.c (modified) * uspace/lib/softfloat/comparison.c (modified) * uspace/lib/softfloat/conversion.c (modified) * uspace/lib/softfloat/div.c (modified) * uspace/lib/softfloat/mul.c (modified) * uspace/lib/softint/generic/bits.c (modified) * uspace/lib/softint/generic/division.c (modified) * uspace/lib/trackmod/trackmod.c (modified) * uspace/lib/usb/src/port.c (modified) * uspace/lib/usbhid/include/usb/hid/hid_report_items.h (modified) * uspace/lib/usbhid/include/usb/hid/hidpath.h (modified) * uspace/lib/usbhid/include/usb/hid/hidreport.h (modified) * uspace/lib/usbhid/include/usb/hid/hidtypes.h (modified) * uspace/lib/usbhid/src/consumer.c (modified) * uspace/lib/usbhid/src/hiddescriptor.c (modified) * uspace/srv/bd/sata_bd/sata_bd.c (modified) * uspace/srv/devman/devtree.c (modified) * uspace/srv/devman/fun.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat.c (modified) * uspace/srv/fs/exfat/exfat.h (modified) * uspace/srv/fs/exfat/exfat_bitmap.c (modified) * uspace/srv/fs/exfat/exfat_dentry.c (modified) * uspace/srv/fs/exfat/exfat_dentry.h (modified) * uspace/srv/fs/exfat/exfat_directory.c (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/exfat/exfat_idx.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/fat/fat_dentry.h (modified) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/locfs/locfs_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/fs/udf/udf_idx.c (modified) * uspace/srv/fs/udf/udf_volume.c (modified) * uspace/srv/hid/input/ctl/stty.c (modified) * uspace/srv/hid/input/gsp.c (modified) * uspace/srv/hid/input/gsp.h (modified) * uspace/srv/hid/input/layout/ar.c (modified) * uspace/srv/hid/input/layout/cz.c (modified) * uspace/srv/hid/input/layout/us_qwerty.c (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/isdv4_tablet/isdv4.c (modified) * uspace/srv/hid/output/port/chardev.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.c (modified) * uspace/srv/vfs/vfs_ipc.c (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_pager.c (modified) * uspace/srv/vfs/vfs_register.c (modified) style: Remove trailing whitespace on non-empty lines, in certain file ... Tue, 23 Jan 2018 15:30:16 GMT Jiří Zárevúcky [04552d8e] * uspace/lib/posix/src/unistd.c (modified) Fix `environ` and remove `posix_optarg`. Mon, 22 Jan 2018 22:42:57 GMT Jiří Zárevúcky [7f9df7b9] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/posix/ctype.h (modified) * uspace/lib/posix/include/posix/dirent.h (modified) * uspace/lib/posix/include/posix/dlfcn.h (modified) * uspace/lib/posix/include/posix/fcntl.h (modified) * uspace/lib/posix/include/posix/fenv.h (modified) * uspace/lib/posix/include/posix/fnmatch.h (modified) * uspace/lib/posix/include/posix/getopt.h (modified) * uspace/lib/posix/include/posix/inttypes.h (modified) * uspace/lib/posix/include/posix/locale.h (modified) * uspace/lib/posix/include/posix/pthread.h (modified) * uspace/lib/posix/include/posix/pwd.h (modified) * uspace/lib/posix/include/posix/signal.h (modified) * uspace/lib/posix/include/posix/stddef.h (modified) * uspace/lib/posix/include/posix/stdint.h (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/include/posix/string.h (modified) * uspace/lib/posix/include/posix/strings.h (modified) * uspace/lib/posix/include/posix/sys/mman.h (modified) * uspace/lib/posix/include/posix/sys/stat.h (modified) * uspace/lib/posix/include/posix/sys/time.h (modified) * uspace/lib/posix/include/posix/sys/types.h (modified) * uspace/lib/posix/include/posix/sys/wait.h (modified) * uspace/lib/posix/include/posix/time.h (modified) * uspace/lib/posix/include/posix/ucontext.h (modified) * uspace/lib/posix/include/posix/unistd.h (modified) * uspace/lib/posix/src/dlfcn.c (modified) * uspace/lib/posix/src/fcntl.c (modified) * uspace/lib/posix/src/fnmatch.c (modified) * uspace/lib/posix/src/getopt.c (deleted) * uspace/lib/posix/src/internal/common.h (modified) * uspace/lib/posix/src/locale.c (modified) * uspace/lib/posix/src/pthread/condvar.c (modified) * uspace/lib/posix/src/pthread/keys.c (modified) * uspace/lib/posix/src/pthread/mutex.c (modified) * uspace/lib/posix/src/pthread/threads.c (modified) * uspace/lib/posix/src/pwd.c (modified) * uspace/lib/posix/src/signal.c (modified) * uspace/lib/posix/src/stdio.c (modified) * uspace/lib/posix/src/stdio/scanf.c (modified) * uspace/lib/posix/src/stdlib.c (modified) * uspace/lib/posix/src/stdlib/strtold.c (modified) * uspace/lib/posix/src/string.c (modified) * uspace/lib/posix/src/strings.c (modified) * uspace/lib/posix/src/sys/mman.c (modified) * uspace/lib/posix/src/sys/stat.c (modified) * uspace/lib/posix/src/sys/wait.c (modified) * uspace/lib/posix/src/time.c (modified) * uspace/lib/posix/src/unistd.c (modified) * uspace/lib/posix/test/scanf.c (modified) Remove unnecessary symbol renaming from libposix. Mon, 22 Jan 2018 20:08:52 GMT Jiří Zárevúcky [df2e5514] * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/src/ctype.c (moved) * uspace/lib/posix/src/dlfcn.c (moved) * uspace/lib/posix/src/fcntl.c (moved) * uspace/lib/posix/src/fnmatch.c (moved) * uspace/lib/posix/src/getopt.c (moved) * uspace/lib/posix/src/internal/common.h (moved) * uspace/lib/posix/src/locale.c (moved) * uspace/lib/posix/src/pthread/condvar.c (moved) * uspace/lib/posix/src/pthread/keys.c (moved) * uspace/lib/posix/src/pthread/mutex.c (moved) * uspace/lib/posix/src/pthread/threads.c (moved) * uspace/lib/posix/src/pwd.c (moved) * uspace/lib/posix/src/signal.c (moved) * uspace/lib/posix/src/stdio.c (moved) * uspace/lib/posix/src/stdio/scanf.c (moved) * uspace/lib/posix/src/stdlib.c (moved) * uspace/lib/posix/src/stdlib/strtold.c (moved) * uspace/lib/posix/src/string.c (moved) * uspace/lib/posix/src/strings.c (moved) * uspace/lib/posix/src/sys/mman.c (moved) * uspace/lib/posix/src/sys/stat.c (moved) * uspace/lib/posix/src/sys/wait.c (moved) * uspace/lib/posix/src/time.c (moved) * uspace/lib/posix/src/unistd.c (moved) Rename uspace/lib/posix/source to src, for consistency with other ...