# # ChangeLog for uspace/app in mainline # # Generated by Trac 1.6 # 2025-10-20T12:05:50Z Thu, 21 Nov 2019 16:24:16 GMT Jiri Svoboda [670cfcf] * uspace/app/terminal/terminal.c (modified) * uspace/app/terminal/terminal.h (modified) Optimize terminal rendering This is pretty much equivalent of what ... Tue, 19 Nov 2019 09:20:51 GMT Jiri Svoboda [959ef5d] * uspace/app/terminal/terminal.c (modified) Change wording Tue, 19 Nov 2019 09:06:05 GMT Jiri Svoboda [48f7e47] * uspace/app/meson.build (modified) * uspace/app/terminal/doc/doxygroups.h (added) * uspace/app/terminal/main.c (added) * uspace/app/terminal/meson.build (added) * uspace/app/terminal/terminal.c (added) * uspace/app/terminal/terminal.h (added) * uspace/lib/ipcgfx/src/client.c (modified) * uspace/lib/ipcgfx/src/server.c (modified) Port terminal application directly to display service This is ... Sun, 17 Nov 2019 23:30:20 GMT Jiri Svoboda [32dde7e8] * uspace/app/gfxdemo/gfxdemo.c (modified) * uspace/lib/ipcgfx/src/client.c (modified) Handle errors correctly Fri, 15 Nov 2019 13:46:34 GMT Jiri Svoboda [84876aa4] * abi/include/abi/syscall.h (modified) * kernel/generic/include/cap/cap.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipcrsc.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/include/synch/syswaitq.h (modified) * kernel/generic/src/cap/cap.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/mm/malloc.c (modified) * kernel/generic/src/synch/syswaitq.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * meson/part/exports/config.mk.in (modified) * meson/part/exports/meson.build (modified) * meson/part/extra_targets/meson.build (modified) * tools/xcw/bin/helenos-bld-config (added) * tools/xcw/bin/helenos-cc (modified) * tools/xcw/bin/helenos-ld (added) * tools/xcw/bin/helenos-pkg-config (modified) * tools/xcw/bin/helenos-test (modified) * tools/xcw/demo/Makefile (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/df/df.c (modified) * uspace/app/fdisk/fdisk.c (modified) * uspace/app/sysinst/sysinst.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/trace.c (modified) * uspace/lib/c/generic/capa.c (moved) * uspace/lib/c/generic/loader.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/include/capa.h (moved) * uspace/lib/c/include/loader/loader.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/lib/c/meson.build (modified) * uspace/lib/c/test/capa.c (moved) * uspace/lib/c/test/getopt.c (modified) * uspace/lib/c/test/main.c (modified) * uspace/lib/fdisk/include/fdisk.h (modified) * uspace/lib/fdisk/include/types/fdisk.h (modified) * uspace/lib/fdisk/src/fdisk.c (modified) * uspace/lib/meson.build (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/layout.h (modified) * uspace/srv/hid/input/layout/fr_azerty.c (added) * uspace/srv/hid/input/meson.build (modified) * uspace/srv/net/tcp/test/tqueue.c (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/assoc.h (modified) * uspace/srv/net/udp/cassoc.c (added) * uspace/srv/net/udp/cassoc.h (added) * uspace/srv/net/udp/meson.build (modified) * uspace/srv/net/udp/service.c (modified) * uspace/srv/net/udp/test/assoc.c (added) * uspace/srv/net/udp/test/main.c (added) * uspace/srv/net/udp/test/msg.c (added) * uspace/srv/net/udp/test/pdu.c (added) * uspace/srv/net/udp/udp.c (modified) * uspace/srv/net/udp/udp_inet.c (modified) * uspace/srv/net/udp/udp_inet.h (modified) * uspace/srv/net/udp/udp_type.h (modified) * uspace/srv/volsrv/volume.c (modified) Merge master into gfx Mainly to get XCW fixes Mon, 04 Nov 2019 14:05:35 GMT Jiri Svoboda [b3c185b6] * abi/include/abi/ipc/interfaces.h (modified) * uspace/app/gfxdemo/gfxdemo.c (modified) * uspace/lib/display/include/disp_srv.h (modified) * uspace/lib/display/include/display.h (modified) * uspace/lib/display/include/display/event.h (added) * uspace/lib/display/include/ipc/display.h (modified) * uspace/lib/display/include/types/display.h (modified) * uspace/lib/display/include/types/display/event.h (added) * uspace/lib/display/src/disp_srv.c (modified) * uspace/lib/display/src/display.c (modified) * uspace/srv/hid/display/client.c (added) * uspace/srv/hid/display/client.h (added) * uspace/srv/hid/display/display.c (modified) * uspace/srv/hid/display/display.h (modified) * uspace/srv/hid/display/main.c (modified) * uspace/srv/hid/display/main.h (added) * uspace/srv/hid/display/meson.build (modified) * uspace/srv/hid/display/output.c (modified) * uspace/srv/hid/display/output.h (modified) * uspace/srv/hid/display/test/display.c (modified) * uspace/srv/hid/display/test/window.c (modified) * uspace/srv/hid/display/types/display/client.h (added) * uspace/srv/hid/display/types/display/display.h (modified) * uspace/srv/hid/display/types/display/window.h (modified) * uspace/srv/hid/display/window.c (modified) * uspace/srv/hid/display/window.h (modified) Window event delivery mechanism Tue, 29 Oct 2019 02:01:45 GMT Jiri Svoboda [587b4cb] * uspace/app/gfxdemo/gfxdemo.c (modified) Clear screen between demos, add second bitmap demo Sat, 26 Oct 2019 23:30:51 GMT Jiri Svoboda [0008c0f] * uspace/app/gfxdemo/gfxdemo.c (modified) * uspace/lib/ipcgfx/include/ipcgfx/ipc/gc.h (modified) * uspace/lib/ipcgfx/private/client.h (modified) * uspace/lib/ipcgfx/private/server.h (added) * uspace/lib/ipcgfx/src/client.c (modified) * uspace/lib/ipcgfx/src/server.c (modified) * uspace/srv/hid/display/types/display/window.h (modified) * uspace/srv/hid/display/window.c (modified) Bitmaps in IPC GC and in display server Mon, 21 Oct 2019 00:17:28 GMT Jiri Svoboda [1822545] * uspace/app/gfxdemo/gfxdemo.c (modified) * uspace/lib/congfx/src/console.c (modified) * uspace/lib/gfx/include/types/gfx/coord.h (modified) * uspace/lib/guigfx/src/canvas.c (modified) * uspace/srv/hid/display/output.c (modified) Add typedef for scalar coordinate Because today I feel like adding it Mon, 21 Oct 2019 00:08:24 GMT Jiri Svoboda [d18f3b7] * uspace/app/gfxdemo/gfxdemo.c (modified) * uspace/lib/congfx/private/console.h (modified) * uspace/lib/congfx/src/console.c (modified) Implement bitmaps in console GC Sat, 19 Oct 2019 10:07:32 GMT Jiri Svoboda [e0545de] * uspace/app/gfxdemo/gfxdemo.c (modified) * uspace/lib/guigfx/private/canvas.h (modified) * uspace/lib/guigfx/src/canvas.c (modified) Implement bitmaps in canvas GC, demo in gfxdemo Tue, 08 Oct 2019 00:31:12 GMT Jiri Svoboda [cf9a1e2] * uspace/app/trace/trace.c (modified) Fix use of unitialized variable Found by gcc -Og Thu, 03 Oct 2019 09:10:01 GMT Jiri Svoboda [c8cf261] * abi/include/abi/ipc/interfaces.h (modified) * uspace/app/gfxdemo/gfxdemo.c (modified) * uspace/app/gfxdemo/meson.build (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/display/doc/doxygroups.h (added) * uspace/lib/display/include/disp_srv.h (added) * uspace/lib/display/include/display.h (added) * uspace/lib/display/include/ipc/display.h (added) * uspace/lib/display/include/types/display.h (added) * uspace/lib/display/meson.build (added) * uspace/lib/display/src/disp_srv.c (added) * uspace/lib/display/src/display.c (added) * uspace/lib/ipcgfx/include/ipcgfx/server.h (modified) * uspace/lib/ipcgfx/src/client.c (modified) * uspace/lib/ipcgfx/src/server.c (modified) * uspace/lib/meson.build (modified) * uspace/srv/hid/display/display.c (added) * uspace/srv/hid/display/display.h (added) * uspace/srv/hid/display/doc/doxygroups.h (added) * uspace/srv/hid/display/main.c (added) * uspace/srv/hid/display/meson.build (added) * uspace/srv/hid/display/types/wingc.h (added) * uspace/srv/hid/display/wingc.c (added) * uspace/srv/hid/display/wingc.h (added) * uspace/srv/meson.build (modified) Display server scaffolding Wed, 02 Oct 2019 10:27:50 GMT Jiri Svoboda [9dcf472] * uspace/app/trace/trace.c (modified) Trace should not wait for spawned task by ID It can just use a ... Wed, 02 Oct 2019 09:27:57 GMT Jiri Svoboda [2443ad8] * uspace/app/trace/trace.c (modified) * uspace/lib/c/generic/loader.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/include/loader/loader.h (modified) * uspace/lib/c/include/task.h (modified) Let trace not use the loader API directly This fixes traced ... Mon, 30 Sep 2019 16:38:33 GMT Jakub Jermar [c24b0dcb] * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/df/df.c (modified) * uspace/app/fdisk/fdisk.c (modified) * uspace/app/sysinst/sysinst.c (modified) * uspace/lib/c/generic/capa.c (moved) * uspace/lib/c/include/capa.h (moved) * uspace/lib/c/meson.build (modified) * uspace/lib/c/test/capa.c (moved) * uspace/lib/c/test/main.c (modified) * uspace/lib/fdisk/include/fdisk.h (modified) * uspace/lib/fdisk/include/types/fdisk.h (modified) * uspace/lib/fdisk/src/fdisk.c (modified) Rename capacity-related 'cap' to 'capa' This allows to use 'cap' ... Mon, 30 Sep 2019 13:33:55 GMT Jiri Svoboda [ef0a3375] * uspace/app/trace/syscalls.c (modified) Update syscall table in syscall tracer Overdue by waaay too long! Wed, 25 Sep 2019 10:52:57 GMT Jiri Svoboda [aac5069] * uspace/app/gfxdemo/meson.build (modified) * uspace/lib/ipcgfx/doc/doxygroups.h (added) * uspace/lib/ipcgfx/include/ipcgfx/client.h (added) * uspace/lib/ipcgfx/include/ipcgfx/ipc/gc.h (added) * uspace/lib/ipcgfx/include/ipcgfx/server.h (added) * uspace/lib/ipcgfx/include/types/ipcgfx/client.h (added) * uspace/lib/ipcgfx/meson.build (added) * uspace/lib/ipcgfx/private/client.h (added) * uspace/lib/ipcgfx/src/client.c (added) * uspace/lib/ipcgfx/src/server.c (added) * uspace/lib/meson.build (modified) Add IPC transport library for GFX Tue, 24 Sep 2019 11:13:18 GMT Jiri Svoboda [a3f63ac] * uspace/app/gfxdemo/gfxdemo.c (modified) * uspace/app/gfxdemo/meson.build (modified) * uspace/lib/congfx/doc/doxygroups.h (added) * uspace/lib/congfx/include/congfx/console.h (moved) * uspace/lib/congfx/include/types/congfx/console.h (moved) * uspace/lib/congfx/meson.build (added) * uspace/lib/congfx/private/console.h (moved) * uspace/lib/congfx/src/console.c (moved) * uspace/lib/gfx/include/gfx/color.h (modified) * uspace/lib/gfx/meson.build (modified) * uspace/lib/gfx/src/color.c (modified) * uspace/lib/guigfx/doc/doxygroups.h (added) * uspace/lib/guigfx/include/guigfx/canvas.h (moved) * uspace/lib/guigfx/include/types/guigfx/canvas.h (moved) * uspace/lib/guigfx/meson.build (added) * uspace/lib/guigfx/private/canvas.h (moved) * uspace/lib/guigfx/src/canvas.c (moved) * uspace/lib/meson.build (modified) Move canvas GC and console GC out of libgfx We need libgfx not to ... Mon, 23 Sep 2019 14:24:09 GMT Jiri Svoboda [00e8290] * uspace/app/gfxdemo/gfxdemo.c (modified) * uspace/lib/gfx/include/gfx/backend/canvas.h (added) * uspace/lib/gfx/include/types/gfx/backend/canvas.h (added) * uspace/lib/gfx/meson.build (modified) * uspace/lib/gfx/private/backend/canvas.h (added) * uspace/lib/gfx/src/backend/canvas.c (added) * uspace/lib/meson.build (modified) Canvas backend for libgfx Mon, 23 Sep 2019 13:05:52 GMT Jiri Svoboda [9be2358] * uspace/app/gfxdemo/gfxdemo.c (modified) * uspace/lib/gfx/include/gfx/backend/console.h (modified) * uspace/lib/gfx/private/backend/console.h (modified) * uspace/lib/gfx/src/backend/console.c (modified) Caller needs entire console GC to be able to destroy it properly Mon, 23 Sep 2019 12:49:29 GMT Jiri Svoboda [3e828ea] * .gitignore (modified) * .travis.yml (modified) * HelenOS.config (modified) * Makefile (modified) * README.md (modified) * abi/arch/arm64/include/abi/arch/elf.h (added) * abi/doc/doxygroups.h (modified) * abi/include/_bits/NULL.h (modified) * abi/include/_bits/__opaque_handle.h (moved) * abi/include/_bits/decls.h (added) * 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/abi/cap.h (modified) * abi/include/abi/elf.h (modified) * abi/include/abi/proc/uarg.h (modified) * abi/include/inttypes.h (modified) * abi/include/limits.h (modified) * boot/Makefile (deleted) * boot/Makefile.build (deleted) * boot/Makefile.common (deleted) * boot/Makefile.grub (deleted) * boot/arch/abs32le/meson.build (moved) * boot/arch/amd64/meson.build (added) * boot/arch/arm32/Makefile.inc (deleted) * boot/arch/arm32/meson.build (moved) * boot/arch/arm32/src/asm.S (modified) * 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 (moved) * boot/arch/arm64/include/arch/types.h (added) * boot/arch/arm64/meson.build (added) * boot/arch/arm64/src/asm.S (added) * boot/arch/arm64/src/main.c (added) * boot/arch/arm64/src/relocate.c (added) * boot/arch/ia32/Makefile.inc (deleted) * boot/arch/ia32/meson.build (added) * boot/arch/ia64/Makefile.inc (deleted) * boot/arch/ia64/_link.ld.in (modified) * boot/arch/ia64/meson.build (moved) * boot/arch/mips32/include/arch/main.h (modified) * boot/arch/mips32/include/arch/types.h (modified) * boot/arch/mips32/meson.build (added) * boot/arch/mips32/src/asm.S (modified) * boot/arch/mips32/src/boot.S (deleted) * boot/arch/mips32/src/main.c (modified) * boot/arch/ppc32/Makefile.inc (deleted) * boot/arch/ppc32/_link.ld.in (modified) * boot/arch/ppc32/meson.build (moved) * boot/arch/riscv64/meson.build (added) * boot/arch/sparc64/_link.ld.in (modified) * boot/arch/sparc64/meson.build (moved) * boot/doc/doxygroups.h (modified) * boot/genarch/include/genarch/efi.h (modified) * boot/genarch/src/efi.c (modified) * boot/generic/include/align.h (modified) * boot/generic/src/version.c (modified) * boot/grub/amd64-efi (added) * boot/grub/amd64-pc (added) * boot/grub/arm64-efi/COPYING (moved) * boot/grub/arm64-efi/README (added) * boot/grub/arm64-efi/REVISION (moved) * boot/grub/arm64-efi/arm64-efi/acpi.mod (added) * boot/grub/arm64-efi/arm64-efi/adler32.mod (added) * boot/grub/arm64-efi/arm64-efi/affs.mod (added) * boot/grub/arm64-efi/arm64-efi/afs.mod (added) * boot/grub/arm64-efi/arm64-efi/all_video.mod (added) * boot/grub/arm64-efi/arm64-efi/archelp.mod (added) * boot/grub/arm64-efi/arm64-efi/bfs.mod (added) * boot/grub/arm64-efi/arm64-efi/bitmap.mod (added) * boot/grub/arm64-efi/arm64-efi/bitmap_scale.mod (added) * boot/grub/arm64-efi/arm64-efi/blocklist.mod (added) * boot/grub/arm64-efi/arm64-efi/boot.mod (added) * boot/grub/arm64-efi/arm64-efi/bswap_test.mod (added) * boot/grub/arm64-efi/arm64-efi/btrfs.mod (added) * boot/grub/arm64-efi/arm64-efi/bufio.mod (added) * boot/grub/arm64-efi/arm64-efi/cat.mod (added) * boot/grub/arm64-efi/arm64-efi/cbfs.mod (added) * boot/grub/arm64-efi/arm64-efi/chain.mod (added) * boot/grub/arm64-efi/arm64-efi/cmdline_cat_test.mod (added) * boot/grub/arm64-efi/arm64-efi/cmp.mod (added) * boot/grub/arm64-efi/arm64-efi/cmp_test.mod (added) * boot/grub/arm64-efi/arm64-efi/command.lst (added) * boot/grub/arm64-efi/arm64-efi/configfile.mod (added) * boot/grub/arm64-efi/arm64-efi/cpio.mod (added) * boot/grub/arm64-efi/arm64-efi/cpio_be.mod (added) * boot/grub/arm64-efi/arm64-efi/crc64.mod (added) * boot/grub/arm64-efi/arm64-efi/crypto.lst (moved) * boot/grub/arm64-efi/arm64-efi/crypto.mod (added) * boot/grub/arm64-efi/arm64-efi/cryptodisk.mod (added) * boot/grub/arm64-efi/arm64-efi/ctz_test.mod (added) * boot/grub/arm64-efi/arm64-efi/date.mod (added) * boot/grub/arm64-efi/arm64-efi/datehook.mod (added) * boot/grub/arm64-efi/arm64-efi/datetime.mod (added) * boot/grub/arm64-efi/arm64-efi/disk.mod (added) * boot/grub/arm64-efi/arm64-efi/diskfilter.mod (added) * boot/grub/arm64-efi/arm64-efi/div.mod (added) * boot/grub/arm64-efi/arm64-efi/div_test.mod (added) * boot/grub/arm64-efi/arm64-efi/dm_nv.mod (added) * boot/grub/arm64-efi/arm64-efi/echo.mod (added) * boot/grub/arm64-efi/arm64-efi/efi_gop.mod (added) * boot/grub/arm64-efi/arm64-efi/efifwsetup.mod (added) * boot/grub/arm64-efi/arm64-efi/efinet.mod (added) * boot/grub/arm64-efi/arm64-efi/elf.mod (added) * boot/grub/arm64-efi/arm64-efi/eval.mod (added) * boot/grub/arm64-efi/arm64-efi/exfat.mod (added) * boot/grub/arm64-efi/arm64-efi/exfctest.mod (added) * boot/grub/arm64-efi/arm64-efi/ext2.mod (added) * boot/grub/arm64-efi/arm64-efi/extcmd.mod (added) * boot/grub/arm64-efi/arm64-efi/fat.mod (added) * boot/grub/arm64-efi/arm64-efi/fdt.mod (added) * boot/grub/arm64-efi/arm64-efi/file.mod (added) * boot/grub/arm64-efi/arm64-efi/font.mod (added) * boot/grub/arm64-efi/arm64-efi/fs.lst (moved) * boot/grub/arm64-efi/arm64-efi/fshelp.mod (added) * boot/grub/arm64-efi/arm64-efi/functional_test.mod (added) * boot/grub/arm64-efi/arm64-efi/gcry_arcfour.mod (added) * boot/grub/arm64-efi/arm64-efi/gcry_blowfish.mod (added) * boot/grub/arm64-efi/arm64-efi/gcry_camellia.mod (added) * boot/grub/arm64-efi/arm64-efi/gcry_cast5.mod (added) * boot/grub/arm64-efi/arm64-efi/gcry_crc.mod (added) * boot/grub/arm64-efi/arm64-efi/gcry_des.mod (added) * boot/grub/arm64-efi/arm64-efi/gcry_dsa.mod (added) * boot/grub/arm64-efi/arm64-efi/gcry_idea.mod (added) * boot/grub/arm64-efi/arm64-efi/gcry_md4.mod (added) * boot/grub/arm64-efi/arm64-efi/gcry_md5.mod (added) * boot/grub/arm64-efi/arm64-efi/gcry_rfc2268.mod (added) * boot/grub/arm64-efi/arm64-efi/gcry_rijndael.mod (added) * boot/grub/arm64-efi/arm64-efi/gcry_rmd160.mod (added) * boot/grub/arm64-efi/arm64-efi/gcry_rsa.mod (added) * boot/grub/arm64-efi/arm64-efi/gcry_seed.mod (added) * boot/grub/arm64-efi/arm64-efi/gcry_serpent.mod (added) * boot/grub/arm64-efi/arm64-efi/gcry_sha1.mod (added) * boot/grub/arm64-efi/arm64-efi/gcry_sha256.mod (added) * boot/grub/arm64-efi/arm64-efi/gcry_sha512.mod (added) * boot/grub/arm64-efi/arm64-efi/gcry_tiger.mod (added) * boot/grub/arm64-efi/arm64-efi/gcry_twofish.mod (added) * boot/grub/arm64-efi/arm64-efi/gcry_whirlpool.mod (added) * boot/grub/arm64-efi/arm64-efi/gdb_grub (moved) * boot/grub/arm64-efi/arm64-efi/geli.mod (added) * boot/grub/arm64-efi/arm64-efi/gettext.mod (added) * boot/grub/arm64-efi/arm64-efi/gfxmenu.mod (added) * boot/grub/arm64-efi/arm64-efi/gfxterm.mod (added) * boot/grub/arm64-efi/arm64-efi/gfxterm_background.mod (added) * boot/grub/arm64-efi/arm64-efi/gfxterm_menu.mod (added) * boot/grub/arm64-efi/arm64-efi/gmodule.pl (moved) * boot/grub/arm64-efi/arm64-efi/gptsync.mod (added) * boot/grub/arm64-efi/arm64-efi/gzio.mod (added) * boot/grub/arm64-efi/arm64-efi/halt.mod (added) * boot/grub/arm64-efi/arm64-efi/hashsum.mod (added) * boot/grub/arm64-efi/arm64-efi/hello.mod (added) * boot/grub/arm64-efi/arm64-efi/help.mod (added) * boot/grub/arm64-efi/arm64-efi/hexdump.mod (added) * boot/grub/arm64-efi/arm64-efi/hfs.mod (added) * boot/grub/arm64-efi/arm64-efi/hfsplus.mod (added) * boot/grub/arm64-efi/arm64-efi/hfspluscomp.mod (added) * boot/grub/arm64-efi/arm64-efi/http.mod (added) * boot/grub/arm64-efi/arm64-efi/iso9660.mod (added) * boot/grub/arm64-efi/arm64-efi/jfs.mod (added) * boot/grub/arm64-efi/arm64-efi/jpeg.mod (added) * boot/grub/arm64-efi/arm64-efi/kernel.exec (added) * boot/grub/arm64-efi/arm64-efi/kernel.img (added) * boot/grub/arm64-efi/arm64-efi/keystatus.mod (added) * boot/grub/arm64-efi/arm64-efi/ldm.mod (added) * boot/grub/arm64-efi/arm64-efi/linux.mod (added) * boot/grub/arm64-efi/arm64-efi/loadenv.mod (added) * boot/grub/arm64-efi/arm64-efi/loopback.mod (added) * boot/grub/arm64-efi/arm64-efi/ls.mod (added) * boot/grub/arm64-efi/arm64-efi/lsacpi.mod (added) * boot/grub/arm64-efi/arm64-efi/lsefi.mod (added) * boot/grub/arm64-efi/arm64-efi/lsefimmap.mod (added) * boot/grub/arm64-efi/arm64-efi/lsefisystab.mod (added) * boot/grub/arm64-efi/arm64-efi/lsmmap.mod (added) * boot/grub/arm64-efi/arm64-efi/lssal.mod (added) * boot/grub/arm64-efi/arm64-efi/luks.mod (added) * boot/grub/arm64-efi/arm64-efi/lvm.mod (added) * boot/grub/arm64-efi/arm64-efi/lzopio.mod (added) * boot/grub/arm64-efi/arm64-efi/macbless.mod (added) * boot/grub/arm64-efi/arm64-efi/macho.mod (added) * boot/grub/arm64-efi/arm64-efi/mdraid09.mod (added) * boot/grub/arm64-efi/arm64-efi/mdraid09_be.mod (added) * boot/grub/arm64-efi/arm64-efi/mdraid1x.mod (added) * boot/grub/arm64-efi/arm64-efi/memdisk.mod (added) * boot/grub/arm64-efi/arm64-efi/memrw.mod (added) * boot/grub/arm64-efi/arm64-efi/minicmd.mod (added) * boot/grub/arm64-efi/arm64-efi/minix.mod (added) * boot/grub/arm64-efi/arm64-efi/minix2.mod (added) * boot/grub/arm64-efi/arm64-efi/minix2_be.mod (added) * boot/grub/arm64-efi/arm64-efi/minix3.mod (added) * boot/grub/arm64-efi/arm64-efi/minix3_be.mod (added) * boot/grub/arm64-efi/arm64-efi/minix_be.mod (added) * boot/grub/arm64-efi/arm64-efi/mmap.mod (added) * boot/grub/arm64-efi/arm64-efi/moddep.lst (added) * boot/grub/arm64-efi/arm64-efi/modinfo.sh (added) * boot/grub/arm64-efi/arm64-efi/mpi.mod (added) * boot/grub/arm64-efi/arm64-efi/msdospart.mod (added) * boot/grub/arm64-efi/arm64-efi/mul_test.mod (added) * boot/grub/arm64-efi/arm64-efi/net.mod (added) * boot/grub/arm64-efi/arm64-efi/newc.mod (added) * boot/grub/arm64-efi/arm64-efi/nilfs2.mod (added) * boot/grub/arm64-efi/arm64-efi/normal.mod (added) * boot/grub/arm64-efi/arm64-efi/ntfs.mod (added) * boot/grub/arm64-efi/arm64-efi/ntfscomp.mod (added) * boot/grub/arm64-efi/arm64-efi/odc.mod (added) * boot/grub/arm64-efi/arm64-efi/offsetio.mod (added) * boot/grub/arm64-efi/arm64-efi/part_acorn.mod (added) * boot/grub/arm64-efi/arm64-efi/part_amiga.mod (added) * boot/grub/arm64-efi/arm64-efi/part_apple.mod (added) * boot/grub/arm64-efi/arm64-efi/part_bsd.mod (added) * boot/grub/arm64-efi/arm64-efi/part_dfly.mod (added) * boot/grub/arm64-efi/arm64-efi/part_dvh.mod (added) * boot/grub/arm64-efi/arm64-efi/part_gpt.mod (added) * boot/grub/arm64-efi/arm64-efi/part_msdos.mod (added) * boot/grub/arm64-efi/arm64-efi/part_plan.mod (added) * boot/grub/arm64-efi/arm64-efi/part_sun.mod (added) * boot/grub/arm64-efi/arm64-efi/part_sunpc.mod (added) * boot/grub/arm64-efi/arm64-efi/partmap.lst (moved) * boot/grub/arm64-efi/arm64-efi/parttool.lst (moved) * boot/grub/arm64-efi/arm64-efi/parttool.mod (added) * boot/grub/arm64-efi/arm64-efi/password.mod (added) * boot/grub/arm64-efi/arm64-efi/password_pbkdf2.mod (added) * boot/grub/arm64-efi/arm64-efi/pbkdf2.mod (added) * boot/grub/arm64-efi/arm64-efi/pbkdf2_test.mod (added) * boot/grub/arm64-efi/arm64-efi/png.mod (added) * boot/grub/arm64-efi/arm64-efi/priority_queue.mod (added) * boot/grub/arm64-efi/arm64-efi/probe.mod (added) * boot/grub/arm64-efi/arm64-efi/procfs.mod (added) * boot/grub/arm64-efi/arm64-efi/progress.mod (added) * boot/grub/arm64-efi/arm64-efi/raid5rec.mod (added) * boot/grub/arm64-efi/arm64-efi/raid6rec.mod (added) * boot/grub/arm64-efi/arm64-efi/read.mod (added) * boot/grub/arm64-efi/arm64-efi/reboot.mod (added) * boot/grub/arm64-efi/arm64-efi/regexp.mod (added) * boot/grub/arm64-efi/arm64-efi/reiserfs.mod (added) * boot/grub/arm64-efi/arm64-efi/romfs.mod (added) * boot/grub/arm64-efi/arm64-efi/scsi.mod (added) * boot/grub/arm64-efi/arm64-efi/search.mod (added) * boot/grub/arm64-efi/arm64-efi/search_fs_file.mod (added) * boot/grub/arm64-efi/arm64-efi/search_fs_uuid.mod (added) * boot/grub/arm64-efi/arm64-efi/search_label.mod (added) * boot/grub/arm64-efi/arm64-efi/serial.mod (added) * boot/grub/arm64-efi/arm64-efi/setjmp.mod (added) * boot/grub/arm64-efi/arm64-efi/setjmp_test.mod (added) * boot/grub/arm64-efi/arm64-efi/sfs.mod (added) * boot/grub/arm64-efi/arm64-efi/shift_test.mod (added) * boot/grub/arm64-efi/arm64-efi/signature_test.mod (added) * boot/grub/arm64-efi/arm64-efi/sleep.mod (added) * boot/grub/arm64-efi/arm64-efi/sleep_test.mod (added) * boot/grub/arm64-efi/arm64-efi/squash4.mod (added) * boot/grub/arm64-efi/arm64-efi/syslinuxcfg.mod (added) * boot/grub/arm64-efi/arm64-efi/tar.mod (added) * boot/grub/arm64-efi/arm64-efi/terminal.lst (added) * boot/grub/arm64-efi/arm64-efi/terminal.mod (added) * boot/grub/arm64-efi/arm64-efi/terminfo.mod (added) * boot/grub/arm64-efi/arm64-efi/test.mod (added) * boot/grub/arm64-efi/arm64-efi/test_blockarg.mod (added) * boot/grub/arm64-efi/arm64-efi/testload.mod (added) * boot/grub/arm64-efi/arm64-efi/testspeed.mod (added) * boot/grub/arm64-efi/arm64-efi/tftp.mod (added) * boot/grub/arm64-efi/arm64-efi/tga.mod (added) * boot/grub/arm64-efi/arm64-efi/time.mod (added) * boot/grub/arm64-efi/arm64-efi/tr.mod (added) * boot/grub/arm64-efi/arm64-efi/trig.mod (added) * boot/grub/arm64-efi/arm64-efi/true.mod (added) * boot/grub/arm64-efi/arm64-efi/udf.mod (added) * boot/grub/arm64-efi/arm64-efi/ufs1.mod (added) * boot/grub/arm64-efi/arm64-efi/ufs1_be.mod (added) * boot/grub/arm64-efi/arm64-efi/ufs2.mod (added) * boot/grub/arm64-efi/arm64-efi/verify.mod (added) * boot/grub/arm64-efi/arm64-efi/video.lst (added) * boot/grub/arm64-efi/arm64-efi/video.mod (added) * boot/grub/arm64-efi/arm64-efi/video_colors.mod (added) * boot/grub/arm64-efi/arm64-efi/video_fb.mod (added) * boot/grub/arm64-efi/arm64-efi/videoinfo.mod (added) * boot/grub/arm64-efi/arm64-efi/videotest.mod (added) * boot/grub/arm64-efi/arm64-efi/videotest_checksum.mod (added) * boot/grub/arm64-efi/arm64-efi/xen_boot.mod (added) * boot/grub/arm64-efi/arm64-efi/xfs.mod (added) * boot/grub/arm64-efi/arm64-efi/xnu_uuid.mod (added) * boot/grub/arm64-efi/arm64-efi/xnu_uuid_test.mod (added) * boot/grub/arm64-efi/arm64-efi/xzio.mod (added) * boot/grub/arm64-efi/arm64-efi/zfs.mod (added) * boot/grub/arm64-efi/arm64-efi/zfscrypt.mod (added) * boot/grub/arm64-efi/arm64-efi/zfsinfo.mod (added) * boot/grub/arm64-efi/efi.img.gz (added) * boot/grub/build_dist.sh.in (moved) * boot/grub/grub.cfg.in (moved) * boot/grub/ia32-efi/COPYING (moved) * boot/grub/ia32-efi/README (moved) * boot/grub/ia32-efi/REVISION (moved) * boot/grub/ia32-efi/efi.img.gz (moved) * boot/grub/ia32-efi/i386-efi/acpi.mod (moved) * boot/grub/ia32-efi/i386-efi/adler32.mod (moved) * boot/grub/ia32-efi/i386-efi/affs.mod (moved) * boot/grub/ia32-efi/i386-efi/afs.mod (moved) * boot/grub/ia32-efi/i386-efi/ahci.mod (moved) * boot/grub/ia32-efi/i386-efi/all_video.mod (moved) * boot/grub/ia32-efi/i386-efi/aout.mod (moved) * boot/grub/ia32-efi/i386-efi/appleldr.mod (moved) * boot/grub/ia32-efi/i386-efi/archelp.mod (moved) * boot/grub/ia32-efi/i386-efi/at_keyboard.mod (moved) * boot/grub/ia32-efi/i386-efi/ata.mod (moved) * boot/grub/ia32-efi/i386-efi/backtrace.mod (moved) * boot/grub/ia32-efi/i386-efi/bfs.mod (moved) * boot/grub/ia32-efi/i386-efi/bitmap.mod (moved) * boot/grub/ia32-efi/i386-efi/bitmap_scale.mod (moved) * boot/grub/ia32-efi/i386-efi/blocklist.mod (moved) * boot/grub/ia32-efi/i386-efi/boot.mod (moved) * boot/grub/ia32-efi/i386-efi/bsd.mod (moved) * boot/grub/ia32-efi/i386-efi/bswap_test.mod (moved) * boot/grub/ia32-efi/i386-efi/btrfs.mod (moved) * boot/grub/ia32-efi/i386-efi/bufio.mod (moved) * boot/grub/ia32-efi/i386-efi/cat.mod (moved) * boot/grub/ia32-efi/i386-efi/cbfs.mod (moved) * boot/grub/ia32-efi/i386-efi/cbls.mod (moved) * boot/grub/ia32-efi/i386-efi/cbmemc.mod (moved) * boot/grub/ia32-efi/i386-efi/cbtable.mod (moved) * boot/grub/ia32-efi/i386-efi/cbtime.mod (moved) * boot/grub/ia32-efi/i386-efi/chain.mod (moved) * boot/grub/ia32-efi/i386-efi/cmdline_cat_test.mod (moved) * boot/grub/ia32-efi/i386-efi/cmp.mod (moved) * boot/grub/ia32-efi/i386-efi/cmp_test.mod (moved) * boot/grub/ia32-efi/i386-efi/command.lst (moved) * boot/grub/ia32-efi/i386-efi/configfile.mod (moved) * boot/grub/ia32-efi/i386-efi/cpio.mod (moved) * boot/grub/ia32-efi/i386-efi/cpio_be.mod (moved) * boot/grub/ia32-efi/i386-efi/cpuid.mod (moved) * boot/grub/ia32-efi/i386-efi/crc64.mod (moved) * boot/grub/ia32-efi/i386-efi/crypto.lst (moved) * boot/grub/ia32-efi/i386-efi/crypto.mod (moved) * boot/grub/ia32-efi/i386-efi/cryptodisk.mod (moved) * boot/grub/ia32-efi/i386-efi/cs5536.mod (moved) * boot/grub/ia32-efi/i386-efi/ctz_test.mod (moved) * boot/grub/ia32-efi/i386-efi/date.mod (moved) * boot/grub/ia32-efi/i386-efi/datehook.mod (moved) * boot/grub/ia32-efi/i386-efi/datetime.mod (moved) * boot/grub/ia32-efi/i386-efi/disk.mod (moved) * boot/grub/ia32-efi/i386-efi/diskfilter.mod (moved) * boot/grub/ia32-efi/i386-efi/div.mod (moved) * boot/grub/ia32-efi/i386-efi/div_test.mod (moved) * boot/grub/ia32-efi/i386-efi/dm_nv.mod (moved) * boot/grub/ia32-efi/i386-efi/echo.mod (moved) * boot/grub/ia32-efi/i386-efi/efi_gop.mod (moved) * boot/grub/ia32-efi/i386-efi/efi_uga.mod (moved) * boot/grub/ia32-efi/i386-efi/efifwsetup.mod (moved) * boot/grub/ia32-efi/i386-efi/efinet.mod (moved) * boot/grub/ia32-efi/i386-efi/ehci.mod (moved) * boot/grub/ia32-efi/i386-efi/elf.mod (moved) * boot/grub/ia32-efi/i386-efi/eval.mod (moved) * boot/grub/ia32-efi/i386-efi/exfat.mod (moved) * boot/grub/ia32-efi/i386-efi/exfctest.mod (moved) * boot/grub/ia32-efi/i386-efi/ext2.mod (moved) * boot/grub/ia32-efi/i386-efi/extcmd.mod (moved) * boot/grub/ia32-efi/i386-efi/fat.mod (moved) * boot/grub/ia32-efi/i386-efi/file.mod (moved) * boot/grub/ia32-efi/i386-efi/fixvideo.mod (moved) * boot/grub/ia32-efi/i386-efi/font.mod (moved) * boot/grub/ia32-efi/i386-efi/fs.lst (moved) * boot/grub/ia32-efi/i386-efi/fshelp.mod (moved) * boot/grub/ia32-efi/i386-efi/functional_test.mod (moved) * boot/grub/ia32-efi/i386-efi/gcry_arcfour.mod (moved) * boot/grub/ia32-efi/i386-efi/gcry_blowfish.mod (moved) * boot/grub/ia32-efi/i386-efi/gcry_camellia.mod (moved) * boot/grub/ia32-efi/i386-efi/gcry_cast5.mod (moved) * boot/grub/ia32-efi/i386-efi/gcry_crc.mod (moved) * boot/grub/ia32-efi/i386-efi/gcry_des.mod (moved) * boot/grub/ia32-efi/i386-efi/gcry_dsa.mod (moved) * boot/grub/ia32-efi/i386-efi/gcry_idea.mod (moved) * boot/grub/ia32-efi/i386-efi/gcry_md4.mod (moved) * boot/grub/ia32-efi/i386-efi/gcry_md5.mod (moved) * boot/grub/ia32-efi/i386-efi/gcry_rfc2268.mod (moved) * boot/grub/ia32-efi/i386-efi/gcry_rijndael.mod (moved) * boot/grub/ia32-efi/i386-efi/gcry_rmd160.mod (moved) * boot/grub/ia32-efi/i386-efi/gcry_rsa.mod (moved) * boot/grub/ia32-efi/i386-efi/gcry_seed.mod (moved) * boot/grub/ia32-efi/i386-efi/gcry_serpent.mod (moved) * boot/grub/ia32-efi/i386-efi/gcry_sha1.mod (moved) * boot/grub/ia32-efi/i386-efi/gcry_sha256.mod (moved) * boot/grub/ia32-efi/i386-efi/gcry_sha512.mod (moved) * boot/grub/ia32-efi/i386-efi/gcry_tiger.mod (moved) * boot/grub/ia32-efi/i386-efi/gcry_twofish.mod (moved) * boot/grub/ia32-efi/i386-efi/gcry_whirlpool.mod (moved) * boot/grub/ia32-efi/i386-efi/gdb.mod (moved) * boot/grub/ia32-efi/i386-efi/gdb_grub (moved) * boot/grub/ia32-efi/i386-efi/geli.mod (moved) * boot/grub/ia32-efi/i386-efi/gettext.mod (moved) * boot/grub/ia32-efi/i386-efi/gfxmenu.mod (moved) * boot/grub/ia32-efi/i386-efi/gfxterm.mod (moved) * boot/grub/ia32-efi/i386-efi/gfxterm_background.mod (moved) * boot/grub/ia32-efi/i386-efi/gfxterm_menu.mod (moved) * boot/grub/ia32-efi/i386-efi/gmodule.pl (moved) * boot/grub/ia32-efi/i386-efi/gptsync.mod (moved) * boot/grub/ia32-efi/i386-efi/gzio.mod (moved) * boot/grub/ia32-efi/i386-efi/halt.mod (moved) * boot/grub/ia32-efi/i386-efi/hashsum.mod (moved) * boot/grub/ia32-efi/i386-efi/hdparm.mod (moved) * boot/grub/ia32-efi/i386-efi/hello.mod (moved) * boot/grub/ia32-efi/i386-efi/help.mod (moved) * boot/grub/ia32-efi/i386-efi/hexdump.mod (moved) * boot/grub/ia32-efi/i386-efi/hfs.mod (moved) * boot/grub/ia32-efi/i386-efi/hfsplus.mod (moved) * boot/grub/ia32-efi/i386-efi/hfspluscomp.mod (moved) * boot/grub/ia32-efi/i386-efi/http.mod (moved) * boot/grub/ia32-efi/i386-efi/iorw.mod (moved) * boot/grub/ia32-efi/i386-efi/iso9660.mod (moved) * boot/grub/ia32-efi/i386-efi/jfs.mod (moved) * boot/grub/ia32-efi/i386-efi/jpeg.mod (moved) * boot/grub/ia32-efi/i386-efi/kernel.exec (moved) * boot/grub/ia32-efi/i386-efi/kernel.img (moved) * boot/grub/ia32-efi/i386-efi/keylayouts.mod (moved) * boot/grub/ia32-efi/i386-efi/keystatus.mod (moved) * boot/grub/ia32-efi/i386-efi/ldm.mod (moved) * boot/grub/ia32-efi/i386-efi/legacy_password_test.mod (moved) * boot/grub/ia32-efi/i386-efi/legacycfg.mod (moved) * boot/grub/ia32-efi/i386-efi/linux.mod (moved) * boot/grub/ia32-efi/i386-efi/linux16.mod (moved) * boot/grub/ia32-efi/i386-efi/loadbios.mod (moved) * boot/grub/ia32-efi/i386-efi/loadenv.mod (moved) * boot/grub/ia32-efi/i386-efi/loopback.mod (moved) * boot/grub/ia32-efi/i386-efi/ls.mod (moved) * boot/grub/ia32-efi/i386-efi/lsacpi.mod (moved) * boot/grub/ia32-efi/i386-efi/lsefi.mod (moved) * boot/grub/ia32-efi/i386-efi/lsefimmap.mod (moved) * boot/grub/ia32-efi/i386-efi/lsefisystab.mod (moved) * boot/grub/ia32-efi/i386-efi/lsmmap.mod (moved) * boot/grub/ia32-efi/i386-efi/lspci.mod (moved) * boot/grub/ia32-efi/i386-efi/lssal.mod (moved) * boot/grub/ia32-efi/i386-efi/luks.mod (moved) * boot/grub/ia32-efi/i386-efi/lvm.mod (moved) * boot/grub/ia32-efi/i386-efi/lzopio.mod (moved) * boot/grub/ia32-efi/i386-efi/macbless.mod (moved) * boot/grub/ia32-efi/i386-efi/macho.mod (moved) * boot/grub/ia32-efi/i386-efi/mdraid09.mod (moved) * boot/grub/ia32-efi/i386-efi/mdraid09_be.mod (moved) * boot/grub/ia32-efi/i386-efi/mdraid1x.mod (moved) * boot/grub/ia32-efi/i386-efi/memdisk.mod (moved) * boot/grub/ia32-efi/i386-efi/memrw.mod (moved) * boot/grub/ia32-efi/i386-efi/minicmd.mod (moved) * boot/grub/ia32-efi/i386-efi/minix.mod (moved) * boot/grub/ia32-efi/i386-efi/minix2.mod (moved) * boot/grub/ia32-efi/i386-efi/minix2_be.mod (moved) * boot/grub/ia32-efi/i386-efi/minix3.mod (moved) * boot/grub/ia32-efi/i386-efi/minix3_be.mod (moved) * boot/grub/ia32-efi/i386-efi/minix_be.mod (moved) * boot/grub/ia32-efi/i386-efi/mmap.mod (moved) * boot/grub/ia32-efi/i386-efi/moddep.lst (moved) * boot/grub/ia32-efi/i386-efi/modinfo.sh (moved) * boot/grub/ia32-efi/i386-efi/morse.mod (moved) * boot/grub/ia32-efi/i386-efi/mpi.mod (moved) * boot/grub/ia32-efi/i386-efi/msdospart.mod (moved) * boot/grub/ia32-efi/i386-efi/mul_test.mod (moved) * boot/grub/ia32-efi/i386-efi/multiboot.mod (moved) * boot/grub/ia32-efi/i386-efi/multiboot2.mod (moved) * boot/grub/ia32-efi/i386-efi/nativedisk.mod (moved) * boot/grub/ia32-efi/i386-efi/net.mod (moved) * boot/grub/ia32-efi/i386-efi/newc.mod (moved) * boot/grub/ia32-efi/i386-efi/nilfs2.mod (moved) * boot/grub/ia32-efi/i386-efi/normal.mod (moved) * boot/grub/ia32-efi/i386-efi/ntfs.mod (moved) * boot/grub/ia32-efi/i386-efi/ntfscomp.mod (moved) * boot/grub/ia32-efi/i386-efi/odc.mod (moved) * boot/grub/ia32-efi/i386-efi/offsetio.mod (moved) * boot/grub/ia32-efi/i386-efi/ohci.mod (moved) * boot/grub/ia32-efi/i386-efi/part_acorn.mod (moved) * boot/grub/ia32-efi/i386-efi/part_amiga.mod (moved) * boot/grub/ia32-efi/i386-efi/part_apple.mod (moved) * boot/grub/ia32-efi/i386-efi/part_bsd.mod (moved) * boot/grub/ia32-efi/i386-efi/part_dfly.mod (moved) * boot/grub/ia32-efi/i386-efi/part_dvh.mod (moved) * boot/grub/ia32-efi/i386-efi/part_gpt.mod (moved) * boot/grub/ia32-efi/i386-efi/part_msdos.mod (moved) * boot/grub/ia32-efi/i386-efi/part_plan.mod (moved) * boot/grub/ia32-efi/i386-efi/part_sun.mod (moved) * boot/grub/ia32-efi/i386-efi/part_sunpc.mod (moved) * boot/grub/ia32-efi/i386-efi/partmap.lst (moved) * boot/grub/ia32-efi/i386-efi/parttool.lst (moved) * boot/grub/ia32-efi/i386-efi/parttool.mod (moved) * boot/grub/ia32-efi/i386-efi/password.mod (moved) * boot/grub/ia32-efi/i386-efi/password_pbkdf2.mod (moved) * boot/grub/ia32-efi/i386-efi/pata.mod (moved) * boot/grub/ia32-efi/i386-efi/pbkdf2.mod (moved) * boot/grub/ia32-efi/i386-efi/pbkdf2_test.mod (moved) * boot/grub/ia32-efi/i386-efi/pcidump.mod (moved) * boot/grub/ia32-efi/i386-efi/play.mod (moved) * boot/grub/ia32-efi/i386-efi/png.mod (moved) * boot/grub/ia32-efi/i386-efi/priority_queue.mod (moved) * boot/grub/ia32-efi/i386-efi/probe.mod (moved) * boot/grub/ia32-efi/i386-efi/procfs.mod (moved) * boot/grub/ia32-efi/i386-efi/progress.mod (moved) * boot/grub/ia32-efi/i386-efi/raid5rec.mod (moved) * boot/grub/ia32-efi/i386-efi/raid6rec.mod (moved) * boot/grub/ia32-efi/i386-efi/random.mod (moved) * boot/grub/ia32-efi/i386-efi/read.mod (moved) * boot/grub/ia32-efi/i386-efi/reboot.mod (moved) * boot/grub/ia32-efi/i386-efi/regexp.mod (moved) * boot/grub/ia32-efi/i386-efi/reiserfs.mod (moved) * boot/grub/ia32-efi/i386-efi/relocator.mod (moved) * boot/grub/ia32-efi/i386-efi/romfs.mod (moved) * boot/grub/ia32-efi/i386-efi/scsi.mod (moved) * boot/grub/ia32-efi/i386-efi/search.mod (moved) * boot/grub/ia32-efi/i386-efi/search_fs_file.mod (moved) * boot/grub/ia32-efi/i386-efi/search_fs_uuid.mod (moved) * boot/grub/ia32-efi/i386-efi/search_label.mod (moved) * boot/grub/ia32-efi/i386-efi/serial.mod (moved) * boot/grub/ia32-efi/i386-efi/setjmp.mod (moved) * boot/grub/ia32-efi/i386-efi/setjmp_test.mod (moved) * boot/grub/ia32-efi/i386-efi/setpci.mod (moved) * boot/grub/ia32-efi/i386-efi/sfs.mod (moved) * boot/grub/ia32-efi/i386-efi/shift_test.mod (moved) * boot/grub/ia32-efi/i386-efi/signature_test.mod (moved) * boot/grub/ia32-efi/i386-efi/sleep.mod (moved) * boot/grub/ia32-efi/i386-efi/sleep_test.mod (moved) * boot/grub/ia32-efi/i386-efi/spkmodem.mod (moved) * boot/grub/ia32-efi/i386-efi/squash4.mod (moved) * boot/grub/ia32-efi/i386-efi/syslinuxcfg.mod (moved) * boot/grub/ia32-efi/i386-efi/tar.mod (moved) * boot/grub/ia32-efi/i386-efi/terminal.lst (moved) * boot/grub/ia32-efi/i386-efi/terminal.mod (moved) * boot/grub/ia32-efi/i386-efi/terminfo.mod (moved) * boot/grub/ia32-efi/i386-efi/test.mod (moved) * boot/grub/ia32-efi/i386-efi/test_blockarg.mod (moved) * boot/grub/ia32-efi/i386-efi/testload.mod (moved) * boot/grub/ia32-efi/i386-efi/testspeed.mod (moved) * boot/grub/ia32-efi/i386-efi/tftp.mod (moved) * boot/grub/ia32-efi/i386-efi/tga.mod (moved) * boot/grub/ia32-efi/i386-efi/time.mod (moved) * boot/grub/ia32-efi/i386-efi/tr.mod (moved) * boot/grub/ia32-efi/i386-efi/trig.mod (moved) * boot/grub/ia32-efi/i386-efi/true.mod (moved) * boot/grub/ia32-efi/i386-efi/udf.mod (moved) * boot/grub/ia32-efi/i386-efi/ufs1.mod (moved) * boot/grub/ia32-efi/i386-efi/ufs1_be.mod (moved) * boot/grub/ia32-efi/i386-efi/ufs2.mod (moved) * boot/grub/ia32-efi/i386-efi/uhci.mod (moved) * boot/grub/ia32-efi/i386-efi/usb.mod (moved) * boot/grub/ia32-efi/i386-efi/usb_keyboard.mod (moved) * boot/grub/ia32-efi/i386-efi/usbms.mod (moved) * boot/grub/ia32-efi/i386-efi/usbserial_common.mod (moved) * boot/grub/ia32-efi/i386-efi/usbserial_ftdi.mod (moved) * boot/grub/ia32-efi/i386-efi/usbserial_pl2303.mod (moved) * boot/grub/ia32-efi/i386-efi/usbserial_usbdebug.mod (moved) * boot/grub/ia32-efi/i386-efi/usbtest.mod (moved) * boot/grub/ia32-efi/i386-efi/verify.mod (moved) * boot/grub/ia32-efi/i386-efi/video.lst (moved) * boot/grub/ia32-efi/i386-efi/video.mod (moved) * boot/grub/ia32-efi/i386-efi/video_bochs.mod (moved) * boot/grub/ia32-efi/i386-efi/video_cirrus.mod (moved) * boot/grub/ia32-efi/i386-efi/video_colors.mod (moved) * boot/grub/ia32-efi/i386-efi/video_fb.mod (moved) * boot/grub/ia32-efi/i386-efi/videoinfo.mod (moved) * boot/grub/ia32-efi/i386-efi/videotest.mod (moved) * boot/grub/ia32-efi/i386-efi/videotest_checksum.mod (moved) * boot/grub/ia32-efi/i386-efi/xfs.mod (moved) * boot/grub/ia32-efi/i386-efi/xnu.mod (moved) * boot/grub/ia32-efi/i386-efi/xnu_uuid.mod (moved) * boot/grub/ia32-efi/i386-efi/xnu_uuid_test.mod (moved) * boot/grub/ia32-efi/i386-efi/xzio.mod (moved) * boot/grub/ia32-efi/i386-efi/zfs.mod (moved) * boot/grub/ia32-efi/i386-efi/zfscrypt.mod (moved) * boot/grub/ia32-efi/i386-efi/zfsinfo.mod (moved) * boot/grub/ia32-efi/x86_64-efi/acpi.mod (moved) * boot/grub/ia32-efi/x86_64-efi/adler32.mod (moved) * boot/grub/ia32-efi/x86_64-efi/affs.mod (moved) * boot/grub/ia32-efi/x86_64-efi/afs.mod (moved) * boot/grub/ia32-efi/x86_64-efi/ahci.mod (moved) * boot/grub/ia32-efi/x86_64-efi/all_video.mod (moved) * boot/grub/ia32-efi/x86_64-efi/aout.mod (moved) * boot/grub/ia32-efi/x86_64-efi/appleldr.mod (moved) * boot/grub/ia32-efi/x86_64-efi/archelp.mod (moved) * boot/grub/ia32-efi/x86_64-efi/at_keyboard.mod (moved) * boot/grub/ia32-efi/x86_64-efi/ata.mod (moved) * boot/grub/ia32-efi/x86_64-efi/backtrace.mod (moved) * boot/grub/ia32-efi/x86_64-efi/bfs.mod (moved) * boot/grub/ia32-efi/x86_64-efi/bitmap.mod (moved) * boot/grub/ia32-efi/x86_64-efi/bitmap_scale.mod (moved) * boot/grub/ia32-efi/x86_64-efi/blocklist.mod (moved) * boot/grub/ia32-efi/x86_64-efi/boot.mod (moved) * boot/grub/ia32-efi/x86_64-efi/bsd.mod (moved) * boot/grub/ia32-efi/x86_64-efi/bswap_test.mod (moved) * boot/grub/ia32-efi/x86_64-efi/btrfs.mod (moved) * boot/grub/ia32-efi/x86_64-efi/bufio.mod (moved) * boot/grub/ia32-efi/x86_64-efi/cat.mod (moved) * boot/grub/ia32-efi/x86_64-efi/cbfs.mod (moved) * boot/grub/ia32-efi/x86_64-efi/cbls.mod (moved) * boot/grub/ia32-efi/x86_64-efi/cbmemc.mod (moved) * boot/grub/ia32-efi/x86_64-efi/cbtable.mod (moved) * boot/grub/ia32-efi/x86_64-efi/cbtime.mod (moved) * boot/grub/ia32-efi/x86_64-efi/chain.mod (moved) * boot/grub/ia32-efi/x86_64-efi/cmdline_cat_test.mod (moved) * boot/grub/ia32-efi/x86_64-efi/cmp.mod (moved) * boot/grub/ia32-efi/x86_64-efi/cmp_test.mod (moved) * boot/grub/ia32-efi/x86_64-efi/command.lst (moved) * boot/grub/ia32-efi/x86_64-efi/configfile.mod (moved) * boot/grub/ia32-efi/x86_64-efi/cpio.mod (moved) * boot/grub/ia32-efi/x86_64-efi/cpio_be.mod (moved) * boot/grub/ia32-efi/x86_64-efi/cpuid.mod (moved) * boot/grub/ia32-efi/x86_64-efi/crc64.mod (moved) * boot/grub/ia32-efi/x86_64-efi/crypto.lst (moved) * boot/grub/ia32-efi/x86_64-efi/crypto.mod (moved) * boot/grub/ia32-efi/x86_64-efi/cryptodisk.mod (moved) * boot/grub/ia32-efi/x86_64-efi/cs5536.mod (moved) * boot/grub/ia32-efi/x86_64-efi/ctz_test.mod (moved) * boot/grub/ia32-efi/x86_64-efi/date.mod (moved) * boot/grub/ia32-efi/x86_64-efi/datehook.mod (moved) * boot/grub/ia32-efi/x86_64-efi/datetime.mod (moved) * boot/grub/ia32-efi/x86_64-efi/disk.mod (moved) * boot/grub/ia32-efi/x86_64-efi/diskfilter.mod (moved) * boot/grub/ia32-efi/x86_64-efi/div.mod (moved) * boot/grub/ia32-efi/x86_64-efi/div_test.mod (moved) * boot/grub/ia32-efi/x86_64-efi/dm_nv.mod (moved) * boot/grub/ia32-efi/x86_64-efi/echo.mod (moved) * boot/grub/ia32-efi/x86_64-efi/efi_gop.mod (moved) * boot/grub/ia32-efi/x86_64-efi/efi_uga.mod (moved) * boot/grub/ia32-efi/x86_64-efi/efifwsetup.mod (moved) * boot/grub/ia32-efi/x86_64-efi/efinet.mod (moved) * boot/grub/ia32-efi/x86_64-efi/ehci.mod (moved) * boot/grub/ia32-efi/x86_64-efi/elf.mod (moved) * boot/grub/ia32-efi/x86_64-efi/eval.mod (moved) * boot/grub/ia32-efi/x86_64-efi/exfat.mod (moved) * boot/grub/ia32-efi/x86_64-efi/exfctest.mod (moved) * boot/grub/ia32-efi/x86_64-efi/ext2.mod (moved) * boot/grub/ia32-efi/x86_64-efi/extcmd.mod (moved) * boot/grub/ia32-efi/x86_64-efi/fat.mod (moved) * boot/grub/ia32-efi/x86_64-efi/file.mod (moved) * boot/grub/ia32-efi/x86_64-efi/fixvideo.mod (moved) * boot/grub/ia32-efi/x86_64-efi/font.mod (moved) * boot/grub/ia32-efi/x86_64-efi/fs.lst (moved) * boot/grub/ia32-efi/x86_64-efi/fshelp.mod (moved) * boot/grub/ia32-efi/x86_64-efi/functional_test.mod (moved) * boot/grub/ia32-efi/x86_64-efi/gcry_arcfour.mod (moved) * boot/grub/ia32-efi/x86_64-efi/gcry_blowfish.mod (moved) * boot/grub/ia32-efi/x86_64-efi/gcry_camellia.mod (moved) * boot/grub/ia32-efi/x86_64-efi/gcry_cast5.mod (moved) * boot/grub/ia32-efi/x86_64-efi/gcry_crc.mod (moved) * boot/grub/ia32-efi/x86_64-efi/gcry_des.mod (moved) * boot/grub/ia32-efi/x86_64-efi/gcry_dsa.mod (moved) * boot/grub/ia32-efi/x86_64-efi/gcry_idea.mod (moved) * boot/grub/ia32-efi/x86_64-efi/gcry_md4.mod (moved) * boot/grub/ia32-efi/x86_64-efi/gcry_md5.mod (moved) * boot/grub/ia32-efi/x86_64-efi/gcry_rfc2268.mod (moved) * boot/grub/ia32-efi/x86_64-efi/gcry_rijndael.mod (moved) * boot/grub/ia32-efi/x86_64-efi/gcry_rmd160.mod (moved) * boot/grub/ia32-efi/x86_64-efi/gcry_rsa.mod (moved) * boot/grub/ia32-efi/x86_64-efi/gcry_seed.mod (moved) * boot/grub/ia32-efi/x86_64-efi/gcry_serpent.mod (moved) * boot/grub/ia32-efi/x86_64-efi/gcry_sha1.mod (moved) * boot/grub/ia32-efi/x86_64-efi/gcry_sha256.mod (moved) * boot/grub/ia32-efi/x86_64-efi/gcry_sha512.mod (moved) * boot/grub/ia32-efi/x86_64-efi/gcry_tiger.mod (moved) * boot/grub/ia32-efi/x86_64-efi/gcry_twofish.mod (moved) * boot/grub/ia32-efi/x86_64-efi/gcry_whirlpool.mod (moved) * boot/grub/ia32-efi/x86_64-efi/gdb_grub (moved) * boot/grub/ia32-efi/x86_64-efi/geli.mod (moved) * boot/grub/ia32-efi/x86_64-efi/gettext.mod (moved) * boot/grub/ia32-efi/x86_64-efi/gfxmenu.mod (moved) * boot/grub/ia32-efi/x86_64-efi/gfxterm.mod (moved) * boot/grub/ia32-efi/x86_64-efi/gfxterm_background.mod (moved) * boot/grub/ia32-efi/x86_64-efi/gfxterm_menu.mod (moved) * boot/grub/ia32-efi/x86_64-efi/gmodule.pl (moved) * boot/grub/ia32-efi/x86_64-efi/gptsync.mod (moved) * boot/grub/ia32-efi/x86_64-efi/gzio.mod (moved) * boot/grub/ia32-efi/x86_64-efi/halt.mod (moved) * boot/grub/ia32-efi/x86_64-efi/hashsum.mod (moved) * boot/grub/ia32-efi/x86_64-efi/hdparm.mod (moved) * boot/grub/ia32-efi/x86_64-efi/hello.mod (moved) * boot/grub/ia32-efi/x86_64-efi/help.mod (moved) * boot/grub/ia32-efi/x86_64-efi/hexdump.mod (moved) * boot/grub/ia32-efi/x86_64-efi/hfs.mod (moved) * boot/grub/ia32-efi/x86_64-efi/hfsplus.mod (moved) * boot/grub/ia32-efi/x86_64-efi/hfspluscomp.mod (moved) * boot/grub/ia32-efi/x86_64-efi/http.mod (moved) * boot/grub/ia32-efi/x86_64-efi/iorw.mod (moved) * boot/grub/ia32-efi/x86_64-efi/iso9660.mod (moved) * boot/grub/ia32-efi/x86_64-efi/jfs.mod (moved) * boot/grub/ia32-efi/x86_64-efi/jpeg.mod (moved) * boot/grub/ia32-efi/x86_64-efi/kernel.exec (moved) * boot/grub/ia32-efi/x86_64-efi/kernel.img (moved) * boot/grub/ia32-efi/x86_64-efi/keylayouts.mod (moved) * boot/grub/ia32-efi/x86_64-efi/keystatus.mod (moved) * boot/grub/ia32-efi/x86_64-efi/ldm.mod (moved) * boot/grub/ia32-efi/x86_64-efi/legacy_password_test.mod (moved) * boot/grub/ia32-efi/x86_64-efi/legacycfg.mod (moved) * boot/grub/ia32-efi/x86_64-efi/linux.mod (moved) * boot/grub/ia32-efi/x86_64-efi/linux16.mod (moved) * boot/grub/ia32-efi/x86_64-efi/loadbios.mod (moved) * boot/grub/ia32-efi/x86_64-efi/loadenv.mod (moved) * boot/grub/ia32-efi/x86_64-efi/loopback.mod (moved) * boot/grub/ia32-efi/x86_64-efi/ls.mod (moved) * boot/grub/ia32-efi/x86_64-efi/lsacpi.mod (moved) * boot/grub/ia32-efi/x86_64-efi/lsefi.mod (moved) * boot/grub/ia32-efi/x86_64-efi/lsefimmap.mod (moved) * boot/grub/ia32-efi/x86_64-efi/lsefisystab.mod (moved) * boot/grub/ia32-efi/x86_64-efi/lsmmap.mod (moved) * boot/grub/ia32-efi/x86_64-efi/lspci.mod (moved) * boot/grub/ia32-efi/x86_64-efi/lssal.mod (moved) * boot/grub/ia32-efi/x86_64-efi/luks.mod (moved) * boot/grub/ia32-efi/x86_64-efi/lvm.mod (moved) * boot/grub/ia32-efi/x86_64-efi/lzopio.mod (moved) * boot/grub/ia32-efi/x86_64-efi/macbless.mod (moved) * boot/grub/ia32-efi/x86_64-efi/macho.mod (moved) * boot/grub/ia32-efi/x86_64-efi/mdraid09.mod (moved) * boot/grub/ia32-efi/x86_64-efi/mdraid09_be.mod (moved) * boot/grub/ia32-efi/x86_64-efi/mdraid1x.mod (moved) * boot/grub/ia32-efi/x86_64-efi/memdisk.mod (moved) * boot/grub/ia32-efi/x86_64-efi/memrw.mod (moved) * boot/grub/ia32-efi/x86_64-efi/minicmd.mod (moved) * boot/grub/ia32-efi/x86_64-efi/minix.mod (moved) * boot/grub/ia32-efi/x86_64-efi/minix2.mod (moved) * boot/grub/ia32-efi/x86_64-efi/minix2_be.mod (moved) * boot/grub/ia32-efi/x86_64-efi/minix3.mod (moved) * boot/grub/ia32-efi/x86_64-efi/minix3_be.mod (moved) * boot/grub/ia32-efi/x86_64-efi/minix_be.mod (moved) * boot/grub/ia32-efi/x86_64-efi/mmap.mod (moved) * boot/grub/ia32-efi/x86_64-efi/moddep.lst (moved) * boot/grub/ia32-efi/x86_64-efi/modinfo.sh (moved) * boot/grub/ia32-efi/x86_64-efi/morse.mod (moved) * boot/grub/ia32-efi/x86_64-efi/mpi.mod (moved) * boot/grub/ia32-efi/x86_64-efi/msdospart.mod (moved) * boot/grub/ia32-efi/x86_64-efi/mul_test.mod (moved) * boot/grub/ia32-efi/x86_64-efi/multiboot.mod (moved) * boot/grub/ia32-efi/x86_64-efi/multiboot2.mod (moved) * boot/grub/ia32-efi/x86_64-efi/nativedisk.mod (moved) * boot/grub/ia32-efi/x86_64-efi/net.mod (moved) * boot/grub/ia32-efi/x86_64-efi/newc.mod (moved) * boot/grub/ia32-efi/x86_64-efi/nilfs2.mod (moved) * boot/grub/ia32-efi/x86_64-efi/normal.mod (moved) * boot/grub/ia32-efi/x86_64-efi/ntfs.mod (moved) * boot/grub/ia32-efi/x86_64-efi/ntfscomp.mod (moved) * boot/grub/ia32-efi/x86_64-efi/odc.mod (moved) * boot/grub/ia32-efi/x86_64-efi/offsetio.mod (moved) * boot/grub/ia32-efi/x86_64-efi/ohci.mod (moved) * boot/grub/ia32-efi/x86_64-efi/part_acorn.mod (moved) * boot/grub/ia32-efi/x86_64-efi/part_amiga.mod (moved) * boot/grub/ia32-efi/x86_64-efi/part_apple.mod (moved) * boot/grub/ia32-efi/x86_64-efi/part_bsd.mod (moved) * boot/grub/ia32-efi/x86_64-efi/part_dfly.mod (moved) * boot/grub/ia32-efi/x86_64-efi/part_dvh.mod (moved) * boot/grub/ia32-efi/x86_64-efi/part_gpt.mod (moved) * boot/grub/ia32-efi/x86_64-efi/part_msdos.mod (moved) * boot/grub/ia32-efi/x86_64-efi/part_plan.mod (moved) * boot/grub/ia32-efi/x86_64-efi/part_sun.mod (moved) * boot/grub/ia32-efi/x86_64-efi/part_sunpc.mod (moved) * boot/grub/ia32-efi/x86_64-efi/partmap.lst (moved) * boot/grub/ia32-efi/x86_64-efi/parttool.lst (moved) * boot/grub/ia32-efi/x86_64-efi/parttool.mod (moved) * boot/grub/ia32-efi/x86_64-efi/password.mod (moved) * boot/grub/ia32-efi/x86_64-efi/password_pbkdf2.mod (moved) * boot/grub/ia32-efi/x86_64-efi/pata.mod (moved) * boot/grub/ia32-efi/x86_64-efi/pbkdf2.mod (moved) * boot/grub/ia32-efi/x86_64-efi/pbkdf2_test.mod (moved) * boot/grub/ia32-efi/x86_64-efi/pcidump.mod (moved) * boot/grub/ia32-efi/x86_64-efi/play.mod (moved) * boot/grub/ia32-efi/x86_64-efi/png.mod (moved) * boot/grub/ia32-efi/x86_64-efi/priority_queue.mod (moved) * boot/grub/ia32-efi/x86_64-efi/probe.mod (moved) * boot/grub/ia32-efi/x86_64-efi/procfs.mod (moved) * boot/grub/ia32-efi/x86_64-efi/progress.mod (moved) * boot/grub/ia32-efi/x86_64-efi/raid5rec.mod (moved) * boot/grub/ia32-efi/x86_64-efi/raid6rec.mod (moved) * boot/grub/ia32-efi/x86_64-efi/random.mod (moved) * boot/grub/ia32-efi/x86_64-efi/read.mod (moved) * boot/grub/ia32-efi/x86_64-efi/reboot.mod (moved) * boot/grub/ia32-efi/x86_64-efi/regexp.mod (moved) * boot/grub/ia32-efi/x86_64-efi/reiserfs.mod (moved) * boot/grub/ia32-efi/x86_64-efi/relocator.mod (moved) * boot/grub/ia32-efi/x86_64-efi/romfs.mod (moved) * boot/grub/ia32-efi/x86_64-efi/scsi.mod (moved) * boot/grub/ia32-efi/x86_64-efi/search.mod (moved) * boot/grub/ia32-efi/x86_64-efi/search_fs_file.mod (moved) * boot/grub/ia32-efi/x86_64-efi/search_fs_uuid.mod (moved) * boot/grub/ia32-efi/x86_64-efi/search_label.mod (moved) * boot/grub/ia32-efi/x86_64-efi/serial.mod (moved) * boot/grub/ia32-efi/x86_64-efi/setjmp.mod (moved) * boot/grub/ia32-efi/x86_64-efi/setjmp_test.mod (moved) * boot/grub/ia32-efi/x86_64-efi/setpci.mod (moved) * boot/grub/ia32-efi/x86_64-efi/sfs.mod (moved) * boot/grub/ia32-efi/x86_64-efi/shift_test.mod (moved) * boot/grub/ia32-efi/x86_64-efi/signature_test.mod (moved) * boot/grub/ia32-efi/x86_64-efi/sleep.mod (moved) * boot/grub/ia32-efi/x86_64-efi/sleep_test.mod (moved) * boot/grub/ia32-efi/x86_64-efi/spkmodem.mod (moved) * boot/grub/ia32-efi/x86_64-efi/squash4.mod (moved) * boot/grub/ia32-efi/x86_64-efi/syslinuxcfg.mod (moved) * boot/grub/ia32-efi/x86_64-efi/tar.mod (moved) * boot/grub/ia32-efi/x86_64-efi/terminal.lst (moved) * boot/grub/ia32-efi/x86_64-efi/terminal.mod (moved) * boot/grub/ia32-efi/x86_64-efi/terminfo.mod (moved) * boot/grub/ia32-efi/x86_64-efi/test.mod (moved) * boot/grub/ia32-efi/x86_64-efi/test_blockarg.mod (moved) * boot/grub/ia32-efi/x86_64-efi/testload.mod (moved) * boot/grub/ia32-efi/x86_64-efi/testspeed.mod (moved) * boot/grub/ia32-efi/x86_64-efi/tftp.mod (moved) * boot/grub/ia32-efi/x86_64-efi/tga.mod (moved) * boot/grub/ia32-efi/x86_64-efi/time.mod (moved) * boot/grub/ia32-efi/x86_64-efi/tr.mod (moved) * boot/grub/ia32-efi/x86_64-efi/trig.mod (moved) * boot/grub/ia32-efi/x86_64-efi/true.mod (moved) * boot/grub/ia32-efi/x86_64-efi/udf.mod (moved) * boot/grub/ia32-efi/x86_64-efi/ufs1.mod (moved) * boot/grub/ia32-efi/x86_64-efi/ufs1_be.mod (moved) * boot/grub/ia32-efi/x86_64-efi/ufs2.mod (moved) * boot/grub/ia32-efi/x86_64-efi/uhci.mod (moved) * boot/grub/ia32-efi/x86_64-efi/usb.mod (moved) * boot/grub/ia32-efi/x86_64-efi/usb_keyboard.mod (moved) * boot/grub/ia32-efi/x86_64-efi/usbms.mod (moved) * boot/grub/ia32-efi/x86_64-efi/usbserial_common.mod (moved) * boot/grub/ia32-efi/x86_64-efi/usbserial_ftdi.mod (moved) * boot/grub/ia32-efi/x86_64-efi/usbserial_pl2303.mod (moved) * boot/grub/ia32-efi/x86_64-efi/usbserial_usbdebug.mod (moved) * boot/grub/ia32-efi/x86_64-efi/usbtest.mod (moved) * boot/grub/ia32-efi/x86_64-efi/verify.mod (moved) * boot/grub/ia32-efi/x86_64-efi/video.lst (moved) * boot/grub/ia32-efi/x86_64-efi/video.mod (moved) * boot/grub/ia32-efi/x86_64-efi/video_bochs.mod (moved) * boot/grub/ia32-efi/x86_64-efi/video_cirrus.mod (moved) * boot/grub/ia32-efi/x86_64-efi/video_colors.mod (moved) * boot/grub/ia32-efi/x86_64-efi/video_fb.mod (moved) * boot/grub/ia32-efi/x86_64-efi/videoinfo.mod (moved) * boot/grub/ia32-efi/x86_64-efi/videotest.mod (moved) * boot/grub/ia32-efi/x86_64-efi/videotest_checksum.mod (moved) * boot/grub/ia32-efi/x86_64-efi/xfs.mod (moved) * boot/grub/ia32-efi/x86_64-efi/xnu.mod (moved) * boot/grub/ia32-efi/x86_64-efi/xnu_uuid.mod (moved) * boot/grub/ia32-efi/x86_64-efi/xnu_uuid_test.mod (moved) * boot/grub/ia32-efi/x86_64-efi/xzio.mod (moved) * boot/grub/ia32-efi/x86_64-efi/zfs.mod (moved) * boot/grub/ia32-efi/x86_64-efi/zfscrypt.mod (moved) * boot/grub/ia32-efi/x86_64-efi/zfsinfo.mod (moved) * boot/grub/ia32-pc/COPYING (added) * boot/grub/ia32-pc/README (moved) * boot/grub/ia32-pc/REVISION (added) * boot/grub/ia32-pc/i386-pc/acpi.mod (moved) * boot/grub/ia32-pc/i386-pc/adler32.mod (moved) * boot/grub/ia32-pc/i386-pc/affs.mod (moved) * boot/grub/ia32-pc/i386-pc/afs.mod (moved) * boot/grub/ia32-pc/i386-pc/ahci.mod (moved) * boot/grub/ia32-pc/i386-pc/all_video.mod (moved) * boot/grub/ia32-pc/i386-pc/aout.mod (moved) * boot/grub/ia32-pc/i386-pc/archelp.mod (moved) * boot/grub/ia32-pc/i386-pc/at_keyboard.mod (moved) * boot/grub/ia32-pc/i386-pc/ata.mod (moved) * boot/grub/ia32-pc/i386-pc/backtrace.mod (moved) * boot/grub/ia32-pc/i386-pc/bfs.mod (moved) * boot/grub/ia32-pc/i386-pc/biosdisk.mod (moved) * boot/grub/ia32-pc/i386-pc/bitmap.mod (moved) * boot/grub/ia32-pc/i386-pc/bitmap_scale.mod (moved) * boot/grub/ia32-pc/i386-pc/blocklist.mod (moved) * boot/grub/ia32-pc/i386-pc/boot.img (moved) * boot/grub/ia32-pc/i386-pc/boot.mod (moved) * boot/grub/ia32-pc/i386-pc/boot_hybrid.img (moved) * boot/grub/ia32-pc/i386-pc/bsd.mod (moved) * boot/grub/ia32-pc/i386-pc/bswap_test.mod (moved) * boot/grub/ia32-pc/i386-pc/btrfs.mod (moved) * boot/grub/ia32-pc/i386-pc/bufio.mod (moved) * boot/grub/ia32-pc/i386-pc/cat.mod (moved) * boot/grub/ia32-pc/i386-pc/cbfs.mod (moved) * boot/grub/ia32-pc/i386-pc/cbls.mod (moved) * boot/grub/ia32-pc/i386-pc/cbmemc.mod (moved) * boot/grub/ia32-pc/i386-pc/cbtable.mod (moved) * boot/grub/ia32-pc/i386-pc/cbtime.mod (moved) * boot/grub/ia32-pc/i386-pc/cdboot.img (moved) * boot/grub/ia32-pc/i386-pc/chain.mod (moved) * boot/grub/ia32-pc/i386-pc/cmdline_cat_test.mod (moved) * boot/grub/ia32-pc/i386-pc/cmosdump.mod (moved) * boot/grub/ia32-pc/i386-pc/cmostest.mod (moved) * boot/grub/ia32-pc/i386-pc/cmp.mod (moved) * boot/grub/ia32-pc/i386-pc/cmp_test.mod (moved) * boot/grub/ia32-pc/i386-pc/command.lst (moved) * boot/grub/ia32-pc/i386-pc/configfile.mod (moved) * boot/grub/ia32-pc/i386-pc/core.img (moved) * boot/grub/ia32-pc/i386-pc/cpio.mod (moved) * boot/grub/ia32-pc/i386-pc/cpio_be.mod (moved) * boot/grub/ia32-pc/i386-pc/cpuid.mod (moved) * boot/grub/ia32-pc/i386-pc/crc64.mod (moved) * boot/grub/ia32-pc/i386-pc/crypto.lst (added) * boot/grub/ia32-pc/i386-pc/crypto.mod (moved) * boot/grub/ia32-pc/i386-pc/cryptodisk.mod (moved) * boot/grub/ia32-pc/i386-pc/cs5536.mod (moved) * boot/grub/ia32-pc/i386-pc/ctz_test.mod (moved) * boot/grub/ia32-pc/i386-pc/date.mod (moved) * boot/grub/ia32-pc/i386-pc/datehook.mod (moved) * boot/grub/ia32-pc/i386-pc/datetime.mod (moved) * boot/grub/ia32-pc/i386-pc/disk.mod (moved) * boot/grub/ia32-pc/i386-pc/diskboot.img (moved) * boot/grub/ia32-pc/i386-pc/diskfilter.mod (moved) * boot/grub/ia32-pc/i386-pc/div.mod (moved) * boot/grub/ia32-pc/i386-pc/div_test.mod (moved) * boot/grub/ia32-pc/i386-pc/dm_nv.mod (moved) * boot/grub/ia32-pc/i386-pc/drivemap.mod (moved) * boot/grub/ia32-pc/i386-pc/echo.mod (moved) * boot/grub/ia32-pc/i386-pc/efiemu.mod (moved) * boot/grub/ia32-pc/i386-pc/ehci.mod (moved) * boot/grub/ia32-pc/i386-pc/elf.mod (moved) * boot/grub/ia32-pc/i386-pc/eval.mod (moved) * boot/grub/ia32-pc/i386-pc/exfat.mod (moved) * boot/grub/ia32-pc/i386-pc/exfctest.mod (moved) * boot/grub/ia32-pc/i386-pc/ext2.mod (moved) * boot/grub/ia32-pc/i386-pc/extcmd.mod (moved) * boot/grub/ia32-pc/i386-pc/fat.mod (moved) * boot/grub/ia32-pc/i386-pc/file.mod (moved) * boot/grub/ia32-pc/i386-pc/font.mod (moved) * boot/grub/ia32-pc/i386-pc/freedos.mod (moved) * boot/grub/ia32-pc/i386-pc/fs.lst (added) * boot/grub/ia32-pc/i386-pc/fshelp.mod (moved) * boot/grub/ia32-pc/i386-pc/functional_test.mod (moved) * boot/grub/ia32-pc/i386-pc/gcry_arcfour.mod (moved) * boot/grub/ia32-pc/i386-pc/gcry_blowfish.mod (moved) * boot/grub/ia32-pc/i386-pc/gcry_camellia.mod (moved) * boot/grub/ia32-pc/i386-pc/gcry_cast5.mod (moved) * boot/grub/ia32-pc/i386-pc/gcry_crc.mod (moved) * boot/grub/ia32-pc/i386-pc/gcry_des.mod (moved) * boot/grub/ia32-pc/i386-pc/gcry_dsa.mod (moved) * boot/grub/ia32-pc/i386-pc/gcry_idea.mod (moved) * boot/grub/ia32-pc/i386-pc/gcry_md4.mod (moved) * boot/grub/ia32-pc/i386-pc/gcry_md5.mod (moved) * boot/grub/ia32-pc/i386-pc/gcry_rfc2268.mod (moved) * boot/grub/ia32-pc/i386-pc/gcry_rijndael.mod (moved) * boot/grub/ia32-pc/i386-pc/gcry_rmd160.mod (moved) * boot/grub/ia32-pc/i386-pc/gcry_rsa.mod (moved) * boot/grub/ia32-pc/i386-pc/gcry_seed.mod (moved) * boot/grub/ia32-pc/i386-pc/gcry_serpent.mod (moved) * boot/grub/ia32-pc/i386-pc/gcry_sha1.mod (moved) * boot/grub/ia32-pc/i386-pc/gcry_sha256.mod (moved) * boot/grub/ia32-pc/i386-pc/gcry_sha512.mod (moved) * boot/grub/ia32-pc/i386-pc/gcry_tiger.mod (moved) * boot/grub/ia32-pc/i386-pc/gcry_twofish.mod (moved) * boot/grub/ia32-pc/i386-pc/gcry_whirlpool.mod (moved) * boot/grub/ia32-pc/i386-pc/gdb.mod (moved) * boot/grub/ia32-pc/i386-pc/gdb_grub (added) * boot/grub/ia32-pc/i386-pc/geli.mod (moved) * boot/grub/ia32-pc/i386-pc/gettext.mod (moved) * boot/grub/ia32-pc/i386-pc/gfxmenu.mod (moved) * boot/grub/ia32-pc/i386-pc/gfxterm.mod (moved) * boot/grub/ia32-pc/i386-pc/gfxterm_background.mod (moved) * boot/grub/ia32-pc/i386-pc/gfxterm_menu.mod (moved) * boot/grub/ia32-pc/i386-pc/gmodule.pl (added) * boot/grub/ia32-pc/i386-pc/gptsync.mod (moved) * boot/grub/ia32-pc/i386-pc/gzio.mod (moved) * boot/grub/ia32-pc/i386-pc/halt.mod (moved) * boot/grub/ia32-pc/i386-pc/hashsum.mod (moved) * boot/grub/ia32-pc/i386-pc/hdparm.mod (moved) * boot/grub/ia32-pc/i386-pc/hello.mod (moved) * boot/grub/ia32-pc/i386-pc/help.mod (moved) * boot/grub/ia32-pc/i386-pc/hexdump.mod (moved) * boot/grub/ia32-pc/i386-pc/hfs.mod (moved) * boot/grub/ia32-pc/i386-pc/hfsplus.mod (moved) * boot/grub/ia32-pc/i386-pc/hfspluscomp.mod (moved) * boot/grub/ia32-pc/i386-pc/http.mod (moved) * boot/grub/ia32-pc/i386-pc/iorw.mod (moved) * boot/grub/ia32-pc/i386-pc/iso9660.mod (moved) * boot/grub/ia32-pc/i386-pc/jfs.mod (moved) * boot/grub/ia32-pc/i386-pc/jpeg.mod (moved) * boot/grub/ia32-pc/i386-pc/kernel.exec (moved) * boot/grub/ia32-pc/i386-pc/kernel.img (moved) * boot/grub/ia32-pc/i386-pc/keylayouts.mod (moved) * boot/grub/ia32-pc/i386-pc/keystatus.mod (moved) * boot/grub/ia32-pc/i386-pc/ldm.mod (moved) * boot/grub/ia32-pc/i386-pc/legacy_password_test.mod (moved) * boot/grub/ia32-pc/i386-pc/legacycfg.mod (moved) * boot/grub/ia32-pc/i386-pc/linux.mod (moved) * boot/grub/ia32-pc/i386-pc/linux16.mod (moved) * boot/grub/ia32-pc/i386-pc/lnxboot.img (moved) * boot/grub/ia32-pc/i386-pc/loadenv.mod (moved) * boot/grub/ia32-pc/i386-pc/loopback.mod (moved) * boot/grub/ia32-pc/i386-pc/ls.mod (moved) * boot/grub/ia32-pc/i386-pc/lsacpi.mod (moved) * boot/grub/ia32-pc/i386-pc/lsapm.mod (moved) * boot/grub/ia32-pc/i386-pc/lsmmap.mod (moved) * boot/grub/ia32-pc/i386-pc/lspci.mod (moved) * boot/grub/ia32-pc/i386-pc/luks.mod (moved) * boot/grub/ia32-pc/i386-pc/lvm.mod (moved) * boot/grub/ia32-pc/i386-pc/lzma_decompress.img (moved) * boot/grub/ia32-pc/i386-pc/lzopio.mod (moved) * boot/grub/ia32-pc/i386-pc/macbless.mod (moved) * boot/grub/ia32-pc/i386-pc/macho.mod (moved) * boot/grub/ia32-pc/i386-pc/mda_text.mod (moved) * boot/grub/ia32-pc/i386-pc/mdraid09.mod (moved) * boot/grub/ia32-pc/i386-pc/mdraid09_be.mod (moved) * boot/grub/ia32-pc/i386-pc/mdraid1x.mod (moved) * boot/grub/ia32-pc/i386-pc/memdisk.mod (moved) * boot/grub/ia32-pc/i386-pc/memrw.mod (moved) * boot/grub/ia32-pc/i386-pc/minicmd.mod (moved) * boot/grub/ia32-pc/i386-pc/minix.mod (moved) * boot/grub/ia32-pc/i386-pc/minix2.mod (moved) * boot/grub/ia32-pc/i386-pc/minix2_be.mod (moved) * boot/grub/ia32-pc/i386-pc/minix3.mod (moved) * boot/grub/ia32-pc/i386-pc/minix3_be.mod (moved) * boot/grub/ia32-pc/i386-pc/minix_be.mod (moved) * boot/grub/ia32-pc/i386-pc/mmap.mod (moved) * boot/grub/ia32-pc/i386-pc/moddep.lst (moved) * boot/grub/ia32-pc/i386-pc/modinfo.sh (moved) * boot/grub/ia32-pc/i386-pc/morse.mod (moved) * boot/grub/ia32-pc/i386-pc/mpi.mod (moved) * boot/grub/ia32-pc/i386-pc/msdospart.mod (moved) * boot/grub/ia32-pc/i386-pc/mul_test.mod (moved) * boot/grub/ia32-pc/i386-pc/multiboot.mod (moved) * boot/grub/ia32-pc/i386-pc/multiboot2.mod (moved) * boot/grub/ia32-pc/i386-pc/nativedisk.mod (moved) * boot/grub/ia32-pc/i386-pc/net.mod (moved) * boot/grub/ia32-pc/i386-pc/newc.mod (moved) * boot/grub/ia32-pc/i386-pc/nilfs2.mod (moved) * boot/grub/ia32-pc/i386-pc/normal.mod (moved) * boot/grub/ia32-pc/i386-pc/ntfs.mod (moved) * boot/grub/ia32-pc/i386-pc/ntfscomp.mod (moved) * boot/grub/ia32-pc/i386-pc/ntldr.mod (moved) * boot/grub/ia32-pc/i386-pc/odc.mod (moved) * boot/grub/ia32-pc/i386-pc/offsetio.mod (moved) * boot/grub/ia32-pc/i386-pc/ohci.mod (moved) * boot/grub/ia32-pc/i386-pc/part_acorn.mod (moved) * boot/grub/ia32-pc/i386-pc/part_amiga.mod (moved) * boot/grub/ia32-pc/i386-pc/part_apple.mod (moved) * boot/grub/ia32-pc/i386-pc/part_bsd.mod (moved) * boot/grub/ia32-pc/i386-pc/part_dfly.mod (moved) * boot/grub/ia32-pc/i386-pc/part_dvh.mod (moved) * boot/grub/ia32-pc/i386-pc/part_gpt.mod (moved) * boot/grub/ia32-pc/i386-pc/part_msdos.mod (moved) * boot/grub/ia32-pc/i386-pc/part_plan.mod (moved) * boot/grub/ia32-pc/i386-pc/part_sun.mod (moved) * boot/grub/ia32-pc/i386-pc/part_sunpc.mod (moved) * boot/grub/ia32-pc/i386-pc/partmap.lst (added) * boot/grub/ia32-pc/i386-pc/parttool.lst (added) * boot/grub/ia32-pc/i386-pc/parttool.mod (moved) * boot/grub/ia32-pc/i386-pc/password.mod (moved) * boot/grub/ia32-pc/i386-pc/password_pbkdf2.mod (moved) * boot/grub/ia32-pc/i386-pc/pata.mod (moved) * boot/grub/ia32-pc/i386-pc/pbkdf2.mod (moved) * boot/grub/ia32-pc/i386-pc/pbkdf2_test.mod (moved) * boot/grub/ia32-pc/i386-pc/pci.mod (moved) * boot/grub/ia32-pc/i386-pc/pcidump.mod (moved) * boot/grub/ia32-pc/i386-pc/plan9.mod (moved) * boot/grub/ia32-pc/i386-pc/play.mod (moved) * boot/grub/ia32-pc/i386-pc/png.mod (moved) * boot/grub/ia32-pc/i386-pc/priority_queue.mod (moved) * boot/grub/ia32-pc/i386-pc/probe.mod (moved) * boot/grub/ia32-pc/i386-pc/procfs.mod (moved) * boot/grub/ia32-pc/i386-pc/progress.mod (moved) * boot/grub/ia32-pc/i386-pc/pxe.mod (moved) * boot/grub/ia32-pc/i386-pc/pxeboot.img (moved) * boot/grub/ia32-pc/i386-pc/pxechain.mod (moved) * boot/grub/ia32-pc/i386-pc/raid5rec.mod (moved) * boot/grub/ia32-pc/i386-pc/raid6rec.mod (moved) * boot/grub/ia32-pc/i386-pc/random.mod (moved) * boot/grub/ia32-pc/i386-pc/read.mod (moved) * boot/grub/ia32-pc/i386-pc/reboot.mod (moved) * boot/grub/ia32-pc/i386-pc/regexp.mod (moved) * boot/grub/ia32-pc/i386-pc/reiserfs.mod (moved) * boot/grub/ia32-pc/i386-pc/relocator.mod (moved) * boot/grub/ia32-pc/i386-pc/romfs.mod (moved) * boot/grub/ia32-pc/i386-pc/scsi.mod (moved) * boot/grub/ia32-pc/i386-pc/search.mod (moved) * boot/grub/ia32-pc/i386-pc/search_fs_file.mod (moved) * boot/grub/ia32-pc/i386-pc/search_fs_uuid.mod (moved) * boot/grub/ia32-pc/i386-pc/search_label.mod (moved) * boot/grub/ia32-pc/i386-pc/sendkey.mod (moved) * boot/grub/ia32-pc/i386-pc/serial.mod (moved) * boot/grub/ia32-pc/i386-pc/setjmp.mod (moved) * boot/grub/ia32-pc/i386-pc/setjmp_test.mod (moved) * boot/grub/ia32-pc/i386-pc/setpci.mod (moved) * boot/grub/ia32-pc/i386-pc/sfs.mod (moved) * boot/grub/ia32-pc/i386-pc/shift_test.mod (moved) * boot/grub/ia32-pc/i386-pc/signature_test.mod (moved) * boot/grub/ia32-pc/i386-pc/sleep.mod (moved) * boot/grub/ia32-pc/i386-pc/sleep_test.mod (moved) * boot/grub/ia32-pc/i386-pc/spkmodem.mod (moved) * boot/grub/ia32-pc/i386-pc/squash4.mod (moved) * boot/grub/ia32-pc/i386-pc/syslinuxcfg.mod (moved) * boot/grub/ia32-pc/i386-pc/tar.mod (moved) * boot/grub/ia32-pc/i386-pc/terminal.lst (moved) * boot/grub/ia32-pc/i386-pc/terminal.mod (moved) * boot/grub/ia32-pc/i386-pc/terminfo.mod (moved) * boot/grub/ia32-pc/i386-pc/test.mod (moved) * boot/grub/ia32-pc/i386-pc/test_blockarg.mod (moved) * boot/grub/ia32-pc/i386-pc/testload.mod (moved) * boot/grub/ia32-pc/i386-pc/testspeed.mod (moved) * boot/grub/ia32-pc/i386-pc/tftp.mod (moved) * boot/grub/ia32-pc/i386-pc/tga.mod (moved) * boot/grub/ia32-pc/i386-pc/time.mod (moved) * boot/grub/ia32-pc/i386-pc/tr.mod (moved) * boot/grub/ia32-pc/i386-pc/trig.mod (moved) * boot/grub/ia32-pc/i386-pc/true.mod (moved) * boot/grub/ia32-pc/i386-pc/truecrypt.mod (moved) * boot/grub/ia32-pc/i386-pc/udf.mod (moved) * boot/grub/ia32-pc/i386-pc/ufs1.mod (moved) * boot/grub/ia32-pc/i386-pc/ufs1_be.mod (moved) * boot/grub/ia32-pc/i386-pc/ufs2.mod (moved) * boot/grub/ia32-pc/i386-pc/uhci.mod (moved) * boot/grub/ia32-pc/i386-pc/usb.mod (moved) * boot/grub/ia32-pc/i386-pc/usb_keyboard.mod (moved) * boot/grub/ia32-pc/i386-pc/usbms.mod (moved) * boot/grub/ia32-pc/i386-pc/usbserial_common.mod (moved) * boot/grub/ia32-pc/i386-pc/usbserial_ftdi.mod (moved) * boot/grub/ia32-pc/i386-pc/usbserial_pl2303.mod (moved) * boot/grub/ia32-pc/i386-pc/usbserial_usbdebug.mod (moved) * boot/grub/ia32-pc/i386-pc/usbtest.mod (moved) * boot/grub/ia32-pc/i386-pc/vbe.mod (moved) * boot/grub/ia32-pc/i386-pc/verify.mod (moved) * boot/grub/ia32-pc/i386-pc/vga.mod (moved) * boot/grub/ia32-pc/i386-pc/vga_text.mod (moved) * boot/grub/ia32-pc/i386-pc/video.lst (moved) * boot/grub/ia32-pc/i386-pc/video.mod (moved) * boot/grub/ia32-pc/i386-pc/video_bochs.mod (moved) * boot/grub/ia32-pc/i386-pc/video_cirrus.mod (moved) * boot/grub/ia32-pc/i386-pc/video_colors.mod (moved) * boot/grub/ia32-pc/i386-pc/video_fb.mod (moved) * boot/grub/ia32-pc/i386-pc/videoinfo.mod (moved) * boot/grub/ia32-pc/i386-pc/videotest.mod (moved) * boot/grub/ia32-pc/i386-pc/videotest_checksum.mod (moved) * boot/grub/ia32-pc/i386-pc/xfs.mod (moved) * boot/grub/ia32-pc/i386-pc/xnu.mod (moved) * boot/grub/ia32-pc/i386-pc/xnu_uuid.mod (moved) * boot/grub/ia32-pc/i386-pc/xnu_uuid_test.mod (moved) * boot/grub/ia32-pc/i386-pc/xzio.mod (moved) * boot/grub/ia32-pc/i386-pc/zfs.mod (moved) * boot/grub/ia32-pc/i386-pc/zfscrypt.mod (moved) * boot/grub/ia32-pc/i386-pc/zfsinfo.mod (moved) * boot/grub/ia32-pc/pc.img (moved) * boot/grub/meson.build (added) * boot/meson.build (added) * boot/silo/build_dist.sh (moved) * boot/silo/meson.build (added) * boot/yaboot/build_dist.sh (moved) * boot/yaboot/meson.build (added) * configure.sh (added) * contrib/qemu/build-from-scratch.sh (modified) * defaults/arm64/Makefile.config (added) * defaults/arm64/output (added) * defaults/arm64/virt/Makefile.config (added) * kernel/Makefile (deleted) * kernel/arch/abs32le/include/arch/mm/as.h (modified) * kernel/arch/abs32le/meson.build (added) * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/amd64/Makefile.inc (deleted) * kernel/arch/amd64/include/arch/interrupt.h (modified) * kernel/arch/amd64/include/arch/mm/as.h (modified) * kernel/arch/amd64/include/arch/mm/page.h (modified) * kernel/arch/amd64/meson.build (added) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/amd64/src/debug/stacktrace.c (modified) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/Makefile.inc (deleted) * kernel/arch/arm32/include/arch/mm/as.h (modified) * kernel/arch/arm32/meson.build (added) * kernel/arch/arm32/src/debug/stacktrace.c (modified) * kernel/arch/arm32/src/userspace.c (modified) * 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 (moved) * 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 (moved) * kernel/arch/arm64/meson.build (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/Makefile.inc (deleted) * kernel/arch/ia32/include/arch/interrupt.h (modified) * kernel/arch/ia32/include/arch/mm/as.h (modified) * kernel/arch/ia32/include/arch/mm/page.h (modified) * kernel/arch/ia32/include/arch/smp/apic.h (modified) * kernel/arch/ia32/meson.build (added) * kernel/arch/ia32/src/debug/stacktrace.c (modified) * kernel/arch/ia32/src/drivers/i8254.c (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/interrupt.c (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/include/arch/interrupt.h (modified) * kernel/arch/ia64/include/arch/istate.h (modified) * kernel/arch/ia64/include/arch/mm/as.h (modified) * kernel/arch/ia64/include/arch/mm/page.h (modified) * kernel/arch/ia64/include/arch/register.h (modified) * kernel/arch/ia64/meson.build (added) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/ia64/src/interrupt.c (modified) * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/arch/mips32/include/arch/arch.h (modified) * kernel/arch/mips32/include/arch/exception.h (modified) * kernel/arch/mips32/include/arch/mach/malta/malta.h (modified) * kernel/arch/mips32/include/arch/machine_func.h (modified) * kernel/arch/mips32/include/arch/mm/as.h (modified) * kernel/arch/mips32/meson.build (moved) * kernel/arch/mips32/src/exception.c (modified) * kernel/arch/mips32/src/interrupt.c (modified) * kernel/arch/mips32/src/mach/malta/malta.c (modified) * kernel/arch/mips32/src/mach/msim/msim.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/ppc32/Makefile.inc (deleted) * kernel/arch/ppc32/include/arch/mm/as.h (modified) * kernel/arch/ppc32/include/arch/mm/page.h (modified) * kernel/arch/ppc32/meson.build (moved) * kernel/arch/ppc32/src/debug/stacktrace.c (modified) * kernel/arch/ppc32/src/drivers/pic.c (modified) * kernel/arch/ppc32/src/interrupt.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/riscv64/Makefile.inc (deleted) * kernel/arch/riscv64/_link.ld.in (modified) * kernel/arch/riscv64/include/arch/mm/as.h (modified) * kernel/arch/riscv64/meson.build (moved) * kernel/arch/riscv64/src/riscv64.c (modified) * kernel/arch/sparc64/Makefile.inc (deleted) * kernel/arch/sparc64/include/arch/drivers/tty.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/as.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/as.h (modified) * kernel/arch/sparc64/meson.build (moved) * kernel/arch/sparc64/src/console.c (modified) * kernel/arch/sparc64/src/drivers/kbd.c (modified) * kernel/arch/sparc64/src/drivers/tty.c (added) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) * kernel/arch/sparc64/src/sun4u/sparc64.c (modified) * kernel/arch/sparc64/src/sun4v/sparc64.c (modified) * kernel/doc/doxygroups.h (modified) * kernel/genarch/Makefile.inc (deleted) * kernel/genarch/include/genarch/drivers/gicv2/gicv2.h (added) * kernel/genarch/include/genarch/drivers/i8259/i8259.h (modified) * kernel/genarch/include/genarch/drivers/pl011/pl011.h (modified) * kernel/genarch/include/genarch/drivers/via-cuda/cuda.h (modified) * kernel/genarch/include/genarch/pic/pic_ops.h (added) * kernel/genarch/meson.build (added) * kernel/genarch/src/drivers/gicv2/gicv2.c (added) * kernel/genarch/src/drivers/i8259/i8259.c (modified) * kernel/genarch/src/drivers/ns16550/ns16550.c (modified) * kernel/genarch/src/drivers/pl011/pl011.c (modified) * kernel/genarch/src/mm/as_pt.c (modified) * kernel/genarch/src/multiboot/multiboot2.c (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/include/ddi/ddi.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/lib/elf_load.h (modified) * kernel/generic/include/log.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/mm/page.h (modified) * kernel/generic/include/proc/program.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/security/perm.h (modified) * kernel/generic/include/synch/syswaitq.h (modified) * kernel/generic/include/syscall/copy.h (modified) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/include/udebug/udebug_ops.h (modified) * kernel/generic/meson.build (added) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/ipc/irq.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/shareout.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/lib/elf.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/lib/strtol.c (added) * kernel/generic/src/log/log.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/uinit.c (modified) * kernel/generic/src/main/version.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/page.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/security/perm.c (modified) * kernel/generic/src/synch/syswaitq.c (modified) * kernel/generic/src/syscall/copy.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/generic/src/udebug/udebug_ipc.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/meson.build (added) * kernel/test/meson.build (moved) * meson.build (added) * meson/arch/abs32le/meson.build (moved) * meson/arch/amd64/meson.build (added) * meson/arch/arm32/meson.build (added) * meson/arch/arm64/meson.build (moved) * 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/arch/sparc64/meson.build (moved) * 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) * meson/cross/riscv64 (added) * meson/cross/sparc64 (added) * meson/part/compiler_args/meson.build (added) * meson/part/exports/config.mk.in (added) * meson/part/exports/meson.build (added) * meson/part/extra_targets/doxygen.cfg.diff (moved) * meson/part/extra_targets/meson.build (moved) * meson/part/initrd/install.sh.in (added) * meson/part/initrd/install_devel.sh.in (added) * meson/part/initrd/meson.build (added) * meson/part/initrd_manifest/meson.build (moved) * meson/part/read_config/meson.build (added) * meson/part/tools/meson.build (added) * release/Makefile (deleted) * tools/README (added) * tools/autocheck.awk (modified) * tools/autotool.py (deleted) * tools/build-ccheck.sh (modified) * tools/build_all.sh (added) * tools/cc.sh (modified) * tools/ccheck.sh (modified) * tools/config.py (modified) * tools/dest_build.py (deleted) * tools/ew.py (modified) * tools/export.sh (moved) * tools/grub/grub-update.sh (modified) * tools/grub/mkimage.sh (modified) * tools/list_profiles.sh (added) * tools/mkarray_for_meson.sh (moved) * tools/release.sh (moved) * tools/srepl (modified) * tools/toolchain.sh (modified) * tools/travis.sh (modified) * tools/xcw/bin/helenos-bld-config (deleted) * tools/xcw/bin/helenos-cc (modified) * tools/xcw/bin/helenos-ld (deleted) * tools/xcw/bin/helenos-pkg-config (modified) * tools/xcw/demo/Makefile (modified) * tools/xcw/include/helenos (deleted) * uspace/Makefile (deleted) * uspace/Makefile.common (deleted) * uspace/app/barber/Makefile (deleted) * uspace/app/barber/barber.c (modified) * uspace/app/barber/meson.build (added) * uspace/app/bdsh/cmds/modules/alias/alias.c (added) * uspace/app/bdsh/cmds/modules/alias/alias.h (added) * uspace/app/bdsh/cmds/modules/alias/alias_def.inc (added) * uspace/app/bdsh/cmds/modules/alias/entry.h (added) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.h (modified) * uspace/app/bdsh/cmds/modules/modules.c (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/unalias/entry.h (added) * uspace/app/bdsh/cmds/modules/unalias/unalias.c (added) * uspace/app/bdsh/cmds/modules/unalias/unalias.h (added) * uspace/app/bdsh/cmds/modules/unalias/unalias_def.inc (added) * uspace/app/bdsh/compl.c (modified) * uspace/app/bdsh/config.h (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/meson.build (moved) * uspace/app/bdsh/scli.c (modified) * uspace/app/bdsh/scli.h (modified) * uspace/app/bdsh/util.c (modified) * uspace/app/bdsh/util.h (modified) * uspace/app/bithenge/meson.build (added) * uspace/app/blkdump/meson.build (moved) * uspace/app/contacts/meson.build (moved) * uspace/app/corecfg/meson.build (added) * uspace/app/cpptest/main.cpp (modified) * uspace/app/cpptest/meson.build (added) * uspace/app/date/meson.build (moved) * uspace/app/devctl/meson.build (moved) * uspace/app/df/meson.build (moved) * uspace/app/dltest/Makefile (deleted) * uspace/app/dltest/meson.build (added) * 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/main.c (modified) * uspace/app/download/meson.build (moved) * uspace/app/edit/meson.build (moved) * uspace/app/fdisk/meson.build (added) * uspace/app/fontviewer/fontviewer.c (modified) * uspace/app/fontviewer/meson.build (added) * uspace/app/getterm/meson.build (added) * uspace/app/getterm/version.c (modified) * uspace/app/gfxdemo/meson.build (moved) * uspace/app/gunzip/meson.build (moved) * uspace/app/hbench/Makefile (deleted) * uspace/app/hbench/meson.build (moved) * uspace/app/inet/meson.build (moved) * uspace/app/init/meson.build (moved) * uspace/app/kill/meson.build (added) * uspace/app/killall/meson.build (moved) * uspace/app/kio/meson.build (added) * uspace/app/loc/meson.build (added) * uspace/app/logset/meson.build (moved) * uspace/app/lprint/meson.build (added) * uspace/app/meson.build (moved) * uspace/app/mixerctl/meson.build (added) * 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 (moved) * uspace/app/mkfat/meson.build (added) * uspace/app/mkmfs/Makefile (deleted) * uspace/app/mkmfs/meson.build (added) * uspace/app/modplay/meson.build (moved) * uspace/app/netecho/meson.build (added) * uspace/app/nic/meson.build (added) * uspace/app/nterm/meson.build (added) * uspace/app/pci/meson.build (added) * uspace/app/ping/meson.build (added) * uspace/app/pkg/meson.build (moved) * uspace/app/redir/meson.build (moved) * uspace/app/sbi/Makefile (deleted) * uspace/app/sbi/meson.build (moved) * uspace/app/sportdmp/Makefile (deleted) * uspace/app/sportdmp/meson.build (added) * 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 (moved) * uspace/app/taskdump/Makefile (deleted) * uspace/app/taskdump/meson.build (moved) * uspace/app/tester/Makefile (deleted) * uspace/app/tester/meson.build (added) * uspace/app/tester/util_functions.def (modified) * 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 (moved) * 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/meson.build (added) * uspace/app/usbinfo/Makefile (deleted) * uspace/app/usbinfo/meson.build (moved) * uspace/app/vcalc/meson.build (added) * uspace/app/vdemo/meson.build (added) * uspace/app/viewer/meson.build (moved) * uspace/app/viewer/viewer.c (modified) * uspace/app/vlaunch/meson.build (moved) * uspace/app/vlaunch/vlaunch.c (modified) * 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 (moved) * uspace/app/wavplay/meson.build (moved) * uspace/app/websrv/Makefile (deleted) * uspace/app/websrv/meson.build (added) * uspace/app/wifi_supplicant/meson.build (added) * 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/drv/audio/hdaudio/Makefile (deleted) * uspace/drv/audio/hdaudio/meson.build (moved) * uspace/drv/audio/sb16/meson.build (moved) * 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/meson.build (moved) * 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/cuda_adb.c (modified) * uspace/drv/bus/adb/cuda_adb/cuda_hw.h (modified) * uspace/drv/bus/adb/cuda_adb/meson.build (added) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/isa/meson.build (moved) * 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 (moved) * uspace/drv/bus/usb/uhci/Makefile (deleted) * uspace/drv/bus/usb/uhci/meson.build (moved) * uspace/drv/bus/usb/usbdiag/Makefile (deleted) * uspace/drv/bus/usb/usbdiag/meson.build (added) * uspace/drv/bus/usb/usbflbk/meson.build (added) * uspace/drv/bus/usb/usbhub/meson.build (moved) * uspace/drv/bus/usb/usbmid/meson.build (moved) * 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/main.c (added) * uspace/drv/char/pl011/meson.build (added) * uspace/drv/char/pl011/pl011.c (added) * uspace/drv/char/pl011/pl011.h (added) * uspace/drv/char/pl011/pl011.ma (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/meson.build (added) * 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 (moved) * 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/gicv2.c (added) * uspace/drv/intctl/gicv2/gicv2.h (added) * uspace/drv/intctl/gicv2/gicv2.ma (added) * uspace/drv/intctl/gicv2/main.c (added) * 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 (moved) * uspace/drv/nic/ar9271/meson.build (moved) * 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/meson.build (added) * uspace/drv/platform/arm64virt/arm64virt.c (added) * uspace/drv/platform/arm64virt/arm64virt.ma (added) * uspace/drv/platform/arm64virt/meson.build (added) * 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/meson.build (added) * uspace/drv/test/test1/meson.build (added) * uspace/drv/test/test2/meson.build (added) * 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 (moved) * uspace/lib/block/Makefile (deleted) * uspace/lib/block/meson.build (added) * uspace/lib/c/Makefile (deleted) * uspace/lib/c/arch/abs32le/Makefile.inc (deleted) * uspace/lib/c/arch/abs32le/meson.build (moved) * uspace/lib/c/arch/abs32le/src/crt0.c (moved) * uspace/lib/c/arch/amd64/Makefile.inc (deleted) * uspace/lib/c/arch/amd64/meson.build (added) * uspace/lib/c/arch/amd64/src/crt0.S (moved) * uspace/lib/c/arch/amd64/src/rtld/reloc.c (modified) * uspace/lib/c/arch/arm32/Makefile.inc (deleted) * uspace/lib/c/arch/arm32/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/arm32/meson.build (moved) * uspace/lib/c/arch/arm32/src/crt0.S (moved) * uspace/lib/c/arch/arm32/src/rtld/reloc.c (modified) * 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 (moved) * uspace/lib/c/arch/arm64/include/libarch/thread.h (added) * uspace/lib/c/arch/arm64/include/libarch/tls.h (moved) * uspace/lib/c/arch/arm64/meson.build (added) * uspace/lib/c/arch/arm64/src/crt0.S (moved) * 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 (moved) * uspace/lib/c/arch/arm64/src/syscall.c (added) * uspace/lib/c/arch/arm64/src/thread_entry.S (moved) * uspace/lib/c/arch/arm64/src/tls.c (moved) * uspace/lib/c/arch/ia32/Makefile.inc (deleted) * uspace/lib/c/arch/ia32/meson.build (added) * uspace/lib/c/arch/ia32/src/crt0.S (moved) * uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) * uspace/lib/c/arch/ia64/Makefile.common (deleted) * uspace/lib/c/arch/ia64/Makefile.inc (deleted) * 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/meson.build (added) * uspace/lib/c/arch/ia64/src/crt0.S (moved) * uspace/lib/c/arch/ia64/src/rtld/dynamic.c (moved) * 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/mips32/Makefile.inc (deleted) * uspace/lib/c/arch/mips32/meson.build (added) * uspace/lib/c/arch/mips32/src/crt0.S (moved) * 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) * uspace/lib/c/arch/ppc32/Makefile.inc (deleted) * uspace/lib/c/arch/ppc32/meson.build (moved) * uspace/lib/c/arch/ppc32/src/crt0.S (moved) * uspace/lib/c/arch/ppc32/src/rtld/reloc.c (modified) * uspace/lib/c/arch/riscv64/meson.build (moved) * uspace/lib/c/arch/riscv64/src/crt0.c (moved) * uspace/lib/c/arch/sparc64/Makefile.inc (deleted) * uspace/lib/c/arch/sparc64/meson.build (moved) * uspace/lib/c/arch/sparc64/src/crt0.S (moved) * uspace/lib/c/arch/sparc64/src/rtld/reloc.c (modified) * uspace/lib/c/doc/doxygroups.h (modified) * uspace/lib/c/generic/async/server.c (modified) * uspace/lib/c/generic/crt/crt1.c (moved) * uspace/lib/c/generic/ctype.c (modified) * uspace/lib/c/generic/dirent.c (modified) * uspace/lib/c/generic/dlfcn.c (modified) * uspace/lib/c/generic/elf/elf_load.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/c/generic/private/stdio.h (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/rtld/rtld.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/strtol.c (modified) * uspace/lib/c/generic/ubsan.c (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/elf/elf_load.h (modified) * uspace/lib/c/include/elf/elf_mod.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/rtld/elf_dyn.h (modified) * uspace/lib/c/include/rtld/module.h (modified) * uspace/lib/c/include/rtld/rtld_arch.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/c/meson.build (added) * uspace/lib/c/test/stdio/scanf.c (modified) * uspace/lib/c/test/string.c (modified) * uspace/lib/c/test/strtol.c (modified) * 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/include/__bits/chrono.hpp (modified) * uspace/lib/cpp/include/__bits/functional/functional.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/memory/shared_payload.hpp (modified) * uspace/lib/cpp/include/__bits/random.hpp (modified) * uspace/lib/cpp/include/__bits/refcount_obj.hpp (added) * uspace/lib/cpp/include/__bits/string/string.hpp (modified) * 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/condition_variable.hpp (modified) * 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/thread/threading.hpp (modified) * uspace/lib/cpp/include/__bits/trycatch.hpp (modified) * uspace/lib/cpp/include/__bits/tuple/tuple.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/include/future (modified) * uspace/lib/cpp/meson.build (moved) * 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) * uspace/lib/cpp/src/stdexcept.cpp (modified) * uspace/lib/cpp/src/string.cpp (modified) * uspace/lib/cpp/src/typeinfo.cpp (modified) * uspace/lib/crypto/Makefile (deleted) * uspace/lib/crypto/crypto.c (modified) * uspace/lib/crypto/meson.build (added) * uspace/lib/dltest/Makefile (deleted) * uspace/lib/dltest/meson.build (moved) * uspace/lib/draw/Makefile (deleted) * uspace/lib/draw/codec/tga.c (modified) * uspace/lib/draw/codec/tga.gz.c (modified) * uspace/lib/draw/codec/webp.c (modified) * uspace/lib/draw/cursor.c (modified) * uspace/lib/draw/cursor/embedded.c (modified) * uspace/lib/draw/drawctx.c (modified) * uspace/lib/draw/font.c (modified) * uspace/lib/draw/font/bitmap_backend.c (modified) * uspace/lib/draw/font/embedded.c (modified) * uspace/lib/draw/font/pcf.c (modified) * uspace/lib/draw/gfx/cursor-11x18.c (modified) * 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/meson.build (moved) * uspace/lib/draw/path.c (modified) * uspace/lib/draw/source.c (modified) * uspace/lib/draw/surface.c (modified) * uspace/lib/drv/Makefile (deleted) * uspace/lib/drv/meson.build (added) * uspace/lib/ext4/Makefile (deleted) * uspace/lib/ext4/meson.build (moved) * uspace/lib/fdisk/meson.build (added) * uspace/lib/fmtutil/Makefile (deleted) * uspace/lib/fmtutil/meson.build (added) * uspace/lib/fs/meson.build (added) * uspace/lib/gfx/Makefile (deleted) * uspace/lib/gfx/meson.build (moved) * uspace/lib/gfx/src/backend/console.c (modified) * uspace/lib/gfx/src/color.c (modified) * uspace/lib/graph/meson.build (added) * uspace/lib/gui/Makefile (deleted) * 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/meson.build (moved) * 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/hound/Makefile (deleted) * uspace/lib/hound/meson.build (moved) * uspace/lib/http/Makefile (deleted) * uspace/lib/http/meson.build (moved) * uspace/lib/ieee80211/Makefile (deleted) * uspace/lib/ieee80211/meson.build (moved) * uspace/lib/label/Makefile (deleted) * uspace/lib/label/meson.build (moved) * uspace/lib/math/Makefile (deleted) * uspace/lib/math/meson.build (moved) * 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 (moved) * uspace/lib/pcm/meson.build (added) * uspace/lib/pcm/src/format.c (modified) * uspace/lib/pcut/Makefile (deleted) * uspace/lib/pcut/meson.build (moved) * uspace/lib/pcut/tests/meson.build (added) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/lib/posix/Makefile (deleted) * 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/meson.build (moved) * uspace/lib/posix/src/internal/common.h (modified) * uspace/lib/posix/src/sys/mman.c (modified) * uspace/lib/posix/test/stdlib.c (modified) * uspace/lib/scsi/Makefile (deleted) * uspace/lib/scsi/meson.build (added) * uspace/lib/sif/Makefile (deleted) * uspace/lib/sif/meson.build (moved) * uspace/lib/softfloat/doc/doxygroups.h (deleted) * uspace/lib/softfloat/mathtypes.h (deleted) * uspace/lib/softint/doc/doxygroups.h (deleted) * uspace/lib/softrend/Makefile (deleted) * uspace/lib/softrend/meson.build (moved) * 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 (moved) * uspace/lib/usbdev/Makefile (deleted) * uspace/lib/usbdev/meson.build (moved) * uspace/lib/usbhid/Makefile (deleted) * uspace/lib/usbhid/meson.build (moved) * 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/meson.build (moved) * 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/meson.build (added) * uspace/srv/clipboard/Makefile (deleted) * uspace/srv/clipboard/meson.build (added) * uspace/srv/devman/Makefile (deleted) * uspace/srv/devman/meson.build (moved) * 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/meson.build (added) * uspace/srv/fs/fat/Makefile (deleted) * uspace/srv/fs/fat/meson.build (moved) * 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 (moved) * uspace/srv/fs/tmpfs/Makefile (deleted) * uspace/srv/fs/tmpfs/meson.build (added) * uspace/srv/fs/udf/meson.build (added) * uspace/srv/hid/compositor/compositor.c (modified) * 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/input.c (modified) * uspace/srv/hid/input/meson.build (moved) * uspace/srv/hid/input/port/chardev.c (modified) * 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 (moved) * uspace/srv/hid/output/port/chardev.c (modified) * uspace/srv/hid/remcons/meson.build (added) * uspace/srv/hid/rfb/meson.build (added) * 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/meson.build (added) * uspace/srv/loader/main.c (modified) * 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 (moved) * uspace/srv/meson.build (moved) * uspace/srv/net/dhcp/Makefile (deleted) * uspace/srv/net/dhcp/meson.build (added) * uspace/srv/net/dnsrsrv/meson.build (moved) * uspace/srv/net/ethip/meson.build (moved) * uspace/srv/net/inetsrv/Makefile (deleted) * uspace/srv/net/inetsrv/meson.build (moved) * 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 (moved) * uspace/srv/net/udp/Makefile (deleted) * uspace/srv/net/udp/meson.build (moved) * 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/meson.build (added) * uspace/srv/vfs/Makefile (deleted) * uspace/srv/vfs/meson.build (moved) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/volsrv/Makefile (deleted) * uspace/srv/volsrv/meson.build (moved) * version (modified) Merge changes from master, especially Meson build Sat, 17 Aug 2019 12:49:44 GMT Jiří Zárevúcky [a8c063d3] * uspace/app/corecfg/meson.build (modified) * uspace/app/date/meson.build (modified) * uspace/app/devctl/meson.build (modified) * uspace/app/df/meson.build (modified) * uspace/app/dnscfg/meson.build (modified) * uspace/app/dnsres/meson.build (modified) * uspace/app/edit/meson.build (modified) * uspace/app/inet/meson.build (modified) * uspace/app/kill/meson.build (modified) * uspace/app/killall/meson.build (modified) * uspace/app/loc/meson.build (modified) * uspace/app/logset/meson.build (modified) Add missing newlines at EOF Sat, 17 Aug 2019 12:49:44 GMT Jiří Zárevúcky [c21d4d6] * boot/arch/abs32le/meson.build (modified) * boot/arch/amd64/meson.build (modified) * boot/arch/arm32/meson.build (modified) * boot/arch/ia32/meson.build (modified) * boot/arch/ia64/meson.build (modified) * boot/arch/mips32/meson.build (modified) * boot/arch/ppc32/meson.build (modified) * boot/arch/riscv64/meson.build (modified) * boot/arch/sparc64/meson.build (modified) * boot/grub/build_dist.sh.in (modified) * boot/grub/grub.cfg.in (modified) * boot/grub/meson.build (modified) * boot/meson.build (modified) * boot/silo/build_dist.sh (modified) * boot/silo/meson.build (modified) * boot/yaboot/build_dist.sh (modified) * boot/yaboot/meson.build (modified) * configure.sh (modified) * kernel/generic/meson.build (modified) * kernel/meson.build (modified) * kernel/test/meson.build (modified) * meson.build (modified) * meson/arch/abs32le/meson.build (modified) * meson/arch/amd64/meson.build (modified) * meson/arch/arm32/meson.build (modified) * meson/arch/ia32/meson.build (modified) * meson/arch/ia64/meson.build (modified) * meson/arch/mips32/meson.build (modified) * meson/arch/ppc32/meson.build (modified) * meson/arch/riscv64/meson.build (modified) * meson/arch/sparc64/meson.build (modified) * meson/part/compiler_args/meson.build (modified) * meson/part/exports/meson.build (modified) * meson/part/initrd/meson.build (modified) * meson/part/initrd_manifest/meson.build (modified) * meson/part/read_config/meson.build (modified) * meson/part/tools/meson.build (modified) * tools/build_all.sh (modified) * tools/export.sh (modified) * tools/list_profiles.sh (modified) * tools/mkarray_for_meson.sh (modified) * tools/release.sh (modified) * tools/srepl (modified) * uspace/app/barber/meson.build (modified) * uspace/app/bdsh/meson.build (modified) * uspace/app/bithenge/meson.build (modified) * uspace/app/blkdump/meson.build (modified) * uspace/app/contacts/meson.build (modified) * uspace/app/corecfg/meson.build (modified) * uspace/app/cpptest/meson.build (modified) * uspace/app/date/meson.build (modified) * uspace/app/devctl/meson.build (modified) * uspace/app/df/meson.build (modified) * uspace/app/dltest/meson.build (modified) * uspace/app/dltests/meson.build (modified) * uspace/app/dnscfg/meson.build (modified) * uspace/app/dnsres/meson.build (modified) * uspace/app/download/meson.build (modified) * uspace/app/edit/meson.build (modified) * uspace/app/fdisk/meson.build (modified) * uspace/app/fontviewer/meson.build (modified) * uspace/app/getterm/meson.build (modified) * uspace/app/gunzip/meson.build (modified) * uspace/app/hbench/meson.build (modified) * uspace/app/inet/meson.build (modified) * uspace/app/init/meson.build (modified) * uspace/app/kill/meson.build (modified) * uspace/app/killall/meson.build (modified) * uspace/app/kio/meson.build (modified) * uspace/app/loc/meson.build (modified) * uspace/app/logset/meson.build (modified) * uspace/app/lprint/meson.build (modified) * uspace/app/meson.build (modified) * uspace/app/mixerctl/meson.build (modified) * uspace/app/mkbd/meson.build (modified) * uspace/app/mkexfat/meson.build (modified) * uspace/app/mkext4/meson.build (modified) * uspace/app/mkfat/meson.build (modified) * uspace/app/mkmfs/meson.build (modified) * uspace/app/modplay/meson.build (modified) * uspace/app/netecho/meson.build (modified) * uspace/app/nic/meson.build (modified) * uspace/app/nterm/meson.build (modified) * uspace/app/pci/meson.build (modified) * uspace/app/ping/meson.build (modified) * uspace/app/pkg/meson.build (modified) * uspace/app/redir/meson.build (modified) * uspace/app/sbi/meson.build (modified) * uspace/app/sportdmp/meson.build (modified) * uspace/app/stats/meson.build (modified) * uspace/app/sysinfo/meson.build (modified) * uspace/app/sysinst/meson.build (modified) * uspace/app/taskdump/meson.build (modified) * uspace/app/tester/meson.build (modified) * uspace/app/testread/meson.build (modified) * uspace/app/testrunner/meson.build (modified) * uspace/app/testwrit/meson.build (modified) * uspace/app/tetris/meson.build (modified) * uspace/app/tmon/meson.build (modified) * uspace/app/top/meson.build (modified) * uspace/app/trace/meson.build (modified) * uspace/app/untar/meson.build (modified) * uspace/app/usbinfo/meson.build (modified) * uspace/app/vcalc/meson.build (modified) * uspace/app/vdemo/meson.build (modified) * uspace/app/viewer/meson.build (modified) * uspace/app/vlaunch/meson.build (modified) * uspace/app/vol/meson.build (modified) * uspace/app/vterm/meson.build (modified) * uspace/app/vuhid/meson.build (modified) * uspace/app/wavplay/meson.build (modified) * uspace/app/websrv/meson.build (modified) * uspace/app/wifi_supplicant/meson.build (modified) * uspace/drv/audio/hdaudio/meson.build (modified) * uspace/drv/audio/sb16/meson.build (modified) * uspace/drv/block/ahci/meson.build (modified) * uspace/drv/block/ata_bd/meson.build (modified) * uspace/drv/block/ddisk/meson.build (modified) * uspace/drv/block/usbmast/meson.build (modified) * uspace/drv/block/virtio-blk/meson.build (modified) * uspace/drv/bus/adb/cuda_adb/meson.build (modified) * uspace/drv/bus/isa/meson.build (modified) * uspace/drv/bus/pci/pciintel/meson.build (modified) * uspace/drv/bus/usb/ehci/meson.build (modified) * uspace/drv/bus/usb/ohci/meson.build (modified) * uspace/drv/bus/usb/uhci/meson.build (modified) * uspace/drv/bus/usb/usbdiag/meson.build (modified) * uspace/drv/bus/usb/usbflbk/meson.build (modified) * uspace/drv/bus/usb/usbhub/meson.build (modified) * uspace/drv/bus/usb/usbmid/meson.build (modified) * uspace/drv/bus/usb/vhc/meson.build (modified) * uspace/drv/bus/usb/xhci/meson.build (modified) * uspace/drv/char/i8042/meson.build (modified) * uspace/drv/char/msim-con/meson.build (modified) * uspace/drv/char/ns8250/meson.build (modified) * uspace/drv/char/pc-lpt/meson.build (modified) * uspace/drv/char/pl011/meson.build (modified) * uspace/drv/char/pl050/meson.build (modified) * uspace/drv/char/ski-con/meson.build (modified) * uspace/drv/char/sun4v-con/meson.build (modified) * uspace/drv/fb/amdm37x_dispc/meson.build (modified) * uspace/drv/fb/kfb/meson.build (modified) * uspace/drv/hid/adb-kbd/meson.build (modified) * uspace/drv/hid/adb-mouse/meson.build (modified) * uspace/drv/hid/atkbd/meson.build (modified) * uspace/drv/hid/ps2mouse/meson.build (modified) * uspace/drv/hid/usbhid/meson.build (modified) * uspace/drv/hid/xtkbd/meson.build (modified) * uspace/drv/intctl/apic/meson.build (modified) * uspace/drv/intctl/gicv2/meson.build (modified) * uspace/drv/intctl/i8259/meson.build (modified) * uspace/drv/intctl/icp-ic/meson.build (modified) * uspace/drv/intctl/obio/meson.build (modified) * uspace/drv/meson.build (modified) * uspace/drv/nic/ar9271/meson.build (modified) * uspace/drv/nic/e1k/meson.build (modified) * uspace/drv/nic/ne2k/meson.build (modified) * uspace/drv/nic/rtl8139/meson.build (modified) * uspace/drv/nic/rtl8169/meson.build (modified) * uspace/drv/nic/virtio-net/meson.build (modified) * uspace/drv/platform/amdm37x/meson.build (modified) * uspace/drv/platform/arm64virt/meson.build (modified) * uspace/drv/platform/icp/meson.build (modified) * uspace/drv/platform/mac/meson.build (modified) * uspace/drv/platform/malta/meson.build (modified) * uspace/drv/platform/msim/meson.build (modified) * uspace/drv/platform/pc/meson.build (modified) * uspace/drv/platform/ski/meson.build (modified) * uspace/drv/platform/sun4u/meson.build (modified) * uspace/drv/platform/sun4v/meson.build (modified) * uspace/drv/root/root/meson.build (modified) * uspace/drv/root/virt/meson.build (modified) * uspace/drv/test/test1/meson.build (modified) * uspace/drv/test/test2/meson.build (modified) * uspace/drv/test/test3/meson.build (modified) * uspace/drv/time/cmos-rtc/meson.build (modified) * uspace/lib/bithenge/meson.build (modified) * uspace/lib/block/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/meson.build (modified) * uspace/lib/clui/meson.build (modified) * uspace/lib/compress/meson.build (modified) * uspace/lib/cpp/meson.build (modified) * uspace/lib/crypto/meson.build (modified) * uspace/lib/dltest/meson.build (modified) * uspace/lib/draw/meson.build (modified) * uspace/lib/drv/meson.build (modified) * uspace/lib/ext4/meson.build (modified) * uspace/lib/fdisk/meson.build (modified) * uspace/lib/fmtutil/meson.build (modified) * uspace/lib/fs/meson.build (modified) * uspace/lib/graph/meson.build (modified) * uspace/lib/gui/meson.build (modified) * uspace/lib/hound/meson.build (modified) * uspace/lib/http/meson.build (modified) * uspace/lib/ieee80211/meson.build (modified) * uspace/lib/label/meson.build (modified) * uspace/lib/math/meson.build (modified) * uspace/lib/meson.build (modified) * uspace/lib/minix/meson.build (modified) * uspace/lib/nettl/meson.build (modified) * uspace/lib/nic/meson.build (modified) * uspace/lib/pcm/meson.build (modified) * uspace/lib/pcut/meson.build (modified) * uspace/lib/pcut/tests/meson.build (modified) * uspace/lib/posix/meson.build (modified) * uspace/lib/scsi/meson.build (modified) * uspace/lib/sif/meson.build (modified) * uspace/lib/softrend/meson.build (modified) * uspace/lib/trackmod/meson.build (modified) * uspace/lib/untar/meson.build (modified) * uspace/lib/uri/meson.build (modified) * uspace/lib/usb/meson.build (modified) * uspace/lib/usbdev/meson.build (modified) * uspace/lib/usbhid/meson.build (modified) * uspace/lib/usbhost/meson.build (modified) * uspace/lib/usbvirt/meson.build (modified) * uspace/lib/virtio/meson.build (modified) * uspace/meson.build (modified) * uspace/srv/audio/hound/meson.build (modified) * uspace/srv/bd/file_bd/meson.build (modified) * uspace/srv/bd/rd/meson.build (modified) * uspace/srv/bd/sata_bd/meson.build (modified) * uspace/srv/bd/vbd/meson.build (modified) * uspace/srv/clipboard/meson.build (modified) * uspace/srv/devman/meson.build (modified) * uspace/srv/fs/cdfs/meson.build (modified) * uspace/srv/fs/exfat/meson.build (modified) * uspace/srv/fs/ext4fs/meson.build (modified) * uspace/srv/fs/fat/meson.build (modified) * uspace/srv/fs/locfs/meson.build (modified) * uspace/srv/fs/mfs/meson.build (modified) * uspace/srv/fs/tmpfs/meson.build (modified) * uspace/srv/fs/udf/meson.build (modified) * uspace/srv/hid/compositor/meson.build (modified) * uspace/srv/hid/console/meson.build (modified) * uspace/srv/hid/input/meson.build (modified) * uspace/srv/hid/isdv4_tablet/meson.build (modified) * uspace/srv/hid/output/meson.build (modified) * uspace/srv/hid/remcons/meson.build (modified) * uspace/srv/hid/rfb/meson.build (modified) * uspace/srv/hid/s3c24xx_ts/meson.build (modified) * uspace/srv/hw/char/s3c24xx_uart/meson.build (modified) * uspace/srv/klog/meson.build (modified) * uspace/srv/loader/meson.build (modified) * uspace/srv/locsrv/meson.build (modified) * uspace/srv/logger/meson.build (modified) * uspace/srv/meson.build (modified) * uspace/srv/net/dhcp/meson.build (modified) * uspace/srv/net/dnsrsrv/meson.build (modified) * uspace/srv/net/ethip/meson.build (modified) * uspace/srv/net/inetsrv/meson.build (modified) * uspace/srv/net/loopip/meson.build (modified) * uspace/srv/net/nconfsrv/meson.build (modified) * uspace/srv/net/slip/meson.build (modified) * uspace/srv/net/tcp/meson.build (modified) * uspace/srv/net/udp/meson.build (modified) * uspace/srv/ns/meson.build (modified) * uspace/srv/taskmon/meson.build (modified) * uspace/srv/test/chardev-test/meson.build (modified) * uspace/srv/test/ipc-test/meson.build (modified) * uspace/srv/vfs/meson.build (modified) * uspace/srv/volsrv/meson.build (modified) Add copyright headers for new files Most are a copy of the headers ... Sat, 17 Aug 2019 12:49:44 GMT Jiří Zárevúcky [6068476] * boot/generic/src/version.c (modified) * boot/meson.build (modified) * kernel/generic/src/main/version.c (modified) * kernel/meson.build (modified) * meson/part/read_config/meson.build (modified) * uspace/app/download/main.c (modified) * uspace/app/getterm/meson.build (modified) * uspace/app/getterm/version.c (modified) * version (modified) Modify HelenOS version variables to use unambiguous names Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [5852a5a] * uspace/app/bdsh/meson.build (modified) * uspace/app/modplay/meson.build (modified) * uspace/app/viewer/meson.build (modified) * uspace/app/wavplay/meson.build (modified) * uspace/drv/bus/isa/meson.build (modified) * uspace/drv/nic/ar9271/meson.build (modified) * uspace/lib/meson.build (modified) * uspace/meson.build (modified) more uniform handling of custom install Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [1ef3213] * meson.build (modified) * uspace/app/barber/meson.build (modified) Add tarball generator 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 [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 Fri, 16 Aug 2019 17:17:40 GMT Jiří Zárevúcky [ab5e715c] * defaults/amd64/output (modified) * defaults/arm32/output (modified) * defaults/arm64/output (modified) * defaults/ia32/output (modified) * defaults/ia64/output (modified) * defaults/mips32/output (modified) * defaults/ppc32/output (modified) * defaults/sparc64/output (modified) * uspace/app/tester/util_functions.def (modified) Add missing newlines at EOF 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: Fri, 05 Jul 2019 18:37:31 GMT GitHub [b781cc49] * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/modules/alias/alias.c (added) * uspace/app/bdsh/cmds/modules/alias/alias.h (added) * uspace/app/bdsh/cmds/modules/alias/alias_def.inc (added) * uspace/app/bdsh/cmds/modules/alias/entry.h (added) * uspace/app/bdsh/cmds/modules/modules.c (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/unalias/entry.h (added) * uspace/app/bdsh/cmds/modules/unalias/unalias.c (added) * uspace/app/bdsh/cmds/modules/unalias/unalias.h (added) * uspace/app/bdsh/cmds/modules/unalias/unalias_def.inc (added) * uspace/app/bdsh/compl.c (modified) * uspace/app/bdsh/config.h (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/scli.c (modified) * uspace/app/bdsh/scli.h (modified) Merge pull request #135 from matthieuriolo/bdsh_alias Implements ... 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, 26 Jun 2019 17:51:50 GMT Matthieu Riolo [46288ee] * uspace/app/bdsh/cmds/modules/alias/alias.c (modified) * uspace/app/bdsh/cmds/modules/unalias/unalias.c (modified) Improvement alias/unlias according to feedback This commit will ... 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 ... Sun, 23 Jun 2019 17:43:50 GMT Matthieu Riolo [e62f8e3] * uspace/app/bdsh/config.h (modified) * uspace/app/bdsh/input.c (modified) Adding a maximal loop counter for nested aliases This commit was ... Sun, 23 Jun 2019 17:30:02 GMT Matthieu Riolo [0d0f1a8] * uspace/app/bdsh/cmds/modules/unalias/unalias.c (modified) Unalias prints out warning when an alias could not be found but ... Sat, 22 Jun 2019 13:26:01 GMT Matthieu Riolo [aa3ca1e] * uspace/app/bdsh/cmds/modules/alias/alias.c (modified) adding tests if str_dup or callocs fail Adding tests to ensure the ... Sat, 15 Jun 2019 08:53:36 GMT Matthieu Riolo [f31ca47] * uspace/app/bdsh/cmds/modules/alias/alias.c (modified) correcting typo in alias a function was wrongly called ... Sat, 01 Jun 2019 15:20:51 GMT GitHub [de9e28e] * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.h (modified) Merge pull request #136 from matthieuriolo/ls_human_readable ... Sat, 01 Jun 2019 14:49:46 GMT Matthieu Riolo [c878693] * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) Correcting indentation according to feedback Reordering if/else ... Sat, 01 Jun 2019 12:45:30 GMT Matthieu Riolo [4a764d1] * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) Replacing scanf() with str_rchr() The command ls used scanf() for ... Sat, 01 Jun 2019 12:32:46 GMT Matthieu Riolo [0feb39b] * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.h (modified) Correcting return type for printer function Instead of returning a ... Tue, 16 Apr 2019 09:15:55 GMT Jiri Svoboda [9259d20] * uspace/app/gfxdemo/gfxdemo.c (modified) * uspace/lib/gfx/Makefile (modified) * uspace/lib/gfx/include/gfx/backend/console.h (added) * uspace/lib/gfx/include/types/gfx/backend/console.h (added) * uspace/lib/gfx/private/backend/console.h (added) * uspace/lib/gfx/private/color.h (added) * uspace/lib/gfx/src/backend/console.c (added) * uspace/lib/gfx/src/color.c (modified) * uspace/lib/gfx/src/context.c (modified) * uspace/lib/gfx/test/render.c (modified) Drawing rectangles in the console Mon, 15 Apr 2019 15:45:04 GMT Jiri Svoboda [045186b] * .gitignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/gfxdemo/Makefile (added) * uspace/app/gfxdemo/doc/doxygroups.h (added) * uspace/app/gfxdemo/gfxdemo.c (added) * uspace/lib/gfx/Makefile (modified) * uspace/lib/gfx/include/gfx/context.h (modified) * uspace/lib/gfx/include/types/gfx/ops/context.h (added) * uspace/lib/gfx/private/context.h (added) * uspace/lib/gfx/src/context.c (added) * uspace/lib/gfx/src/render.c (modified) * uspace/lib/gfx/test/render.c (modified) Gfxdemo application stub, Gfx context virtual method dispatch Sat, 16 Mar 2019 13:01:30 GMT Matthieu Riolo [587867a] * uspace/app/bdsh/compl.c (modified) * uspace/app/bdsh/exec.c (modified) improve error handling The code did not test if malloc returned ... Sat, 09 Mar 2019 15:40:05 GMT Matthieu Riolo [1c481ee] * uspace/app/bdsh/compl.c (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/bdsh/util.c (modified) * uspace/app/bdsh/util.h (modified) This commit fixes #684 and adds autocompletion for subdirectories in ... Sat, 02 Mar 2019 15:22:12 GMT Matthieu Riolo [c56a3eb] * uspace/app/bdsh/exec.c (modified) correcting find_command() which returns allocated strings The old ... 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 Mon, 18 Feb 2019 17:03:03 GMT Jiří Zárevúcky [b2dca036] * uspace/app/df/df.c (modified) Remove dead code from app/df The app used to have a test for ... Tue, 12 Feb 2019 20:42:42 GMT Matthieu Riolo [ab936440] * .gitignore (modified) * .travis.yml (modified) * HelenOS.config (modified) * README.md (modified) * abi/arch/abs32le/include/abi/arch/elf.h (modified) * abi/arch/amd64/include/abi/arch/elf.h (modified) * abi/arch/arm32/include/abi/arch/elf.h (modified) * abi/arch/ia32/include/abi/arch/elf.h (modified) * abi/arch/ia64/include/abi/arch/elf.h (modified) * abi/arch/mips32/include/abi/arch/elf.h (modified) * abi/arch/ppc32/include/abi/arch/elf.h (modified) * abi/arch/riscv64/include/abi/arch/elf.h (modified) * abi/arch/sparc64/include/abi/arch/elf.h (modified) * abi/doc/doxygroups.h (modified) * abi/include/abi/asmtool.h (modified) * abi/include/abi/cap.h (modified) * abi/include/abi/ddi/arg.h (modified) * abi/include/abi/ddi/irq.h (modified) * abi/include/abi/elf.h (modified) * abi/include/abi/fb/visuals.h (modified) * abi/include/abi/fourcc.h (modified) * abi/include/abi/ipc/event.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/klog.h (modified) * abi/include/abi/log.h (modified) * abi/include/abi/mm/as.h (modified) * abi/include/abi/proc/task.h (modified) * abi/include/abi/proc/thread.h (modified) * abi/include/abi/proc/uarg.h (modified) * abi/include/abi/synch.h (modified) * abi/include/abi/syscall.h (modified) * abi/include/abi/sysinfo.h (modified) * abi/include/abi/udebug.h (modified) * abi/include/limits.h (modified) * boot/Makefile.build (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/src/mm.c (modified) * boot/arch/ia64/src/main.c (modified) * boot/generic/include/byteorder.h (modified) * boot/generic/include/errno.h (modified) * boot/generic/include/str.h (modified) * boot/generic/src/str.c (modified) * contrib/qemu/build-from-scratch.sh (modified) * defaults/amd64/Makefile.config (modified) * defaults/arm32/Makefile.config (modified) * defaults/arm32/beagleboardxm/Makefile.config (modified) * defaults/arm32/beaglebone/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/niagara/Makefile.config (modified) * defaults/sparc64/ultra/Makefile.config (modified) * doxygen/doxygen.cfg.diff (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/include/arch/asm.h (modified) * kernel/arch/abs32le/include/arch/cycle.h (modified) * kernel/arch/abs32le/include/arch/istate.h (modified) * kernel/arch/abs32le/include/arch/mm/page.h (modified) * kernel/arch/amd64/include/arch/asm.h (modified) * kernel/arch/amd64/include/arch/cycle.h (modified) * kernel/arch/amd64/include/arch/istate.h (modified) * kernel/arch/amd64/include/arch/mm/page.h (modified) * kernel/arch/arm32/include/arch/asm.h (modified) * kernel/arch/arm32/include/arch/context.h (modified) * kernel/arch/arm32/include/arch/cycle.h (modified) * kernel/arch/arm32/include/arch/istate.h (modified) * kernel/arch/arm32/include/arch/mm/page.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/mm/tlb.c (modified) * kernel/arch/ia32/include/arch/asm.h (modified) * kernel/arch/ia32/include/arch/cycle.h (modified) * kernel/arch/ia32/include/arch/istate.h (modified) * kernel/arch/ia32/include/arch/mm/page.h (modified) * kernel/arch/ia64/include/arch/asm.h (modified) * kernel/arch/ia64/include/arch/cpu.h (modified) * kernel/arch/ia64/include/arch/cycle.h (modified) * kernel/arch/ia64/include/arch/istate.h (modified) * kernel/arch/ia64/include/arch/mm/page.h (modified) * kernel/arch/mips32/include/arch/asm.h (modified) * kernel/arch/mips32/include/arch/cycle.h (modified) * kernel/arch/mips32/include/arch/istate.h (modified) * kernel/arch/mips32/include/arch/mm/page.h (modified) * kernel/arch/mips32/include/arch/mm/tlb.h (modified) * kernel/arch/ppc32/include/arch/asm.h (modified) * kernel/arch/ppc32/include/arch/cpu.h (modified) * kernel/arch/ppc32/include/arch/cycle.h (modified) * kernel/arch/ppc32/include/arch/istate.h (modified) * kernel/arch/ppc32/include/arch/istate_struct.h (modified) * kernel/arch/ppc32/include/arch/mm/frame.h (modified) * kernel/arch/ppc32/include/arch/mm/page.h (modified) * kernel/arch/riscv64/include/arch/asm.h (modified) * kernel/arch/riscv64/include/arch/cycle.h (modified) * kernel/arch/riscv64/include/arch/istate.h (modified) * kernel/arch/riscv64/include/arch/mm/page.h (modified) * kernel/arch/sparc64/include/arch/asm.h (modified) * kernel/arch/sparc64/include/arch/barrier.h (modified) * kernel/arch/sparc64/include/arch/cycle.h (modified) * kernel/arch/sparc64/include/arch/istate.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/tlb.h (modified) * kernel/arch/sparc64/include/arch/sun4u/asm.h (modified) * kernel/arch/sparc64/include/arch/sun4u/cpu.h (modified) * kernel/arch/sparc64/src/sun4v/start.S (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/drivers/bcm2835/irc.h (modified) * kernel/genarch/include/genarch/drivers/bcm2835/mbox.h (modified) * kernel/genarch/include/genarch/drivers/bcm2835/timer.h (modified) * kernel/genarch/src/drivers/bcm2835/irc.c (added) * kernel/genarch/src/drivers/bcm2835/timer.c (added) * kernel/genarch/src/fb/fb.c (modified) * kernel/genarch/src/multiboot/multiboot.c (modified) * kernel/genarch/src/ofw/ofw_tree.c (modified) * kernel/generic/include/adt/btree.h (deleted) * kernel/generic/include/adt/list.h (modified) * kernel/generic/include/adt/odict.h (modified) * kernel/generic/include/bitops.h (modified) * kernel/generic/include/context.h (modified) * kernel/generic/include/lib/refcount.h (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/str.h (modified) * kernel/generic/include/synch/spinlock.h (modified) * kernel/generic/include/trace.h (modified) * kernel/generic/include/types/adt/odict.h (modified) * kernel/generic/src/adt/btree.c (deleted) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/backend_phys.c (modified) * kernel/generic/src/mm/backend_user.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/page.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/proc/current.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/test/btree/btree1.c (deleted) * kernel/test/btree/btree1.def (deleted) * kernel/test/test.c (modified) * kernel/test/test.h (modified) * tools/autotool.py (modified) * tools/build-ccheck.sh (modified) * tools/ew.py (modified) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/builtins/builtin_aliases.c (added) * uspace/app/bdsh/cmds/builtins/builtin_aliases.h (modified) * uspace/app/bdsh/cmds/builtins/builtins.c (added) * uspace/app/bdsh/cmds/builtins/builtins.h (modified) * uspace/app/bdsh/cmds/mknewcmd (modified) * uspace/app/bdsh/cmds/modules/alias/alias.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/module_aliases.c (added) * uspace/app/bdsh/cmds/modules/module_aliases.h (modified) * uspace/app/bdsh/cmds/modules/modules.c (added) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/bdsh/cmds/modules/unalias/unalias.c (modified) * uspace/app/bdsh/compl.c (modified) * uspace/app/bnchmark/bnchmark.c (deleted) * uspace/app/bnchmark/doc/doxygroups.h (deleted) * uspace/app/dltest/dltest.c (modified) * uspace/app/hbench/Makefile (added) * uspace/app/hbench/benchlist.c (moved) * uspace/app/hbench/csv.c (added) * uspace/app/hbench/doc/doxygroups.h (added) * uspace/app/hbench/env.c (added) * uspace/app/hbench/fs/dirread.c (added) * uspace/app/hbench/fs/fileread.c (added) * uspace/app/hbench/hbench.h (added) * uspace/app/hbench/ipc/ns_ping.c (added) * uspace/app/hbench/ipc/ping_pong.c (added) * uspace/app/hbench/main.c (added) * uspace/app/hbench/malloc/malloc1.c (added) * uspace/app/hbench/malloc/malloc2.c (added) * uspace/app/hbench/synch/fibril_mutex.c (added) * uspace/app/hbench/utils.c (added) * uspace/app/init/untar.c (modified) * uspace/app/lprint/Makefile (moved) * uspace/app/lprint/doc/doxygroups.h (added) * uspace/app/lprint/lprint.c (added) * uspace/app/mkbd/main.c (modified) * uspace/app/mkext4/mkext4.c (modified) * uspace/app/modplay/modplay.c (modified) * uspace/app/pci/Makefile (added) * uspace/app/pci/doc/doxygroups.h (added) * uspace/app/pci/pci.c (added) * uspace/app/perf/doc/doxygroups.h (deleted) * uspace/app/perf/ipc/ns_ping.c (deleted) * uspace/app/perf/ipc/ns_ping.def (deleted) * uspace/app/perf/ipc/ping_pong.c (deleted) * uspace/app/perf/ipc/ping_pong.def (deleted) * uspace/app/perf/malloc/malloc1.c (deleted) * uspace/app/perf/malloc/malloc1.def (deleted) * uspace/app/perf/malloc/malloc2.c (deleted) * uspace/app/perf/malloc/malloc2.def (deleted) * uspace/app/perf/perf.c (deleted) * uspace/app/sbi/src/bigint.c (modified) * uspace/app/sportdmp/sportdmp.c (modified) * uspace/app/sysinst/rdimg.c (modified) * uspace/app/sysinst/sysinst.c (modified) * uspace/app/tester/chardev/chardev1.c (modified) * uspace/app/tester/hw/serial/serial1.c (modified) * uspace/app/tester/stdio/logger2.c (modified) * uspace/app/tester/tester.c (modified) * uspace/app/wavplay/drec.c (modified) * uspace/app/wavplay/main.c (modified) * uspace/doc/main_page.h (deleted) * uspace/drv/audio/hdaudio/hdaudio.c (modified) * uspace/drv/audio/hdaudio/hdaudio.ma (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ata_bd/main.c (modified) * uspace/drv/block/ddisk/ddisk.c (modified) * uspace/drv/block/usbmast/main.c (modified) * uspace/drv/block/virtio-blk/Makefile (added) * uspace/drv/block/virtio-blk/virtio-blk.c (added) * uspace/drv/block/virtio-blk/virtio-blk.h (added) * uspace/drv/block/virtio-blk/virtio-blk.ma (added) * uspace/drv/bus/isa/i8237.c (modified) * uspace/drv/bus/isa/isa.dev (modified) * uspace/drv/bus/pci/pciintel/Makefile (modified) * uspace/drv/bus/pci/pciintel/ctl.c (added) * uspace/drv/bus/pci/pciintel/ctl.h (moved) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/pci/pciintel/pci.h (modified) * uspace/drv/bus/usb/ehci/hw_struct/iso_transfer_descriptor.h (modified) * uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/xhci/hw_struct/common.h (modified) * uspace/drv/bus/usb/xhci/trb_ring.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/Makefile (moved) * uspace/drv/char/pc-lpt/doc/doxygroups.h (added) * uspace/drv/char/pc-lpt/main.c (added) * uspace/drv/char/pc-lpt/pc-lpt.c (added) * uspace/drv/char/pc-lpt/pc-lpt.h (added) * uspace/drv/char/pc-lpt/pc-lpt.ma (added) * uspace/drv/char/pc-lpt/pc-lpt_hw.h (added) * uspace/drv/char/pl050/pl050.c (modified) * uspace/drv/char/ski-con/ski-con.c (modified) * uspace/drv/char/sun4v-con/sun4v-con.c (modified) * uspace/drv/fb/amdm37x_dispc/main.c (modified) * uspace/drv/fb/kfb/port.c (modified) * uspace/drv/hid/atkbd/atkbd.c (modified) * uspace/drv/hid/ps2mouse/ps2mouse.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/rtl8139/driver.h (modified) * uspace/drv/nic/virtio-net/virtio-net.c (modified) * uspace/drv/nic/virtio-net/virtio-net.h (modified) * uspace/drv/test/test1/test1.c (modified) * uspace/drv/test/test2/test2.c (modified) * uspace/drv/test/test3/test3.c (modified) * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/include/libarch/config.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/ddi.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/faddr.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/fibril.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/syscall.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/thread.h (modified) * uspace/lib/c/arch/abs32le/include/libarch/tls.h (modified) * uspace/lib/c/arch/abs32le/src/fibril.c (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/c/arch/amd64/Makefile.inc (modified) * uspace/lib/c/arch/amd64/include/libarch/config.h (modified) * uspace/lib/c/arch/amd64/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/amd64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/amd64/include/libarch/fibril.h (modified) * uspace/lib/c/arch/amd64/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/amd64/include/libarch/rtld/dynamic.h (added) * uspace/lib/c/arch/amd64/include/libarch/rtld/elf_dyn.h (added) * uspace/lib/c/arch/amd64/include/libarch/rtld/module.h (added) * uspace/lib/c/arch/amd64/include/libarch/stackarg.h (modified) * uspace/lib/c/arch/amd64/include/libarch/syscall.h (modified) * uspace/lib/c/arch/amd64/include/libarch/thread.h (modified) * uspace/lib/c/arch/amd64/include/libarch/tls.h (modified) * uspace/lib/c/arch/amd64/src/entry.S (modified) * uspace/lib/c/arch/amd64/src/fibril.S (modified) * uspace/lib/c/arch/amd64/src/rtld/dynamic.c (added) * uspace/lib/c/arch/amd64/src/rtld/reloc.c (added) * uspace/lib/c/arch/amd64/src/thread_entry.S (modified) * uspace/lib/c/arch/amd64/src/tls.c (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/arm32/Makefile.inc (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/elf_linux.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.h (modified) * uspace/lib/c/arch/arm32/include/libarch/rtld/dynamic.h (added) * uspace/lib/c/arch/arm32/include/libarch/rtld/elf_dyn.h (added) * uspace/lib/c/arch/arm32/include/libarch/rtld/module.h (added) * uspace/lib/c/arch/arm32/include/libarch/stackarg.h (modified) * uspace/lib/c/arch/arm32/include/libarch/syscall.h (modified) * uspace/lib/c/arch/arm32/include/libarch/thread.h (modified) * uspace/lib/c/arch/arm32/include/libarch/tls.h (modified) * uspace/lib/c/arch/arm32/src/atomic.c (modified) * uspace/lib/c/arch/arm32/src/entry.S (modified) * uspace/lib/c/arch/arm32/src/fibril.S (modified) * uspace/lib/c/arch/arm32/src/rtld/dynamic.c (added) * uspace/lib/c/arch/arm32/src/rtld/reloc.c (added) * uspace/lib/c/arch/arm32/src/syscall.c (modified) * uspace/lib/c/arch/arm32/src/tls.c (modified) * uspace/lib/c/arch/ia32/include/libarch/config.h (modified) * uspace/lib/c/arch/ia32/include/libarch/ddi.h (modified) * uspace/lib/c/arch/ia32/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/ia32/include/libarch/faddr.h (modified) * uspace/lib/c/arch/ia32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ia32/include/libarch/fibril_context.h (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/ia32/include/libarch/rtld/module.h (added) * uspace/lib/c/arch/ia32/include/libarch/syscall.h (modified) * uspace/lib/c/arch/ia32/include/libarch/thread.h (modified) * uspace/lib/c/arch/ia32/include/libarch/tls.h (modified) * uspace/lib/c/arch/ia32/src/fibril.S (modified) * uspace/lib/c/arch/ia64/include/libarch/config.h (modified) * uspace/lib/c/arch/ia64/include/libarch/ddi.h (modified) * uspace/lib/c/arch/ia64/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/ia64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/ia64/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ia64/include/libarch/fibril_context.h (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/syscall.h (modified) * uspace/lib/c/arch/ia64/include/libarch/thread.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/config.h (modified) * uspace/lib/c/arch/mips32/include/libarch/ddi.h (modified) * uspace/lib/c/arch/mips32/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/mips32/include/libarch/faddr.h (modified) * uspace/lib/c/arch/mips32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/mips32/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/mips32/include/libarch/stack.h (modified) * uspace/lib/c/arch/mips32/include/libarch/syscall.h (modified) * uspace/lib/c/arch/mips32/include/libarch/thread.h (modified) * uspace/lib/c/arch/mips32/include/libarch/tls.h (modified) * uspace/lib/c/arch/mips32/src/fibril.S (modified) * uspace/lib/c/arch/mips32/src/syscall.c (modified) * uspace/lib/c/arch/ppc32/Makefile.common (modified) * uspace/lib/c/arch/ppc32/Makefile.inc (modified) * uspace/lib/c/arch/ppc32/include/libarch/config.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/ddi.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/faddr.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/regname.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/rtld/dynamic.h (added) * uspace/lib/c/arch/ppc32/include/libarch/rtld/elf_dyn.h (added) * uspace/lib/c/arch/ppc32/include/libarch/rtld/module.h (added) * uspace/lib/c/arch/ppc32/include/libarch/stackarg.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/syscall.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/fibril.S (modified) * uspace/lib/c/arch/ppc32/src/rtld/dynamic.c (added) * uspace/lib/c/arch/ppc32/src/rtld/reloc.c (added) * uspace/lib/c/arch/ppc32/src/syscall.c (modified) * uspace/lib/c/arch/ppc32/src/tls.c (modified) * uspace/lib/c/arch/riscv64/include/libarch/config.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/ddi.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/fibril.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/syscall.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/thread.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/tls.h (modified) * uspace/lib/c/arch/riscv64/src/fibril.c (modified) * uspace/lib/c/arch/sparc64/Makefile.common (modified) * uspace/lib/c/arch/sparc64/Makefile.inc (modified) * uspace/lib/c/arch/sparc64/include/libarch/config.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/ddi.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/elf_linux.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/fibril.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/rtld/dynamic.h (added) * uspace/lib/c/arch/sparc64/include/libarch/rtld/elf_dyn.h (added) * uspace/lib/c/arch/sparc64/include/libarch/rtld/module.h (added) * uspace/lib/c/arch/sparc64/include/libarch/stack.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/stackarg.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/syscall.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/thread.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/tls.h (modified) * uspace/lib/c/arch/sparc64/src/fibril.S (modified) * uspace/lib/c/arch/sparc64/src/rtld/dynamic.c (added) * uspace/lib/c/arch/sparc64/src/rtld/reloc.c (added) * uspace/lib/c/arch/sparc64/src/tls.c (modified) * uspace/lib/c/generic/as.c (modified) * uspace/lib/c/generic/async/client.c (modified) * uspace/lib/c/generic/async/ports.c (modified) * uspace/lib/c/generic/async/server.c (modified) * uspace/lib/c/generic/context.c (modified) * uspace/lib/c/generic/ctype.c (added) * uspace/lib/c/generic/dirent.c (modified) * uspace/lib/c/generic/double_to_str.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/c/generic/ieee_double.c (modified) * uspace/lib/c/generic/io/asprintf.c (modified) * uspace/lib/c/generic/io/chardev.c (modified) * uspace/lib/c/generic/io/chardev_srv.c (modified) * uspace/lib/c/generic/io/chargrid.c (modified) * uspace/lib/c/generic/irc.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/mem.c (modified) * uspace/lib/c/generic/pci.c (added) * uspace/lib/c/generic/pio_trace.c (modified) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/generic/private/cc.h (moved) * uspace/lib/c/generic/private/fibril.h (modified) * uspace/lib/c/generic/private/futex.h (modified) * uspace/lib/c/generic/private/io.h (modified) * uspace/lib/c/generic/private/libc.h (modified) * uspace/lib/c/generic/private/loader.h (modified) * uspace/lib/c/generic/private/malloc.h (modified) * uspace/lib/c/generic/private/ns.h (modified) * uspace/lib/c/generic/private/scanf.h (modified) * uspace/lib/c/generic/private/sstream.h (modified) * uspace/lib/c/generic/private/stdio.h (modified) * uspace/lib/c/generic/private/stdlib.h (modified) * uspace/lib/c/generic/private/thread.h (modified) * uspace/lib/c/generic/rtld/dynamic.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/setjmp.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/string.c (modified) * uspace/lib/c/generic/thread/fibril.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/generic/vol.c (modified) * uspace/lib/c/include/adt/checksum.h (modified) * uspace/lib/c/include/adt/circ_buf.h (modified) * uspace/lib/c/include/adt/fifo.h (modified) * uspace/lib/c/include/adt/gcdlcm.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/adt/prodcons.h (modified) * uspace/lib/c/include/align.h (modified) * uspace/lib/c/include/arg_parse.h (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/assert.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/barrier.h (modified) * uspace/lib/c/include/bd.h (modified) * uspace/lib/c/include/bd_srv.h (modified) * uspace/lib/c/include/bitops.h (modified) * uspace/lib/c/include/bsearch.h (modified) * uspace/lib/c/include/byteorder.h (modified) * uspace/lib/c/include/cap.h (modified) * uspace/lib/c/include/clipboard.h (modified) * uspace/lib/c/include/config.h (modified) * uspace/lib/c/include/context.h (modified) * uspace/lib/c/include/corecfg.h (modified) * uspace/lib/c/include/ctype.h (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/c/include/device/clock_dev.h (modified) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/c/include/device/hw_res_parsed.h (modified) * uspace/lib/c/include/device/led_dev.h (modified) * uspace/lib/c/include/device/pio_window.h (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/dirent.h (modified) * uspace/lib/c/include/dlfcn.h (modified) * uspace/lib/c/include/elf/elf.h (modified) * uspace/lib/c/include/elf/elf_linux.h (modified) * uspace/lib/c/include/entry_point.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/fourcc.h (modified) * uspace/lib/c/include/gsort.h (modified) * uspace/lib/c/include/ieee80211/ieee80211.h (modified) * uspace/lib/c/include/imath.h (modified) * uspace/lib/c/include/inet/addr.h (modified) * uspace/lib/c/include/inet/dhcp.h (modified) * uspace/lib/c/include/inet/dnsr.h (modified) * uspace/lib/c/include/inet/endpoint.h (modified) * uspace/lib/c/include/inet/host.h (modified) * uspace/lib/c/include/inet/hostname.h (modified) * uspace/lib/c/include/inet/hostport.h (modified) * uspace/lib/c/include/inet/inet.h (modified) * uspace/lib/c/include/inet/inetcfg.h (modified) * uspace/lib/c/include/inet/inetping.h (modified) * uspace/lib/c/include/inet/iplink.h (modified) * uspace/lib/c/include/inet/iplink_srv.h (modified) * uspace/lib/c/include/inet/tcp.h (modified) * uspace/lib/c/include/inet/udp.h (modified) * uspace/lib/c/include/io/chardev.h (modified) * uspace/lib/c/include/io/chardev_srv.h (modified) * uspace/lib/c/include/io/charfield.h (modified) * uspace/lib/c/include/io/chargrid.h (modified) * uspace/lib/c/include/io/color.h (modified) * uspace/lib/c/include/io/con_srv.h (modified) * uspace/lib/c/include/io/concaps.h (modified) * uspace/lib/c/include/io/cons_event.h (modified) * uspace/lib/c/include/io/console.h (modified) * uspace/lib/c/include/io/input.h (modified) * uspace/lib/c/include/io/kbd_event.h (modified) * uspace/lib/c/include/io/keycode.h (modified) * uspace/lib/c/include/io/kio.h (modified) * uspace/lib/c/include/io/klog.h (modified) * uspace/lib/c/include/io/label.h (modified) * uspace/lib/c/include/io/log.h (modified) * uspace/lib/c/include/io/logctl.h (modified) * uspace/lib/c/include/io/mode.h (modified) * uspace/lib/c/include/io/output.h (modified) * uspace/lib/c/include/io/pixel.h (modified) * uspace/lib/c/include/io/pixelmap.h (modified) * uspace/lib/c/include/io/pos_event.h (modified) * uspace/lib/c/include/io/printf_core.h (modified) * uspace/lib/c/include/io/serial.h (modified) * uspace/lib/c/include/io/style.h (modified) * uspace/lib/c/include/io/table.h (modified) * uspace/lib/c/include/io/verify.h (modified) * uspace/lib/c/include/io/visualizer.h (modified) * uspace/lib/c/include/io/window.h (modified) * uspace/lib/c/include/ipc/adb.h (modified) * uspace/lib/c/include/ipc/bd.h (modified) * uspace/lib/c/include/ipc/chardev.h (modified) * uspace/lib/c/include/ipc/clipboard.h (modified) * uspace/lib/c/include/ipc/common.h (modified) * uspace/lib/c/include/ipc/console.h (modified) * uspace/lib/c/include/ipc/corecfg.h (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/ipc/dhcp.h (modified) * uspace/lib/c/include/ipc/dnsr.h (modified) * uspace/lib/c/include/ipc/event.h (modified) * uspace/lib/c/include/ipc/graph.h (modified) * uspace/lib/c/include/ipc/inet.h (modified) * uspace/lib/c/include/ipc/input.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/c/include/ipc/ipc_test.h (modified) * uspace/lib/c/include/ipc/iplink.h (modified) * uspace/lib/c/include/ipc/irc.h (modified) * uspace/lib/c/include/ipc/irq.h (modified) * uspace/lib/c/include/ipc/kbdev.h (modified) * uspace/lib/c/include/ipc/loader.h (modified) * uspace/lib/c/include/ipc/loc.h (modified) * uspace/lib/c/include/ipc/logger.h (modified) * uspace/lib/c/include/ipc/mouseev.h (modified) * uspace/lib/c/include/ipc/ns.h (modified) * uspace/lib/c/include/ipc/output.h (modified) * uspace/lib/c/include/ipc/pci.h (added) * uspace/lib/c/include/ipc/serial_ctl.h (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/ipc/tcp.h (modified) * uspace/lib/c/include/ipc/udp.h (modified) * uspace/lib/c/include/ipc/vbd.h (modified) * uspace/lib/c/include/ipc/vfs.h (modified) * uspace/lib/c/include/ipc/vol.h (modified) * uspace/lib/c/include/ipc/window.h (modified) * uspace/lib/c/include/ipc_test.h (modified) * uspace/lib/c/include/irc.h (modified) * uspace/lib/c/include/l18n/langs.h (modified) * uspace/lib/c/include/libc.h (modified) * uspace/lib/c/include/loader/loader.h (modified) * uspace/lib/c/include/loader/pcb.h (modified) * uspace/lib/c/include/loc.h (modified) * uspace/lib/c/include/macros.h (modified) * uspace/lib/c/include/malloc.h (modified) * uspace/lib/c/include/mem.h (modified) * uspace/lib/c/include/nic/eth_phys.h (modified) * uspace/lib/c/include/nic/nic.h (modified) * uspace/lib/c/include/ns.h (modified) * uspace/lib/c/include/offset.h (modified) * uspace/lib/c/include/pci.h (added) * uspace/lib/c/include/perf.h (added) * uspace/lib/c/include/qsort.h (modified) * uspace/lib/c/include/refcount.h (modified) * uspace/lib/c/include/rndgen.h (modified) * uspace/lib/c/include/rtld/dynamic.h (modified) * uspace/lib/c/include/rtld/elf_dyn.h (modified) * uspace/lib/c/include/rtld/module.h (modified) * uspace/lib/c/include/rtld/rtld.h (modified) * uspace/lib/c/include/rtld/rtld_arch.h (modified) * uspace/lib/c/include/rtld/rtld_debug.h (modified) * uspace/lib/c/include/rtld/symbol.h (modified) * uspace/lib/c/include/setjmp.h (modified) * uspace/lib/c/include/smc.h (modified) * uspace/lib/c/include/stack.h (modified) * uspace/lib/c/include/stacktrace.h (modified) * uspace/lib/c/include/stats.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/str_error.h (modified) * uspace/lib/c/include/string.h (modified) * uspace/lib/c/include/syscall.h (modified) * uspace/lib/c/include/sysinfo.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/lib/c/include/time.h (modified) * uspace/lib/c/include/tls.h (modified) * uspace/lib/c/include/tmpfile.h (modified) * uspace/lib/c/include/trace.h (modified) * uspace/lib/c/include/types/casting.h (added) * uspace/lib/c/include/types/common.h (modified) * uspace/lib/c/include/types/inet.h (modified) * uspace/lib/c/include/types/inet/host.h (modified) * uspace/lib/c/include/types/inet/hostport.h (modified) * uspace/lib/c/include/types/inetcfg.h (modified) * uspace/lib/c/include/types/inetping.h (modified) * uspace/lib/c/include/types/io/chardev.h (added) * uspace/lib/c/include/types/label.h (modified) * uspace/lib/c/include/types/pci.h (added) * uspace/lib/c/include/types/rtld/module.h (modified) * uspace/lib/c/include/types/rtld/rtld.h (modified) * uspace/lib/c/include/types/task.h (modified) * uspace/lib/c/include/types/uuid.h (modified) * uspace/lib/c/include/types/vol.h (modified) * uspace/lib/c/include/udebug.h (modified) * uspace/lib/c/include/unaligned.h (modified) * uspace/lib/c/include/uuid.h (modified) * uspace/lib/c/include/vbd.h (modified) * uspace/lib/c/include/vfs/canonify.h (modified) * uspace/lib/c/include/vfs/inbox.h (modified) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/lib/c/include/vfs/vfs_mtab.h (modified) * uspace/lib/c/include/vfs/vfs_sess.h (modified) * uspace/lib/c/include/vol.h (modified) * uspace/lib/c/include/wchar.h (modified) * uspace/lib/c/test/casting.c (added) * uspace/lib/c/test/main.c (modified) * uspace/lib/c/test/perf.c (added) * uspace/lib/c/test/string.c (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/cpp/include/__bits/adt/list.hpp (modified) * uspace/lib/cpp/include/__bits/complex.hpp (modified) * uspace/lib/cpp/include/__bits/functional/bind.hpp (modified) * uspace/lib/cpp/include/__bits/io/fstream.hpp (modified) * uspace/lib/cpp/include/__bits/io/istream.hpp (modified) * uspace/lib/cpp/include/__bits/io/ostream.hpp (modified) * uspace/lib/cpp/include/__bits/new.hpp (modified) * uspace/lib/cpp/include/__bits/string/string.hpp (modified) * uspace/lib/cpp/include/__bits/thread/future.hpp (modified) * uspace/lib/cpp/include/__bits/thread/mutex.hpp (modified) * uspace/lib/cpp/include/__bits/thread/thread.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/__bits/runtime.cpp (modified) * uspace/lib/cpp/src/__bits/unwind.cpp (modified) * uspace/lib/cpp/src/condition_variable.cpp (modified) * uspace/lib/cpp/src/string.cpp (modified) * uspace/lib/cpp/src/thread.cpp (modified) * uspace/lib/dltest/dltest.c (modified) * uspace/lib/dltest/libdltest.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/remote_audio_pcm.c (modified) * uspace/lib/ext4/include/ext4/cfg.h (modified) * uspace/lib/ext4/include/ext4/superblock.h (modified) * uspace/lib/ext4/src/balloc.c (modified) * uspace/lib/ext4/src/filesystem.c (modified) * uspace/lib/ext4/src/ialloc.c (modified) * uspace/lib/ext4/src/superblock.c (modified) * uspace/lib/http/src/headers.c (modified) * uspace/lib/http/src/request.c (modified) * uspace/lib/ieee80211/src/ieee80211.c (modified) * uspace/lib/nettl/include/nettl/amap.h (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/pcut/src/os/generic.c (modified) * uspace/lib/pcut/src/os/helenos.c (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/posix/string.h (modified) * uspace/lib/posix/src/string.c (modified) * uspace/lib/posix/src/time.c (modified) * uspace/lib/posix/src/unistd.c (modified) * uspace/lib/untar/untar.c (modified) * uspace/lib/usb/include/usb/request.h (modified) * uspace/lib/usbdev/src/request.c (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/virtio/virtio-pci.h (modified) * uspace/lib/virtio/virtio.c (modified) * uspace/srv/audio/hound/hound.c (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/fs/locfs/locfs_ops.c (modified) * uspace/srv/fs/udf/udf.h (modified) * uspace/srv/fs/udf/udf_file.c (modified) * uspace/srv/fs/udf/udf_file.h (modified) * uspace/srv/fs/udf/udf_ops.c (modified) * uspace/srv/fs/udf/udf_volume.c (modified) * uspace/srv/fs/udf/udf_volume.h (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/input/ctl/stty.c (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/input/stroke.c (modified) * uspace/srv/hid/isdv4_tablet/isdv4.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/logger/logs.c (modified) * uspace/srv/net/dnsrsrv/dns_msg.c (modified) * uspace/srv/net/inetsrv/icmp.c (modified) * uspace/srv/net/inetsrv/icmpv6.c (modified) * uspace/srv/net/inetsrv/pdu.c (modified) * uspace/srv/net/slip/slip.c (modified) * uspace/srv/ns/clonable.c (modified) * uspace/srv/ns/service.c (modified) * uspace/srv/test/chardev-test/main.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * version (modified) Merge branch 'master' into bdsh_alias Conflicts: ... Wed, 06 Feb 2019 13:25:12 GMT Jiří Zárevúcky [fafb8e5] * abi/include/abi/ipc/ipc.h (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/vhc/conndev.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/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/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) Mechanically lowercase IPC_SET_*/IPC_GET_* Wed, 06 Feb 2019 13:25:12 GMT Jiří Zárevúcky [eb13ef8] * abi/include/abi/ipc/ipc.h (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/vhc/conndev.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/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/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) Change IPC_GET_* and IPC_SET_* to accept pointer instead of lvalue Wed, 06 Feb 2019 13:25:12 GMT Jiří Zárevúcky [bb97118] * abi/include/abi/cap.h (modified) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ops/conctmeto.c (modified) * kernel/generic/src/ipc/ops/concttome.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * uspace/app/trace/ipcp.c (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/char/msim-con/msim-con.c (modified) * uspace/drv/char/pc-lpt/pc-lpt.c (modified) * uspace/lib/c/generic/async/client.c (modified) * uspace/lib/c/generic/async/server.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/irq.c (modified) * uspace/lib/hound/src/protocol.c (modified) Convert CAP_HANDLE_RAW and CAP_HANDLE_VALID into functions Mon, 28 Jan 2019 16:08:24 GMT Jiri Svoboda [dedc4cd] * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/builtins/builtin_aliases.c (added) * uspace/app/bdsh/cmds/builtins/builtin_aliases.h (modified) * uspace/app/bdsh/cmds/builtins/builtins.c (added) * uspace/app/bdsh/cmds/builtins/builtins.h (modified) * uspace/app/bdsh/cmds/mknewcmd (modified) * uspace/app/bdsh/cmds/modules/module_aliases.c (added) * uspace/app/bdsh/cmds/modules/module_aliases.h (modified) * uspace/app/bdsh/cmds/modules/modules.c (added) * uspace/app/bdsh/cmds/modules/modules.h (modified) Fix non-static variables in header files (ccheck) Mon, 28 Jan 2019 15:47:05 GMT Jiri Svoboda [8d2289c] * uspace/app/hbench/env.c (modified) * uspace/lib/ieee80211/src/ieee80211.c (modified) * uspace/lib/virtio/virtio.c (modified) Fix use of 'extern' with function def. (ccheck) Mon, 28 Jan 2019 07:46:58 GMT Vojtech Horky [3fea752] * .gitignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/bnchmark/Makefile (deleted) * uspace/app/bnchmark/bnchmark.c (deleted) * uspace/app/bnchmark/doc/doxygroups.h (deleted) * uspace/app/hbench/Makefile (moved) * uspace/app/hbench/benchlist.c (moved) * uspace/app/hbench/csv.c (added) * uspace/app/hbench/doc/doxygroups.h (added) * uspace/app/hbench/env.c (added) * uspace/app/hbench/fs/dirread.c (added) * uspace/app/hbench/fs/fileread.c (added) * uspace/app/hbench/hbench.h (added) * uspace/app/hbench/ipc/ns_ping.c (added) * uspace/app/hbench/ipc/ping_pong.c (added) * uspace/app/hbench/main.c (added) * uspace/app/hbench/malloc/malloc1.c (added) * uspace/app/hbench/malloc/malloc2.c (added) * uspace/app/hbench/synch/fibril_mutex.c (added) * uspace/app/hbench/utils.c (added) * uspace/app/perf/doc/doxygroups.h (deleted) * uspace/app/perf/ipc/ns_ping.c (deleted) * uspace/app/perf/ipc/ns_ping.def (deleted) * uspace/app/perf/ipc/ping_pong.c (deleted) * uspace/app/perf/ipc/ping_pong.def (deleted) * uspace/app/perf/malloc/malloc1.c (deleted) * uspace/app/perf/malloc/malloc1.def (deleted) * uspace/app/perf/malloc/malloc2.c (deleted) * uspace/app/perf/malloc/malloc2.def (deleted) * uspace/app/perf/perf.c (deleted) * uspace/app/tester/tester.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/include/perf.h (added) * uspace/lib/c/include/types/casting.h (added) * uspace/lib/c/test/casting.c (added) * uspace/lib/c/test/main.c (modified) * uspace/lib/c/test/perf.c (added) Merge changes to benchmarking tool (PR #151) This merges ... Mon, 21 Jan 2019 18:01:59 GMT Vojtech Horky [871cff9a] * uspace/app/hbench/env.c (modified) * uspace/app/hbench/hbench.h (modified) * uspace/app/hbench/main.c (modified) hbench: add options to set duration and run count Mon, 21 Jan 2019 13:52:34 GMT Vojtech Horky [2d81880] * uspace/app/hbench/hbench.h (modified) hbench: explain why we inline Mon, 21 Jan 2019 13:50:08 GMT Vojtech Horky [9736c00] * uspace/app/hbench/hbench.h (modified) * uspace/app/hbench/utils.c (modified) hbench: variable renaming Mon, 21 Jan 2019 13:49:08 GMT Vojtech Horky [be30e74] * uspace/app/hbench/hbench.h (modified) hbench: comments Mon, 21 Jan 2019 13:45:29 GMT Vojtech Horky [94d52d5] * uspace/app/hbench/Makefile (modified) * uspace/app/hbench/hbench.h (modified) * uspace/app/hbench/utils.c (added) hbench: do not force inlining These functions are not performance ... Mon, 21 Jan 2019 13:39:37 GMT Vojtech Horky [d17cf8c] * uspace/app/hbench/Makefile (modified) * uspace/app/hbench/doc/doxygroups.h (modified) * uspace/app/hbench/env.c (moved) * uspace/app/hbench/fs/dirread.c (modified) * uspace/app/hbench/fs/fileread.c (modified) * uspace/app/hbench/hbench.h (modified) * uspace/app/hbench/ipc/ns_ping.c (modified) * uspace/app/hbench/ipc/ping_pong.c (modified) * uspace/app/hbench/main.c (modified) * uspace/app/hbench/malloc/malloc1.c (modified) * uspace/app/hbench/malloc/malloc2.c (modified) * uspace/app/hbench/synch/fibril_mutex.c (modified) hbench: remove global state Move benchmark parameters into a ... Mon, 21 Jan 2019 13:20:31 GMT Vojtech Horky [e7f9a09] * uspace/app/hbench/csv.c (modified) * uspace/app/hbench/doc/doxygroups.h (modified) * uspace/app/hbench/fs/dirread.c (modified) * uspace/app/hbench/fs/fileread.c (modified) * uspace/app/hbench/hbench.h (modified) * uspace/app/hbench/ipc/ns_ping.c (modified) * uspace/app/hbench/ipc/ping_pong.c (modified) * uspace/app/hbench/main.c (modified) * uspace/app/hbench/malloc/malloc1.c (modified) * uspace/app/hbench/malloc/malloc2.c (modified) * uspace/app/hbench/synch/fibril_mutex.c (modified) hbench: less parameters to benchmark runners Merge stopwatch as ... Mon, 14 Jan 2019 14:38:18 GMT Jiri Svoboda [8e3bc063] * uspace/app/dltest/dltest.c (modified) * uspace/lib/dltest/dltest.c (modified) * uspace/lib/dltest/libdltest.h (modified) dltest needs test that calls a function During bringup of dynamic ... Sun, 13 Jan 2019 15:15:48 GMT Jiri Svoboda [e0e5e6f5] * uspace/app/pci/Makefile (modified) PCI utility does not need any libraries 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 Thu, 10 Jan 2019 21:07:16 GMT Vojtech Horky [94ebebf] * uspace/app/hbench/doc/doxygroups.h (modified) * uspace/app/hbench/fs/dirread.c (modified) * uspace/app/hbench/fs/fileread.c (modified) * uspace/app/hbench/hbench.h (modified) * uspace/app/hbench/main.c (modified) hbench: turn comments into doc-blocks Thu, 10 Jan 2019 18:39:16 GMT Jiří Zárevúcky [0a520db] * uspace/app/sbi/src/bigint.c (modified) * uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/xhci/trb_ring.c (modified) * uspace/lib/c/generic/double_to_str.c (modified) * uspace/lib/c/generic/ieee_double.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/assert.h (modified) * uspace/lib/usb/include/usb/request.h (modified) * uspace/lib/usbdev/src/request.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/net/inetsrv/pdu.c (modified) Change static_assert to its standard definition Thu, 10 Jan 2019 08:22:07 GMT jxsvoboda <5887334+jxsvoboda@…> [f47c2dc1] * uspace/app/init/untar.c (modified) * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/lib/pcut/src/os/generic.c (modified) * uspace/lib/untar/untar.c (modified) removed some trailing whitespace Wed, 09 Jan 2019 08:27:21 GMT Vojtech Horky [c2db02a] * uspace/app/hbench/Makefile (modified) * uspace/app/hbench/benchlist.c (modified) * uspace/app/hbench/hbench.h (modified) * uspace/app/hbench/synch/fibril_mutex.c (added) hbench: add fibril_mutex benchmark Not very sophisticated but not ... Mon, 07 Jan 2019 12:56:22 GMT Vojtech Horky [ebb0835] * uspace/app/hbench/csv.c (modified) * uspace/app/hbench/doc/doxygroups.h (modified) * uspace/app/hbench/fs/dirread.c (modified) * uspace/app/hbench/fs/fileread.c (modified) * uspace/app/hbench/hbench.h (modified) * uspace/app/hbench/ipc/ns_ping.c (modified) * uspace/app/hbench/ipc/ping_pong.c (modified) * uspace/app/hbench/main.c (modified) * uspace/app/hbench/malloc/malloc1.c (modified) * uspace/app/hbench/malloc/malloc2.c (modified) hbench: add tiny wrapper around stopwatch_t This prepares the ... Sun, 06 Jan 2019 22:33:17 GMT Vojtech Horky [a787081] * uspace/app/hbench/benchlist.c (modified) * uspace/app/hbench/fs/dirread.c (modified) * uspace/app/hbench/fs/fileread.c (modified) * uspace/app/hbench/hbench.h (modified) * uspace/app/hbench/ipc/ns_ping.c (modified) * uspace/app/hbench/ipc/ping_pong.c (modified) * uspace/app/hbench/malloc/malloc1.c (modified) * uspace/app/hbench/malloc/malloc2.c (modified) hbench: do not shorten identifiers at all costs Sun, 06 Jan 2019 22:29:09 GMT Vojtech Horky [77b01fe] * uspace/app/hbench/ipc/ns_ping.c (modified) * uspace/app/hbench/ipc/ping_pong.c (modified) * uspace/app/hbench/malloc/malloc1.c (modified) * uspace/app/hbench/malloc/malloc2.c (modified) hbench: add Doxygen groups Sun, 06 Jan 2019 22:28:51 GMT Vojtech Horky [d926f42] * uspace/app/hbench/benchlist.c (modified) * uspace/app/hbench/benchlist.h (deleted) * uspace/app/hbench/csv.c (modified) * uspace/app/hbench/csv.h (deleted) * uspace/app/hbench/fs/dirread.c (modified) * uspace/app/hbench/fs/fileread.c (modified) * uspace/app/hbench/hbench.h (modified) * uspace/app/hbench/ipc/ns_ping.c (modified) * uspace/app/hbench/ipc/ping_pong.c (modified) * uspace/app/hbench/main.c (modified) * uspace/app/hbench/malloc/malloc1.c (modified) * uspace/app/hbench/malloc/malloc2.c (modified) * uspace/app/hbench/params.c (modified) * uspace/app/hbench/params.h (deleted) hbench: one header is enough Sun, 06 Jan 2019 22:19:21 GMT Vojtech Horky [fe656783] * .gitignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/hbench/Makefile (moved) * uspace/app/hbench/benchlist.c (moved) * uspace/app/hbench/benchlist.h (moved) * uspace/app/hbench/csv.c (moved) * uspace/app/hbench/csv.h (moved) * uspace/app/hbench/doc/doxygroups.h (moved) * uspace/app/hbench/fs/dirread.c (moved) * uspace/app/hbench/fs/fileread.c (moved) * uspace/app/hbench/hbench.h (moved) * uspace/app/hbench/ipc/ns_ping.c (moved) * uspace/app/hbench/ipc/ping_pong.c (moved) * uspace/app/hbench/main.c (moved) * uspace/app/hbench/malloc/malloc1.c (moved) * uspace/app/hbench/malloc/malloc2.c (moved) * uspace/app/hbench/params.c (moved) * uspace/app/hbench/params.h (moved) Rename perf to hbench The main reason for the rename is that perf ... Fri, 04 Jan 2019 21:22:17 GMT Jiri Svoboda [f2d88f3] * uspace/app/sportdmp/sportdmp.c (modified) * uspace/app/tester/chardev/chardev1.c (modified) * uspace/app/tester/hw/serial/serial1.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/char/ski-con/ski-con.c (modified) * uspace/drv/char/sun4v-con/sun4v-con.c (modified) * uspace/drv/hid/atkbd/atkbd.c (modified) * uspace/drv/hid/ps2mouse/ps2mouse.c (modified) * uspace/drv/hid/xtkbd/xtkbd.c (modified) * uspace/lib/c/generic/io/chardev.c (modified) * uspace/lib/c/generic/io/chardev_srv.c (modified) * uspace/lib/c/include/io/chardev.h (modified) * uspace/lib/c/include/io/chardev_srv.h (modified) * uspace/lib/c/include/types/io/chardev.h (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/isdv4_tablet/isdv4.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/net/slip/slip.c (modified) * uspace/srv/test/chardev-test/main.c (modified) Add forgotten changes to enable non-blocking chardev read Fri, 04 Jan 2019 15:48:59 GMT Vojtech Horky [1bad5fd] * .gitignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/bnchmark/Makefile (deleted) * uspace/app/bnchmark/bnchmark.c (deleted) * uspace/app/bnchmark/doc/doxygroups.h (deleted) Remove bnchmark application The benchmarks included in this ... Fri, 04 Jan 2019 15:46:42 GMT Vojtech Horky [13b1b48] * uspace/app/perf/Makefile (modified) * uspace/app/perf/benchlist.c (modified) * uspace/app/perf/benchlist.h (modified) * uspace/app/perf/fs/dirread.c (added) * uspace/app/perf/fs/fileread.c (added) perf: add benchmarks from bnchmark application Probably it should ... Fri, 04 Jan 2019 15:00:21 GMT Vojtech Horky [f85546d] * uspace/app/perf/Makefile (modified) * uspace/app/perf/params.c (added) * uspace/app/perf/params.h (added) * uspace/app/perf/perf.c (modified) perf: add benchmark parameters Added API for extra benchmark ... Thu, 03 Jan 2019 22:23:00 GMT Jiri Svoboda [c477c80] * abi/include/abi/ipc/methods.h (modified) * kernel/arch/arm32/src/mm/tlb.c (modified) * kernel/arch/ppc32/include/arch/istate_struct.h (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/proc/thread.c (modified) * uspace/app/wavplay/drec.c (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/bus/usb/ehci/hw_struct/iso_transfer_descriptor.h (modified) * uspace/drv/nic/rtl8139/driver.h (modified) * uspace/lib/c/generic/as.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/vol.c (modified) * uspace/lib/nettl/include/nettl/amap.h (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/srv/fs/udf/udf.h (modified) * uspace/srv/fs/udf/udf_file.c (modified) * uspace/srv/fs/udf/udf_file.h (modified) * uspace/srv/fs/udf/udf_ops.c (modified) * uspace/srv/fs/udf/udf_volume.c (modified) * uspace/srv/fs/udf/udf_volume.h (modified) * uspace/srv/logger/logs.c (modified) * uspace/srv/net/dnsrsrv/dns_msg.c (modified) Fix some common misspellings Thu, 03 Jan 2019 10:24:23 GMT Vojtech Horky [a362c16] * uspace/app/perf/doc/doxygroups.h (modified) perf: a bit of documentation Thu, 03 Jan 2019 09:49:54 GMT Vojtech Horky [60029df] * uspace/app/perf/Makefile (modified) * uspace/app/perf/csv.c (added) * uspace/app/perf/csv.h (added) * uspace/app/perf/perf.c (modified) perf: add CSV output Use -o filename to store benchmark results ... Thu, 03 Jan 2019 09:20:57 GMT Vojtech Horky [043d464f] * uspace/app/perf/ipc/ping_pong.c (modified) perf: add hint for ping_pong benchmark Thu, 03 Jan 2019 06:53:22 GMT Vojtech Horky [b9f1585] * .gitignore (modified) * abi/include/abi/ipc/interfaces.h (modified) * boot/Makefile.common (modified) * boot/arch/arm32/src/mm.c (modified) * boot/arch/ia64/src/main.c (modified) * kernel/genarch/src/fb/fb.c (modified) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/pci/Makefile (added) * uspace/app/pci/doc/doxygroups.h (added) * uspace/app/pci/pci.c (added) * uspace/drv/bus/pci/pciintel/Makefile (modified) * uspace/drv/bus/pci/pciintel/ctl.c (added) * uspace/drv/bus/pci/pciintel/ctl.h (added) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/pci/pciintel/pci.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/io/chargrid.c (modified) * uspace/lib/c/generic/pci.c (added) * uspace/lib/c/include/ipc/pci.h (added) * uspace/lib/c/include/pci.h (added) * uspace/lib/c/include/types/pci.h (added) * uspace/lib/clui/tinput.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Merge upstream changes Thu, 03 Jan 2019 00:53:50 GMT Jiri Svoboda [7acd787] * .gitignore (modified) * abi/include/abi/ipc/interfaces.h (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/pci/Makefile (added) * uspace/app/pci/doc/doxygroups.h (added) * uspace/app/pci/pci.c (added) * uspace/drv/bus/pci/pciintel/Makefile (modified) * uspace/drv/bus/pci/pciintel/ctl.c (added) * uspace/drv/bus/pci/pciintel/ctl.h (added) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/pci/pciintel/pci.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/pci.c (added) * uspace/lib/c/include/ipc/pci.h (added) * uspace/lib/c/include/pci.h (added) * uspace/lib/c/include/types/pci.h (added) * uspace/srv/locsrv/locsrv.c (modified) Utility for listing PCI devices Currently all information presented ... Wed, 02 Jan 2019 21:17:05 GMT Vojtech Horky [b4a4ad94] * uspace/app/perf/perf.c (modified) perf: compute average throughput correctly The correct way to ... Wed, 02 Jan 2019 13:50:36 GMT Vojtech Horky [79bb48e] * uspace/app/perf/perf.c (modified) perf: use the right type Tue, 01 Jan 2019 19:53:07 GMT Vojtech Horky [713ba400] * uspace/app/perf/perf.c (modified) * uspace/app/tester/tester.c (modified) Refactoring in tester and perf Use can_cast_size_t_to_int instead ... Tue, 01 Jan 2019 17:45:11 GMT Vojtech Horky [7e85d2b] * uspace/app/perf/perf.c (modified) perf: variable renaming Tue, 01 Jan 2019 17:43:54 GMT Vojtech Horky [980611d5] * uspace/app/perf/perf.c (modified) perf: use uint64_t for workload size We also check that we do not ... Sat, 29 Dec 2018 20:37:25 GMT Jakub Jermář [59cce22] * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) Prevents 'ls -r' from crashing when executed in an empty directory ... Fri, 28 Dec 2018 13:56:05 GMT Vojtech Horky [d5caf79] * uspace/app/perf/Makefile (modified) * uspace/app/perf/benchlist.c (added) * uspace/app/perf/benchlist.h (added) * uspace/app/perf/ipc/ns_ping.c (modified) * uspace/app/perf/ipc/ns_ping.def (deleted) * uspace/app/perf/ipc/ping_pong.c (modified) * uspace/app/perf/ipc/ping_pong.def (deleted) * uspace/app/perf/malloc/malloc1.c (modified) * uspace/app/perf/malloc/malloc1.def (deleted) * uspace/app/perf/malloc/malloc2.c (modified) * uspace/app/perf/malloc/malloc2.def (deleted) * uspace/app/perf/perf.c (modified) * uspace/app/perf/perf.h (modified) perf: hide more benchmark implementation It is much easier to ... Fri, 28 Dec 2018 13:53:23 GMT Vojtech Horky [c7de81b] * uspace/app/perf/perf.c (modified) perf: fix thruput computation Fri, 28 Dec 2018 09:32:11 GMT Vojtech Horky [3bd74758] * uspace/app/perf/ipc/ns_ping.c (modified) * uspace/app/perf/ipc/ns_ping.def (modified) * uspace/app/perf/ipc/ping_pong.c (modified) * uspace/app/perf/ipc/ping_pong.def (modified) * uspace/app/perf/malloc/malloc1.c (modified) * uspace/app/perf/malloc/malloc1.def (modified) * uspace/app/perf/malloc/malloc2.c (modified) * uspace/app/perf/malloc/malloc2.def (modified) * uspace/app/perf/perf.c (modified) * uspace/app/perf/perf.h (modified) perf: huge refactoring The overall aim of this refactoring was to ... Tue, 18 Dec 2018 18:38:49 GMT Jiri Svoboda [485281e] * uspace/app/modplay/modplay.c (modified) * uspace/app/wavplay/main.c (modified) Allow specifying non-default audio target Needed when there is more ... Sat, 15 Dec 2018 21:50:44 GMT Jakub Jermar [4bb4cf88] * uspace/app/mkext4/mkext4.c (modified) Make 4K block size the default for ext4