# # ChangeLog for uspace/lib in mainline # # Generated by Trac 1.6 # 2025-08-21T23:39:04Z Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [5f176da] * Makefile (modified) * kernel/meson.build (modified) * kernel/test/meson.build (modified) * meson.build (modified) * meson/cross/amd64 (modified) * meson/cross/amd64_clang (modified) * meson/cross/arm32 (modified) * meson/cross/arm64 (modified) * meson/cross/ia32 (modified) * meson/cross/ia64 (modified) * meson/cross/mips32 (modified) * meson/cross/mips32eb (modified) * meson/cross/ppc32 (modified) * meson/cross/riscv64 (modified) * meson/cross/sparc64 (modified) * uspace/drv/meson.build (modified) * uspace/lib/c/arch/riscv64/Makefile.inc (deleted) * uspace/lib/c/arch/riscv64/meson.build (modified) * uspace/lib/c/meson.build (modified) * uspace/srv/loader/meson.build (modified) Pull *ARCH from config Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [41408d94] * boot/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/Makefile.inc (deleted) * kernel/arch/sparc64/meson.build (added) * kernel/genarch/meson.build (modified) * kernel/meson.build (modified) * meson.build (modified) * meson/arch/sparc64/meson.build (added) * meson/cross/sparc64 (added) * uspace/lib/c/arch/sparc64/Makefile.common (deleted) * uspace/lib/c/arch/sparc64/meson.build (moved) sparc64 Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [63660a3] * Makefile (modified) * kernel/arch/amd64/meson.build (modified) * kernel/arch/arm32/meson.build (modified) * kernel/arch/arm64/meson.build (modified) * kernel/arch/ia32/meson.build (modified) * kernel/arch/ia64/meson.build (modified) * kernel/arch/mips32/meson.build (modified) * kernel/arch/ppc32/meson.build (modified) * kernel/arch/riscv64/meson.build (modified) * kernel/genarch/meson.build (modified) * kernel/meson.build (modified) * meson.build (modified) * meson/arch/amd64/meson.build (added) * meson/arch/arm32/meson.build (added) * meson/arch/arm64/meson.build (added) * meson/arch/ia32/meson.build (added) * meson/arch/ia64/meson.build (added) * meson/arch/mips32/meson.build (added) * meson/arch/ppc32/meson.build (added) * meson/arch/riscv64/meson.build (added) * meson/cross/amd64 (modified) * meson/cross/amd64_clang (modified) * meson/cross/arm32 (modified) * meson/cross/arm64 (modified) * meson/cross/ia32 (modified) * meson/cross/ia64 (modified) * meson/cross/mips32 (modified) * meson/cross/mips32eb (modified) * meson/cross/ppc32 (modified) * meson/cross/riscv64 (modified) * uspace/app/barber/meson.build (modified) * uspace/app/vlaunch/meson.build (modified) * uspace/lib/c/arch/amd64/meson.build (modified) * uspace/lib/c/arch/arm32/meson.build (modified) * uspace/lib/c/arch/arm64/meson.build (modified) * uspace/lib/c/arch/ia32/meson.build (modified) * uspace/lib/c/arch/ia64/meson.build (modified) * uspace/lib/c/arch/mips32/meson.build (modified) * uspace/lib/c/arch/ppc32/meson.build (modified) * uspace/lib/c/arch/riscv64/meson.build (modified) * uspace/lib/c/meson.build (modified) * uspace/lib/meson.build (modified) * uspace/meson.build (modified) shuffle some variables around Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [2c38a55b] * kernel/arch/riscv64/Makefile.inc (deleted) * kernel/arch/riscv64/meson.build (moved) * meson/cross/riscv64 (added) * uspace/lib/c/arch/riscv64/meson.build (added) riscv64 Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [9810fc3] * kernel/arch/ppc32/Makefile.inc (deleted) * kernel/arch/ppc32/meson.build (moved) * uspace/lib/c/arch/ppc32/Makefile.inc (deleted) ppc32 Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [2fff3c4] * Makefile (modified) * boot/Makefile.common (modified) * kernel/Makefile (deleted) * kernel/arch/amd64/meson.build (moved) * kernel/arch/arm32/Makefile.inc (deleted) * kernel/arch/arm32/meson.build (moved) * kernel/arch/arm64/Makefile.inc (deleted) * kernel/arch/arm64/meson.build (moved) * kernel/arch/ia32/Makefile.inc (deleted) * kernel/arch/ia32/meson.build (moved) * kernel/arch/ia64/meson.build (moved) * kernel/arch/mips32/Makefile.inc (deleted) * kernel/arch/mips32/meson.build (moved) * kernel/genarch/Makefile.inc (deleted) * kernel/genarch/meson.build (added) * kernel/generic/meson.build (added) * kernel/meson.build (added) * kernel/test/meson.build (added) * meson.build (modified) * uspace/lib/c/arch/amd64/Makefile.inc (deleted) * uspace/lib/c/arch/arm32/Makefile.common (deleted) * uspace/lib/c/arch/arm32/Makefile.inc (deleted) * uspace/lib/c/arch/arm64/Makefile.inc (deleted) * uspace/lib/c/arch/ia64/Makefile.inc (deleted) * uspace/lib/c/arch/ia64/meson.build (modified) * uspace/lib/c/arch/mips32/Makefile.inc (deleted) Build kernel using meson Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [5fd05862] * .gitignore (modified) * Makefile (modified) * boot/Makefile (modified) * boot/Makefile.common (modified) * boot/Makefile.initrd (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm64/Makefile.inc (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/ppc32/Makefile.inc (modified) * boot/arch/sparc64/Makefile.inc (modified) * config.mk.in (added) * install.sh (added) * meson.build (added) * meson/cross/amd64 (added) * meson/cross/amd64_clang (added) * meson/cross/arm32 (added) * meson/cross/arm64 (added) * meson/cross/ia32 (added) * meson/cross/ia64 (added) * meson/cross/mips32 (added) * meson/cross/mips32eb (added) * meson/cross/ppc32 (added) * tools/mkarray_for_meson.sh (added) * tools/xcw/bin/helenos-ld (modified) * uspace/Makefile (deleted) * uspace/Makefile.common (deleted) * uspace/app/barber/Makefile (deleted) * uspace/app/barber/meson.build (added) * uspace/app/bdsh/Makefile (deleted) * uspace/app/bdsh/meson.build (added) * uspace/app/bithenge/Makefile (deleted) * uspace/app/bithenge/meson.build (added) * uspace/app/blkdump/Makefile (deleted) * uspace/app/blkdump/meson.build (added) * uspace/app/contacts/Makefile (deleted) * uspace/app/contacts/meson.build (added) * uspace/app/corecfg/Makefile (deleted) * uspace/app/corecfg/meson.build (added) * uspace/app/cpptest/Makefile (deleted) * uspace/app/cpptest/meson.build (added) * uspace/app/date/Makefile (deleted) * uspace/app/date/meson.build (added) * uspace/app/devctl/Makefile (deleted) * uspace/app/devctl/meson.build (added) * uspace/app/df/Makefile (deleted) * uspace/app/df/meson.build (added) * uspace/app/dltest/Makefile (deleted) * uspace/app/dltest/meson.build (added) * uspace/app/dltests/Makefile (deleted) * uspace/app/dltests/meson.build (added) * uspace/app/dnscfg/Makefile (deleted) * uspace/app/dnscfg/meson.build (added) * uspace/app/dnsres/Makefile (deleted) * uspace/app/dnsres/meson.build (added) * uspace/app/download/Makefile (deleted) * uspace/app/download/meson.build (added) * uspace/app/edit/Makefile (deleted) * uspace/app/edit/meson.build (added) * uspace/app/fdisk/Makefile (deleted) * uspace/app/fdisk/meson.build (added) * uspace/app/fontviewer/Makefile (deleted) * uspace/app/fontviewer/meson.build (added) * uspace/app/getterm/Makefile (deleted) * uspace/app/getterm/meson.build (added) * uspace/app/gunzip/Makefile (deleted) * uspace/app/gunzip/meson.build (added) * uspace/app/hbench/Makefile (deleted) * uspace/app/hbench/meson.build (added) * uspace/app/inet/Makefile (deleted) * uspace/app/inet/meson.build (added) * uspace/app/init/Makefile (deleted) * uspace/app/init/meson.build (added) * uspace/app/kill/Makefile (deleted) * uspace/app/kill/meson.build (added) * uspace/app/killall/Makefile (deleted) * uspace/app/killall/meson.build (added) * uspace/app/kio/Makefile (deleted) * uspace/app/kio/meson.build (added) * uspace/app/loc/Makefile (deleted) * uspace/app/loc/meson.build (added) * uspace/app/logset/Makefile (deleted) * uspace/app/logset/meson.build (added) * uspace/app/lprint/Makefile (deleted) * uspace/app/lprint/meson.build (added) * uspace/app/meson.build (added) * uspace/app/mixerctl/Makefile (deleted) * uspace/app/mixerctl/meson.build (added) * uspace/app/mkbd/Makefile (deleted) * uspace/app/mkbd/meson.build (added) * uspace/app/mkexfat/Makefile (deleted) * uspace/app/mkexfat/meson.build (added) * uspace/app/mkext4/Makefile (deleted) * uspace/app/mkext4/meson.build (added) * uspace/app/mkfat/Makefile (deleted) * uspace/app/mkfat/meson.build (added) * uspace/app/mkmfs/Makefile (deleted) * uspace/app/mkmfs/meson.build (added) * uspace/app/modplay/Makefile (deleted) * uspace/app/modplay/meson.build (added) * uspace/app/netecho/Makefile (deleted) * uspace/app/netecho/meson.build (added) * uspace/app/nic/Makefile (deleted) * uspace/app/nic/meson.build (added) * uspace/app/nterm/Makefile (deleted) * uspace/app/nterm/meson.build (added) * uspace/app/pci/Makefile (deleted) * uspace/app/pci/meson.build (added) * uspace/app/ping/Makefile (deleted) * uspace/app/ping/meson.build (added) * uspace/app/pkg/Makefile (deleted) * uspace/app/pkg/meson.build (added) * uspace/app/redir/Makefile (deleted) * uspace/app/redir/meson.build (added) * uspace/app/sbi/Makefile (deleted) * uspace/app/sbi/meson.build (added) * uspace/app/sportdmp/Makefile (deleted) * uspace/app/sportdmp/meson.build (added) * uspace/app/stats/Makefile (deleted) * uspace/app/stats/meson.build (added) * uspace/app/sysinfo/Makefile (deleted) * uspace/app/sysinfo/meson.build (added) * uspace/app/sysinst/Makefile (deleted) * uspace/app/sysinst/meson.build (added) * uspace/app/taskdump/Makefile (deleted) * uspace/app/taskdump/meson.build (added) * uspace/app/tester/Makefile (deleted) * uspace/app/tester/meson.build (added) * uspace/app/testread/Makefile (deleted) * uspace/app/testread/meson.build (added) * uspace/app/testrunner/Makefile (deleted) * uspace/app/testrunner/meson.build (added) * uspace/app/testwrit/Makefile (deleted) * uspace/app/testwrit/meson.build (added) * uspace/app/tetris/Makefile (deleted) * uspace/app/tetris/meson.build (added) * uspace/app/tmon/Makefile (deleted) * uspace/app/tmon/meson.build (added) * uspace/app/top/Makefile (deleted) * uspace/app/top/meson.build (added) * uspace/app/trace/Makefile (deleted) * uspace/app/trace/meson.build (added) * uspace/app/untar/Makefile (deleted) * uspace/app/untar/meson.build (added) * uspace/app/usbinfo/Makefile (deleted) * uspace/app/usbinfo/meson.build (added) * uspace/app/vcalc/Makefile (deleted) * uspace/app/vcalc/meson.build (added) * uspace/app/vdemo/Makefile (deleted) * uspace/app/vdemo/meson.build (added) * uspace/app/viewer/Makefile (deleted) * uspace/app/viewer/meson.build (added) * uspace/app/vlaunch/Makefile (deleted) * uspace/app/vlaunch/meson.build (added) * uspace/app/vol/Makefile (deleted) * uspace/app/vol/meson.build (added) * uspace/app/vterm/Makefile (deleted) * uspace/app/vterm/meson.build (added) * uspace/app/vuhid/Makefile (deleted) * uspace/app/vuhid/meson.build (added) * uspace/app/wavplay/Makefile (deleted) * uspace/app/wavplay/meson.build (added) * uspace/app/websrv/Makefile (deleted) * uspace/app/websrv/meson.build (added) * uspace/app/wifi_supplicant/Makefile (deleted) * uspace/app/wifi_supplicant/meson.build (added) * uspace/drv/audio/hdaudio/Makefile (deleted) * uspace/drv/audio/hdaudio/meson.build (added) * uspace/drv/audio/sb16/Makefile (deleted) * uspace/drv/audio/sb16/meson.build (added) * uspace/drv/block/ahci/Makefile (deleted) * uspace/drv/block/ahci/meson.build (added) * uspace/drv/block/ata_bd/Makefile (deleted) * uspace/drv/block/ata_bd/meson.build (added) * uspace/drv/block/ddisk/Makefile (deleted) * uspace/drv/block/ddisk/meson.build (added) * uspace/drv/block/usbmast/Makefile (deleted) * uspace/drv/block/usbmast/meson.build (added) * uspace/drv/block/virtio-blk/Makefile (deleted) * uspace/drv/block/virtio-blk/meson.build (added) * uspace/drv/bus/adb/cuda_adb/Makefile (deleted) * uspace/drv/bus/adb/cuda_adb/meson.build (added) * uspace/drv/bus/isa/Makefile (deleted) * uspace/drv/bus/isa/meson.build (added) * uspace/drv/bus/pci/pciintel/Makefile (deleted) * uspace/drv/bus/pci/pciintel/meson.build (added) * uspace/drv/bus/usb/ehci/Makefile (deleted) * uspace/drv/bus/usb/ehci/meson.build (added) * uspace/drv/bus/usb/ohci/Makefile (deleted) * uspace/drv/bus/usb/ohci/meson.build (added) * uspace/drv/bus/usb/uhci/Makefile (deleted) * uspace/drv/bus/usb/uhci/meson.build (added) * uspace/drv/bus/usb/usbdiag/Makefile (deleted) * uspace/drv/bus/usb/usbdiag/meson.build (added) * uspace/drv/bus/usb/usbflbk/Makefile (deleted) * uspace/drv/bus/usb/usbflbk/meson.build (added) * uspace/drv/bus/usb/usbhub/Makefile (deleted) * uspace/drv/bus/usb/usbhub/meson.build (added) * uspace/drv/bus/usb/usbmid/Makefile (deleted) * uspace/drv/bus/usb/usbmid/meson.build (added) * uspace/drv/bus/usb/vhc/Makefile (deleted) * uspace/drv/bus/usb/vhc/meson.build (added) * uspace/drv/bus/usb/xhci/Makefile (deleted) * uspace/drv/bus/usb/xhci/meson.build (added) * uspace/drv/char/i8042/Makefile (deleted) * uspace/drv/char/i8042/meson.build (added) * uspace/drv/char/msim-con/Makefile (deleted) * uspace/drv/char/msim-con/meson.build (added) * uspace/drv/char/ns8250/Makefile (deleted) * uspace/drv/char/ns8250/meson.build (added) * uspace/drv/char/pc-lpt/Makefile (deleted) * uspace/drv/char/pc-lpt/meson.build (added) * uspace/drv/char/pl011/Makefile (deleted) * uspace/drv/char/pl011/meson.build (added) * uspace/drv/char/pl050/Makefile (deleted) * uspace/drv/char/pl050/meson.build (added) * uspace/drv/char/ski-con/Makefile (deleted) * uspace/drv/char/ski-con/meson.build (added) * uspace/drv/char/sun4v-con/Makefile (deleted) * uspace/drv/char/sun4v-con/meson.build (added) * uspace/drv/fb/amdm37x_dispc/Makefile (deleted) * uspace/drv/fb/amdm37x_dispc/meson.build (added) * uspace/drv/fb/kfb/Makefile (deleted) * uspace/drv/fb/kfb/meson.build (added) * uspace/drv/hid/adb-kbd/Makefile (deleted) * uspace/drv/hid/adb-kbd/meson.build (added) * uspace/drv/hid/adb-mouse/Makefile (deleted) * uspace/drv/hid/adb-mouse/meson.build (added) * uspace/drv/hid/atkbd/Makefile (deleted) * uspace/drv/hid/atkbd/meson.build (added) * uspace/drv/hid/ps2mouse/Makefile (deleted) * uspace/drv/hid/ps2mouse/meson.build (added) * uspace/drv/hid/usbhid/Makefile (deleted) * uspace/drv/hid/usbhid/meson.build (added) * uspace/drv/hid/xtkbd/Makefile (deleted) * uspace/drv/hid/xtkbd/meson.build (added) * uspace/drv/intctl/apic/Makefile (deleted) * uspace/drv/intctl/apic/meson.build (added) * uspace/drv/intctl/gicv2/Makefile (deleted) * uspace/drv/intctl/gicv2/meson.build (added) * uspace/drv/intctl/i8259/Makefile (deleted) * uspace/drv/intctl/i8259/meson.build (added) * uspace/drv/intctl/icp-ic/Makefile (deleted) * uspace/drv/intctl/icp-ic/meson.build (added) * uspace/drv/intctl/obio/Makefile (deleted) * uspace/drv/intctl/obio/meson.build (added) * uspace/drv/meson.build (added) * uspace/drv/nic/ar9271/Makefile (deleted) * uspace/drv/nic/ar9271/meson.build (added) * uspace/drv/nic/e1k/Makefile (deleted) * uspace/drv/nic/e1k/meson.build (added) * uspace/drv/nic/ne2k/Makefile (deleted) * uspace/drv/nic/ne2k/meson.build (added) * uspace/drv/nic/rtl8139/Makefile (deleted) * uspace/drv/nic/rtl8139/meson.build (added) * uspace/drv/nic/rtl8169/Makefile (deleted) * uspace/drv/nic/rtl8169/meson.build (added) * uspace/drv/nic/virtio-net/Makefile (deleted) * uspace/drv/nic/virtio-net/meson.build (added) * uspace/drv/platform/amdm37x/Makefile (deleted) * uspace/drv/platform/amdm37x/meson.build (added) * uspace/drv/platform/arm64virt/Makefile (deleted) * uspace/drv/platform/arm64virt/meson.build (added) * uspace/drv/platform/icp/Makefile (deleted) * uspace/drv/platform/icp/meson.build (added) * uspace/drv/platform/mac/Makefile (deleted) * uspace/drv/platform/mac/meson.build (added) * uspace/drv/platform/malta/Makefile (deleted) * uspace/drv/platform/malta/meson.build (added) * uspace/drv/platform/msim/Makefile (deleted) * uspace/drv/platform/msim/meson.build (added) * uspace/drv/platform/pc/Makefile (deleted) * uspace/drv/platform/pc/meson.build (added) * uspace/drv/platform/ski/Makefile (deleted) * uspace/drv/platform/ski/meson.build (added) * uspace/drv/platform/sun4u/Makefile (deleted) * uspace/drv/platform/sun4u/meson.build (added) * uspace/drv/platform/sun4v/Makefile (deleted) * uspace/drv/platform/sun4v/meson.build (added) * uspace/drv/root/root/Makefile (deleted) * uspace/drv/root/root/meson.build (added) * uspace/drv/root/virt/Makefile (deleted) * uspace/drv/root/virt/meson.build (added) * uspace/drv/test/test1/Makefile (deleted) * uspace/drv/test/test1/meson.build (added) * uspace/drv/test/test2/Makefile (deleted) * uspace/drv/test/test2/meson.build (added) * uspace/drv/test/test3/Makefile (deleted) * uspace/drv/test/test3/meson.build (added) * uspace/drv/time/cmos-rtc/Makefile (deleted) * uspace/drv/time/cmos-rtc/meson.build (added) * uspace/lib/bithenge/Makefile (deleted) * uspace/lib/bithenge/meson.build (added) * uspace/lib/block/Makefile (deleted) * uspace/lib/block/meson.build (added) * uspace/lib/c/Makefile (deleted) * uspace/lib/c/arch/abs32le/Makefile.common (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/c/arch/amd64/meson.build (added) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/arm32/meson.build (added) * uspace/lib/c/arch/arm64/Makefile.common (modified) * uspace/lib/c/arch/arm64/meson.build (added) * uspace/lib/c/arch/ia32/Makefile.common (deleted) * uspace/lib/c/arch/ia32/Makefile.inc (deleted) * uspace/lib/c/arch/ia32/meson.build (added) * uspace/lib/c/arch/ia64/Makefile.common (modified) * uspace/lib/c/arch/ia64/meson.build (added) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32/meson.build (added) * uspace/lib/c/arch/ppc32/Makefile.common (modified) * uspace/lib/c/arch/ppc32/meson.build (added) * uspace/lib/c/arch/riscv64/Makefile.common (modified) * uspace/lib/c/arch/sparc64/Makefile.common (modified) * uspace/lib/c/meson.build (added) * uspace/lib/clui/Makefile (deleted) * uspace/lib/clui/meson.build (added) * uspace/lib/compress/Makefile (deleted) * uspace/lib/compress/meson.build (added) * uspace/lib/cpp/Makefile (deleted) * uspace/lib/cpp/meson.build (added) * uspace/lib/crypto/Makefile (deleted) * uspace/lib/crypto/meson.build (added) * uspace/lib/dltest/Makefile (deleted) * uspace/lib/dltest/meson.build (added) * uspace/lib/draw/Makefile (deleted) * uspace/lib/draw/meson.build (added) * uspace/lib/drv/Makefile (deleted) * uspace/lib/drv/meson.build (added) * uspace/lib/ext4/Makefile (deleted) * uspace/lib/ext4/meson.build (added) * uspace/lib/fdisk/Makefile (deleted) * uspace/lib/fdisk/meson.build (added) * uspace/lib/fmtutil/Makefile (deleted) * uspace/lib/fmtutil/meson.build (added) * uspace/lib/fs/Makefile (deleted) * uspace/lib/fs/meson.build (added) * uspace/lib/graph/Makefile (deleted) * uspace/lib/graph/meson.build (added) * uspace/lib/gui/Makefile (deleted) * uspace/lib/gui/meson.build (added) * uspace/lib/hound/Makefile (deleted) * uspace/lib/hound/meson.build (added) * uspace/lib/http/Makefile (deleted) * uspace/lib/http/meson.build (added) * uspace/lib/ieee80211/Makefile (deleted) * uspace/lib/ieee80211/meson.build (added) * uspace/lib/label/Makefile (deleted) * uspace/lib/label/meson.build (added) * uspace/lib/math/Makefile (deleted) * uspace/lib/math/meson.build (added) * uspace/lib/meson.build (added) * uspace/lib/minix/Makefile (deleted) * uspace/lib/minix/meson.build (added) * uspace/lib/nettl/Makefile (deleted) * uspace/lib/nettl/meson.build (added) * uspace/lib/nic/Makefile (deleted) * uspace/lib/nic/meson.build (added) * uspace/lib/pcm/Makefile (deleted) * uspace/lib/pcm/meson.build (added) * uspace/lib/pcut/Makefile (deleted) * uspace/lib/pcut/meson.build (added) * uspace/lib/pcut/tests/meson.build (added) * uspace/lib/posix/Makefile (deleted) * uspace/lib/posix/meson.build (added) * uspace/lib/scsi/Makefile (deleted) * uspace/lib/scsi/meson.build (added) * uspace/lib/sif/Makefile (deleted) * uspace/lib/sif/meson.build (added) * uspace/lib/softrend/Makefile (deleted) * uspace/lib/softrend/meson.build (added) * uspace/lib/trackmod/Makefile (deleted) * uspace/lib/trackmod/meson.build (added) * uspace/lib/untar/Makefile (deleted) * uspace/lib/untar/meson.build (added) * uspace/lib/uri/Makefile (deleted) * uspace/lib/uri/meson.build (added) * uspace/lib/usb/Makefile (deleted) * uspace/lib/usb/meson.build (added) * uspace/lib/usbdev/Makefile (deleted) * uspace/lib/usbdev/meson.build (added) * uspace/lib/usbhid/Makefile (deleted) * uspace/lib/usbhid/meson.build (added) * uspace/lib/usbhost/Makefile (deleted) * uspace/lib/usbhost/meson.build (added) * uspace/lib/usbvirt/Makefile (deleted) * uspace/lib/usbvirt/meson.build (added) * uspace/lib/virtio/Makefile (deleted) * uspace/lib/virtio/meson.build (added) * uspace/meson.build (added) * uspace/srv/audio/hound/Makefile (deleted) * uspace/srv/audio/hound/meson.build (added) * uspace/srv/bd/file_bd/Makefile (deleted) * uspace/srv/bd/file_bd/meson.build (added) * uspace/srv/bd/rd/Makefile (deleted) * uspace/srv/bd/rd/meson.build (added) * uspace/srv/bd/sata_bd/Makefile (deleted) * uspace/srv/bd/sata_bd/meson.build (added) * uspace/srv/bd/vbd/Makefile (deleted) * uspace/srv/bd/vbd/meson.build (added) * uspace/srv/clipboard/Makefile (deleted) * uspace/srv/clipboard/meson.build (added) * uspace/srv/devman/Makefile (deleted) * uspace/srv/devman/meson.build (added) * uspace/srv/fs/cdfs/Makefile (deleted) * uspace/srv/fs/cdfs/meson.build (added) * uspace/srv/fs/exfat/Makefile (deleted) * uspace/srv/fs/exfat/meson.build (added) * uspace/srv/fs/ext4fs/Makefile (deleted) * uspace/srv/fs/ext4fs/meson.build (added) * uspace/srv/fs/fat/Makefile (deleted) * uspace/srv/fs/fat/meson.build (added) * uspace/srv/fs/locfs/Makefile (deleted) * uspace/srv/fs/locfs/meson.build (added) * uspace/srv/fs/mfs/Makefile (deleted) * uspace/srv/fs/mfs/meson.build (added) * uspace/srv/fs/tmpfs/Makefile (deleted) * uspace/srv/fs/tmpfs/meson.build (added) * uspace/srv/fs/udf/Makefile (deleted) * uspace/srv/fs/udf/meson.build (added) * uspace/srv/hid/compositor/Makefile (deleted) * uspace/srv/hid/compositor/meson.build (added) * uspace/srv/hid/console/Makefile (deleted) * uspace/srv/hid/console/meson.build (added) * uspace/srv/hid/input/Makefile (deleted) * uspace/srv/hid/input/meson.build (added) * uspace/srv/hid/isdv4_tablet/Makefile (deleted) * uspace/srv/hid/isdv4_tablet/meson.build (added) * uspace/srv/hid/output/Makefile (deleted) * uspace/srv/hid/output/meson.build (added) * uspace/srv/hid/remcons/Makefile (deleted) * uspace/srv/hid/remcons/meson.build (added) * uspace/srv/hid/rfb/Makefile (deleted) * uspace/srv/hid/rfb/meson.build (added) * uspace/srv/hid/s3c24xx_ts/Makefile (deleted) * uspace/srv/hid/s3c24xx_ts/meson.build (added) * uspace/srv/hw/char/s3c24xx_uart/Makefile (deleted) * uspace/srv/hw/char/s3c24xx_uart/meson.build (added) * uspace/srv/klog/Makefile (deleted) * uspace/srv/klog/meson.build (added) * uspace/srv/loader/Makefile (deleted) * uspace/srv/loader/meson.build (added) * uspace/srv/locsrv/Makefile (deleted) * uspace/srv/locsrv/meson.build (added) * uspace/srv/logger/Makefile (deleted) * uspace/srv/logger/meson.build (added) * uspace/srv/meson.build (added) * uspace/srv/net/dhcp/Makefile (deleted) * uspace/srv/net/dhcp/meson.build (added) * uspace/srv/net/dnsrsrv/Makefile (deleted) * uspace/srv/net/dnsrsrv/meson.build (added) * uspace/srv/net/ethip/Makefile (deleted) * uspace/srv/net/ethip/meson.build (added) * uspace/srv/net/inetsrv/Makefile (deleted) * uspace/srv/net/inetsrv/meson.build (added) * uspace/srv/net/loopip/Makefile (deleted) * uspace/srv/net/loopip/meson.build (added) * uspace/srv/net/nconfsrv/Makefile (deleted) * uspace/srv/net/nconfsrv/meson.build (added) * uspace/srv/net/slip/Makefile (deleted) * uspace/srv/net/slip/meson.build (added) * uspace/srv/net/tcp/Makefile (deleted) * uspace/srv/net/tcp/meson.build (added) * uspace/srv/net/udp/Makefile (deleted) * uspace/srv/net/udp/meson.build (added) * uspace/srv/ns/Makefile (deleted) * uspace/srv/ns/meson.build (added) * uspace/srv/taskmon/Makefile (deleted) * uspace/srv/taskmon/meson.build (added) * uspace/srv/test/chardev-test/Makefile (deleted) * uspace/srv/test/chardev-test/meson.build (added) * uspace/srv/test/ipc-test/Makefile (deleted) * uspace/srv/test/ipc-test/meson.build (added) * uspace/srv/vfs/Makefile (deleted) * uspace/srv/vfs/meson.build (added) * uspace/srv/volsrv/Makefile (deleted) * uspace/srv/volsrv/meson.build (added) Convert uspace to meson Sat, 17 Aug 2019 12:22:31 GMT Jiří Zárevúcky [06e0f37] * uspace/lib/c/test/stdio/scanf.c (modified) * uspace/lib/c/test/string.c (modified) * uspace/lib/posix/test/stdlib.c (modified) Mask more test diagnostics Fri, 16 Aug 2019 20:43:01 GMT Martin Decky [5284faa] * uspace/lib/c/generic/async/server.c (modified) remove rendundant include Wed, 24 Jul 2019 11:44:40 GMT GitHub [9fe2fd7] * uspace/app/cpptest/main.cpp (modified) * uspace/lib/cpp/Makefile (modified) * uspace/lib/cpp/include/__bits/chrono.hpp (modified) * uspace/lib/cpp/include/__bits/functional/functional.hpp (modified) * uspace/lib/cpp/include/__bits/memory/shared_payload.hpp (modified) * uspace/lib/cpp/include/__bits/refcount_obj.hpp (moved) * uspace/lib/cpp/include/__bits/system_error.hpp (modified) * uspace/lib/cpp/include/__bits/test/tests.hpp (modified) * uspace/lib/cpp/include/__bits/thread/async.hpp (added) * uspace/lib/cpp/include/__bits/thread/future.hpp (modified) * uspace/lib/cpp/include/__bits/thread/future_common.hpp (added) * uspace/lib/cpp/include/__bits/thread/packaged_task.hpp (added) * uspace/lib/cpp/include/__bits/thread/promise.hpp (added) * uspace/lib/cpp/include/__bits/thread/shared_future.hpp (added) * uspace/lib/cpp/include/__bits/thread/shared_state.hpp (added) * uspace/lib/cpp/include/__bits/trycatch.hpp (modified) * uspace/lib/cpp/include/__bits/tuple/tuple.hpp (modified) * uspace/lib/cpp/include/future (modified) * uspace/lib/cpp/src/__bits/runtime.cpp (modified) * uspace/lib/cpp/src/__bits/test/future.cpp (added) * uspace/lib/cpp/src/future.cpp (modified) * uspace/lib/cpp/src/refcount_obj.cpp (added) Merge pull request #171 from Dzejrou/hackweek C++ stdlib: Tue, 16 Jul 2019 15:07:01 GMT Jiri Svoboda [a949f4a] * HelenOS.config (modified) * uspace/lib/c/arch/amd64/src/rtld/reloc.c (modified) * uspace/lib/c/arch/arm32/src/rtld/reloc.c (modified) * uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) * uspace/lib/c/arch/ia64/Makefile.inc (modified) * uspace/lib/c/arch/ia64/include/libarch/rtld/dynamic.h (added) * uspace/lib/c/arch/ia64/include/libarch/rtld/elf_dyn.h (added) * uspace/lib/c/arch/ia64/include/libarch/rtld/module.h (added) * uspace/lib/c/arch/ia64/include/libarch/tls.h (modified) * uspace/lib/c/arch/ia64/src/rtld/dynamic.c (added) * uspace/lib/c/arch/ia64/src/rtld/reloc.c (added) * uspace/lib/c/arch/ia64/src/thread_entry.S (modified) * uspace/lib/c/arch/ia64/src/tls.c (modified) * uspace/lib/c/arch/ppc32/src/rtld/reloc.c (modified) * uspace/lib/c/arch/sparc64/src/rtld/reloc.c (modified) * uspace/lib/c/generic/dlfcn.c (modified) * uspace/lib/c/include/rtld/rtld_arch.h (modified) Dynamic linking on IA-64 (WIP) Sun, 07 Jul 2019 13:35:44 GMT Jaroslav Jindrak [8c0b781] * uspace/lib/cpp/include/__bits/thread/async.hpp (modified) cpp: abort when undefined behaviour is encountered in std::async Sun, 07 Jul 2019 12:59:11 GMT Jaroslav Jindrak [46c66f8] * uspace/lib/cpp/include/__bits/thread/async.hpp (modified) * uspace/lib/cpp/include/__bits/thread/packaged_task.hpp (modified) * uspace/lib/cpp/include/__bits/thread/shared_state.hpp (modified) * uspace/lib/cpp/src/__bits/runtime.cpp (modified) * uspace/lib/cpp/src/__bits/test/future.cpp (modified) cpp: apply requested changes Thu, 04 Jul 2019 13:36:57 GMT Jiří Zárevúcky [53afa639] * uspace/lib/cpp/include/cstddef (modified) Define nullptr_t more consistently Thu, 04 Jul 2019 13:00:35 GMT Jiří Zárevúcky [9675296] * abi/include/abi/cap.h (modified) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/lib/strtol.c (modified) * uspace/lib/cpp/include/cstddef (modified) Some clang fixes Wed, 03 Jul 2019 16:59:49 GMT Jaroslav Jindrak [8e24583] * uspace/app/cpptest/main.cpp (modified) * uspace/lib/cpp/include/__bits/test/tests.hpp (modified) * uspace/lib/cpp/include/__bits/thread/future.hpp (modified) * uspace/lib/cpp/include/__bits/thread/packaged_task.hpp (modified) * uspace/lib/cpp/include/__bits/thread/promise.hpp (modified) * uspace/lib/cpp/include/__bits/thread/shared_future.hpp (modified) * uspace/lib/cpp/include/__bits/thread/shared_state.hpp (modified) * uspace/lib/cpp/src/__bits/test/future.cpp (modified) cpp: write tests for and fix minor bugs they found Wed, 03 Jul 2019 15:46:24 GMT Jaroslav Jindrak [96fec16] * uspace/lib/cpp/include/__bits/chrono.hpp (modified) cpp: fix duration::operator+ which incorrectly used parentheses and ... Wed, 03 Jul 2019 10:00:54 GMT Jaroslav Jindrak [b96e87e] * uspace/lib/cpp/Makefile (modified) * uspace/lib/cpp/include/__bits/test/tests.hpp (modified) * uspace/lib/cpp/src/__bits/test/future.cpp (added) cpp: prepare test files and type Wed, 03 Jul 2019 10:00:07 GMT Jaroslav Jindrak [4dfb259] * uspace/lib/cpp/include/__bits/thread/packaged_task.hpp (modified) * uspace/lib/cpp/include/__bits/thread/promise.hpp (modified) cpp: fix copy paste errors Tue, 02 Jul 2019 14:19:24 GMT Jaroslav Jindrak [5ab9df4] * uspace/lib/cpp/include/__bits/thread/packaged_task.hpp (modified) * uspace/lib/cpp/include/__bits/thread/promise.hpp (modified) cpp: make sure exceptions are stored when we set value at thread exit too Tue, 02 Jul 2019 14:00:28 GMT Jaroslav Jindrak [72786f38] * uspace/lib/cpp/include/__bits/thread/packaged_task.hpp (modified) * uspace/lib/cpp/include/__bits/thread/promise.hpp (modified) * uspace/lib/cpp/include/__bits/thread/shared_state.hpp (modified) cpp: moved all the at_exit logic to two functions which are to be ... Tue, 02 Jul 2019 13:09:26 GMT Jaroslav Jindrak [d3ba97d] * uspace/lib/cpp/src/__bits/runtime.cpp (modified) cpp: add a stub allowing creating thread_local variables, without ... Tue, 02 Jul 2019 13:08:59 GMT Jaroslav Jindrak [d276424f] * uspace/lib/cpp/include/__bits/thread/packaged_task.hpp (modified) * uspace/lib/cpp/include/__bits/thread/promise.hpp (modified) cpp: fix allocators for promise and packaged_task Tue, 02 Jul 2019 11:18:58 GMT Jaroslav Jindrak [5d71d09] * uspace/lib/cpp/include/__bits/thread/future.hpp (modified) * uspace/lib/cpp/include/__bits/thread/future_common.hpp (modified) cpp: remove aux::future_return_t as it was just identity now Tue, 02 Jul 2019 11:17:14 GMT Jaroslav Jindrak [5ea9dd2] * uspace/lib/cpp/include/__bits/thread/packaged_task.hpp (modified) * uspace/lib/cpp/include/__bits/thread/promise.hpp (modified) cpp: add allocator support Tue, 02 Jul 2019 11:16:54 GMT Jaroslav Jindrak [09170ab8] * uspace/lib/cpp/include/__bits/thread/shared_state.hpp (modified) cpp: change todo to a note as the behaviour is compliant Tue, 02 Jul 2019 10:59:39 GMT Jaroslav Jindrak [4d68584] * uspace/lib/cpp/include/__bits/thread/packaged_task.hpp (modified) * uspace/lib/cpp/include/__bits/thread/promise.hpp (modified) * uspace/lib/cpp/include/__bits/thread/shared_state.hpp (modified) cpp: add stub exception support Tue, 02 Jul 2019 10:58:42 GMT Jaroslav Jindrak [239d25b] * uspace/lib/cpp/include/__bits/trycatch.hpp (modified) cpp: add the ability to catch named exceptions when exceptions are ... Mon, 01 Jul 2019 18:32:08 GMT Jaroslav Jindrak [fda6dd4] * uspace/lib/cpp/include/__bits/thread/packaged_task.hpp (modified) cpp: implemented packaged_task Mon, 01 Jul 2019 15:51:01 GMT Jaroslav Jindrak [1621f91] * uspace/lib/cpp/include/__bits/thread/future_common.hpp (modified) * uspace/lib/cpp/include/__bits/thread/shared_future.hpp (modified) cpp: fix return types for future::get and shared_future::get Mon, 01 Jul 2019 15:42:54 GMT Jaroslav Jindrak [8660ad0] * uspace/lib/cpp/include/__bits/thread/future.hpp (modified) * uspace/lib/cpp/include/__bits/thread/shared_future.hpp (modified) cpp: remove redundant specializations similarly to how we did it with ... Mon, 01 Jul 2019 15:33:01 GMT Jaroslav Jindrak [a6c3bf3] * uspace/lib/cpp/include/__bits/thread/future_common.hpp (modified) * uspace/lib/cpp/include/__bits/thread/shared_future.hpp (modified) cpp: remove redundant specializations of shared_future using some ... Mon, 01 Jul 2019 15:10:08 GMT Jaroslav Jindrak [a552044] * uspace/lib/cpp/include/__bits/thread/shared_future.hpp (modified) cpp: added shared_future, but it might be possible to remove the ... Mon, 01 Jul 2019 14:52:42 GMT Jaroslav Jindrak [0fc6b6c] * uspace/lib/cpp/include/__bits/thread/promise.hpp (modified) cpp: make sure that promise::get_future increments the refcount since ... Mon, 01 Jul 2019 14:50:41 GMT Jaroslav Jindrak [0d299c93] * uspace/lib/cpp/include/__bits/thread/future.hpp (modified) cpp: make future_base shared_future-ready and fix promise::share() Mon, 01 Jul 2019 13:19:05 GMT Jaroslav Jindrak [0f43be5] * uspace/lib/cpp/include/__bits/thread/future.hpp (modified) * uspace/lib/cpp/include/__bits/thread/promise.hpp (modified) cpp: implemented promise and future for references Mon, 01 Jul 2019 12:45:10 GMT Jaroslav Jindrak [396b234] * uspace/lib/cpp/include/__bits/thread/promise.hpp (modified) cpp: add missing implementation of the shared state abandoning ... Mon, 01 Jul 2019 12:23:10 GMT Jaroslav Jindrak [cf279270] * uspace/lib/cpp/include/__bits/thread/promise.hpp (modified) cpp: create promise_base and use it to implement all three versions ... Mon, 01 Jul 2019 12:22:32 GMT Jaroslav Jindrak [87efcb1] * uspace/lib/cpp/include/__bits/thread/future.hpp (modified) cpp: use default implementations of assignment instead of explicitly ... Mon, 01 Jul 2019 09:51:41 GMT Jaroslav Jindrak [d340254] * uspace/lib/cpp/include/__bits/thread/shared_state.hpp (modified) cpp: remove completed todo Mon, 01 Jul 2019 09:50:26 GMT Jaroslav Jindrak [60cb9e1] * uspace/lib/cpp/include/__bits/thread/shared_state.hpp (modified) cpp: make shared_state work with void as its template parameter Mon, 01 Jul 2019 09:49:54 GMT Jaroslav Jindrak [bd6ad4b] * uspace/lib/cpp/include/__bits/thread/future.hpp (modified) cpp: remove unneeded std:: prefixes and add implementations for ... Sun, 30 Jun 2019 15:43:41 GMT Jaroslav Jindrak [3a29607] * uspace/lib/cpp/include/__bits/thread/future.hpp (modified) cpp: future::get does not release the state Sun, 30 Jun 2019 14:37:40 GMT Jaroslav Jindrak [6e97265] * uspace/lib/cpp/include/__bits/thread/future.hpp (modified) * uspace/lib/cpp/include/__bits/thread/future_common.hpp (added) * uspace/lib/cpp/include/__bits/thread/shared_state.hpp (modified) cpp: refactor future to avoid code duplication, fix wait_for and ... Sun, 30 Jun 2019 14:36:39 GMT Jaroslav Jindrak [d86c00f0] * uspace/lib/cpp/include/future (modified) cpp: add the new subheaders into Sun, 30 Jun 2019 14:36:22 GMT Jaroslav Jindrak [7480341] * uspace/lib/cpp/include/__bits/thread/packaged_task.hpp (modified) cpp: fix include guards Sun, 30 Jun 2019 14:35:43 GMT Jaroslav Jindrak [bf13e711] * uspace/lib/cpp/include/__bits/thread/async.hpp (modified) cpp: make the launch enum class start at 1 as it is used in bitwise ... Sun, 30 Jun 2019 14:34:54 GMT Jaroslav Jindrak [0076b9d] * uspace/lib/cpp/include/__bits/system_error.hpp (modified) cpp: add a missing include Sun, 30 Jun 2019 13:29:39 GMT Jaroslav Jindrak [3faf90ad] * uspace/lib/cpp/include/__bits/result_of.hpp (deleted) cpp: get rid of the old redundant result_of implementation Sun, 30 Jun 2019 13:29:06 GMT Jaroslav Jindrak [a95e75e] * uspace/lib/cpp/include/__bits/thread/async.hpp (added) * uspace/lib/cpp/include/__bits/thread/future.hpp (modified) * uspace/lib/cpp/include/__bits/thread/packaged_task.hpp (added) * uspace/lib/cpp/include/__bits/thread/promise.hpp (added) * uspace/lib/cpp/include/__bits/thread/shared_future.hpp (added) * uspace/lib/cpp/include/__bits/thread/shared_state.hpp (added) cpp: split future.hpp into subheaders for each type Fri, 28 Jun 2019 15:23:03 GMT Jaroslav Jindrak [627dc41] * uspace/lib/cpp/include/__bits/thread/future.hpp (modified) cpp: add deferred/async shared state for asynchronous function ... Fri, 28 Jun 2019 15:19:34 GMT Jaroslav Jindrak [1995ac3] * uspace/lib/cpp/include/__bits/tuple/tuple.hpp (modified) cpp: fix zero length tuples Fri, 28 Jun 2019 13:09:18 GMT Jaroslav Jindrak [046b66e] * uspace/lib/cpp/include/__bits/functional/functional.hpp (modified) cpp: std::invoke was calling the functor instead of passing it into ... Thu, 27 Jun 2019 16:02:12 GMT Jaroslav Jindrak [9eea0b7] * uspace/lib/cpp/include/__bits/thread/future.hpp (modified) cpp: fix the reference version set_value Thu, 27 Jun 2019 15:55:09 GMT Jaroslav Jindrak [04c0fc5] * uspace/lib/cpp/include/__bits/thread/future.hpp (modified) * uspace/lib/cpp/src/future.cpp (modified) cpp: add basic implementations of the promise and future templates ... Thu, 27 Jun 2019 11:15:35 GMT Jaroslav Jindrak [8add15e0] * uspace/lib/cpp/Makefile (modified) * uspace/lib/cpp/include/__bits/memory/shared_payload.hpp (modified) * uspace/lib/cpp/include/__bits/refcount_obj.hpp (added) * uspace/lib/cpp/src/refcount_obj.cpp (added) cpp: move reference counting logic from the shared payload so that it ... Tue, 25 Jun 2019 14:58:16 GMT Jiří Zárevúcky [2bb6d04] * uspace/app/barber/barber.c (modified) * uspace/app/fontviewer/fontviewer.c (modified) * uspace/app/viewer/viewer.c (modified) * uspace/app/vlaunch/vlaunch.c (modified) * uspace/lib/draw/codec/tga.c (modified) * uspace/lib/draw/codec/tga.gz.c (modified) * uspace/lib/draw/codec/tga.h (deleted) * uspace/lib/draw/codec/webp.c (modified) * uspace/lib/draw/codec/webp.h (deleted) * uspace/lib/draw/cursor.c (modified) * uspace/lib/draw/cursor/embedded.c (modified) * uspace/lib/draw/cursor/embedded.h (deleted) * uspace/lib/draw/drawctx.c (modified) * uspace/lib/draw/font.c (modified) * uspace/lib/draw/font/bitmap_backend.c (modified) * uspace/lib/draw/font/bitmap_backend.h (deleted) * uspace/lib/draw/font/embedded.c (modified) * uspace/lib/draw/font/embedded.h (deleted) * uspace/lib/draw/font/pcf.c (modified) * uspace/lib/draw/font/pcf.h (deleted) * uspace/lib/draw/gfx/cursor-11x18.c (modified) * uspace/lib/draw/gfx/cursor-11x18.h (deleted) * uspace/lib/draw/gfx/font-8x16.c (modified) * uspace/lib/draw/include/draw/codec.h (moved) * uspace/lib/draw/include/draw/cursor.h (moved) * uspace/lib/draw/include/draw/drawctx.h (moved) * uspace/lib/draw/include/draw/font.h (moved) * uspace/lib/draw/include/draw/gfx.h (moved) * uspace/lib/draw/include/draw/path.h (moved) * uspace/lib/draw/include/draw/source.h (moved) * uspace/lib/draw/include/draw/surface.h (moved) * uspace/lib/draw/path.c (modified) * uspace/lib/draw/source.c (modified) * uspace/lib/draw/surface.c (modified) * uspace/lib/gui/button.c (modified) * uspace/lib/gui/button.h (modified) * uspace/lib/gui/canvas.c (modified) * uspace/lib/gui/canvas.h (modified) * uspace/lib/gui/common.c (modified) * uspace/lib/gui/common.h (modified) * uspace/lib/gui/grid.c (modified) * uspace/lib/gui/label.c (modified) * uspace/lib/gui/label.h (modified) * uspace/lib/gui/minimal.c (modified) * uspace/lib/gui/terminal.c (modified) * uspace/lib/gui/terminal.h (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/gui/window.h (modified) * uspace/lib/posix/Makefile (modified) * uspace/srv/hid/compositor/compositor.c (modified) Curb the proliferation of libdraw headers libdraw provides a lot of ... Tue, 25 Jun 2019 14:46:25 GMT Jiří Zárevúcky [cd9531d3] * HelenOS.config (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (deleted) * uspace/lib/c/arch/mips32eb/Makefile.inc (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/config.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/cp0.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/ddi.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/elf_linux.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/faddr.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/fibril.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/fibril_context.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/istate.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/istate_struct.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/regname.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/stack.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/syscall.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/thread.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/tls.h (deleted) * uspace/lib/c/arch/mips32eb/src (deleted) Make mips32 and mips32eb the same UARCH, same as is with KARCH and BARCH Tue, 25 Jun 2019 14:32:49 GMT Jiří Zárevúcky [687108b] * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm64/Makefile.inc (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/ppc32/Makefile.inc (modified) * boot/arch/riscv64/Makefile.inc (modified) * boot/arch/sparc64/Makefile.inc (modified) * kernel/arch/arm64/Makefile.inc (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/arm64/Makefile.common (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/arch/ia64/Makefile.common (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) * uspace/lib/c/arch/ppc32/Makefile.common (modified) * uspace/lib/c/arch/riscv64/Makefile.common (modified) * uspace/lib/c/arch/sparc64/Makefile.common (modified) Remove unused makefile variables Tue, 25 Jun 2019 14:24:46 GMT Jiří Zárevúcky [c486f83] * uspace/dist/src/c/demos/edit/build (modified) * uspace/dist/src/c/demos/hello/build (modified) * uspace/dist/src/c/demos/hello/build.gcc (modified) * uspace/dist/src/c/demos/tetris/build (modified) * uspace/dist/src/c/demos/tetris/build.gcc (modified) * uspace/dist/src/c/demos/top/build (modified) * uspace/lib/softfloat/doc/doxygroups.h (deleted) * uspace/lib/softfloat/mathtypes.h (deleted) * uspace/lib/softint/doc/doxygroups.h (deleted) Remove unused obsolete files, and remove references to libsoftint in ... Tue, 25 Jun 2019 14:02:25 GMT Jiří Zárevúcky [15e0b4d] * uspace/lib/c/arch/arm32/include/libarch/fibril_context.h (modified) Fix comment typo Tue, 25 Jun 2019 11:54:03 GMT Jiří Zárevúcky [59d8235] * uspace/lib/cpp/src/__bits/runtime.cpp (modified) Detect ARM build using __arm__ macro, not using config.h Mon, 24 Jun 2019 16:13:58 GMT Jiří Zárevúcky [874ed210] * boot/Makefile.build (modified) * kernel/Makefile (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ppc32/Makefile.inc (modified) * uspace/Makefile.common (modified) * uspace/lib/c/arch/ppc32/Makefile.common (modified) Fold assembler flags into cflags, for consistent behavior This way ... Sat, 22 Jun 2019 17:22:08 GMT Jiří Zárevúcky [fd244cd] * uspace/Makefile.common (modified) * uspace/lib/cpp/Makefile (modified) * uspace/lib/cpp/src/__bits/runtime.cpp (modified) Enable building libcpp as shared library Sun, 16 Jun 2019 09:59:02 GMT Jakub Jermar [ef705e14] * uspace/lib/c/arch/ia64/Makefile.common (modified) Enable -gc-sections for ia64 Currently, this makes the resulting ... Thu, 06 Jun 2019 12:15:29 GMT GitHub [b401b33] * kernel/Makefile (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/lib/strtol.c (added) * uspace/lib/c/generic/ctype.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/strtol.c (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/c/test/strtol.c (modified) Merge pull request #169 from le-jzr/strtolwip Removes internal ... Wed, 05 Jun 2019 13:58:08 GMT Jiří Zárevúcky [a4cf312] * uspace/lib/c/generic/ubsan.c (modified) * uspace/lib/crypto/crypto.c (modified) Fix build with -fsanitize=undefined Wed, 05 Jun 2019 13:20:01 GMT Jiří Zárevúcky [a18da67] * uspace/lib/posix/Makefile (modified) Remove remnants of a removed variable Wed, 05 Jun 2019 12:14:49 GMT Jiří Zárevúcky [f3f4149] * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/src/crt0.c (moved) * uspace/lib/c/arch/amd64/src/crt0.S (moved) * uspace/lib/c/arch/arm32/src/crt0.S (moved) * uspace/lib/c/arch/arm64/src/crt0.S (moved) * uspace/lib/c/arch/ia32/src/crt0.S (moved) * uspace/lib/c/arch/ia64/src/crt0.S (moved) * uspace/lib/c/arch/mips32/src/crt0.S (moved) * uspace/lib/c/arch/ppc32/src/crt0.S (moved) * uspace/lib/c/arch/riscv64/src/crt0.c (moved) * uspace/lib/c/arch/sparc64/src/crt0.S (moved) * uspace/lib/c/generic/crt/crt1.c (moved) Rename entry.[cS] files to match their export names Wed, 29 May 2019 11:06:20 GMT Jiří Zárevúcky [77de449e] * uspace/lib/posix/include/posix/unistd.h (modified) Workaround for mips32/binutils coastline build Tue, 28 May 2019 18:38:09 GMT Jiří Zárevúcky [bebd154] * abi/include/limits.h (modified) * uspace/lib/c/generic/dirent.c (modified) * uspace/lib/c/include/dirent.h (modified) Fix coastline gcc build Not really sure why, but during gcc build ... Mon, 27 May 2019 20:39:31 GMT Jiří Zárevúcky [42e91ae] * kernel/Makefile (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/lib/strtol.c (added) * uspace/lib/c/generic/ctype.c (modified) Replace kernel's copy of str_uint64_t with a piece of strtol.c Mon, 27 May 2019 20:27:49 GMT Jiří Zárevúcky [1c9bf292] * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/strtol.c (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/c/test/strtol.c (modified) Reunite uspace string-to-int conversion functions Mon, 27 May 2019 16:18:02 GMT Jiří Zárevúcky [dd0502ae] * uspace/lib/c/test/strtol.c (modified) Add test for negative input to strtoul() Mon, 27 May 2019 16:17:33 GMT Jiří Zárevúcky [0260034] * uspace/lib/c/generic/strtol.c (modified) * uspace/lib/c/test/strtol.c (modified) Fix and test additional corner cases in strtol() Mon, 27 May 2019 16:17:24 GMT Jiří Zárevúcky [31a566b] * uspace/lib/c/generic/strtol.c (modified) Generalize and fix strtol() and friends Added the option to ... Mon, 27 May 2019 12:38:26 GMT Jiří Zárevúcky [0d14c25] * uspace/lib/cpp/include/__bits/locale/num_get.hpp (modified) Fix behavior of stream `>>` for invalid numeric conversion Mon, 27 May 2019 12:38:26 GMT Jiří Zárevúcky [bc56f30] * abi/include/_bits/errno.h (modified) * abi/include/_bits/native.h (modified) * abi/include/_bits/off64_t.h (added) * abi/include/_bits/ssize_t.h (modified) * abi/include/inttypes.h (modified) * abi/include/limits.h (modified) * kernel/Makefile (modified) * uspace/lib/c/generic/private/stdio.h (modified) * uspace/lib/c/include/adt/list.h (modified) * uspace/lib/c/include/assert.h (modified) * uspace/lib/c/include/bsearch.h (modified) * uspace/lib/c/include/ctype.h (modified) * uspace/lib/c/include/dirent.h (modified) * uspace/lib/c/include/dlfcn.h (modified) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/malloc.h (modified) * uspace/lib/c/include/mem.h (modified) * uspace/lib/c/include/offset.h (modified) * uspace/lib/c/include/qsort.h (modified) * uspace/lib/c/include/setjmp.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/stdlib.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/c/include/string.h (modified) * uspace/lib/c/include/time.h (modified) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/lib/cpp/include/__bits/chrono.hpp (modified) * uspace/lib/cpp/include/__bits/io/ios.hpp (modified) * uspace/lib/cpp/include/__bits/limits.hpp (modified) * uspace/lib/cpp/include/__bits/locale/num_get.hpp (modified) * uspace/lib/cpp/include/__bits/random.hpp (modified) * uspace/lib/cpp/include/__bits/string/string.hpp (modified) * uspace/lib/cpp/include/__bits/thread/condition_variable.hpp (modified) * uspace/lib/cpp/include/__bits/thread/threading.hpp (modified) * uspace/lib/cpp/include/cassert (modified) * uspace/lib/cpp/include/cctype (modified) * uspace/lib/cpp/include/cerrno (modified) * uspace/lib/cpp/include/cinttypes (modified) * uspace/lib/cpp/include/climits (modified) * uspace/lib/cpp/include/csetjmp (modified) * uspace/lib/cpp/include/cstdarg (modified) * uspace/lib/cpp/include/cstddef (modified) * uspace/lib/cpp/include/cstdint (modified) * uspace/lib/cpp/include/cstdio (modified) * uspace/lib/cpp/include/cstdlib (modified) * uspace/lib/cpp/include/cstring (modified) * uspace/lib/cpp/include/ctime (modified) * uspace/lib/cpp/include/cwchar (modified) * uspace/lib/cpp/src/stdexcept.cpp (modified) * uspace/lib/cpp/src/string.cpp (modified) * uspace/lib/cpp/src/typeinfo.cpp (modified) * uspace/lib/pcm/src/format.c (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/posix/ctype.h (modified) * uspace/lib/posix/include/posix/dlfcn.h (modified) * uspace/lib/posix/include/posix/fcntl.h (modified) * uspace/lib/posix/include/posix/fnmatch.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/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/internal/common.h (modified) * uspace/lib/posix/src/sys/mman.c (modified) * uspace/srv/vfs/vfs.h (modified) Make some libc and libposix headers usable in C++ These headers ... Mon, 27 May 2019 12:37:32 GMT Jiří Zárevúcky [af5037d] * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/include/posix/sys/types.h (modified) * uspace/lib/posix/include/posix/unistd.h (modified) _GNU_SOURCE implies _LARGEFILE64_SOURCE Sun, 26 May 2019 13:21:50 GMT Jakub Jermář [a0e2f9c] * uspace/lib/c/generic/rtld/module.c (modified) Correcting return handling of rtld/module_load() Because of the ... Sun, 26 May 2019 13:21:50 GMT Jakub Jermář [8aea932] * uspace/lib/c/generic/dlfcn.c (modified) dlopen() used to run into a null pointer The rtld functions will ... Sun, 26 May 2019 13:21:50 GMT Jakub Jermář [bdca26a] * kernel/generic/include/lib/elf_load.h (modified) * kernel/generic/include/proc/program.h (modified) * kernel/generic/src/lib/elf.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/proc/program.c (modified) * uspace/lib/c/generic/elf/elf_load.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/include/elf/elf_load.h (modified) * uspace/lib/c/include/elf/elf_mod.h (modified) * uspace/srv/loader/main.c (modified) Removing printf when failing from lib/rtld If rtld failed a message ... Sun, 26 May 2019 13:21:50 GMT Jakub Jermář [967e7a1] * uspace/lib/c/generic/dlfcn.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/rtld/rtld.c (modified) * uspace/lib/c/include/rtld/module.h (modified) Removing `exit()` from lib rtld Several functions in the library ... Fri, 03 May 2019 13:03:18 GMT Jiri Svoboda [7aebcdaf] * uspace/lib/c/arch/ppc32/src/rtld/reloc.c (modified) * uspace/lib/c/arch/sparc64/src/rtld/reloc.c (modified) JMP_SLOT relocation should not care/warn about symbol size Wed, 10 Apr 2019 15:04:17 GMT Jakub Jermář [84176f3] * .gitignore (modified) * HelenOS.config (modified) * abi/arch/arm64/include/abi/arch/elf.h (added) * abi/doc/doxygroups.h (modified) * abi/include/abi/elf.h (modified) * boot/Makefile.build (modified) * boot/Makefile.grub (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm64/Makefile.inc (added) * boot/arch/arm64/_link.ld.in (added) * boot/arch/arm64/include/arch/arch.h (added) * boot/arch/arm64/include/arch/asm.h (added) * boot/arch/arm64/include/arch/barrier.h (added) * boot/arch/arm64/include/arch/boot.h (added) * boot/arch/arm64/include/arch/main.h (added) * boot/arch/arm64/include/arch/regutils.h (added) * boot/arch/arm64/include/arch/relocate.h (added) * boot/arch/arm64/include/arch/types.h (added) * boot/arch/arm64/src/asm.S (added) * boot/arch/arm64/src/main.c (added) * boot/arch/arm64/src/relocate.c (added) * boot/doc/doxygroups.h (modified) * boot/genarch/include/genarch/efi.h (modified) * boot/genarch/src/efi.c (modified) * boot/generic/include/align.h (modified) * contrib/qemu/build-from-scratch.sh (modified) * defaults/arm64/Makefile.config (added) * defaults/arm64/output (added) * defaults/arm64/virt/Makefile.config (added) * doxygen/doxygen.cfg.diff (modified) * kernel/arch/abs32le/include/arch/mm/as.h (modified) * kernel/arch/amd64/include/arch/mm/as.h (modified) * kernel/arch/arm32/include/arch/mm/as.h (modified) * kernel/arch/arm64/Makefile.inc (added) * kernel/arch/arm64/_link.ld.in (added) * kernel/arch/arm64/include/arch/arch.h (added) * kernel/arch/arm64/include/arch/asm.h (added) * kernel/arch/arm64/include/arch/barrier.h (added) * kernel/arch/arm64/include/arch/boot/boot.h (added) * kernel/arch/arm64/include/arch/context.h (added) * kernel/arch/arm64/include/arch/context_struct.h (added) * kernel/arch/arm64/include/arch/cpu.h (added) * kernel/arch/arm64/include/arch/cycle.h (added) * kernel/arch/arm64/include/arch/exception.h (added) * kernel/arch/arm64/include/arch/faddr.h (added) * kernel/arch/arm64/include/arch/fpu_context.h (added) * kernel/arch/arm64/include/arch/fpu_context_struct.h (added) * kernel/arch/arm64/include/arch/interrupt.h (added) * kernel/arch/arm64/include/arch/istate.h (added) * kernel/arch/arm64/include/arch/istate_struct.h (added) * kernel/arch/arm64/include/arch/mach/virt/virt.h (added) * kernel/arch/arm64/include/arch/machine_func.h (added) * kernel/arch/arm64/include/arch/mm/as.h (added) * kernel/arch/arm64/include/arch/mm/asid.h (added) * kernel/arch/arm64/include/arch/mm/frame.h (added) * kernel/arch/arm64/include/arch/mm/km.h (added) * kernel/arch/arm64/include/arch/mm/page.h (added) * kernel/arch/arm64/include/arch/mm/tlb.h (added) * kernel/arch/arm64/include/arch/proc/task.h (added) * kernel/arch/arm64/include/arch/proc/thread.h (added) * kernel/arch/arm64/include/arch/regutils.h (added) * kernel/arch/arm64/include/arch/stack.h (added) * kernel/arch/arm64/include/arch/types.h (added) * kernel/arch/arm64/src/arm64.c (added) * kernel/arch/arm64/src/asm.S (added) * kernel/arch/arm64/src/context.S (added) * kernel/arch/arm64/src/cpu/cpu.c (added) * kernel/arch/arm64/src/debug/stacktrace.c (added) * kernel/arch/arm64/src/debug/stacktrace_asm.S (added) * kernel/arch/arm64/src/exception.c (added) * kernel/arch/arm64/src/fpu.S (added) * kernel/arch/arm64/src/fpu_context.c (added) * kernel/arch/arm64/src/interrupt.c (added) * kernel/arch/arm64/src/mach/virt/virt.c (added) * kernel/arch/arm64/src/machine_func.c (added) * kernel/arch/arm64/src/mm/as.c (added) * kernel/arch/arm64/src/mm/frame.c (added) * kernel/arch/arm64/src/mm/km.c (added) * kernel/arch/arm64/src/mm/page.c (added) * kernel/arch/arm64/src/mm/tlb.c (added) * kernel/arch/arm64/src/smc.c (added) * kernel/arch/arm64/src/smp/ipi.c (added) * kernel/arch/arm64/src/smp/smp.c (added) * kernel/arch/arm64/src/start.S (added) * kernel/arch/ia32/include/arch/mm/as.h (modified) * kernel/arch/ia64/include/arch/mm/as.h (modified) * kernel/arch/mips32/include/arch/mm/as.h (modified) * kernel/arch/ppc32/include/arch/mm/as.h (modified) * kernel/arch/riscv64/include/arch/mm/as.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/as.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/as.h (modified) * kernel/doc/doxygroups.h (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/drivers/gicv2/gicv2.h (added) * kernel/genarch/include/genarch/drivers/pl011/pl011.h (modified) * kernel/genarch/src/drivers/gicv2/gicv2.c (added) * kernel/genarch/src/drivers/pl011/pl011.c (modified) * kernel/genarch/src/mm/as_pt.c (modified) * kernel/generic/include/mm/as.h (modified) * tools/autotool.py (modified) * tools/ew.py (modified) * uspace/lib/c/arch/arm64/Makefile.common (added) * uspace/lib/c/arch/arm64/Makefile.inc (added) * uspace/lib/c/arch/arm64/include/libarch/config.h (added) * uspace/lib/c/arch/arm64/include/libarch/ddi.h (added) * uspace/lib/c/arch/arm64/include/libarch/elf_linux.h (added) * uspace/lib/c/arch/arm64/include/libarch/faddr.h (added) * uspace/lib/c/arch/arm64/include/libarch/fibril.h (added) * uspace/lib/c/arch/arm64/include/libarch/fibril_context.h (added) * uspace/lib/c/arch/arm64/include/libarch/istate.h (added) * uspace/lib/c/arch/arm64/include/libarch/istate_struct.h (added) * uspace/lib/c/arch/arm64/include/libarch/regutils.h (added) * uspace/lib/c/arch/arm64/include/libarch/syscall.h (added) * uspace/lib/c/arch/arm64/include/libarch/thread.h (added) * uspace/lib/c/arch/arm64/include/libarch/tls.h (added) * uspace/lib/c/arch/arm64/src/entry.S (added) * uspace/lib/c/arch/arm64/src/entryjmp.S (added) * uspace/lib/c/arch/arm64/src/fibril.S (added) * uspace/lib/c/arch/arm64/src/stacktrace.c (added) * uspace/lib/c/arch/arm64/src/stacktrace_asm.S (added) * uspace/lib/c/arch/arm64/src/syscall.c (added) * uspace/lib/c/arch/arm64/src/thread_entry.S (added) * uspace/lib/c/arch/arm64/src/tls.c (added) * uspace/lib/c/doc/doxygroups.h (modified) arm64: Add support for the architecture This changeset adds basic ... Wed, 10 Apr 2019 15:04:17 GMT Jakub Jermář [b58728f] * abi/include/abi/elf.h (modified) * uspace/lib/c/include/rtld/elf_dyn.h (modified) Move dynamic-linking related ELF definitions to ABI includes Move ... Tue, 26 Feb 2019 16:10:39 GMT Jiří Zárevúcky [a4e78743] * uspace/lib/c/Makefile (modified) * uspace/lib/c/test/main.c (modified) * uspace/lib/c/test/stdlib.c (modified) * uspace/lib/c/test/strtol.c (added) * uspace/lib/pcut/include/pcut/asserts.h (modified) Move string-to-int conversion tests to a separate file, and add a few ... Mon, 25 Feb 2019 14:42:38 GMT GitHub [5e801dc] * kernel/genarch/src/mm/page_ht.c (modified) * kernel/generic/include/adt/hash_table.h (modified) * kernel/generic/src/adt/hash_table.c (modified) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/ddi/irq.c (modified) * kernel/generic/src/lib/ra.c (modified) * uspace/app/hbench/env.c (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/proto.c (modified) * uspace/lib/block/block.c (modified) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/generic/async/ports.c (modified) * uspace/lib/c/generic/async/server.c (modified) * uspace/lib/c/include/adt/hash_table.h (modified) * uspace/lib/ext4/src/ops.c (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/nic/src/nic_wol_virtues.c (modified) * uspace/srv/devman/devtree.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat_idx.c (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/locfs/locfs_ops.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/fs/udf/udf_idx.c (modified) * uspace/srv/hid/input/gsp.c (modified) * uspace/srv/ns/service.c (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/vfs/vfs_node.c (modified) Indicate and enforce constness of hash table key in certain functions ... Sun, 24 Feb 2019 16:03:53 GMT Jiří Zárevúcky [ee8d4d6] * uspace/app/contacts/contacts.c (modified) * uspace/lib/sif/src/sif.c (modified) Fix build with -O1 Sat, 23 Feb 2019 17:52:16 GMT Jiří Zárevúcky [ca0e838] * abi/include/abi/cap.h (modified) * abi/include/abi/ddi/arg.h (modified) * abi/include/abi/elf.h (modified) * abi/include/abi/ipc/interfaces.h (modified) * abi/include/abi/ipc/ipc.h (modified) * abi/include/abi/ipc/methods.h (modified) * abi/include/abi/kio.h (modified) * abi/include/abi/mm/as.h (modified) * abi/include/abi/synch.h (modified) * abi/include/abi/sysinfo.h (modified) * uspace/app/taskdump/symtab.c (modified) * uspace/lib/c/generic/rtld/symbol.c (modified) Convert preprocessor macros in abi/ to C constructs Preprocessor ... Sat, 23 Feb 2019 17:16:01 GMT GitHub [ab87db5] * abi/include/abi/cap.h (modified) * abi/include/abi/ipc/ipc.h (modified) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/ops/conctmeto.c (modified) * kernel/generic/src/ipc/ops/concttome.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/mm/backend_user.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ipc.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * uspace/app/kio/kio.c (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/wavplay/dplay.c (modified) * uspace/app/wavplay/drec.c (modified) * uspace/drv/audio/hdaudio/hdaudio.c (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ddisk/ddisk.c (modified) * uspace/drv/bus/adb/cuda_adb/cuda_adb.c (modified) * uspace/drv/bus/pci/pciintel/ctl.c (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/vhc/conndev.c (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/msim-con/msim-con.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/pc-lpt/pc-lpt.c (modified) * uspace/drv/char/pl050/pl050.c (modified) * uspace/drv/hid/adb-kbd/adb-kbd.c (modified) * uspace/drv/hid/adb-mouse/adb-mouse.c (modified) * uspace/drv/hid/atkbd/atkbd.c (modified) * uspace/drv/hid/ps2mouse/ps2mouse.c (modified) * uspace/drv/hid/usbhid/kbd/kbddev.c (modified) * uspace/drv/hid/xtkbd/xtkbd.c (modified) * uspace/drv/intctl/apic/apic.c (modified) * uspace/drv/intctl/i8259/i8259.c (modified) * uspace/drv/intctl/icp-ic/icp-ic.c (modified) * uspace/drv/intctl/obio/obio.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8169/driver.c (modified) * uspace/lib/c/generic/async/client.c (modified) * uspace/lib/c/generic/async/server.c (modified) * uspace/lib/c/generic/bd.c (modified) * uspace/lib/c/generic/bd_srv.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/dnsr.c (modified) * uspace/lib/c/generic/inet.c (modified) * uspace/lib/c/generic/inet/tcp.c (modified) * uspace/lib/c/generic/inet/udp.c (modified) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/generic/inetping.c (modified) * uspace/lib/c/generic/io/chardev.c (modified) * uspace/lib/c/generic/io/chardev_srv.c (modified) * uspace/lib/c/generic/io/con_srv.c (modified) * uspace/lib/c/generic/io/console.c (modified) * uspace/lib/c/generic/io/input.c (modified) * uspace/lib/c/generic/io/log.c (modified) * uspace/lib/c/generic/io/output.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/generic/irq.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/pci.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/generic/vbd.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/generic/vol.c (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/remote_ieee80211.c (modified) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/generic/remote_usbhid.c (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/graph/graph.c (modified) * uspace/lib/gui/terminal.c (modified) * uspace/lib/hound/src/protocol.c (modified) * uspace/lib/usbhost/src/hcd.c (modified) * uspace/lib/usbvirt/src/device.c (modified) * uspace/lib/usbvirt/src/ipc_dev.c (modified) * uspace/lib/usbvirt/src/ipc_hc.c (modified) * uspace/srv/audio/hound/audio_device.c (modified) * uspace/srv/bd/sata_bd/sata_bd.c (modified) * uspace/srv/bd/vbd/disk.c (modified) * uspace/srv/bd/vbd/vbd.c (modified) * uspace/srv/clipboard/clipboard.c (modified) * uspace/srv/devman/client_conn.c (modified) * uspace/srv/devman/drv_conn.c (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/fs/locfs/locfs_ops.c (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/isdv4_tablet/main.c (modified) * uspace/srv/hid/output/output.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/logger/ctl.c (modified) * uspace/srv/logger/writer.c (modified) * uspace/srv/net/dhcp/main.c (modified) * uspace/srv/net/dnsrsrv/dnsrsrv.c (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/inetsrv/inetcfg.c (modified) * uspace/srv/net/inetsrv/inetping.c (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/tcp/service.c (modified) * uspace/srv/net/udp/service.c (modified) * uspace/srv/ns/clonable.c (modified) * uspace/srv/ns/ns.c (modified) * uspace/srv/ns/service.c (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/taskmon/taskmon.c (modified) * uspace/srv/test/chardev-test/main.c (modified) * uspace/srv/test/ipc-test/main.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs_file.c (modified) * uspace/srv/vfs/vfs_ipc.c (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_pager.c (modified) * uspace/srv/volsrv/volsrv.c (modified) Merge pull request #157 Turn some function-like macros into functions Sat, 23 Feb 2019 16:28:16 GMT Jiří Zárevúcky [bc417660] * uspace/app/df/df.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/gsort.c (modified) * uspace/lib/c/generic/imath.c (modified) * uspace/lib/c/generic/uuid.c (modified) * uspace/lib/c/include/uuid.h (modified) * uspace/lib/c/test/adt/odict.c (moved) * uspace/lib/c/test/cap.c (added) * uspace/lib/c/test/double_to_str.c (added) * uspace/lib/c/test/getopt.c (added) * uspace/lib/c/test/gsort.c (added) * uspace/lib/c/test/ieee_double.c (added) * uspace/lib/c/test/imath.c (added) * uspace/lib/c/test/main.c (modified) * uspace/lib/c/test/uuid.c (added) Merge pcut tests and corrections by matthieuriolo Sat, 23 Feb 2019 16:26:34 GMT Jiří Zárevúcky [098e16a5] * uspace/lib/c/include/string.h (modified) * uspace/lib/pcut/src/report/tap.c (modified) pcut: write out names of the failing tests Mon, 18 Feb 2019 17:03:04 GMT Jiří Zárevúcky [76ec309b] * uspace/lib/c/generic/imath.c (modified) Correct ipow10_u64() for large exponents theoretically ipow10_u64() ... Mon, 18 Feb 2019 17:03:03 GMT Jiří Zárevúcky [a4ee8b3f] * uspace/lib/c/generic/uuid.c (modified) Make sure rndgen_destroy() always gets called The original ... Mon, 18 Feb 2019 17:03:03 GMT Jiří Zárevúcky [6c707e4] * uspace/lib/c/generic/uuid.c (modified) * uspace/lib/c/include/uuid.h (modified) Add an implementation of uuid_format Mon, 18 Feb 2019 17:03:03 GMT Jiří Zárevúcky [ab7d85a] * uspace/lib/c/generic/uuid.c (modified) Remove unnecessary test from uuid parser The original parser tested ... Mon, 18 Feb 2019 17:03:03 GMT Jiří Zárevúcky [bae2a05f] * uspace/lib/c/generic/gsort.c (modified) Update file description for gsort.c This commit removes the old ... Mon, 18 Feb 2019 17:02:54 GMT Jiří Zárevúcky [88e7dc5] * uspace/lib/c/Makefile (modified) * uspace/lib/c/test/cap.c (added) * uspace/lib/c/test/double_to_str.c (added) * uspace/lib/c/test/getopt.c (added) * uspace/lib/c/test/gsort.c (added) * uspace/lib/c/test/ieee_double.c (added) * uspace/lib/c/test/imath.c (added) * uspace/lib/c/test/main.c (modified) * uspace/lib/c/test/uuid.c (added) Add pcut tests Adds tests for cap, gsort, ieee_double, ... Mon, 18 Feb 2019 16:18:37 GMT Jiří Zárevúcky [fc9167f] * uspace/lib/c/Makefile (modified) * uspace/lib/c/test/adt/odict.c (moved) Correct location of pcut test for odict