# # ChangeLog for / in mainline # # Generated by Trac 1.6 # 2024-09-20T09:19:39Z Wed, 06 Nov 2019 21:10:53 GMT Jiri Svoboda [e422ff6] * uspace/srv/hid/display/client.c (modified) * uspace/srv/hid/display/test/client.c (modified) * uspace/srv/hid/display/types/display/client.h (modified) ds_client_get_event() should not block if no events are pending ... Wed, 06 Nov 2019 18:10:54 GMT Jiri Svoboda [959b7ec] * uspace/lib/display/include/disp_srv.h (modified) * uspace/lib/display/include/types/display.h (modified) * uspace/lib/display/meson.build (modified) * uspace/lib/display/src/disp_srv.c (modified) * uspace/lib/display/src/display.c (modified) * uspace/lib/display/test/display.c (added) * uspace/lib/display/test/main.c (added) * uspace/srv/hid/display/main.c (modified) Start adding tests for libdisplay and fix display_close So far we ... Wed, 06 Nov 2019 13:23:59 GMT Jiri Svoboda [648e2ac] * uspace/srv/hid/display/display.c (modified) * uspace/srv/hid/display/test/client.c (modified) * uspace/srv/hid/display/test/display.c (modified) * uspace/srv/hid/display/test/window.c (modified) * uspace/srv/hid/display/window.c (modified) * uspace/srv/hid/display/window.h (modified) ds_window_delete should be ds_window_destroy Wed, 06 Nov 2019 13:20:41 GMT Jiri Svoboda [b2d1df3] * uspace/srv/hid/display/meson.build (modified) * uspace/srv/hid/display/test/client.c (added) * uspace/srv/hid/display/test/display.c (modified) * uspace/srv/hid/display/test/main.c (modified) * uspace/srv/hid/display/test/window.c (modified) Fix test, add missing tests for ds_client and ds_display Tue, 05 Nov 2019 08:00:18 GMT Jiri Svoboda [be15256] * uspace/srv/hid/display/client.c (modified) * uspace/srv/hid/display/client.h (modified) * uspace/srv/hid/display/main.c (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 (modified) ds_client should not have reverse dependency on libdisplay's ... 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:34:14 GMT Jiri Svoboda [22faaf2] * uspace/srv/hid/display/display.c (modified) * uspace/srv/hid/display/output.c (modified) * uspace/srv/hid/display/types/display/window.h (modified) * uspace/srv/hid/display/window.c (modified) A little bit of tiling support 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 18:23:29 GMT Jiri Svoboda [7b882c1f] * uspace/lib/congfx/src/console.c (modified) * uspace/lib/gfx/include/gfx/coord.h (modified) * uspace/lib/gfx/include/types/gfx/coord.h (modified) * uspace/lib/gfx/meson.build (modified) * uspace/lib/gfx/src/coord.c (added) * uspace/lib/gfx/test/coord.c (added) * uspace/lib/gfx/test/main.c (modified) * uspace/lib/guigfx/src/canvas.c (modified) Need some vector operations 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 Thu, 17 Oct 2019 23:20:18 GMT Jiri Svoboda [dcc4cb31] * uspace/lib/gfx/include/gfx/bitmap.h (modified) * uspace/lib/gfx/include/types/gfx/ops/context.h (modified) * uspace/lib/gfx/meson.build (modified) * uspace/lib/gfx/src/bitmap.c (modified) * uspace/lib/gfx/test/bitmap.c (added) * uspace/lib/gfx/test/main.c (modified) Refine bitmap ops and add tests Tue, 15 Oct 2019 16:33:25 GMT Jiri Svoboda [78a71936] * uspace/lib/gfx/include/gfx/bitmap.h (added) * uspace/lib/gfx/include/types/gfx/bitmap.h (added) * uspace/lib/gfx/include/types/gfx/ops/context.h (modified) * uspace/lib/gfx/meson.build (modified) * uspace/lib/gfx/private/bitmap.h (added) * uspace/lib/gfx/private/color.h (modified) * uspace/lib/gfx/src/bitmap.c (added) Bitmap operations (WIP) Thu, 10 Oct 2019 10:17:17 GMT Jiri Svoboda [159776f] * 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/meson.build (modified) * uspace/srv/hid/display/output.c (added) * uspace/srv/hid/display/output.h (added) * uspace/srv/hid/display/test/display.c (modified) * uspace/srv/hid/display/test/window.c (modified) * uspace/srv/hid/display/types/display/display.h (modified) * uspace/srv/hid/display/window.c (modified) Provisional display server output via canvas/guigfx Sat, 05 Oct 2019 09:19:15 GMT Jiri Svoboda [bef51cf] * uspace/srv/hid/display/meson.build (modified) * uspace/srv/hid/display/test/display.c (modified) * uspace/srv/hid/display/test/main.c (modified) * uspace/srv/hid/display/test/window.c (added) * uspace/srv/hid/display/window.c (modified) Need a few more tests for ds_display_t/ds_window_t Sat, 05 Oct 2019 08:45:25 GMT Jiri Svoboda [6af4b4f] * 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/meson.build (modified) * uspace/srv/hid/display/test/display.c (added) * uspace/srv/hid/display/test/main.c (moved) * uspace/srv/hid/display/types/display/display.h (added) * uspace/srv/hid/display/types/display/window.h (added) * uspace/srv/hid/display/window.c (moved) * uspace/srv/hid/display/window.h (moved) Introduce ds_display_t, ds_window_t 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, 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 Mon, 19 Aug 2019 11:13:12 GMT Jiří Zárevúcky [1a4ec93f] * README.md (modified) Update README Sun, 18 Aug 2019 19:54:45 GMT Jiří Zárevúcky [3daa163] * tools/travis.sh (modified) Fix travis Since there is no concept of "existing configuration" of ... Sun, 18 Aug 2019 19:14:00 GMT Jiří Zárevúcky [1c39d33b] * configure.sh (modified) Exit configure.sh after detecting missing meson or ninja Sun, 18 Aug 2019 19:06:02 GMT GitHub [32b4302] * .gitignore (modified) * .travis.yml (modified) * Makefile (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/arm64/meson.build (added) * boot/arch/ia32/Makefile.inc (deleted) * boot/arch/ia32/meson.build (added) * boot/arch/ia64/_link.ld.in (modified) * boot/arch/ia64/meson.build (added) * boot/arch/mips32/meson.build (added) * 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/generic/src/version.c (modified) * boot/grub/build_dist.sh.in (moved) * boot/grub/grub.cfg.in (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) * kernel/Makefile (deleted) * kernel/arch/abs32le/meson.build (added) * kernel/arch/amd64/Makefile.inc (deleted) * kernel/arch/amd64/meson.build (moved) * kernel/arch/arm32/Makefile.inc (deleted) * kernel/arch/arm32/meson.build (added) * kernel/arch/arm64/Makefile.inc (deleted) * kernel/arch/arm64/meson.build (moved) * kernel/arch/ia32/Makefile.inc (deleted) * kernel/arch/ia32/meson.build (added) * kernel/arch/ia64/meson.build (moved) * kernel/arch/mips32/meson.build (moved) * kernel/arch/ppc32/meson.build (moved) * kernel/arch/riscv64/Makefile.inc (deleted) * kernel/arch/riscv64/meson.build (moved) * kernel/arch/sparc64/Makefile.inc (deleted) * kernel/arch/sparc64/meson.build (moved) * kernel/genarch/Makefile.inc (deleted) * kernel/genarch/meson.build (added) * kernel/generic/meson.build (added) * kernel/generic/src/main/version.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 (moved) * meson/arch/arm64/meson.build (moved) * meson/arch/ia32/meson.build (added) * meson/arch/ia64/meson.build (added) * meson/arch/mips32/meson.build (moved) * meson/arch/ppc32/meson.build (moved) * meson/arch/riscv64/meson.build (moved) * 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/autotool.py (deleted) * tools/build_all.sh (added) * tools/cc.sh (modified) * tools/config.py (modified) * tools/dest_build.py (deleted) * tools/ew.py (modified) * tools/export.sh (moved) * tools/list_profiles.sh (added) * tools/mkarray_for_meson.sh (moved) * tools/release.sh (moved) * tools/srepl (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/meson.build (added) * uspace/app/bdsh/meson.build (moved) * uspace/app/bithenge/meson.build (added) * uspace/app/blkdump/meson.build (moved) * uspace/app/contacts/meson.build (moved) * uspace/app/corecfg/Makefile (deleted) * uspace/app/corecfg/meson.build (added) * uspace/app/cpptest/meson.build (added) * uspace/app/date/meson.build (moved) * uspace/app/devctl/Makefile (deleted) * 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/meson.build (added) * uspace/app/getterm/meson.build (added) * uspace/app/getterm/version.c (modified) * uspace/app/gunzip/meson.build (moved) * 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 (moved) * 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/Makefile (deleted) * 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 (moved) * uspace/app/ping/meson.build (added) * uspace/app/pkg/Makefile (deleted) * uspace/app/pkg/meson.build (added) * uspace/app/redir/meson.build (added) * 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/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 (moved) * 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/Makefile (deleted) * uspace/app/vdemo/meson.build (added) * uspace/app/viewer/meson.build (moved) * uspace/app/vlaunch/meson.build (moved) * 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/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/meson.build (added) * 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/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/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/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 (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/Makefile (deleted) * 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/amd64/Makefile.inc (deleted) * uspace/lib/c/arch/amd64/meson.build (added) * uspace/lib/c/arch/arm32/Makefile.inc (deleted) * uspace/lib/c/arch/arm32/meson.build (moved) * uspace/lib/c/arch/arm64/meson.build (added) * uspace/lib/c/arch/ia32/Makefile.inc (deleted) * uspace/lib/c/arch/ia32/meson.build (added) * uspace/lib/c/arch/ia64/Makefile.inc (deleted) * uspace/lib/c/arch/ia64/meson.build (added) * uspace/lib/c/arch/mips32/Makefile.inc (deleted) * uspace/lib/c/arch/mips32/meson.build (added) * uspace/lib/c/arch/ppc32/Makefile.inc (deleted) * uspace/lib/c/arch/ppc32/meson.build (moved) * uspace/lib/c/arch/riscv64/meson.build (moved) * uspace/lib/c/arch/sparc64/Makefile.inc (deleted) * uspace/lib/c/arch/sparc64/meson.build (moved) * 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 (moved) * uspace/lib/draw/Makefile (deleted) * uspace/lib/draw/meson.build (moved) * 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/graph/meson.build (added) * uspace/lib/gui/Makefile (deleted) * uspace/lib/gui/meson.build (moved) * 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 (moved) * 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/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/pcut/update-from-master.sh (modified) * uspace/lib/posix/Makefile (deleted) * uspace/lib/posix/meson.build (moved) * uspace/lib/scsi/meson.build (added) * uspace/lib/sif/Makefile (deleted) * uspace/lib/sif/meson.build (moved) * 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/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 (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/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 (moved) * 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/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/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 (added) * 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/volsrv/Makefile (deleted) * uspace/srv/volsrv/meson.build (moved) * version (modified) Merge pull request #174 from le-jzr/meson3 Convert HelenOS build ... Sun, 18 Aug 2019 17:55:08 GMT Jiří Zárevúcky [6c2fac18] * meson/part/initrd/meson.build (modified) Fix compiler path in libgcc detection Sun, 18 Aug 2019 15:44:58 GMT Jiří Zárevúcky [08c851ce] * configure.sh (modified) Add explicit check and helpful error message for presence of meson ... Sun, 18 Aug 2019 15:36:21 GMT Jiří Zárevúcky [a42be38] * configure.sh (modified) * meson/cross/amd64 (modified) * meson/cross/amd64_clang (modified) * meson/cross/arm32 (modified) * meson/cross/arm64 (modified) * meson/cross/ia32 (modified) * meson/cross/ia64 (modified) * meson/cross/mips32 (modified) * meson/cross/mips32eb (modified) * meson/cross/ppc32 (modified) * meson/cross/riscv64 (modified) * meson/cross/sparc64 (modified) Don't require the cross toolchain to be in $PATH The toolchain in ... Sun, 18 Aug 2019 12:48:54 GMT Jiří Zárevúcky [521669d] * tools/release.sh (modified) Fix release.sh The `git archive` would create the file in the wrong ... Sun, 18 Aug 2019 12:20:40 GMT Jiří Zárevúcky [3f1a481] * tools/config.py (modified) Display masked entries in config Sun, 18 Aug 2019 11:51:53 GMT Jiří Zárevúcky [095ed4a] * meson/part/extra_targets/meson.build (modified) * tools/config.py (modified) Mask options that can't be changed via ninja config Sun, 18 Aug 2019 11:17:19 GMT Jiří Zárevúcky [45fdc55] * meson/part/read_config/meson.build (modified) Fix configuration changes not forcing reconfigure outside source dir Sat, 17 Aug 2019 17:46:13 GMT Jiří Zárevúcky [e9ff39b] * meson/part/read_config/meson.build (modified) Explicitly check that PROFILE/MACHINE have not been reconfigured Sat, 17 Aug 2019 17:09:57 GMT Jiří Zárevúcky [d162f1b] * tools/README (modified) * tools/dest_build.py (deleted) Remove dest_build.py Since Meson is always out-of-tree, we don't ... Sat, 17 Aug 2019 17:08:13 GMT Jiří Zárevúcky [be9702e0] * Makefile (modified) Fix make ccheck Sat, 17 Aug 2019 16:52:34 GMT Jiří Zárevúcky [5411bd3] * tools/cc.sh (modified) Fix out-of-build copyright file generation Sat, 17 Aug 2019 14:46:33 GMT Jiří Zárevúcky [602b8c0] * tools/travis.sh (modified) Fix travis build directory Sat, 17 Aug 2019 14:39:20 GMT Jiří Zárevúcky [127cb7be] * meson/part/extra_targets/meson.build (modified) * meson/part/tools/meson.build (modified) Make doxygen optional Sat, 17 Aug 2019 14:30:40 GMT Jiří Zárevúcky [7c6ae0e] * .travis.yml (modified) * tools/travis.sh (modified) Adjust PATH in travis Sat, 17 Aug 2019 14:25:55 GMT Jiří Zárevúcky [4694043] * .travis.yml (modified) Install setuptools in Travis Sat, 17 Aug 2019 14:17:11 GMT Jiří Zárevúcky [0cefcdc] * .travis.yml (modified) Actually use pip3 for installing ninja/meson Sat, 17 Aug 2019 14:10:53 GMT Jiří Zárevúcky [65bac9b] * .travis.yml (modified) Install ninja and meson in travis Sat, 17 Aug 2019 14:07:15 GMT Jiří Zárevúcky [6a6a15e] * tools/travis.sh (modified) Update travis.sh Sat, 17 Aug 2019 14:05:20 GMT Jiří Zárevúcky [5c08011e] * tools/travis.sh (modified) Update travis.sh Sat, 17 Aug 2019 12:49:44 GMT Jiří Zárevúcky [d39ce97d] * boot/arch/arm64/meson.build (modified) * meson/arch/amd64/meson.build (modified) Remove comments turned into tickets Sat, 17 Aug 2019 12:49:44 GMT Jiří Zárevúcky [01552e3] * tools/ew.py (modified) Remove unnecessary changes to tools/ew.py Sat, 17 Aug 2019 12:49:44 GMT Jiří Zárevúcky [2db5c83] * configure.sh (modified) Link tools directory to build directory for easier access 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 [58ef532] * tools/build_all.sh (modified) * tools/mkarray_for_meson.sh (modified) Make shell script tools more portable Sat, 17 Aug 2019 12:49:44 GMT Jiří Zárevúcky [05d97eef] * Makefile (modified) * meson/part/initrd/meson.build (modified) * meson/part/tools/meson.build (modified) * release/Makefile (deleted) * tools/build_all.sh (modified) * tools/list_profiles.sh (added) * tools/release.sh (added) Always add copyright information to the image and also add release script 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:44 GMT Jiří Zárevúcky [7749646] * meson/part/exports/meson.build (modified) * meson/part/initrd/install_devel.sh.in (added) * meson/part/initrd/meson.build (modified) * tools/README (added) * tools/export.sh (added) * uspace/lib/c/meson.build (modified) * uspace/lib/meson.build (modified) * uspace/lib/posix/meson.build (modified) Add tools/export.sh to replace `make export` Sat, 17 Aug 2019 12:49:44 GMT Jiří Zárevúcky [e3737eda] * configure.sh (modified) Cosmetic tweak Sat, 17 Aug 2019 12:49:44 GMT Jiří Zárevúcky [e50bdd4e] * tools/build_all.sh (moved) Move build_all.sh to tools Sat, 17 Aug 2019 12:49:44 GMT Jiří Zárevúcky [ee353dd8] * meson/part/initrd/meson.build (modified) Fix dist build Sat, 17 Aug 2019 12:49:44 GMT Jiří Zárevúcky [fa6fbad8] * build_all.sh (modified) Build images by default in build_all.sh Sat, 17 Aug 2019 12:49:44 GMT Jiří Zárevúcky [19c2b44] * meson.build (modified) Remove broken subdir() Sat, 17 Aug 2019 12:49:44 GMT Jiří Zárevúcky [eb9c598] * doxygen/meson.build (deleted) * meson/part/extra_targets/doxygen.cfg.diff (moved) * meson/part/extra_targets/meson.build (modified) * meson/part/tools/meson.build (modified) Move doxygen target to meson/part/extra_targets Sat, 17 Aug 2019 12:49:44 GMT Jiří Zárevúcky [200b211] * meson.build (modified) * meson/part/compiler_args/meson.build (added) * meson/part/exports/config.mk.in (moved) * meson/part/exports/meson.build (added) * meson/part/extra_targets/meson.build (added) * meson/part/initrd/install.sh.in (moved) * meson/part/initrd/meson.build (added) * meson/part/initrd_manifest/meson.build (added) * meson/part/read_config/meson.build (added) * meson/part/tools/meson.build (added) Reorganize main meson.build script I split most of it into separate ... Sat, 17 Aug 2019 12:49:44 GMT Jiří Zárevúcky [5139663] * Makefile (modified) * tools/check.sh (deleted) Remove broken tools/check.sh, as it's replaced by build_all.sh Sat, 17 Aug 2019 12:49:44 GMT Jiří Zárevúcky [4b65f9a] * meson.build (modified) * tools/conf/msim.conf (modified) * tools/conf/ski.conf (modified) * tools/ew.py (modified) Make tools/ew.py runnable from the build directory Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [971849b1] * kernel/meson.build (modified) * meson.build (modified) Enable LTO for kernel Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [2483f28] * kernel/meson.build (modified) * meson.build (modified) * meson/cross/amd64_clang (modified) Some clang fixes Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [d27a505e] * meson.build (modified) Comments Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [2670afc] * Makefile (modified) * meson.build (modified) Remove some replaced stuff from Makefile Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [43255da] * meson.build (modified) Add `ninja config` command Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [18b1643] * build_all.sh (modified) * configure.sh (added) * meson.build (modified) Add standalone configure.sh script Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [8183b35] * build_all.sh (modified) build_all.sh: Run configuration in parallel Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [af7223b] * tools/config.py (modified) Fix revision fetching in out of tree config.py Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [f69d5a8] * build_all.sh (modified) build_all.sh: Add missing space above banner Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [d3357e9] * boot/meson.build (modified) * build_all.sh (modified) * kernel/meson.build (modified) * meson.build (modified) Make building bootable images optional Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [56440a5] * .gitignore (modified) * build_all.sh (added) * meson.build (modified) Add build_all.sh script Can be run from any directory. It ... Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [667c3fc] * Makefile (modified) * meson.build (modified) * uspace/lib/meson.build (modified) Fix handling of CONFIG_BUILD_SHARED_LIBS Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [d4b30cf] * Makefile (modified) Expect cross toolchain binaries to be in PATH The cross files for ... Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [2e2cefdb] * Makefile (modified) * boot/meson.build (modified) * kernel/meson.build (modified) * meson.build (modified) Put configuration in build directory instead of source root Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [45b26114] * Makefile (modified) * tools/config.py (modified) tools/config.py: Explicitly designate presets directory This allows ... Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [4b42382] * uspace/meson.build (modified) Update comment Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [92fff0c] * .gitignore (modified) * Makefile (modified) * meson.build (modified) wip Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [e503cea9] * Makefile (modified) * doxygen/meson.build (moved) * meson.build (modified) use meson target for doxygen Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [1783f75] * Makefile (modified) * meson.build (modified) * tools/autotool.py (deleted) * tools/ew.py (modified) * uspace/lib/pcut/update-from-master.sh (modified) Remove autotool.py Meson does everything that it was used for. Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [b3ff685] * Makefile (modified) * boot/Makefile (deleted) * boot/Makefile.build (deleted) * boot/Makefile.common (deleted) * boot/Makefile.empty (deleted) * boot/Makefile.initrd (deleted) * boot/Makefile.silo (deleted) * boot/Makefile.yaboot (deleted) * boot/arch/abs32le/Makefile.inc (deleted) * boot/arch/amd64/Makefile.inc (deleted) * boot/arch/arm32/Makefile.inc (deleted) * boot/arch/arm64/Makefile.inc (deleted) * boot/arch/ia32/Makefile.inc (deleted) * boot/arch/ia64/Makefile.inc (deleted) * boot/arch/mips32/Makefile.inc (deleted) * boot/arch/ppc32/Makefile.inc (deleted) * boot/arch/riscv64/Makefile.inc (deleted) * boot/arch/sparc64/Makefile.inc (deleted) Remove boot makefiles Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [3582362] * boot/arch/abs32le/meson.build (added) * boot/meson.build (modified) abs32le boot Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [5631c9c] * boot/arch/sparc64/Makefile.inc (modified) * boot/arch/sparc64/_link.ld.in (modified) * boot/arch/sparc64/meson.build (added) * boot/meson.build (modified) * boot/silo/build_dist.sh (added) * boot/silo/meson.build (added) * boot/yaboot/meson.build (modified) * meson/arch/sparc64/meson.build (modified) * tools/ew.py (modified) sparc64 boot Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [356e17e0] * boot/arch/riscv64/Makefile.inc (modified) * boot/arch/riscv64/meson.build (added) * meson/arch/riscv64/meson.build (modified) * tools/ew.py (modified) riscv64 boot Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [8684e34] * boot/arch/ppc32/Makefile.inc (modified) * boot/arch/ppc32/_link.ld.in (modified) * boot/arch/ppc32/meson.build (added) * boot/meson.build (modified) * boot/yaboot/build_dist.sh (added) * boot/yaboot/meson.build (added) * meson/arch/ppc32/meson.build (modified) ppc32 boot Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [57977e4] * tools/conf/msim.conf (modified) fix msim Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [d197d25a] * meson.build (modified) Don't include init binaries in barebone initrd image Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [7a4a6e5] * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips32/meson.build (added) * meson/arch/mips32/meson.build (modified) mips32 wip Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [318af1a] * boot/Makefile.grub (deleted) * boot/Makefile.uboot (deleted) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/ia64/_link.ld.in (modified) * boot/arch/ia64/meson.build (added) * meson/arch/ia64/meson.build (modified) * tools/conf/ski.conf (modified) ia64 boot Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [3706d93] * boot/arch/arm64/meson.build (modified) * boot/grub/meson.build (modified) * boot/meson.build (modified) * meson.build (modified) Honor CONFIG_COMPRESSED_INIT Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [512579c] * tools/ew.py (modified) small ew tweak Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [a73a1453] * boot/arch/arm64/Makefile.inc (modified) * boot/arch/arm64/meson.build (added) * boot/grub/meson.build (modified) * meson.build (modified) * meson/arch/arm64/meson.build (modified) * tools/ew.py (modified) arm64 wip Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [5b586b9] * boot/arch/arm32/meson.build (modified) * boot/meson.build (modified) * meson.build (modified) rest of arms Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [98975a8] * boot/Makefile.build (modified) * boot/Makefile.common (modified) * boot/arch/abs32le/Makefile.inc (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/meson.build (added) * boot/meson.build (modified) * meson.build (modified) * meson/arch/arm32/meson.build (modified) * tools/ew.py (modified) arm32/integratorcp Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [643640a] * boot/arch/amd64/Makefile.inc (modified) * boot/arch/ia32/meson.build (added) ia32 Sat, 17 Aug 2019 12:49:43 GMT Jiří Zárevúcky [28fcaee] * boot/Makefile (modified) * boot/Makefile.grub (modified) * boot/arch/abs32le/Makefile.inc (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/amd64/meson.build (added) * boot/grub/build_dist.sh.in (added) * boot/grub/grub.cfg.in (added) * boot/grub/meson.build (added) * boot/meson.build (added) * kernel/meson.build (modified) * meson.build (modified) * tools/ew.py (modified) * uspace/meson.build (modified) amd64 boot