# # ChangeLog for boot in mainline # # Generated by Trac 1.6 # 2025-10-20T16:34:57Z Sun, 12 Nov 2017 11:32:46 GMT Jakub Jermar [fe171357] * boot/Makefile.build (modified) * kernel/Makefile (modified) * uspace/Makefile.common (modified) Make assembler warnings fatal again for all architectures Sun, 12 Nov 2017 00:23:46 GMT Jiri Svoboda [53b9f2c] * .bzrignore (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/ppc32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/block/usbmast/Makefile (moved) * uspace/drv/block/usbmast/bo_trans.c (moved) * uspace/drv/block/usbmast/bo_trans.h (moved) * uspace/drv/block/usbmast/cmdw.c (moved) * uspace/drv/block/usbmast/cmdw.h (moved) * uspace/drv/block/usbmast/main.c (moved) * uspace/drv/block/usbmast/scsi_ms.c (moved) * uspace/drv/block/usbmast/scsi_ms.h (moved) * uspace/drv/block/usbmast/usbmast.h (moved) * uspace/drv/block/usbmast/usbmast.ma (moved) * uspace/drv/hid/usbhid/Makefile (moved) * uspace/drv/hid/usbhid/blink1/blink1.c (moved) * uspace/drv/hid/usbhid/blink1/blink1.h (moved) * uspace/drv/hid/usbhid/generic/hiddev.c (moved) * uspace/drv/hid/usbhid/generic/hiddev.h (moved) * uspace/drv/hid/usbhid/kbd/conv.c (moved) * uspace/drv/hid/usbhid/kbd/conv.h (moved) * uspace/drv/hid/usbhid/kbd/kbddev.c (moved) * uspace/drv/hid/usbhid/kbd/kbddev.h (moved) * uspace/drv/hid/usbhid/kbd/kbdrepeat.c (moved) * uspace/drv/hid/usbhid/kbd/kbdrepeat.h (moved) * uspace/drv/hid/usbhid/main.c (moved) * uspace/drv/hid/usbhid/mouse/mousedev.c (moved) * uspace/drv/hid/usbhid/mouse/mousedev.h (moved) * uspace/drv/hid/usbhid/multimedia/keymap.c (moved) * uspace/drv/hid/usbhid/multimedia/keymap.h (moved) * uspace/drv/hid/usbhid/multimedia/multimedia.c (moved) * uspace/drv/hid/usbhid/multimedia/multimedia.h (moved) * uspace/drv/hid/usbhid/subdrivers.c (moved) * uspace/drv/hid/usbhid/subdrivers.h (moved) * uspace/drv/hid/usbhid/usbhid.c (moved) * uspace/drv/hid/usbhid/usbhid.h (moved) * uspace/drv/hid/usbhid/usbhid.ma (moved) Move usbhid and usbmast alongide hid and block drivers, respectively. Sat, 11 Nov 2017 22:34:10 GMT Jakub Jermar [0c334805] * boot/arch/mips32/src/asm.S (modified) * kernel/arch/mips32/src/start.S (modified) Allow expansion of macro instructions Fri, 10 Nov 2017 19:23:32 GMT Jiri Svoboda [d420b22] * .bzrignore (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/mips32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/hid/atkbd/Makefile (moved) * uspace/drv/hid/atkbd/atkbd.c (moved) * uspace/drv/hid/atkbd/atkbd.h (moved) * uspace/drv/hid/atkbd/atkbd.ma (moved) * uspace/drv/hid/atkbd/main.c (moved) * uspace/drv/hid/ps2mouse/Makefile (moved) * uspace/drv/hid/ps2mouse/main.c (moved) * uspace/drv/hid/ps2mouse/ps2mouse.c (moved) * uspace/drv/hid/ps2mouse/ps2mouse.h (moved) * uspace/drv/hid/ps2mouse/ps2mouse.ma (moved) * uspace/drv/hid/xtkbd/Makefile (moved) * uspace/drv/hid/xtkbd/main.c (moved) * uspace/drv/hid/xtkbd/xtkbd.c (moved) * uspace/drv/hid/xtkbd/xtkbd.h (moved) * uspace/drv/hid/xtkbd/xtkbd.ma (moved) Move keyboard and mouse drivers to a separate HID directory. Fri, 10 Nov 2017 18:59:18 GMT Jiri Svoboda [7aa94304] * boot/arch/sparc64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/char/msim-con/msim-con.c (modified) * uspace/drv/char/sun4v-con/Makefile (added) * uspace/drv/char/sun4v-con/main.c (added) * uspace/drv/char/sun4v-con/sun4v-con.c (added) * uspace/drv/char/sun4v-con/sun4v-con.h (added) * uspace/drv/char/sun4v-con/sun4v-con.ma (added) * uspace/drv/platform/sun4u/sun4u.ma (modified) * uspace/drv/platform/sun4v/Makefile (added) * uspace/drv/platform/sun4v/sun4v.c (added) * uspace/drv/platform/sun4v/sun4v.ma (added) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/kbd_port.h (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/input/port/niagara.c (deleted) Move receiving side of Niagara console to a separate driver. Fri, 10 Nov 2017 14:15:41 GMT Jiri Svoboda [676e833] * boot/arch/mips32/Makefile.inc (modified) * uspace/drv/char/msim-con/Makefile (added) * uspace/drv/char/msim-con/main.c (added) * uspace/drv/char/msim-con/msim-con.c (added) * uspace/drv/char/msim-con/msim-con.h (moved) * uspace/drv/char/msim-con/msim-con.ma (added) * uspace/drv/char/ski-con/ski-con.c (modified) * uspace/drv/char/ski-con/ski-con.h (modified) * uspace/drv/platform/msim/msim.c (modified) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/kbd_port.h (modified) * uspace/srv/hid/input/port/chardev.c (modified) Move receiving side of Msim console to a separate driver. Work around ... Wed, 08 Nov 2017 08:04:08 GMT Jiri Svoboda [6d15572] * boot/arch/ia64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/char/ski-con/Makefile (added) * uspace/drv/char/ski-con/main.c (added) * uspace/drv/char/ski-con/ski-con.c (added) * uspace/drv/char/ski-con/ski-con.h (added) * uspace/drv/char/ski-con/ski-con.ma (added) * uspace/drv/platform/ski/Makefile (added) * uspace/drv/platform/ski/ski.c (added) * uspace/drv/platform/ski/ski.ma (added) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/kbd_port.h (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/input/port/ski.c (deleted) Move receiving side of ski console support to a separate driver, ski- ... Tue, 07 Nov 2017 23:14:00 GMT jzr [c631734] * boot/Makefile.build (modified) * kernel/Makefile (modified) * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/dltest/Makefile (modified) * uspace/lib/math/Makefile (modified) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/lib/softint/Makefile (modified) Mostly cleanup in uspace/Makefile.common. - Pass -MP in addition to ... Mon, 06 Nov 2017 21:04:24 GMT jzr [7f881cd8] * boot/Makefile.build (modified) * boot/Makefile.common (modified) * kernel/Makefile (modified) * tools/jobfile.py (modified) * uspace/Makefile.common (modified) Simplify make precheck. Tue, 31 Oct 2017 19:24:58 GMT Jiri Svoboda [f834dd81] * Makefile (modified) * boot/arch/sparc64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/intctl/obio/Makefile (moved) * uspace/drv/intctl/obio/main.c (added) * uspace/drv/intctl/obio/obio.c (moved) * uspace/drv/intctl/obio/obio.h (added) * uspace/drv/intctl/obio/obio.ma (added) * uspace/drv/platform/sun4u/sun4u.c (modified) Merge OBIO DDF conversion. Fri, 27 Oct 2017 18:44:07 GMT jzr [9b642f92] * HelenOS.config (modified) * boot/Makefile.build (modified) * kernel/Makefile (modified) * tools/config.py (modified) * tools/mkarray.py (modified) * uspace/Makefile.common (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/riscv64/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) Merge reproducibility improvements. These improvements reduce the ... Fri, 27 Oct 2017 18:24:48 GMT jzr [0798689] * boot/Makefile.build (modified) * boot/Makefile.common (modified) * boot/arch/arm32/include/arch/arch.h (moved) * boot/arch/arm32/include/arch/asm.h (moved) * boot/arch/arm32/include/arch/cp15.h (added) * boot/arch/arm32/include/arch/main.h (moved) * boot/arch/arm32/include/arch/mm.h (moved) * boot/arch/arm32/include/arch/types.h (moved) * boot/arch/arm32/include/cp15.h (deleted) * boot/arch/ia64/include/arch/arch.h (moved) * boot/arch/ia64/include/arch/asm.h (moved) * boot/arch/ia64/include/arch/main.h (moved) * boot/arch/ia64/include/arch/pal.h (moved) * boot/arch/ia64/include/arch/sal.h (moved) * boot/arch/ia64/include/arch/ski.h (moved) * boot/arch/ia64/include/arch/types.h (moved) * boot/arch/mips32/include/arch/arch.h (moved) * boot/arch/mips32/include/arch/asm.h (moved) * boot/arch/mips32/include/arch/main.h (moved) * boot/arch/mips32/include/arch/regname.h (moved) * boot/arch/mips32/include/arch/types.h (moved) * boot/arch/ppc32/include/arch/arch.h (moved) * boot/arch/ppc32/include/arch/asm.h (moved) * boot/arch/ppc32/include/arch/main.h (moved) * boot/arch/ppc32/include/arch/ofw.h (moved) * boot/arch/ppc32/include/arch/regname.h (moved) * boot/arch/ppc32/include/arch/types.h (moved) * boot/arch/riscv64/include/arch/arch.h (moved) * boot/arch/riscv64/include/arch/asm.h (moved) * boot/arch/riscv64/include/arch/main.h (moved) * boot/arch/riscv64/include/arch/mm.h (moved) * boot/arch/riscv64/include/arch/types.h (moved) * boot/arch/riscv64/include/arch/ucb.h (moved) * boot/arch/sparc64/include/arch/arch.h (moved) * boot/arch/sparc64/include/arch/asm.h (moved) * boot/arch/sparc64/include/arch/main.h (moved) * boot/arch/sparc64/include/arch/ofw.h (moved) * boot/arch/sparc64/include/arch/types.h (moved) * boot/genarch/include/genarch/division.h (moved) * boot/genarch/include/genarch/efi.h (moved) * boot/genarch/include/genarch/multiplication.h (moved) * boot/genarch/include/genarch/ofw.h (moved) * boot/genarch/include/genarch/ofw_tree.h (moved) Reference boot arch headers directly, instead of via symlinks. This ... Fri, 27 Oct 2017 16:53:54 GMT jzr [dd162f6] * boot/Makefile.build (modified) * kernel/Makefile (modified) * uspace/Makefile.common (modified) Use -fdebug-prefix-map for reproducible debug info. Thu, 26 Oct 2017 23:45:41 GMT jzr [37e8c4a] * boot/Makefile.build (modified) * kernel/Makefile (modified) * kernel/generic/src/ipc/sysipc_ops.c (modified) * uspace/Makefile.common (modified) Disallow common symbols. They are never needed. Tue, 24 Oct 2017 10:10:00 GMT Jiri Svoboda [be1b1e68] * boot/arch/sparc64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/intctl/obio/Makefile (moved) * uspace/drv/intctl/obio/main.c (added) * uspace/drv/intctl/obio/obio.c (moved) * uspace/drv/intctl/obio/obio.h (added) * uspace/drv/intctl/obio/obio.ma (added) * uspace/drv/platform/sun4u/sun4u.c (modified) Enumerate OBIO by DDF. Tue, 24 Oct 2017 04:57:45 GMT jzr [c9f3e7e9] * abi/include/_bits/NULL.h (added) * boot/generic/include/stddef.h (modified) * kernel/generic/include/stddef.h (modified) * uspace/lib/c/include/stddef.h (modified) * uspace/lib/posix/include/posix/locale.h (modified) * uspace/lib/posix/include/posix/stddef.h (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/include/posix/string.h (modified) * uspace/lib/posix/include/posix/time.h (modified) Add <_bits/NULL.h> Tue, 24 Oct 2017 04:56:00 GMT jzr [8ddaaac] * boot/generic/src/printf_core.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) Support intmax_t in printf ('j' modifier). Tue, 24 Oct 2017 04:54:53 GMT jzr [b639d56] * boot/Makefile.build (modified) * boot/Makefile.common (modified) * kernel/Makefile (modified) * uspace/lib/c/Makefile (modified) Remove references to common.h from Makefiles. Tue, 24 Oct 2017 04:54:05 GMT jzr [002fd5f] * boot/arch/arm32/include/types.h (modified) * boot/arch/ia64/include/types.h (modified) * boot/arch/mips32/include/types.h (modified) * boot/arch/ppc32/include/types.h (modified) * boot/arch/riscv64/include/types.h (modified) * boot/arch/sparc64/include/types.h (modified) * boot/generic/include/stddef.h (modified) * boot/generic/include/stdint.h (modified) * boot/generic/src/str.c (modified) * kernel/arch/abs32le/include/arch/types.h (modified) * kernel/arch/amd64/include/arch/types.h (modified) * kernel/arch/arm32/include/arch/types.h (modified) * kernel/arch/ia32/include/arch/types.h (modified) * kernel/arch/ia64/include/arch/types.h (modified) * kernel/arch/ia64/src/interrupt.c (modified) * kernel/arch/mips32/include/arch/types.h (modified) * kernel/arch/ppc32/include/arch/types.h (modified) * kernel/arch/riscv64/include/arch/types.h (modified) * kernel/arch/sparc64/include/arch/asm.h (modified) * kernel/arch/sparc64/include/arch/barrier.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/tsb.h (modified) * kernel/arch/sparc64/include/arch/types.h (modified) * kernel/generic/include/stddef.h (modified) * kernel/generic/include/stdint.h (modified) * kernel/generic/include/typedefs.h (modified) * kernel/generic/src/lib/str.c (modified) * uspace/lib/c/arch/abs32le/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/abs32le/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/abs32le/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/abs32le/include/libarch/types.h (deleted) * uspace/lib/c/arch/amd64/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/amd64/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/amd64/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/amd64/include/libarch/types.h (deleted) * uspace/lib/c/arch/arm32/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/arm32/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/arm32/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/arm32/include/libarch/types.h (deleted) * uspace/lib/c/arch/ia32/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/ia32/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/ia32/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/ia32/include/libarch/types.h (deleted) * uspace/lib/c/arch/ia64/include/libarch/faddr.h (modified) * uspace/lib/c/arch/ia64/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/ia64/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/ia64/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/ia64/include/libarch/types.h (deleted) * uspace/lib/c/arch/mips32/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/mips32/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/mips32/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/mips32/include/libarch/types.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/types.h (deleted) * uspace/lib/c/arch/ppc32/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/ppc32/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/ppc32/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/ppc32/include/libarch/types.h (deleted) * uspace/lib/c/arch/riscv64/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/riscv64/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/riscv64/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/riscv64/include/libarch/types.h (deleted) * uspace/lib/c/arch/sparc64/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/sparc64/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/sparc64/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/sparc64/include/libarch/types.h (deleted) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/inttypes.h (modified) * uspace/lib/c/include/limits.h (modified) * uspace/lib/c/include/stddef.h (modified) * uspace/lib/c/include/stdint.h (modified) * uspace/lib/c/include/types/common.h (modified) * uspace/lib/drv/generic/logbuf.c (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/math/include/mathtypes.h (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/posix/include/posix/limits.h (modified) * uspace/lib/posix/include/posix/stdint.h (modified) Replace parts of system headers with <_bits/...>. Tue, 24 Oct 2017 04:13:40 GMT jzr [c8fbbe7] * boot/Makefile (modified) * boot/Makefile.build (modified) Add missing build dependency, and fix cleanup. The missing ... Sat, 21 Oct 2017 19:40:53 GMT jzr [8988fde] * boot/Makefile (modified) Fix overlay checking. My mistake. Sat, 21 Oct 2017 05:46:19 GMT jzr [cc92076] * Makefile (modified) * boot/Makefile (modified) * tools/autotool.py (modified) Clean up minor issues with the Makefiles. Sat, 21 Oct 2017 04:41:07 GMT jzr [4761f54] * .bzrignore (modified) * boot/Makefile (modified) * boot/Makefile.build (modified) * boot/Makefile.common (modified) * kernel/Makefile (modified) * tools/autotool.py (modified) * uspace/Makefile.common (modified) * uspace/lib/pcut/Makefile (modified) Get rid of makedepend. Tue, 17 Oct 2017 17:47:11 GMT Jiri Svoboda [b446b02] * .bzrignore (modified) * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/isa/isa.dev (modified) * uspace/drv/intctl/apic/Makefile (moved) * uspace/drv/intctl/apic/apic.c (moved) * uspace/drv/intctl/apic/apic.h (added) * uspace/drv/intctl/apic/apic.ma (added) * uspace/drv/intctl/apic/main.c (added) * uspace/drv/intctl/i8259/Makefile (moved) * uspace/drv/intctl/i8259/i8259.c (moved) * uspace/drv/intctl/i8259/i8259.h (added) * uspace/drv/intctl/i8259/i8259.ma (added) * uspace/drv/intctl/i8259/main.c (added) * uspace/drv/intctl/icp-ic/icp-ic.c (modified) * uspace/drv/platform/icp/icp.c (modified) Enumerate APIC and i8259 via DDF. Mon, 16 Oct 2017 15:50:37 GMT Jiri Svoboda [a416d070] * .bzrignore (modified) * boot/arch/arm32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/drv/intctl/icp-ic/Makefile (moved) * uspace/drv/intctl/icp-ic/icp-ic.c (moved) * uspace/drv/intctl/icp-ic/icp-ic.h (added) * uspace/drv/intctl/icp-ic/icp-ic.ma (added) * uspace/drv/intctl/icp-ic/icp-ic_hw.h (moved) * uspace/drv/intctl/icp-ic/main.c (added) * uspace/drv/platform/icp/icp.c (modified) Let ICP-IC be enumerated by the DDF. Thu, 12 Oct 2017 17:38:13 GMT jzr [d29ae35] * boot/generic/include/errno.h (modified) Fix include guard typo. Wed, 11 Oct 2017 20:25:09 GMT jzr [b08e98ba] * boot/Makefile (modified) Create the missing empty directories. Mon, 09 Oct 2017 18:17:05 GMT jzr [d75dc05] * HelenOS.config (modified) * boot/Makefile.build (modified) * contrib/tools/random_check.sh (modified) * kernel/Makefile (modified) * tools/autotool.py (modified) * uspace/Makefile.common (modified) Remove the unmaintained and likely broken ICC support. Thu, 05 Oct 2017 19:09:34 GMT Jiri Svoboda [81b9d3e] * boot/arch/ppc32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/drv/bus/adb/cuda_adb/Makefile (moved) * uspace/drv/bus/adb/cuda_adb/cuda_adb.c (moved) * uspace/drv/bus/adb/cuda_adb/cuda_adb.h (moved) * uspace/drv/bus/adb/cuda_adb/cuda_adb.ma (added) * uspace/drv/bus/adb/cuda_adb/cuda_hw.h (moved) * uspace/drv/bus/adb/cuda_adb/main.c (added) * uspace/drv/platform/mac/mac.c (modified) * uspace/srv/hid/input/port/adb.c (modified) * uspace/srv/hid/input/port/adb_mouse.c (modified) Merge CUDA DDF conversion. Wed, 04 Oct 2017 17:39:48 GMT Jiri Svoboda [e27e36e] * boot/arch/ppc32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/drv/bus/adb/cuda_adb/Makefile (moved) * uspace/drv/bus/adb/cuda_adb/cuda_adb.c (moved) * uspace/drv/bus/adb/cuda_adb/cuda_adb.h (moved) * uspace/drv/bus/adb/cuda_adb/cuda_adb.ma (added) * uspace/drv/bus/adb/cuda_adb/cuda_hw.h (moved) * uspace/drv/bus/adb/cuda_adb/main.c (added) * uspace/drv/platform/mac/mac.c (modified) * uspace/srv/hid/input/port/adb.c (modified) * uspace/srv/hid/input/port/adb_mouse.c (modified) Convert CUDA driver to DDF. Tue, 03 Oct 2017 18:12:17 GMT jzr [a0a273e] * HelenOS.config (modified) * boot/Makefile.build (modified) * defaults/amd64/Makefile.config (modified) * defaults/arm32/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * defaults/ia64/Makefile.config (modified) * defaults/mips32/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/Makefile.config (modified) * defaults/special/Makefile.config (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/Makefile.inc (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/riscv64/Makefile.inc (modified) * kernel/arch/sparc64/Makefile.inc (modified) * tools/autotool.py (modified) * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) * uspace/lib/c/arch/ppc32/Makefile.common (modified) * uspace/lib/c/arch/sparc64/Makefile.common (modified) Unify compiler handling a bit. Most compiler flags have been ... Tue, 03 Oct 2017 16:18:31 GMT jzr [b4a9f5d] * boot/Makefile (modified) Recreate empty directories that aren't preserved in git. Sun, 27 Aug 2017 11:59:59 GMT Jiri Svoboda [8ebc5b8a] * boot/Makefile.common (modified) * uspace/srv/net/tcp/Makefile (modified) * uspace/srv/net/tcp/segment.c (modified) * uspace/srv/net/tcp/segment.h (modified) * uspace/srv/net/tcp/test/main.c (added) * uspace/srv/net/tcp/test/pdu.c (added) Start adding unit tests to TCP. Thu, 24 Aug 2017 16:43:24 GMT Jiri Svoboda [9621c7d] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/download/main.c (modified) * uspace/app/pkg/Makefile (added) * uspace/app/pkg/pkg.c (added) Add simple coastline package installer. Add downloader option to save ... Tue, 22 Aug 2017 17:09:13 GMT Jiri Svoboda [b93ea46a] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/gunzip/Makefile (added) * uspace/app/gunzip/gunzip.c (added) Trivial gunzip utility. Tue, 22 Aug 2017 16:08:00 GMT Martin Decky [0a78e4f] * boot/arch/riscv64/src/asm.S (modified) * kernel/arch/riscv64/include/arch/cycle.h (modified) riscv64: cycle performance counter Mon, 21 Aug 2017 18:23:39 GMT Martin Decky [ae8d7b0] * boot/arch/riscv64/Makefile.inc (modified) * boot/arch/riscv64/_link.ld.in (modified) * boot/arch/riscv64/include/arch.h (modified) * boot/arch/riscv64/include/asm.h (modified) * boot/arch/riscv64/include/mm.h (added) * boot/arch/riscv64/include/types.h (modified) * boot/arch/riscv64/include/ucb.h (modified) * boot/arch/riscv64/src/asm.S (modified) * boot/arch/riscv64/src/main.c (modified) * boot/arch/riscv64/src/ucb.c (modified) * tools/ew.py (modified) riscv64: update to the latest Privileged Architecture specification ... Wed, 12 Jul 2017 15:02:49 GMT Martin Decky [94c05b89] * boot/Makefile (modified) * boot/Makefile.build (modified) * boot/Makefile.common (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/ppc32/Makefile.inc (modified) * boot/arch/riscv64/Makefile.inc (modified) * boot/arch/sparc64/Makefile.inc (modified) * tools/mkarray.py (modified) use the .incbin directive instead of marshalling the data manually ... Thu, 22 Jun 2017 18:20:16 GMT Jiri Svoboda [80da8f70] * boot/Makefile.common (modified) * uspace/lib/label/Makefile (modified) * uspace/lib/label/test/label.c (added) * uspace/lib/label/test/main.c (added) Add unit tests for liblabel. Wed, 07 Jun 2017 16:39:00 GMT Martin Decky [c09ff7b] * abi/include/abi/proc/uarg.h (modified) * boot/arch/riscv64/Makefile.inc (modified) * boot/arch/riscv64/_link.ld.in (modified) * boot/arch/riscv64/src/main.c (modified) * kernel/arch/riscv64/include/arch/istate_struct.ag (modified) * kernel/arch/riscv64/include/arch/mm/km.h (modified) * kernel/arch/riscv64/src/userspace.c (modified) * uspace/lib/c/arch/riscv64/Makefile.common (added) * uspace/lib/c/arch/riscv64/include/libarch/config.h (added) * uspace/lib/c/arch/riscv64/include/libarch/syscall.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/tls.h (modified) * uspace/lib/c/arch/riscv64/src/entry.c (modified) * uspace/lib/c/arch/riscv64/src/stacktrace.c (modified) * uspace/lib/c/arch/riscv64/src/thread_entry.c (modified) riscv64: fix compilation Wed, 07 Jun 2017 16:11:59 GMT Martin Decky [239e32b8] * boot/Makefile.build (modified) * boot/Makefile.grub (modified) * boot/Makefile.initrd (added) * boot/arch/amd64/Makefile.inc (modified) build initrd also for the targets that use GRUB Wed, 07 Jun 2017 15:39:23 GMT Martin Decky [4646710] * boot/Makefile (modified) * boot/Makefile.build (modified) * boot/Makefile.common (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/_link.ld.in (modified) * boot/arch/arm32/src/main.c (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/ia64/_link.ld.in (modified) * boot/arch/ia64/src/main.c (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips32/_link.ld.in (modified) * boot/arch/mips32/src/main.c (modified) * boot/arch/ppc32/Makefile.inc (modified) * boot/arch/ppc32/_link.ld.in (modified) * boot/arch/ppc32/src/main.c (modified) * boot/arch/riscv64/_link.ld.in (modified) * boot/arch/sparc64/Makefile.inc (modified) * boot/arch/sparc64/_link.ld.in (modified) * boot/arch/sparc64/src/main.c (modified) * tools/pack.py (deleted) replace objcopy with mkarray.py (objcopy is notoriously problematic ... Wed, 07 Jun 2017 12:07:32 GMT Martin Decky [5f53428a] * boot/Makefile.common (modified) cstyle Sun, 04 Jun 2017 21:11:35 GMT Jiri Svoboda [7a99507] * boot/arch/arm32/include/mm.h (modified) * boot/arch/arm32/include/types.h (modified) * boot/arch/arm32/src/mm.c (modified) * boot/arch/arm32/src/putchar.c (modified) * boot/arch/ia64/include/pal.h (modified) * boot/arch/ia64/include/sal.h (modified) * boot/arch/ia64/include/ski.h (modified) * boot/arch/ia64/src/putchar.c (modified) * boot/arch/mips32/include/types.h (modified) * boot/arch/mips32/src/putchar.c (modified) * boot/arch/ppc32/include/types.h (modified) * boot/arch/riscv64/include/types.h (modified) * boot/arch/sparc64/include/asm.h (modified) * boot/arch/sparc64/include/main.h (modified) * boot/arch/sparc64/include/ofw.h (modified) * boot/arch/sparc64/include/types.h (modified) * boot/arch/sparc64/src/ofw.c (modified) * boot/genarch/src/multiplication.c (modified) * boot/generic/include/putchar.h (modified) * boot/generic/include/stddef.h (modified) * boot/generic/include/stdint.h (modified) Clear up stdint vs stddef in boot, missing includes, etc. Sun, 04 Jun 2017 20:38:24 GMT Jiri Svoboda [d735e2e] * boot/arch/arm32/src/main.c (modified) * boot/arch/ia64/src/ski.c (modified) * boot/generic/include/stdbool.h (added) * boot/generic/include/stddef.h (modified) * boot/generic/include/str.h (modified) * boot/generic/src/inflate.c (modified) * boot/generic/src/printf_core.c (modified) * boot/generic/src/str.c (modified) Boot should define bool in stdbool.h Sun, 04 Jun 2017 19:47:46 GMT Martin Decky [de1712e] * boot/arch/arm32/include/mm.h (modified) * boot/arch/arm32/src/mm.c (modified) * boot/arch/arm32/src/putchar.c (modified) * boot/arch/ia64/include/pal.h (modified) * boot/arch/ia64/include/sal.h (modified) * boot/arch/ia64/src/putchar.c (modified) * boot/arch/ia64/src/ski.c (modified) * boot/arch/mips32/src/putchar.c (modified) * boot/arch/ppc32/include/asm.h (modified) * boot/arch/ppc32/include/main.h (modified) * boot/arch/ppc32/src/ofw.c (modified) * boot/arch/riscv64/include/asm.h (modified) * boot/arch/riscv64/include/ucb.h (modified) * boot/arch/riscv64/src/main.c (modified) * boot/arch/riscv64/src/putchar.c (modified) * boot/arch/sparc64/include/asm.h (modified) * boot/arch/sparc64/include/main.h (modified) * boot/arch/sparc64/include/ofw.h (modified) * boot/arch/sparc64/src/ofw.c (modified) * boot/genarch/include/ofw.h (modified) * boot/genarch/include/ofw_tree.h (modified) * boot/genarch/src/efi.c (modified) * boot/genarch/src/multiplication.c (modified) * boot/genarch/src/ofw.c (modified) * boot/genarch/src/ofw_tree.c (modified) * boot/generic/include/balloc.h (modified) * boot/generic/include/inflate.h (modified) * boot/generic/include/memstr.h (modified) * boot/generic/include/printf.h (modified) * boot/generic/include/printf_core.h (modified) * boot/generic/include/stddef.h (moved) * boot/generic/include/str.h (modified) * boot/generic/src/balloc.c (modified) * boot/generic/src/inflate.c (modified) * boot/generic/src/memstr.c (modified) * boot/generic/src/vprintf.c (modified) * tools/pack.py (modified) boot: rename typedefs.h to stddef.h Fri, 02 Jun 2017 15:41:20 GMT Martin Decky [cbb89f2] * boot/arch/arm32/Makefile.inc (modified) cstyle Fri, 19 May 2017 15:46:36 GMT Martin Decky [e540bc87] * Makefile (modified) * boot/Makefile (modified) * release/Makefile (modified) * uspace/Makefile (modified) disable implicit make rules (we do not build a native application, ... Mon, 15 May 2017 18:29:10 GMT Jiri Svoboda [9c96634] * boot/Makefile.grub (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/volsrv/part.c (modified) CDFS decoding of volume label. Thu, 04 May 2017 22:12:27 GMT Martin Decky [dc12262] * boot/generic/src/printf_core.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * uspace/app/sbi/src/ancr.c (modified) * uspace/app/sbi/src/run.c (modified) * uspace/app/sbi/src/run_expr.c (modified) * uspace/app/sbi/src/run_texpr.c (modified) * uspace/app/sbi/src/stype.c (modified) * uspace/app/sbi/src/stype_expr.c (modified) * uspace/app/top/top.c (modified) * uspace/dist/src/c/demos/top/top.c (modified) * uspace/drv/bus/usb/ohci/ohci_rh.c (modified) * uspace/drv/nic/ar9271/hw.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/posix/source/stdio/scanf.c (modified) * uspace/lib/posix/source/stdlib/strtol.c (modified) * uspace/lib/posix/source/stdlib/strtold.c (modified) * uspace/lib/usbhid/src/hiddescriptor.c (modified) * uspace/lib/usbhid/src/hidpath.c (modified) * uspace/srv/clipboard/clipboard.c (modified) * uspace/srv/net/slip/slip.c (modified) * uspace/srv/net/tcp/conn.c (modified) add standardized case fallthrough comment annotations, add actual ... Tue, 04 Apr 2017 14:35:03 GMT Martin Decky [356c386] * boot/Makefile (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * uspace/app/bdsh/demo.txt (moved) * uspace/app/modplay/demo.xm (moved) * uspace/app/viewer/logo.tga (moved) * uspace/app/wavplay/demo.wav (moved) distribute sample files only when needed Mon, 03 Apr 2017 05:10:03 GMT Jakub Jermar [907d91a] * boot/generic/src/printf_core.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) Add missing breaks and decode the next character Thu, 30 Mar 2017 06:33:22 GMT Jakub Jermar [e330da6e] * boot/arch/arm32/include/types.h (modified) * boot/arch/ia64/include/types.h (modified) * boot/arch/mips32/include/types.h (modified) * boot/arch/ppc32/include/types.h (modified) * boot/arch/riscv64/include/types.h (modified) * boot/arch/sparc64/include/types.h (modified) * boot/generic/src/printf_core.c (modified) * kernel/generic/include/typedefs.h (modified) * kernel/generic/src/printf/printf_core.c (modified) * kernel/test/print/print2.c (modified) * uspace/app/tester/print/print2.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) Add support for printing ptrdiff_t Fri, 16 Dec 2016 22:24:49 GMT Jakub Jermar [3c5b86c] * boot/Makefile (modified) * uspace/drv/bus/isa/ebus.dev (added) * uspace/drv/bus/isa/isa.c (modified) Allow ISA driver to use different .dev configs based on vendor/device ... Tue, 01 Nov 2016 19:26:42 GMT Jakub Jermar [405b67c] * boot/arch/sparc64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/bus/isa/isa.ma (modified) Include the isa and ns8250 drivers in the sparc64 RAM disk image ... Wed, 26 Oct 2016 20:33:54 GMT Jakub Jermar [6c34be69] * boot/arch/sparc64/Makefile.inc (modified) * uspace/Makefile (modified) Enable the sun4u platform and pci bus drivers on the sun4u ultra machine Sat, 03 Sep 2016 10:14:15 GMT Jakub Jermar [d776329b] * HelenOS.config (modified) * boot/arch/sparc32/Makefile.inc (deleted) * boot/arch/sparc32/_link.ld.in (deleted) * boot/arch/sparc32/include/ambapp.h (deleted) * boot/arch/sparc32/include/arch.h (deleted) * boot/arch/sparc32/include/asm.h (deleted) * boot/arch/sparc32/include/main.h (deleted) * boot/arch/sparc32/include/mm.h (deleted) * boot/arch/sparc32/include/types.h (deleted) * boot/arch/sparc32/src/ambapp.c (deleted) * boot/arch/sparc32/src/asm.S (deleted) * boot/arch/sparc32/src/main.c (deleted) * boot/arch/sparc32/src/mm.c (deleted) * boot/arch/sparc32/src/putchar.c (deleted) * defaults/sparc32/Makefile.config (deleted) * defaults/sparc32/leon3/Makefile.config (deleted) * defaults/sparc32/output (deleted) * kernel/arch/sparc32/Makefile.inc (deleted) * kernel/arch/sparc32/_link.ld.in (deleted) * kernel/arch/sparc32/include/arch/ambapp.h (deleted) * kernel/arch/sparc32/include/arch/arch.h (deleted) * kernel/arch/sparc32/include/arch/asm.h (deleted) * kernel/arch/sparc32/include/arch/atomic.h (deleted) * kernel/arch/sparc32/include/arch/barrier.h (deleted) * kernel/arch/sparc32/include/arch/context.h (deleted) * kernel/arch/sparc32/include/arch/context_offset.h (deleted) * kernel/arch/sparc32/include/arch/cpu.h (deleted) * kernel/arch/sparc32/include/arch/cycle.h (deleted) * kernel/arch/sparc32/include/arch/elf.h (deleted) * kernel/arch/sparc32/include/arch/exception.h (deleted) * kernel/arch/sparc32/include/arch/faddr.h (deleted) * kernel/arch/sparc32/include/arch/fpu_context.h (deleted) * kernel/arch/sparc32/include/arch/interrupt.h (deleted) * kernel/arch/sparc32/include/arch/istate.h (deleted) * kernel/arch/sparc32/include/arch/machine/leon3/leon3.h (deleted) * kernel/arch/sparc32/include/arch/machine_func.h (deleted) * kernel/arch/sparc32/include/arch/mm/as.h (deleted) * kernel/arch/sparc32/include/arch/mm/asid.h (deleted) * kernel/arch/sparc32/include/arch/mm/frame.h (deleted) * kernel/arch/sparc32/include/arch/mm/km.h (deleted) * kernel/arch/sparc32/include/arch/mm/page.h (deleted) * kernel/arch/sparc32/include/arch/mm/page_fault.h (deleted) * kernel/arch/sparc32/include/arch/mm/tlb.h (deleted) * kernel/arch/sparc32/include/arch/proc/task.h (deleted) * kernel/arch/sparc32/include/arch/proc/thread.h (deleted) * kernel/arch/sparc32/include/arch/register.h (deleted) * kernel/arch/sparc32/include/arch/regwin.h (deleted) * kernel/arch/sparc32/include/arch/stack.h (deleted) * kernel/arch/sparc32/include/arch/trap.h (deleted) * kernel/arch/sparc32/include/arch/types.h (deleted) * kernel/arch/sparc32/src/context.S (deleted) * kernel/arch/sparc32/src/cpu/cpu.c (deleted) * kernel/arch/sparc32/src/debug/stacktrace.c (deleted) * kernel/arch/sparc32/src/exception.c (deleted) * kernel/arch/sparc32/src/machine/leon3/leon3.c (deleted) * kernel/arch/sparc32/src/machine_func.c (deleted) * kernel/arch/sparc32/src/mm/as.c (deleted) * kernel/arch/sparc32/src/mm/frame.c (deleted) * kernel/arch/sparc32/src/mm/km.c (deleted) * kernel/arch/sparc32/src/mm/page.c (deleted) * kernel/arch/sparc32/src/mm/tlb.c (deleted) * kernel/arch/sparc32/src/proc/scheduler.c (deleted) * kernel/arch/sparc32/src/proc/task.c (deleted) * kernel/arch/sparc32/src/proc/thread.c (deleted) * kernel/arch/sparc32/src/smp/ipi.c (deleted) * kernel/arch/sparc32/src/smp/smp.c (deleted) * kernel/arch/sparc32/src/sparc32.c (deleted) * kernel/arch/sparc32/src/start.S (deleted) * kernel/arch/sparc32/src/trap_table.S (deleted) * kernel/arch/sparc32/src/userspace.c (deleted) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/drivers/grlib/irqmp.h (deleted) * kernel/genarch/include/genarch/drivers/grlib/timer.h (deleted) * kernel/genarch/include/genarch/drivers/grlib/uart.h (deleted) * kernel/genarch/src/drivers/grlib/irqmp.c (deleted) * kernel/genarch/src/drivers/grlib/uart.c (deleted) * release/Makefile (modified) * tools/autotool.py (modified) * tools/toolchain.sh (modified) * uspace/drv/bus/amba/Makefile (deleted) * uspace/drv/bus/amba/amba.c (deleted) * uspace/drv/bus/amba/amba.ma (deleted) * uspace/drv/bus/amba/ambapp.h (deleted) * uspace/drv/char/grlib_uart/Makefile (deleted) * uspace/drv/char/grlib_uart/cyclic_buffer.h (deleted) * uspace/drv/char/grlib_uart/grlib_uart.c (deleted) * uspace/drv/char/grlib_uart/grlib_uart.ma (deleted) * uspace/drv/platform/leon3/Makefile (deleted) * uspace/drv/platform/leon3/leon3.c (deleted) * uspace/drv/platform/leon3/leon3.h (deleted) * uspace/drv/platform/leon3/leon3.ma (deleted) * uspace/lib/c/arch/sparc32/Makefile.common (deleted) * uspace/lib/c/arch/sparc32/Makefile.inc (deleted) * uspace/lib/c/arch/sparc32/_link.ld.in (deleted) * uspace/lib/c/arch/sparc32/include/libarch/atomic.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/barrier.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/config.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/context_offset.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/ddi.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/elf.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/elf_linux.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/faddr.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/fibril.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/istate.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/stack.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/stackarg.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/syscall.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/thread.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/tls.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/types.h (deleted) * uspace/lib/c/arch/sparc32/src/entry.S (deleted) * uspace/lib/c/arch/sparc32/src/entryjmp.S (deleted) * uspace/lib/c/arch/sparc32/src/fibril.S (deleted) * uspace/lib/c/arch/sparc32/src/stacktrace.c (deleted) * uspace/lib/c/arch/sparc32/src/stacktrace_asm.S (deleted) * uspace/lib/c/arch/sparc32/src/thread_entry.S (deleted) * uspace/lib/c/arch/sparc32/src/tls.c (deleted) * uspace/lib/math/arch/sparc32/Makefile.inc (deleted) * uspace/lib/math/arch/sparc32/include/libarch/math.h (deleted) Remove support for sparc32 This architecture has been unmaintained ... Thu, 01 Sep 2016 16:10:02 GMT Martin Decky [8b6aa39] * boot/arch/riscv64/Makefile.inc (added) * boot/arch/riscv64/_link.ld.in (added) * boot/arch/riscv64/include/arch.h (added) * boot/arch/riscv64/include/asm.h (added) * boot/arch/riscv64/include/main.h (added) * boot/arch/riscv64/include/types.h (added) * boot/arch/riscv64/include/ucb.h (added) * boot/arch/riscv64/src/asm.S (added) * boot/arch/riscv64/src/main.c (added) * boot/arch/riscv64/src/putchar.c (added) * boot/arch/riscv64/src/ucb.c (added) * kernel/arch/riscv64/Makefile.inc (added) * kernel/arch/riscv64/_link.ld.in (added) * kernel/arch/riscv64/include/arch/arch.h (added) * kernel/arch/riscv64/include/arch/asm.h (added) * kernel/arch/riscv64/include/arch/atomic.h (added) * kernel/arch/riscv64/include/arch/barrier.h (added) * kernel/arch/riscv64/include/arch/boot/boot.h (added) * kernel/arch/riscv64/include/arch/context.h (added) * kernel/arch/riscv64/include/arch/context_struct.ag (added) * kernel/arch/riscv64/include/arch/cpu.h (added) * kernel/arch/riscv64/include/arch/cycle.h (added) * kernel/arch/riscv64/include/arch/elf.h (added) * kernel/arch/riscv64/include/arch/faddr.h (added) * kernel/arch/riscv64/include/arch/fpu_context.h (added) * kernel/arch/riscv64/include/arch/interrupt.h (added) * kernel/arch/riscv64/include/arch/istate.h (added) * kernel/arch/riscv64/include/arch/istate_struct.ag (added) * kernel/arch/riscv64/include/arch/mm/as.h (added) * kernel/arch/riscv64/include/arch/mm/asid.h (added) * kernel/arch/riscv64/include/arch/mm/frame.h (added) * kernel/arch/riscv64/include/arch/mm/km.h (added) * kernel/arch/riscv64/include/arch/mm/page.h (added) * kernel/arch/riscv64/include/arch/mm/tlb.h (added) * kernel/arch/riscv64/include/arch/proc/task.h (added) * kernel/arch/riscv64/include/arch/proc/thread.h (added) * kernel/arch/riscv64/include/arch/stack.h (added) * kernel/arch/riscv64/include/arch/types.h (added) * kernel/arch/riscv64/src/asm.S (added) * kernel/arch/riscv64/src/cpu/cpu.c (added) * kernel/arch/riscv64/src/debug/stacktrace.c (added) * kernel/arch/riscv64/src/mm/as.c (added) * kernel/arch/riscv64/src/mm/frame.c (added) * kernel/arch/riscv64/src/mm/km.c (added) * kernel/arch/riscv64/src/mm/page.c (added) * kernel/arch/riscv64/src/mm/tlb.c (added) * kernel/arch/riscv64/src/proc/scheduler.c (added) * kernel/arch/riscv64/src/proc/task.c (added) * kernel/arch/riscv64/src/proc/thread.c (added) * kernel/arch/riscv64/src/riscv64.c (added) * kernel/arch/riscv64/src/userspace.c (added) * uspace/lib/c/arch/riscv64/Makefile.inc (added) * uspace/lib/c/arch/riscv64/_link.ld.in (added) * uspace/lib/c/arch/riscv64/include/libarch/atomic.h (added) * uspace/lib/c/arch/riscv64/include/libarch/barrier.h (added) * uspace/lib/c/arch/riscv64/include/libarch/ddi.h (added) * uspace/lib/c/arch/riscv64/include/libarch/elf.h (added) * uspace/lib/c/arch/riscv64/include/libarch/elf_linux.h (added) * uspace/lib/c/arch/riscv64/include/libarch/entry.h (added) * uspace/lib/c/arch/riscv64/include/libarch/faddr.h (added) * uspace/lib/c/arch/riscv64/include/libarch/fibril.h (added) * uspace/lib/c/arch/riscv64/include/libarch/fibril_context.ag (added) * uspace/lib/c/arch/riscv64/include/libarch/inttypes.h (added) * uspace/lib/c/arch/riscv64/include/libarch/istate.h (added) * uspace/lib/c/arch/riscv64/include/libarch/istate_struct.ag (added) * uspace/lib/c/arch/riscv64/include/libarch/stddef.h (added) * uspace/lib/c/arch/riscv64/include/libarch/stdint.h (added) * uspace/lib/c/arch/riscv64/include/libarch/syscall.h (added) * uspace/lib/c/arch/riscv64/include/libarch/thread.h (added) * uspace/lib/c/arch/riscv64/include/libarch/tls.h (added) * uspace/lib/c/arch/riscv64/include/libarch/types.h (added) * uspace/lib/c/arch/riscv64/src/entry.c (added) * uspace/lib/c/arch/riscv64/src/entryjmp.c (added) * uspace/lib/c/arch/riscv64/src/fibril.c (added) * uspace/lib/c/arch/riscv64/src/stacktrace.c (added) * uspace/lib/c/arch/riscv64/src/syscall.c (added) * uspace/lib/c/arch/riscv64/src/thread_entry.c (added) * uspace/lib/c/arch/riscv64/src/tls.c (added) * uspace/lib/math/arch/riscv64/Makefile.inc (added) * uspace/lib/math/arch/riscv64/include/libarch/math.h (added) dummy/fake support for RISC-V (RV64G) it compiles and the boot ... Wed, 31 Aug 2016 19:52:21 GMT Martin Decky [bdfdc51c] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/vcalc/Makefile (added) * uspace/app/vcalc/vcalc.c (added) * uspace/app/vlaunch/vlaunch.c (modified) very naive integer GUI calculator Wed, 31 Aug 2016 11:15:39 GMT Martin Decky [58563585] * .bzrignore (modified) * boot/arch/ia64/Makefile.inc (modified) * uspace/Makefile.common (modified) * uspace/app/usbinfo/info.c (modified) * uspace/app/usbinfo/list.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ehci/res.h (modified) * uspace/drv/bus/usb/ohci/endpoint_list.h (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/completion_codes.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/iso_transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/mem_access.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) * uspace/drv/bus/usb/ohci/ohci_endpoint.c (modified) * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/link_pointer.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/queue_head.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhci/transfer_list.h (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.h (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/port.h (modified) * uspace/drv/bus/usb/usbhub/status.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.h (modified) * uspace/drv/bus/usb/usbmast/bo_trans.c (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmast/scsi_ms.c (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.h (modified) * uspace/drv/bus/usb/vhc/devconn.c (modified) * uspace/drv/bus/usb/vhc/hub/virthub.c (modified) * uspace/drv/bus/usb/vhc/hub/virthub.h (modified) * uspace/drv/bus/usb/vhc/hub/virthubops.c (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/drv/bus/usb/vhc/transfer.c (modified) * uspace/drv/bus/usb/vhc/vhcd.h (modified) * uspace/drv/nic/ar9271/ath_usb.c (modified) * uspace/lib/c/arch/amd64/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/arm32/src/eabi.S (modified) * uspace/lib/c/arch/arm32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) * uspace/lib/c/arch/ia32/src/syscall.S (modified) * uspace/lib/c/arch/ia64/src/fibril.S (modified) * uspace/lib/c/arch/ia64/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/ia64/src/syscall.S (modified) * uspace/lib/c/arch/mips32/src/entryjmp.S (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/dnsr.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/tls.c (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/remote_ahci.c (modified) * uspace/lib/drv/generic/remote_usb.c (modified) * uspace/lib/drv/include/usb_iface.h (modified) * uspace/lib/drv/include/usbhc_iface.h (modified) * uspace/lib/math/arch/amd64/src/sin.S (modified) * uspace/lib/math/arch/ia32/src/cos.S (modified) * uspace/lib/math/arch/ia32/src/sin.S (modified) * uspace/lib/math/arch/ia32/src/trunc.S (modified) * uspace/lib/usb/include/usb/classes/hub.h (modified) * uspace/lib/usb/include/usb/debug.h (modified) * uspace/lib/usb/include/usb/descriptor.h (modified) * uspace/lib/usb/include/usb/dev.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usb/src/usb.c (modified) * uspace/lib/usbdev/include/usb/dev/poll.h (modified) * uspace/lib/usbdev/include/usb/dev/recognise.h (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbdev/src/devpoll.c (modified) * uspace/lib/usbdev/src/pipes.c (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/lib/usbdev/src/request.c (modified) * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/src/usb_transfer_batch.c (modified) * uspace/lib/usbvirt/include/usbvirt/device.h (modified) * uspace/lib/usbvirt/src/ctrltransfer.c (modified) * uspace/srv/bd/vbd/disk.c (modified) code review and cstyle cleanup (no change in functionality) Fri, 22 Jul 2016 08:24:47 GMT Jakub Jermar [b4b534ac] * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/bdsh/cmds/modules/mount/mount.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/usbinfo/Makefile (modified) * uspace/app/usbinfo/dev.c (deleted) * uspace/app/usbinfo/hid.c (modified) * uspace/app/usbinfo/info.c (modified) * uspace/app/usbinfo/list.c (modified) * uspace/app/usbinfo/main.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/app/vuhid/device.c (modified) * uspace/app/vuhid/hids/bootkbd.c (modified) * uspace/app/vuhid/main.c (modified) * uspace/app/vuhid/virthid.h (modified) * uspace/doc/doxygroups.h (modified) * uspace/drv/bus/usb/ehci/Makefile (modified) * uspace/drv/bus/usb/ehci/ehci_batch.c (added) * uspace/drv/bus/usb/ehci/ehci_batch.h (added) * uspace/drv/bus/usb/ehci/ehci_endpoint.c (added) * uspace/drv/bus/usb/ehci/ehci_endpoint.h (moved) * uspace/drv/bus/usb/ehci/ehci_regs.h (added) * uspace/drv/bus/usb/ehci/ehci_rh.c (added) * uspace/drv/bus/usb/ehci/ehci_rh.h (moved) * uspace/drv/bus/usb/ehci/endpoint_list.c (added) * uspace/drv/bus/usb/ehci/endpoint_list.h (added) * uspace/drv/bus/usb/ehci/hc.c (added) * uspace/drv/bus/usb/ehci/hc.h (added) * uspace/drv/bus/usb/ehci/hw_struct/fstn.h (moved) * uspace/drv/bus/usb/ehci/hw_struct/iso_transfer_descriptor.h (added) * uspace/drv/bus/usb/ehci/hw_struct/link_pointer.h (moved) * uspace/drv/bus/usb/ehci/hw_struct/mem_access.h (moved) * uspace/drv/bus/usb/ehci/hw_struct/queue_head.c (added) * uspace/drv/bus/usb/ehci/hw_struct/queue_head.h (added) * uspace/drv/bus/usb/ehci/hw_struct/split_iso_transfer_descriptor.h (added) * uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.c (added) * uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.h (added) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/ehci/res.h (modified) * uspace/drv/bus/usb/ohci/Makefile (modified) * uspace/drv/bus/usb/ohci/endpoint_list.c (modified) * uspace/drv/bus/usb/ohci/endpoint_list.h (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/completion_codes.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/iso_transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/mem_access.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/ohci/ohci.c (deleted) * uspace/drv/bus/usb/ohci/ohci.h (deleted) * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) * uspace/drv/bus/usb/ohci/ohci_batch.h (modified) * uspace/drv/bus/usb/ohci/ohci_endpoint.c (modified) * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/drv/bus/usb/ohci/ohci_rh.c (added) * uspace/drv/bus/usb/ohci/ohci_rh.h (moved) * uspace/drv/bus/usb/ohci/res.c (deleted) * uspace/drv/bus/usb/ohci/root_hub.c (deleted) * uspace/drv/bus/usb/uhci/Makefile (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/link_pointer.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/queue_head.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhci/res.c (deleted) * uspace/drv/bus/usb/uhci/transfer_list.c (modified) * uspace/drv/bus/usb/uhci/transfer_list.h (modified) * uspace/drv/bus/usb/uhci/uhci.c (deleted) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.h (modified) * uspace/drv/bus/usb/uhci/uhci_rh.c (added) * uspace/drv/bus/usb/uhci/uhci_rh.h (moved) * uspace/drv/bus/usb/uhci/utils/malloc32.h (deleted) * uspace/drv/bus/usb/uhcirh/Makefile (deleted) * uspace/drv/bus/usb/uhcirh/main.c (deleted) * uspace/drv/bus/usb/uhcirh/port.c (deleted) * uspace/drv/bus/usb/uhcirh/port.h (deleted) * uspace/drv/bus/usb/uhcirh/root_hub.c (deleted) * uspace/drv/bus/usb/uhcirh/uhcirh.ma (deleted) * uspace/drv/bus/usb/usbflbk/main.c (modified) * uspace/drv/bus/usb/usbhid/blink1/blink1.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/main.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.h (modified) * uspace/drv/bus/usb/usbhub/main.c (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/port.h (modified) * uspace/drv/bus/usb/usbhub/status.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.h (modified) * uspace/drv/bus/usb/usbmast/bo_trans.c (modified) * uspace/drv/bus/usb/usbmast/bo_trans.h (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmast/scsi_ms.c (modified) * uspace/drv/bus/usb/usbmast/usbmast.h (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/usbmid/main.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.h (modified) * uspace/drv/bus/usb/usbmid/usbmid.ma (modified) * uspace/drv/bus/usb/vhc/Makefile (modified) * uspace/drv/bus/usb/vhc/conn.h (deleted) * uspace/drv/bus/usb/vhc/conndev.c (modified) * uspace/drv/bus/usb/vhc/connhost.c (deleted) * uspace/drv/bus/usb/vhc/devconn.c (modified) * uspace/drv/bus/usb/vhc/hub.c (deleted) * uspace/drv/bus/usb/vhc/hub/virthub.c (modified) * uspace/drv/bus/usb/vhc/hub/virthub.h (modified) * uspace/drv/bus/usb/vhc/hub/virthubops.c (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/drv/bus/usb/vhc/transfer.c (modified) * uspace/drv/bus/usb/vhc/vhcd.h (modified) * uspace/drv/nic/ar9271/ar9271.c (modified) * uspace/drv/nic/ar9271/ar9271.h (modified) * uspace/drv/nic/ar9271/ath_usb.c (modified) * uspace/drv/nic/ar9271/htc.h (modified) * uspace/drv/nic/ar9271/hw.c (modified) * uspace/drv/nic/ar9271/wmi.c (modified) * uspace/lib/c/generic/l18n/langs.c (modified) * uspace/lib/c/include/adt/list.h (modified) * uspace/lib/c/include/l18n/langs.h (modified) * uspace/lib/c/include/macros.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/private/driver.h (modified) * uspace/lib/drv/generic/remote_usb.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/drv/include/usb_iface.h (modified) * uspace/lib/drv/include/usbhc_iface.h (modified) * uspace/lib/scsi/include/scsi/spc.h (modified) * uspace/lib/usb/Makefile (modified) * uspace/lib/usb/include/usb/classes/hub.h (modified) * uspace/lib/usb/include/usb/classes/massstor.h (modified) * uspace/lib/usb/include/usb/debug.h (modified) * uspace/lib/usb/include/usb/descriptor.h (modified) * uspace/lib/usb/include/usb/dev.h (modified) * uspace/lib/usb/include/usb/hc.h (deleted) * uspace/lib/usb/include/usb/request.h (added) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usb/src/class.c (modified) * uspace/lib/usb/src/ddfiface.c (deleted) * uspace/lib/usb/src/debug.c (modified) * uspace/lib/usb/src/dev.c (modified) * uspace/lib/usb/src/dump.c (modified) * uspace/lib/usb/src/hc.c (deleted) * uspace/lib/usb/src/usb.c (modified) * uspace/lib/usbdev/Makefile (modified) * uspace/lib/usbdev/include/usb/dev/alternate_ifaces.h (moved) * uspace/lib/usbdev/include/usb/dev/device.h (added) * uspace/lib/usbdev/include/usb/dev/dp.h (modified) * uspace/lib/usbdev/include/usb/dev/driver.h (modified) * uspace/lib/usbdev/include/usb/dev/pipes.h (modified) * uspace/lib/usbdev/include/usb/dev/poll.h (modified) * uspace/lib/usbdev/include/usb/dev/recognise.h (modified) * uspace/lib/usbdev/include/usb/dev/request.h (modified) * uspace/lib/usbdev/include/usb/dev/usb_device_connection.h (deleted) * uspace/lib/usbdev/src/altiface.c (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbdev/src/devpoll.c (modified) * uspace/lib/usbdev/src/dp.c (modified) * uspace/lib/usbdev/src/driver.c (added) * uspace/lib/usbdev/src/hub.c (deleted) * uspace/lib/usbdev/src/pipes.c (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/lib/usbdev/src/request.c (modified) * uspace/lib/usbhid/src/hidreport.c (modified) * uspace/lib/usbhid/src/hidreq.c (modified) * uspace/lib/usbhost/Makefile (modified) * uspace/lib/usbhost/include/usb/host/ddf_helpers.h (moved) * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/include/usb/host/usb_bus.h (moved) * uspace/lib/usbhost/include/usb/host/usb_device_manager.h (deleted) * uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified) * uspace/lib/usbhost/include/usb/host/utils/malloc32.h (moved) * uspace/lib/usbhost/src/ddf_helpers.c (added) * uspace/lib/usbhost/src/endpoint.c (modified) * uspace/lib/usbhost/src/hcd.c (added) * uspace/lib/usbhost/src/iface.c (deleted) * uspace/lib/usbhost/src/usb_bus.c (moved) * uspace/lib/usbhost/src/usb_device_manager.c (deleted) * uspace/lib/usbhost/src/usb_transfer_batch.c (modified) * uspace/lib/usbvirt/Makefile (modified) * uspace/lib/usbvirt/include/usbvirt/device.h (modified) * uspace/lib/usbvirt/include/usbvirt/virthub_base.h (moved) * uspace/lib/usbvirt/src/ctrltransfer.c (modified) * uspace/lib/usbvirt/src/private.h (modified) * uspace/lib/usbvirt/src/stdreq.c (modified) * uspace/lib/usbvirt/src/transfer.c (modified) * uspace/lib/usbvirt/src/virthub_base.c (added) * uspace/lib/usbvirt/src/virthub_descriptors.c (added) Merge from lp:~jan.vesely/helenos/usb Sun, 22 May 2016 19:19:43 GMT Jiri Svoboda [0dc2fec] * HelenOS.config (modified) * boot/arch/arm32/Makefile.inc (modified) * contrib/qemu/build-from-scratch.sh (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/include/arch/barrier.h (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/arch/asm.h (modified) * kernel/arch/amd64/include/arch/boot/memmap_struct.ag (added) * kernel/arch/amd64/include/arch/cpu.h (modified) * kernel/arch/amd64/include/arch/interrupt.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/amd64/src/boot/multiboot.S (modified) * kernel/arch/amd64/src/boot/multiboot2.S (modified) * kernel/arch/amd64/src/context.S (modified) * kernel/arch/amd64/src/cpu/cpu.c (modified) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/amd64/src/pm.c (modified) * kernel/arch/amd64/src/smp/ap.S (modified) * kernel/arch/amd64/src/syscall.c (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/include/arch/barrier.h (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch/asm.h (modified) * kernel/arch/ia32/include/arch/barrier.h (modified) * kernel/arch/ia32/include/arch/boot/memmap.h (modified) * kernel/arch/ia32/include/arch/boot/memmap_struct.ag (added) * kernel/arch/ia32/include/arch/cpu.h (modified) * kernel/arch/ia32/include/arch/cpuid.h (modified) * kernel/arch/ia32/include/arch/interrupt.h (modified) * kernel/arch/ia32/include/arch/mm/page.h (modified) * kernel/arch/ia32/include/arch/smp/apic.h (modified) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia32/src/boot/multiboot.S (modified) * kernel/arch/ia32/src/boot/vesa_real.inc (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/interrupt.c (modified) * kernel/arch/ia32/src/mm/page.c (modified) * kernel/arch/ia32/src/pm.c (modified) * kernel/arch/ia32/src/smp/ap.S (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/include/arch/barrier.h (modified) * kernel/arch/ia64/include/arch/mm/page.h (modified) * kernel/arch/mips32/include/arch/barrier.h (modified) * kernel/arch/ppc32/include/arch/barrier.h (modified) * kernel/arch/sparc32/include/arch/barrier.h (modified) * kernel/arch/sparc64/include/arch/barrier.h (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/kbrd/scanc_at.h (moved) * kernel/genarch/include/genarch/multiboot/multiboot.h (modified) * kernel/genarch/include/genarch/multiboot/multiboot_info_struct.ag (added) * kernel/genarch/include/genarch/multiboot/multiboot_memmap_struct.ag (added) * kernel/genarch/src/drivers/grlib/uart.c (modified) * kernel/genarch/src/kbrd/kbrd_at.c (added) * kernel/genarch/src/kbrd/scanc_at.c (added) * kernel/generic/include/adt/list.h (modified) * kernel/generic/src/adt/cht.c (modified) * kernel/generic/src/main/kinit.c (modified) * tools/autogen.py (modified) * tools/ew.py (modified) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/barber/Makefile (modified) * uspace/app/rcubench/Makefile (modified) * uspace/app/rcutest/Makefile (modified) * uspace/app/sbi/src/bigint.c (modified) * uspace/app/tetris/tetris.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/char/atkbd/Makefile (moved) * uspace/drv/char/atkbd/atkbd.c (added) * uspace/drv/char/atkbd/atkbd.h (added) * uspace/drv/char/atkbd/atkbd.ma (added) * uspace/drv/char/atkbd/main.c (added) * uspace/drv/char/pl050/pl050.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/double_to_str.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/ieee_double.c (modified) * uspace/lib/c/generic/rcu.c (moved) * uspace/lib/c/include/assert.h (modified) * uspace/lib/c/include/rcu.h (moved) * uspace/lib/ext4/Makefile (modified) * uspace/lib/nic/Makefile (modified) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/lib/posix/source/fnmatch.c (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usbdev/include/usb/dev/request.h (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbdev/src/request.c (modified) * uspace/srv/net/inetsrv/pdu.c (modified) Merge mainline changes Thu, 12 May 2016 13:55:09 GMT Jakub Jermar [5012203] * HelenOS.config (modified) * boot/arch/arm32/Makefile.inc (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/kbrd/scanc_at.h (moved) * kernel/genarch/src/kbrd/kbrd_at.c (added) * kernel/genarch/src/kbrd/scanc_at.c (added) * uspace/Makefile (modified) * uspace/drv/char/atkbd/Makefile (added) * uspace/drv/char/atkbd/atkbd.c (added) * uspace/drv/char/atkbd/atkbd.h (added) * uspace/drv/char/atkbd/atkbd.ma (added) * uspace/drv/char/atkbd/main.c (added) * uspace/drv/char/pl050/pl050.c (modified) IntegratorCP: switch to using the PC/AT (set 2) scancodes This is ... Mon, 02 May 2016 21:30:14 GMT Jiri Svoboda [7c4b26c] * .bzrignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/dltest/Makefile (modified) * uspace/app/dltest/dltest.c (modified) * uspace/app/dltests/Makefile (added) * uspace/app/dltests/dltests.c (added) Dltest needs to test direct linking. Dltests to only test dlfcn. Need ... Thu, 28 Apr 2016 17:32:58 GMT Jiri Svoboda [9182e86f] * .bzrignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/dltest/Makefile (added) * uspace/app/dltest/dltest.c (added) * uspace/lib/dltest/Makefile (added) * uspace/lib/dltest/dltest.c (added) * uspace/lib/dltest/libdltest.h (added) Simple dynamic linking test. Sun, 24 Apr 2016 08:42:07 GMT Jakub Jermar [38ad239] * boot/arch/sparc32/src/asm.S (modified) * kernel/arch/sparc32/src/context.S (modified) * kernel/arch/sparc32/src/start.S (modified) * kernel/arch/sparc32/src/trap_table.S (modified) * uspace/lib/c/arch/sparc32/Makefile.inc (modified) * uspace/lib/c/arch/sparc32/src/entry.S (moved) * uspace/lib/c/arch/sparc32/src/entryjmp.S (moved) * uspace/lib/c/arch/sparc32/src/fibril.S (modified) * uspace/lib/c/arch/sparc32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/sparc32/src/thread_entry.S (moved) sparc32: use asmtool.h macros for defining symbols Sun, 24 Apr 2016 08:00:09 GMT Jakub Jermar [b66cc97] * boot/arch/ppc32/src/asm.S (modified) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/ppc32/src/asm.S (modified) * kernel/arch/ppc32/src/boot/boot.S (modified) * kernel/arch/ppc32/src/context.S (modified) * kernel/arch/ppc32/src/debug/stacktrace_asm.S (modified) * kernel/arch/ppc32/src/dummy.S (moved) * kernel/arch/ppc32/src/exception.S (modified) * kernel/arch/ppc32/src/fpu_context.S (modified) * uspace/lib/c/arch/ppc32/Makefile.inc (modified) * uspace/lib/c/arch/ppc32/src/entry.S (moved) * uspace/lib/c/arch/ppc32/src/entryjmp.S (moved) * uspace/lib/c/arch/ppc32/src/fibril.S (modified) * uspace/lib/c/arch/ppc32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/ppc32/src/thread_entry.S (moved) ppc32: use asmtool.h macros for defining symbols Sun, 24 Apr 2016 07:30:53 GMT Jakub Jermar [0407636] * boot/arch/mips32/src/asm.S (modified) * kernel/arch/mips32/src/asm.S (modified) * kernel/arch/mips32/src/context.S (modified) * kernel/arch/mips32/src/debug/stacktrace_asm.S (modified) * kernel/arch/mips32/src/start.S (modified) * uspace/lib/c/arch/mips32/src/entry.S (modified) * uspace/lib/c/arch/mips32/src/entryjmp.S (modified) * uspace/lib/c/arch/mips32/src/fibril.S (modified) * uspace/lib/c/arch/mips32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/mips32/src/thread_entry.S (modified) mips32: use asmtool.h macros for defining symbols Sat, 23 Apr 2016 20:27:28 GMT Jakub Jermar [a52e2f4] * boot/arch/sparc64/src/asm.S (modified) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/src/asm.S (modified) * kernel/arch/sparc64/src/context.S (modified) * kernel/arch/sparc64/src/debug/stacktrace_asm.S (modified) * kernel/arch/sparc64/src/dummy.S (moved) * kernel/arch/sparc64/src/sun4u/asm.S (modified) * kernel/arch/sparc64/src/sun4u/start.S (modified) * kernel/arch/sparc64/src/sun4v/asm.S (modified) * kernel/arch/sparc64/src/sun4v/start.S (modified) * kernel/arch/sparc64/src/trap/sun4u/trap_table.S (modified) * kernel/arch/sparc64/src/trap/sun4v/mmu.S (modified) * kernel/arch/sparc64/src/trap/sun4v/trap_table.S (modified) * uspace/lib/c/arch/sparc64/Makefile.inc (modified) * uspace/lib/c/arch/sparc64/src/entry.S (moved) * uspace/lib/c/arch/sparc64/src/entryjmp.S (moved) * uspace/lib/c/arch/sparc64/src/fibril.S (modified) * uspace/lib/c/arch/sparc64/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/sparc64/src/thread_entry.S (moved) sparc64: use asmtool.h macros for defining symbols Fri, 22 Apr 2016 20:43:34 GMT Jakub Jermar [27f67f5] * boot/arch/ia64/src/asm.S (modified) * boot/arch/ia64/src/boot.S (modified) * boot/arch/ia64/src/pal_asm.S (modified) * boot/arch/ia64/src/sal_asm.S (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/src/asm.S (modified) * kernel/arch/ia64/src/context.S (modified) * kernel/arch/ia64/src/debug/stacktrace_asm.S (modified) * kernel/arch/ia64/src/dummy.S (moved) * kernel/arch/ia64/src/ivt.S (modified) * kernel/arch/ia64/src/start.S (modified) * uspace/lib/c/arch/ia64/Makefile.inc (modified) * uspace/lib/c/arch/ia64/src/entry.S (moved) * uspace/lib/c/arch/ia64/src/entryjmp.S (moved) * uspace/lib/c/arch/ia64/src/fibril.S (modified) * uspace/lib/c/arch/ia64/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/ia64/src/syscall.S (modified) * uspace/lib/c/arch/ia64/src/thread_entry.S (moved) ia64: use asmtool.h macros for defining symbols Thu, 21 Apr 2016 20:04:16 GMT Jakub Jermar [054476d] * abi/include/abi/asmtool.h (modified) * boot/Makefile.build (modified) * boot/arch/arm32/src/asm.S (modified) * boot/arch/arm32/src/eabi.S (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/src/asm.S (modified) * kernel/arch/arm32/src/context.S (modified) * kernel/arch/arm32/src/debug/stacktrace_asm.S (modified) * kernel/arch/arm32/src/dummy.S (modified) * kernel/arch/arm32/src/eabi.S (modified) * kernel/arch/arm32/src/exc_handler.S (modified) * kernel/arch/arm32/src/fpu.S (moved) * kernel/arch/arm32/src/start.S (modified) * uspace/lib/c/arch/arm32/Makefile.inc (modified) * uspace/lib/c/arch/arm32/src/eabi.S (modified) * uspace/lib/c/arch/arm32/src/entry.S (moved) * uspace/lib/c/arch/arm32/src/entryjmp.S (moved) * uspace/lib/c/arch/arm32/src/fibril.S (modified) * uspace/lib/c/arch/arm32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/arm32/src/thread_entry.S (moved) Merge arm32 switch over to using asmtool.h macros Thu, 21 Apr 2016 20:00:18 GMT Jakub Jermar [73b3ecd] * boot/arch/arm32/src/asm.S (modified) * boot/arch/arm32/src/eabi.S (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/src/asm.S (modified) * kernel/arch/arm32/src/context.S (modified) * kernel/arch/arm32/src/debug/stacktrace_asm.S (modified) * kernel/arch/arm32/src/dummy.S (modified) * kernel/arch/arm32/src/eabi.S (modified) * kernel/arch/arm32/src/exc_handler.S (modified) * kernel/arch/arm32/src/fpu.S (moved) * kernel/arch/arm32/src/start.S (modified) * uspace/lib/c/arch/arm32/Makefile.inc (modified) * uspace/lib/c/arch/arm32/src/eabi.S (modified) * uspace/lib/c/arch/arm32/src/entry.S (moved) * uspace/lib/c/arch/arm32/src/entryjmp.S (moved) * uspace/lib/c/arch/arm32/src/fibril.S (modified) * uspace/lib/c/arch/arm32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/arm32/src/thread_entry.S (moved) arm32: use asmtool.h macros for defining symbols Fri, 15 Apr 2016 17:35:39 GMT Jiri Svoboda [8539cf2] * boot/Makefile.common (modified) * uspace/Makefile.common (modified) * uspace/lib/softint/Makefile (modified) libsoftint name no longer needs to be abbreviated. Thu, 14 Apr 2016 20:03:18 GMT Jakub Jermar [87fa4a7] * boot/Makefile.common (modified) Include libmath.so.0 in dynamically linked builds as compositor ... Tue, 12 Apr 2016 19:19:14 GMT Jakub Jermar [96521f2f] * boot/Makefile.build (modified) Make abi/ includes accessible also from boot/ Sat, 09 Apr 2016 10:41:08 GMT Jiri Svoboda [3a34852] * .bzrignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/sysinst/Makefile (added) * uspace/app/sysinst/futil.c (added) * uspace/app/sysinst/futil.h (added) * uspace/app/sysinst/grub.h (added) * uspace/app/sysinst/sysinst.c (added) Simple system installer. Tue, 05 Apr 2016 19:04:11 GMT Jiri Svoboda [cfb1217] * boot/Makefile.grub (modified) * boot/grub.efi/REVISION (added) * boot/grub.efi/efi.img.gz (modified) * boot/grub.efi/i386-efi/acpi.mod (modified) * boot/grub.efi/i386-efi/adler32.mod (added) * boot/grub.efi/i386-efi/affs.mod (modified) * boot/grub.efi/i386-efi/afs.mod (modified) * boot/grub.efi/i386-efi/afs_be.mod (deleted) * boot/grub.efi/i386-efi/ahci.mod (added) * boot/grub.efi/i386-efi/all_video.mod (added) * boot/grub.efi/i386-efi/aout.mod (modified) * boot/grub.efi/i386-efi/appleldr.mod (modified) * boot/grub.efi/i386-efi/archelp.mod (added) * boot/grub.efi/i386-efi/at_keyboard.mod (modified) * boot/grub.efi/i386-efi/ata.mod (modified) * boot/grub.efi/i386-efi/ata_pthru.mod (deleted) * boot/grub.efi/i386-efi/backtrace.mod (added) * boot/grub.efi/i386-efi/befs.mod (deleted) * boot/grub.efi/i386-efi/befs_be.mod (deleted) * boot/grub.efi/i386-efi/bfs.mod (added) * boot/grub.efi/i386-efi/bitmap.mod (modified) * boot/grub.efi/i386-efi/bitmap_scale.mod (modified) * boot/grub.efi/i386-efi/blocklist.mod (modified) * boot/grub.efi/i386-efi/boot.mod (modified) * boot/grub.efi/i386-efi/bsd.mod (modified) * boot/grub.efi/i386-efi/bswap_test.mod (added) * boot/grub.efi/i386-efi/btrfs.mod (modified) * boot/grub.efi/i386-efi/bufio.mod (modified) * boot/grub.efi/i386-efi/cat.mod (modified) * boot/grub.efi/i386-efi/cbfs.mod (added) * boot/grub.efi/i386-efi/cbls.mod (added) * boot/grub.efi/i386-efi/cbmemc.mod (added) * boot/grub.efi/i386-efi/cbtable.mod (added) * boot/grub.efi/i386-efi/cbtime.mod (added) * boot/grub.efi/i386-efi/chain.mod (modified) * boot/grub.efi/i386-efi/cmdline_cat_test.mod (added) * boot/grub.efi/i386-efi/cmp.mod (modified) * boot/grub.efi/i386-efi/cmp_test.mod (added) * boot/grub.efi/i386-efi/command.lst (modified) * boot/grub.efi/i386-efi/configfile.mod (modified) * boot/grub.efi/i386-efi/cpio.mod (modified) * boot/grub.efi/i386-efi/cpio_be.mod (added) * boot/grub.efi/i386-efi/cpuid.mod (modified) * boot/grub.efi/i386-efi/crc64.mod (added) * boot/grub.efi/i386-efi/crypto.lst (modified) * boot/grub.efi/i386-efi/crypto.mod (modified) * boot/grub.efi/i386-efi/cryptodisk.mod (added) * boot/grub.efi/i386-efi/cs5536.mod (modified) * boot/grub.efi/i386-efi/ctz_test.mod (added) * boot/grub.efi/i386-efi/date.mod (modified) * boot/grub.efi/i386-efi/datehook.mod (modified) * boot/grub.efi/i386-efi/datetime.mod (modified) * boot/grub.efi/i386-efi/disk.mod (added) * boot/grub.efi/i386-efi/diskfilter.mod (added) * boot/grub.efi/i386-efi/div.mod (added) * boot/grub.efi/i386-efi/div_test.mod (added) * boot/grub.efi/i386-efi/dm_nv.mod (modified) * boot/grub.efi/i386-efi/echo.mod (modified) * boot/grub.efi/i386-efi/efi_gop.mod (modified) * boot/grub.efi/i386-efi/efi_uga.mod (modified) * boot/grub.efi/i386-efi/efifwsetup.mod (added) * boot/grub.efi/i386-efi/efinet.mod (added) * boot/grub.efi/i386-efi/ehci.mod (added) * boot/grub.efi/i386-efi/elf.mod (modified) * boot/grub.efi/i386-efi/eval.mod (added) * boot/grub.efi/i386-efi/example_functional_test.mod (deleted) * boot/grub.efi/i386-efi/exfat.mod (added) * boot/grub.efi/i386-efi/exfctest.mod (added) * boot/grub.efi/i386-efi/ext2.mod (modified) * boot/grub.efi/i386-efi/extcmd.mod (modified) * boot/grub.efi/i386-efi/fat.mod (modified) * boot/grub.efi/i386-efi/file.mod (added) * boot/grub.efi/i386-efi/fixvideo.mod (modified) * boot/grub.efi/i386-efi/font.mod (modified) * boot/grub.efi/i386-efi/fs.lst (modified) * boot/grub.efi/i386-efi/fshelp.mod (modified) * boot/grub.efi/i386-efi/functional_test.mod (modified) * boot/grub.efi/i386-efi/gcry_arcfour.mod (modified) * boot/grub.efi/i386-efi/gcry_blowfish.mod (modified) * boot/grub.efi/i386-efi/gcry_camellia.mod (modified) * boot/grub.efi/i386-efi/gcry_cast5.mod (modified) * boot/grub.efi/i386-efi/gcry_crc.mod (modified) * boot/grub.efi/i386-efi/gcry_des.mod (modified) * boot/grub.efi/i386-efi/gcry_dsa.mod (added) * boot/grub.efi/i386-efi/gcry_idea.mod (added) * boot/grub.efi/i386-efi/gcry_md4.mod (modified) * boot/grub.efi/i386-efi/gcry_md5.mod (modified) * boot/grub.efi/i386-efi/gcry_rfc2268.mod (modified) * boot/grub.efi/i386-efi/gcry_rijndael.mod (modified) * boot/grub.efi/i386-efi/gcry_rmd160.mod (modified) * boot/grub.efi/i386-efi/gcry_rsa.mod (added) * boot/grub.efi/i386-efi/gcry_seed.mod (modified) * boot/grub.efi/i386-efi/gcry_serpent.mod (modified) * boot/grub.efi/i386-efi/gcry_sha1.mod (modified) * boot/grub.efi/i386-efi/gcry_sha256.mod (modified) * boot/grub.efi/i386-efi/gcry_sha512.mod (modified) * boot/grub.efi/i386-efi/gcry_tiger.mod (modified) * boot/grub.efi/i386-efi/gcry_twofish.mod (modified) * boot/grub.efi/i386-efi/gcry_whirlpool.mod (modified) * boot/grub.efi/i386-efi/gdb.mod (added) * boot/grub.efi/i386-efi/gdb_grub (added) * boot/grub.efi/i386-efi/geli.mod (added) * boot/grub.efi/i386-efi/gettext.mod (modified) * boot/grub.efi/i386-efi/gfxmenu.mod (modified) * boot/grub.efi/i386-efi/gfxterm.mod (modified) * boot/grub.efi/i386-efi/gfxterm_background.mod (added) * boot/grub.efi/i386-efi/gfxterm_menu.mod (added) * boot/grub.efi/i386-efi/gmodule.pl (added) * boot/grub.efi/i386-efi/gptsync.mod (modified) * boot/grub.efi/i386-efi/gzio.mod (modified) * boot/grub.efi/i386-efi/halt.mod (modified) * boot/grub.efi/i386-efi/hashsum.mod (modified) * boot/grub.efi/i386-efi/hdparm.mod (modified) * boot/grub.efi/i386-efi/hello.mod (modified) * boot/grub.efi/i386-efi/help.mod (modified) * boot/grub.efi/i386-efi/hexdump.mod (modified) * boot/grub.efi/i386-efi/hfs.mod (modified) * boot/grub.efi/i386-efi/hfsplus.mod (modified) * boot/grub.efi/i386-efi/hfspluscomp.mod (added) * boot/grub.efi/i386-efi/http.mod (added) * boot/grub.efi/i386-efi/iorw.mod (modified) * boot/grub.efi/i386-efi/iso9660.mod (modified) * boot/grub.efi/i386-efi/jfs.mod (modified) * boot/grub.efi/i386-efi/jpeg.mod (modified) * boot/grub.efi/i386-efi/kernel.exec (added) * boot/grub.efi/i386-efi/kernel.img (added) * boot/grub.efi/i386-efi/keylayouts.mod (modified) * boot/grub.efi/i386-efi/keystatus.mod (modified) * boot/grub.efi/i386-efi/ldm.mod (added) * boot/grub.efi/i386-efi/legacy_password_test.mod (added) * boot/grub.efi/i386-efi/legacycfg.mod (added) * boot/grub.efi/i386-efi/linux.mod (modified) * boot/grub.efi/i386-efi/linux16.mod (added) * boot/grub.efi/i386-efi/loadbios.mod (modified) * boot/grub.efi/i386-efi/loadenv.mod (modified) * boot/grub.efi/i386-efi/loopback.mod (modified) * boot/grub.efi/i386-efi/ls.mod (modified) * boot/grub.efi/i386-efi/lsacpi.mod (modified) * boot/grub.efi/i386-efi/lsefi.mod (added) * boot/grub.efi/i386-efi/lsefimmap.mod (modified) * boot/grub.efi/i386-efi/lsefisystab.mod (modified) * boot/grub.efi/i386-efi/lsmmap.mod (modified) * boot/grub.efi/i386-efi/lspci.mod (modified) * boot/grub.efi/i386-efi/lssal.mod (modified) * boot/grub.efi/i386-efi/luks.mod (added) * boot/grub.efi/i386-efi/lvm.mod (modified) * boot/grub.efi/i386-efi/lzopio.mod (added) * boot/grub.efi/i386-efi/macbless.mod (added) * boot/grub.efi/i386-efi/macho.mod (added) * boot/grub.efi/i386-efi/mdraid09.mod (modified) * boot/grub.efi/i386-efi/mdraid09_be.mod (added) * boot/grub.efi/i386-efi/mdraid1x.mod (modified) * boot/grub.efi/i386-efi/memdisk.mod (modified) * boot/grub.efi/i386-efi/memrw.mod (modified) * boot/grub.efi/i386-efi/minicmd.mod (modified) * boot/grub.efi/i386-efi/minix.mod (modified) * boot/grub.efi/i386-efi/minix2.mod (modified) * boot/grub.efi/i386-efi/minix2_be.mod (added) * boot/grub.efi/i386-efi/minix3.mod (added) * boot/grub.efi/i386-efi/minix3_be.mod (added) * boot/grub.efi/i386-efi/minix_be.mod (added) * boot/grub.efi/i386-efi/mmap.mod (modified) * boot/grub.efi/i386-efi/moddep.lst (modified) * boot/grub.efi/i386-efi/modinfo.sh (added) * boot/grub.efi/i386-efi/morse.mod (added) * boot/grub.efi/i386-efi/mpi.mod (added) * boot/grub.efi/i386-efi/msdospart.mod (modified) * boot/grub.efi/i386-efi/mul_test.mod (added) * boot/grub.efi/i386-efi/multiboot.mod (modified) * boot/grub.efi/i386-efi/multiboot2.mod (modified) * boot/grub.efi/i386-efi/nativedisk.mod (added) * boot/grub.efi/i386-efi/net.mod (added) * boot/grub.efi/i386-efi/newc.mod (added) * boot/grub.efi/i386-efi/nilfs2.mod (modified) * boot/grub.efi/i386-efi/normal.mod (modified) * boot/grub.efi/i386-efi/ntfs.mod (modified) * boot/grub.efi/i386-efi/ntfscomp.mod (modified) * boot/grub.efi/i386-efi/odc.mod (added) * boot/grub.efi/i386-efi/offsetio.mod (added) * boot/grub.efi/i386-efi/ohci.mod (modified) * boot/grub.efi/i386-efi/part_acorn.mod (modified) * boot/grub.efi/i386-efi/part_amiga.mod (modified) * boot/grub.efi/i386-efi/part_apple.mod (modified) * boot/grub.efi/i386-efi/part_bsd.mod (modified) * boot/grub.efi/i386-efi/part_dfly.mod (added) * boot/grub.efi/i386-efi/part_dvh.mod (added) * boot/grub.efi/i386-efi/part_gpt.mod (modified) * boot/grub.efi/i386-efi/part_msdos.mod (modified) * boot/grub.efi/i386-efi/part_plan.mod (added) * boot/grub.efi/i386-efi/part_sun.mod (modified) * boot/grub.efi/i386-efi/part_sunpc.mod (modified) * boot/grub.efi/i386-efi/partmap.lst (modified) * boot/grub.efi/i386-efi/parttool.mod (modified) * boot/grub.efi/i386-efi/password.mod (modified) * boot/grub.efi/i386-efi/password_pbkdf2.mod (modified) * boot/grub.efi/i386-efi/pata.mod (added) * boot/grub.efi/i386-efi/pbkdf2.mod (modified) * boot/grub.efi/i386-efi/pbkdf2_test.mod (added) * boot/grub.efi/i386-efi/pci.mod (deleted) * boot/grub.efi/i386-efi/pcidump.mod (added) * boot/grub.efi/i386-efi/play.mod (modified) * boot/grub.efi/i386-efi/png.mod (modified) * boot/grub.efi/i386-efi/priority_queue.mod (added) * boot/grub.efi/i386-efi/probe.mod (modified) * boot/grub.efi/i386-efi/procfs.mod (added) * boot/grub.efi/i386-efi/progress.mod (added) * boot/grub.efi/i386-efi/raid.mod (deleted) * boot/grub.efi/i386-efi/raid5rec.mod (modified) * boot/grub.efi/i386-efi/raid6rec.mod (modified) * boot/grub.efi/i386-efi/random.mod (added) * boot/grub.efi/i386-efi/read.mod (modified) * boot/grub.efi/i386-efi/reboot.mod (modified) * boot/grub.efi/i386-efi/regexp.mod (modified) * boot/grub.efi/i386-efi/reiserfs.mod (modified) * boot/grub.efi/i386-efi/relocator.mod (modified) * boot/grub.efi/i386-efi/romfs.mod (added) * boot/grub.efi/i386-efi/scsi.mod (modified) * boot/grub.efi/i386-efi/search.mod (modified) * boot/grub.efi/i386-efi/search_fs_file.mod (modified) * boot/grub.efi/i386-efi/search_fs_uuid.mod (modified) * boot/grub.efi/i386-efi/search_label.mod (modified) * boot/grub.efi/i386-efi/serial.mod (modified) * boot/grub.efi/i386-efi/setjmp.mod (modified) * boot/grub.efi/i386-efi/setjmp_test.mod (added) * boot/grub.efi/i386-efi/setpci.mod (modified) * boot/grub.efi/i386-efi/sfs.mod (modified) * boot/grub.efi/i386-efi/shift_test.mod (added) * boot/grub.efi/i386-efi/signature_test.mod (added) * boot/grub.efi/i386-efi/sleep.mod (modified) * boot/grub.efi/i386-efi/sleep_test.mod (added) * boot/grub.efi/i386-efi/spkmodem.mod (added) * boot/grub.efi/i386-efi/squash4.mod (added) * boot/grub.efi/i386-efi/syslinuxcfg.mod (added) * boot/grub.efi/i386-efi/tar.mod (modified) * boot/grub.efi/i386-efi/terminal.lst (modified) * boot/grub.efi/i386-efi/terminal.mod (modified) * boot/grub.efi/i386-efi/terminfo.mod (modified) * boot/grub.efi/i386-efi/test.mod (modified) * boot/grub.efi/i386-efi/test_blockarg.mod (modified) * boot/grub.efi/i386-efi/testload.mod (modified) * boot/grub.efi/i386-efi/testspeed.mod (added) * boot/grub.efi/i386-efi/tftp.mod (added) * boot/grub.efi/i386-efi/tga.mod (modified) * boot/grub.efi/i386-efi/time.mod (added) * boot/grub.efi/i386-efi/tr.mod (added) * boot/grub.efi/i386-efi/trig.mod (modified) * boot/grub.efi/i386-efi/true.mod (modified) * boot/grub.efi/i386-efi/udf.mod (modified) * boot/grub.efi/i386-efi/ufs1.mod (modified) * boot/grub.efi/i386-efi/ufs1_be.mod (added) * boot/grub.efi/i386-efi/ufs2.mod (modified) * boot/grub.efi/i386-efi/uhci.mod (modified) * boot/grub.efi/i386-efi/usb.mod (modified) * boot/grub.efi/i386-efi/usb_keyboard.mod (modified) * boot/grub.efi/i386-efi/usbms.mod (modified) * boot/grub.efi/i386-efi/usbserial_common.mod (modified) * boot/grub.efi/i386-efi/usbserial_ftdi.mod (modified) * boot/grub.efi/i386-efi/usbserial_pl2303.mod (modified) * boot/grub.efi/i386-efi/usbserial_usbdebug.mod (added) * boot/grub.efi/i386-efi/usbtest.mod (modified) * boot/grub.efi/i386-efi/verify.mod (added) * boot/grub.efi/i386-efi/video.mod (modified) * boot/grub.efi/i386-efi/video_bochs.mod (modified) * boot/grub.efi/i386-efi/video_cirrus.mod (modified) * boot/grub.efi/i386-efi/video_colors.mod (added) * boot/grub.efi/i386-efi/video_fb.mod (modified) * boot/grub.efi/i386-efi/videoinfo.mod (modified) * boot/grub.efi/i386-efi/videotest.mod (modified) * boot/grub.efi/i386-efi/videotest_checksum.mod (added) * boot/grub.efi/i386-efi/xfs.mod (modified) * boot/grub.efi/i386-efi/xnu.mod (modified) * boot/grub.efi/i386-efi/xnu_uuid.mod (modified) * boot/grub.efi/i386-efi/xnu_uuid_test.mod (added) * boot/grub.efi/i386-efi/xzio.mod (modified) * boot/grub.efi/i386-efi/zfs.mod (modified) * boot/grub.efi/i386-efi/zfscrypt.mod (added) * boot/grub.efi/i386-efi/zfsinfo.mod (modified) * boot/grub.efi/x86_64-efi/acpi.mod (modified) * boot/grub.efi/x86_64-efi/adler32.mod (added) * boot/grub.efi/x86_64-efi/affs.mod (modified) * boot/grub.efi/x86_64-efi/afs.mod (modified) * boot/grub.efi/x86_64-efi/afs_be.mod (deleted) * boot/grub.efi/x86_64-efi/ahci.mod (added) * boot/grub.efi/x86_64-efi/all_video.mod (added) * boot/grub.efi/x86_64-efi/aout.mod (modified) * boot/grub.efi/x86_64-efi/appleldr.mod (modified) * boot/grub.efi/x86_64-efi/archelp.mod (added) * boot/grub.efi/x86_64-efi/at_keyboard.mod (modified) * boot/grub.efi/x86_64-efi/ata.mod (modified) * boot/grub.efi/x86_64-efi/ata_pthru.mod (deleted) * boot/grub.efi/x86_64-efi/backtrace.mod (added) * boot/grub.efi/x86_64-efi/befs.mod (deleted) * boot/grub.efi/x86_64-efi/befs_be.mod (deleted) * boot/grub.efi/x86_64-efi/bfs.mod (added) * boot/grub.efi/x86_64-efi/bitmap.mod (modified) * boot/grub.efi/x86_64-efi/bitmap_scale.mod (modified) * boot/grub.efi/x86_64-efi/blocklist.mod (modified) * boot/grub.efi/x86_64-efi/boot.mod (modified) * boot/grub.efi/x86_64-efi/bsd.mod (modified) * boot/grub.efi/x86_64-efi/bswap_test.mod (added) * boot/grub.efi/x86_64-efi/btrfs.mod (modified) * boot/grub.efi/x86_64-efi/bufio.mod (modified) * boot/grub.efi/x86_64-efi/cat.mod (modified) * boot/grub.efi/x86_64-efi/cbfs.mod (added) * boot/grub.efi/x86_64-efi/cbls.mod (added) * boot/grub.efi/x86_64-efi/cbmemc.mod (added) * boot/grub.efi/x86_64-efi/cbtable.mod (added) * boot/grub.efi/x86_64-efi/cbtime.mod (added) * boot/grub.efi/x86_64-efi/chain.mod (modified) * boot/grub.efi/x86_64-efi/cmdline_cat_test.mod (added) * boot/grub.efi/x86_64-efi/cmp.mod (modified) * boot/grub.efi/x86_64-efi/cmp_test.mod (added) * boot/grub.efi/x86_64-efi/command.lst (modified) * boot/grub.efi/x86_64-efi/configfile.mod (modified) * boot/grub.efi/x86_64-efi/cpio.mod (modified) * boot/grub.efi/x86_64-efi/cpio_be.mod (added) * boot/grub.efi/x86_64-efi/cpuid.mod (modified) * boot/grub.efi/x86_64-efi/crc64.mod (added) * boot/grub.efi/x86_64-efi/crypto.lst (modified) * boot/grub.efi/x86_64-efi/crypto.mod (modified) * boot/grub.efi/x86_64-efi/cryptodisk.mod (added) * boot/grub.efi/x86_64-efi/cs5536.mod (modified) * boot/grub.efi/x86_64-efi/ctz_test.mod (added) * boot/grub.efi/x86_64-efi/date.mod (modified) * boot/grub.efi/x86_64-efi/datehook.mod (modified) * boot/grub.efi/x86_64-efi/datetime.mod (modified) * boot/grub.efi/x86_64-efi/disk.mod (added) * boot/grub.efi/x86_64-efi/diskfilter.mod (added) * boot/grub.efi/x86_64-efi/div.mod (added) * boot/grub.efi/x86_64-efi/div_test.mod (added) * boot/grub.efi/x86_64-efi/dm_nv.mod (modified) * boot/grub.efi/x86_64-efi/echo.mod (modified) * boot/grub.efi/x86_64-efi/efi_gop.mod (modified) * boot/grub.efi/x86_64-efi/efi_uga.mod (modified) * boot/grub.efi/x86_64-efi/efifwsetup.mod (added) * boot/grub.efi/x86_64-efi/efinet.mod (added) * boot/grub.efi/x86_64-efi/ehci.mod (added) * boot/grub.efi/x86_64-efi/elf.mod (modified) * boot/grub.efi/x86_64-efi/eval.mod (added) * boot/grub.efi/x86_64-efi/example_functional_test.mod (deleted) * boot/grub.efi/x86_64-efi/exfat.mod (added) * boot/grub.efi/x86_64-efi/exfctest.mod (added) * boot/grub.efi/x86_64-efi/ext2.mod (modified) * boot/grub.efi/x86_64-efi/extcmd.mod (modified) * boot/grub.efi/x86_64-efi/fat.mod (modified) * boot/grub.efi/x86_64-efi/file.mod (added) * boot/grub.efi/x86_64-efi/fixvideo.mod (modified) * boot/grub.efi/x86_64-efi/font.mod (modified) * boot/grub.efi/x86_64-efi/fs.lst (modified) * boot/grub.efi/x86_64-efi/fshelp.mod (modified) * boot/grub.efi/x86_64-efi/functional_test.mod (modified) * boot/grub.efi/x86_64-efi/gcry_arcfour.mod (modified) * boot/grub.efi/x86_64-efi/gcry_blowfish.mod (modified) * boot/grub.efi/x86_64-efi/gcry_camellia.mod (modified) * boot/grub.efi/x86_64-efi/gcry_cast5.mod (modified) * boot/grub.efi/x86_64-efi/gcry_crc.mod (modified) * boot/grub.efi/x86_64-efi/gcry_des.mod (modified) * boot/grub.efi/x86_64-efi/gcry_dsa.mod (added) * boot/grub.efi/x86_64-efi/gcry_idea.mod (added) * boot/grub.efi/x86_64-efi/gcry_md4.mod (modified) * boot/grub.efi/x86_64-efi/gcry_md5.mod (modified) * boot/grub.efi/x86_64-efi/gcry_rfc2268.mod (modified) * boot/grub.efi/x86_64-efi/gcry_rijndael.mod (modified) * boot/grub.efi/x86_64-efi/gcry_rmd160.mod (modified) * boot/grub.efi/x86_64-efi/gcry_rsa.mod (added) * boot/grub.efi/x86_64-efi/gcry_seed.mod (modified) * boot/grub.efi/x86_64-efi/gcry_serpent.mod (modified) * boot/grub.efi/x86_64-efi/gcry_sha1.mod (modified) * boot/grub.efi/x86_64-efi/gcry_sha256.mod (modified) * boot/grub.efi/x86_64-efi/gcry_sha512.mod (modified) * boot/grub.efi/x86_64-efi/gcry_tiger.mod (modified) * boot/grub.efi/x86_64-efi/gcry_twofish.mod (modified) * boot/grub.efi/x86_64-efi/gcry_whirlpool.mod (modified) * boot/grub.efi/x86_64-efi/gdb_grub (added) * boot/grub.efi/x86_64-efi/geli.mod (added) * boot/grub.efi/x86_64-efi/gettext.mod (modified) * boot/grub.efi/x86_64-efi/gfxmenu.mod (modified) * boot/grub.efi/x86_64-efi/gfxterm.mod (modified) * boot/grub.efi/x86_64-efi/gfxterm_background.mod (added) * boot/grub.efi/x86_64-efi/gfxterm_menu.mod (added) * boot/grub.efi/x86_64-efi/gmodule.pl (added) * boot/grub.efi/x86_64-efi/gptsync.mod (modified) * boot/grub.efi/x86_64-efi/gzio.mod (modified) * boot/grub.efi/x86_64-efi/halt.mod (modified) * boot/grub.efi/x86_64-efi/hashsum.mod (modified) * boot/grub.efi/x86_64-efi/hdparm.mod (modified) * boot/grub.efi/x86_64-efi/hello.mod (modified) * boot/grub.efi/x86_64-efi/help.mod (modified) * boot/grub.efi/x86_64-efi/hexdump.mod (modified) * boot/grub.efi/x86_64-efi/hfs.mod (modified) * boot/grub.efi/x86_64-efi/hfsplus.mod (modified) * boot/grub.efi/x86_64-efi/hfspluscomp.mod (added) * boot/grub.efi/x86_64-efi/http.mod (added) * boot/grub.efi/x86_64-efi/iorw.mod (modified) * boot/grub.efi/x86_64-efi/iso9660.mod (modified) * boot/grub.efi/x86_64-efi/jfs.mod (modified) * boot/grub.efi/x86_64-efi/jpeg.mod (modified) * boot/grub.efi/x86_64-efi/kernel.exec (added) * boot/grub.efi/x86_64-efi/kernel.img (added) * boot/grub.efi/x86_64-efi/keylayouts.mod (modified) * boot/grub.efi/x86_64-efi/keystatus.mod (modified) * boot/grub.efi/x86_64-efi/ldm.mod (added) * boot/grub.efi/x86_64-efi/legacy_password_test.mod (added) * boot/grub.efi/x86_64-efi/legacycfg.mod (added) * boot/grub.efi/x86_64-efi/linux.mod (modified) * boot/grub.efi/x86_64-efi/linux16.mod (added) * boot/grub.efi/x86_64-efi/loadbios.mod (modified) * boot/grub.efi/x86_64-efi/loadenv.mod (modified) * boot/grub.efi/x86_64-efi/loopback.mod (modified) * boot/grub.efi/x86_64-efi/ls.mod (modified) * boot/grub.efi/x86_64-efi/lsacpi.mod (modified) * boot/grub.efi/x86_64-efi/lsefi.mod (added) * boot/grub.efi/x86_64-efi/lsefimmap.mod (modified) * boot/grub.efi/x86_64-efi/lsefisystab.mod (modified) * boot/grub.efi/x86_64-efi/lsmmap.mod (modified) * boot/grub.efi/x86_64-efi/lspci.mod (modified) * boot/grub.efi/x86_64-efi/lssal.mod (modified) * boot/grub.efi/x86_64-efi/luks.mod (added) * boot/grub.efi/x86_64-efi/lvm.mod (modified) * boot/grub.efi/x86_64-efi/lzopio.mod (added) * boot/grub.efi/x86_64-efi/macbless.mod (added) * boot/grub.efi/x86_64-efi/macho.mod (added) * boot/grub.efi/x86_64-efi/mdraid09.mod (modified) * boot/grub.efi/x86_64-efi/mdraid09_be.mod (added) * boot/grub.efi/x86_64-efi/mdraid1x.mod (modified) * boot/grub.efi/x86_64-efi/memdisk.mod (modified) * boot/grub.efi/x86_64-efi/memrw.mod (modified) * boot/grub.efi/x86_64-efi/minicmd.mod (modified) * boot/grub.efi/x86_64-efi/minix.mod (modified) * boot/grub.efi/x86_64-efi/minix2.mod (modified) * boot/grub.efi/x86_64-efi/minix2_be.mod (added) * boot/grub.efi/x86_64-efi/minix3.mod (added) * boot/grub.efi/x86_64-efi/minix3_be.mod (added) * boot/grub.efi/x86_64-efi/minix_be.mod (added) * boot/grub.efi/x86_64-efi/mmap.mod (modified) * boot/grub.efi/x86_64-efi/moddep.lst (modified) * boot/grub.efi/x86_64-efi/modinfo.sh (added) * boot/grub.efi/x86_64-efi/morse.mod (added) * boot/grub.efi/x86_64-efi/mpi.mod (added) * boot/grub.efi/x86_64-efi/msdospart.mod (modified) * boot/grub.efi/x86_64-efi/mul_test.mod (added) * boot/grub.efi/x86_64-efi/multiboot.mod (modified) * boot/grub.efi/x86_64-efi/multiboot2.mod (modified) * boot/grub.efi/x86_64-efi/nativedisk.mod (added) * boot/grub.efi/x86_64-efi/net.mod (added) * boot/grub.efi/x86_64-efi/newc.mod (added) * boot/grub.efi/x86_64-efi/nilfs2.mod (modified) * boot/grub.efi/x86_64-efi/normal.mod (modified) * boot/grub.efi/x86_64-efi/ntfs.mod (modified) * boot/grub.efi/x86_64-efi/ntfscomp.mod (modified) * boot/grub.efi/x86_64-efi/odc.mod (added) * boot/grub.efi/x86_64-efi/offsetio.mod (added) * boot/grub.efi/x86_64-efi/ohci.mod (modified) * boot/grub.efi/x86_64-efi/part_acorn.mod (modified) * boot/grub.efi/x86_64-efi/part_amiga.mod (modified) * boot/grub.efi/x86_64-efi/part_apple.mod (modified) * boot/grub.efi/x86_64-efi/part_bsd.mod (modified) * boot/grub.efi/x86_64-efi/part_dfly.mod (added) * boot/grub.efi/x86_64-efi/part_dvh.mod (added) * boot/grub.efi/x86_64-efi/part_gpt.mod (modified) * boot/grub.efi/x86_64-efi/part_msdos.mod (modified) * boot/grub.efi/x86_64-efi/part_plan.mod (added) * boot/grub.efi/x86_64-efi/part_sun.mod (modified) * boot/grub.efi/x86_64-efi/part_sunpc.mod (modified) * boot/grub.efi/x86_64-efi/partmap.lst (modified) * boot/grub.efi/x86_64-efi/parttool.mod (modified) * boot/grub.efi/x86_64-efi/password.mod (modified) * boot/grub.efi/x86_64-efi/password_pbkdf2.mod (modified) * boot/grub.efi/x86_64-efi/pata.mod (added) * boot/grub.efi/x86_64-efi/pbkdf2.mod (modified) * boot/grub.efi/x86_64-efi/pbkdf2_test.mod (added) * boot/grub.efi/x86_64-efi/pci.mod (deleted) * boot/grub.efi/x86_64-efi/pcidump.mod (added) * boot/grub.efi/x86_64-efi/play.mod (modified) * boot/grub.efi/x86_64-efi/png.mod (modified) * boot/grub.efi/x86_64-efi/priority_queue.mod (added) * boot/grub.efi/x86_64-efi/probe.mod (modified) * boot/grub.efi/x86_64-efi/procfs.mod (added) * boot/grub.efi/x86_64-efi/progress.mod (added) * boot/grub.efi/x86_64-efi/raid.mod (deleted) * boot/grub.efi/x86_64-efi/raid5rec.mod (modified) * boot/grub.efi/x86_64-efi/raid6rec.mod (modified) * boot/grub.efi/x86_64-efi/random.mod (added) * boot/grub.efi/x86_64-efi/read.mod (modified) * boot/grub.efi/x86_64-efi/reboot.mod (modified) * boot/grub.efi/x86_64-efi/regexp.mod (modified) * boot/grub.efi/x86_64-efi/reiserfs.mod (modified) * boot/grub.efi/x86_64-efi/relocator.mod (modified) * boot/grub.efi/x86_64-efi/romfs.mod (added) * boot/grub.efi/x86_64-efi/scsi.mod (modified) * boot/grub.efi/x86_64-efi/search.mod (modified) * boot/grub.efi/x86_64-efi/search_fs_file.mod (modified) * boot/grub.efi/x86_64-efi/search_fs_uuid.mod (modified) * boot/grub.efi/x86_64-efi/search_label.mod (modified) * boot/grub.efi/x86_64-efi/serial.mod (modified) * boot/grub.efi/x86_64-efi/setjmp.mod (modified) * boot/grub.efi/x86_64-efi/setjmp_test.mod (added) * boot/grub.efi/x86_64-efi/setpci.mod (modified) * boot/grub.efi/x86_64-efi/sfs.mod (modified) * boot/grub.efi/x86_64-efi/shift_test.mod (added) * boot/grub.efi/x86_64-efi/signature_test.mod (added) * boot/grub.efi/x86_64-efi/sleep.mod (modified) * boot/grub.efi/x86_64-efi/sleep_test.mod (added) * boot/grub.efi/x86_64-efi/spkmodem.mod (added) * boot/grub.efi/x86_64-efi/squash4.mod (added) * boot/grub.efi/x86_64-efi/syslinuxcfg.mod (added) * boot/grub.efi/x86_64-efi/tar.mod (modified) * boot/grub.efi/x86_64-efi/terminal.lst (modified) * boot/grub.efi/x86_64-efi/terminal.mod (modified) * boot/grub.efi/x86_64-efi/terminfo.mod (modified) * boot/grub.efi/x86_64-efi/test.mod (modified) * boot/grub.efi/x86_64-efi/test_blockarg.mod (modified) * boot/grub.efi/x86_64-efi/testload.mod (modified) * boot/grub.efi/x86_64-efi/testspeed.mod (added) * boot/grub.efi/x86_64-efi/tftp.mod (added) * boot/grub.efi/x86_64-efi/tga.mod (modified) * boot/grub.efi/x86_64-efi/time.mod (added) * boot/grub.efi/x86_64-efi/tr.mod (added) * boot/grub.efi/x86_64-efi/trig.mod (modified) * boot/grub.efi/x86_64-efi/true.mod (modified) * boot/grub.efi/x86_64-efi/udf.mod (modified) * boot/grub.efi/x86_64-efi/ufs1.mod (modified) * boot/grub.efi/x86_64-efi/ufs1_be.mod (added) * boot/grub.efi/x86_64-efi/ufs2.mod (modified) * boot/grub.efi/x86_64-efi/uhci.mod (modified) * boot/grub.efi/x86_64-efi/usb.mod (modified) * boot/grub.efi/x86_64-efi/usb_keyboard.mod (modified) * boot/grub.efi/x86_64-efi/usbms.mod (modified) * boot/grub.efi/x86_64-efi/usbserial_common.mod (modified) * boot/grub.efi/x86_64-efi/usbserial_ftdi.mod (modified) * boot/grub.efi/x86_64-efi/usbserial_pl2303.mod (modified) * boot/grub.efi/x86_64-efi/usbserial_usbdebug.mod (added) * boot/grub.efi/x86_64-efi/usbtest.mod (modified) * boot/grub.efi/x86_64-efi/verify.mod (added) * boot/grub.efi/x86_64-efi/video.mod (modified) * boot/grub.efi/x86_64-efi/video_bochs.mod (modified) * boot/grub.efi/x86_64-efi/video_cirrus.mod (modified) * boot/grub.efi/x86_64-efi/video_colors.mod (added) * boot/grub.efi/x86_64-efi/video_fb.mod (modified) * boot/grub.efi/x86_64-efi/videoinfo.mod (modified) * boot/grub.efi/x86_64-efi/videotest.mod (modified) * boot/grub.efi/x86_64-efi/videotest_checksum.mod (added) * boot/grub.efi/x86_64-efi/xfs.mod (modified) * boot/grub.efi/x86_64-efi/xnu.mod (modified) * boot/grub.efi/x86_64-efi/xnu_uuid.mod (modified) * boot/grub.efi/x86_64-efi/xnu_uuid_test.mod (added) * boot/grub.efi/x86_64-efi/xzio.mod (modified) * boot/grub.efi/x86_64-efi/zfs.mod (modified) * boot/grub.efi/x86_64-efi/zfscrypt.mod (added) * boot/grub.efi/x86_64-efi/zfsinfo.mod (modified) * boot/grub.pc/REVISION (added) * boot/grub.pc/i386-pc/acpi.mod (modified) * boot/grub.pc/i386-pc/adler32.mod (added) * boot/grub.pc/i386-pc/affs.mod (modified) * boot/grub.pc/i386-pc/afs.mod (modified) * boot/grub.pc/i386-pc/afs_be.mod (deleted) * boot/grub.pc/i386-pc/ahci.mod (added) * boot/grub.pc/i386-pc/all_video.mod (added) * boot/grub.pc/i386-pc/aout.mod (modified) * boot/grub.pc/i386-pc/archelp.mod (added) * boot/grub.pc/i386-pc/at_keyboard.mod (modified) * boot/grub.pc/i386-pc/ata.mod (modified) * boot/grub.pc/i386-pc/ata_pthru.mod (deleted) * boot/grub.pc/i386-pc/backtrace.mod (added) * boot/grub.pc/i386-pc/befs.mod (deleted) * boot/grub.pc/i386-pc/befs_be.mod (deleted) * boot/grub.pc/i386-pc/bfs.mod (added) * boot/grub.pc/i386-pc/biosdisk.mod (modified) * boot/grub.pc/i386-pc/bitmap.mod (modified) * boot/grub.pc/i386-pc/bitmap_scale.mod (modified) * boot/grub.pc/i386-pc/blocklist.mod (modified) * boot/grub.pc/i386-pc/boot.img (added) * boot/grub.pc/i386-pc/boot.mod (modified) * boot/grub.pc/i386-pc/boot_hybrid.img (added) * boot/grub.pc/i386-pc/bsd.mod (modified) * boot/grub.pc/i386-pc/bswap_test.mod (added) * boot/grub.pc/i386-pc/btrfs.mod (modified) * boot/grub.pc/i386-pc/bufio.mod (modified) * boot/grub.pc/i386-pc/cat.mod (modified) * boot/grub.pc/i386-pc/cbfs.mod (added) * boot/grub.pc/i386-pc/cbls.mod (added) * boot/grub.pc/i386-pc/cbmemc.mod (added) * boot/grub.pc/i386-pc/cbtable.mod (added) * boot/grub.pc/i386-pc/cbtime.mod (added) * boot/grub.pc/i386-pc/cdboot.img (added) * boot/grub.pc/i386-pc/chain.mod (modified) * boot/grub.pc/i386-pc/cmdline_cat_test.mod (added) * boot/grub.pc/i386-pc/cmosdump.mod (added) * boot/grub.pc/i386-pc/cmostest.mod (modified) * boot/grub.pc/i386-pc/cmp.mod (modified) * boot/grub.pc/i386-pc/cmp_test.mod (added) * boot/grub.pc/i386-pc/command.lst (modified) * boot/grub.pc/i386-pc/configfile.mod (modified) * boot/grub.pc/i386-pc/core.img (added) * boot/grub.pc/i386-pc/cpio.mod (modified) * boot/grub.pc/i386-pc/cpio_be.mod (added) * boot/grub.pc/i386-pc/cpuid.mod (modified) * boot/grub.pc/i386-pc/crc64.mod (added) * boot/grub.pc/i386-pc/crypto.lst (modified) * boot/grub.pc/i386-pc/crypto.mod (modified) * boot/grub.pc/i386-pc/cryptodisk.mod (added) * boot/grub.pc/i386-pc/cs5536.mod (modified) * boot/grub.pc/i386-pc/ctz_test.mod (added) * boot/grub.pc/i386-pc/date.mod (modified) * boot/grub.pc/i386-pc/datehook.mod (modified) * boot/grub.pc/i386-pc/datetime.mod (modified) * boot/grub.pc/i386-pc/disk.mod (added) * boot/grub.pc/i386-pc/diskboot.img (added) * boot/grub.pc/i386-pc/diskfilter.mod (added) * boot/grub.pc/i386-pc/div.mod (added) * boot/grub.pc/i386-pc/div_test.mod (added) * boot/grub.pc/i386-pc/dm_nv.mod (modified) * boot/grub.pc/i386-pc/drivemap.mod (modified) * boot/grub.pc/i386-pc/echo.mod (modified) * boot/grub.pc/i386-pc/efiemu.mod (modified) * boot/grub.pc/i386-pc/ehci.mod (added) * boot/grub.pc/i386-pc/elf.mod (modified) * boot/grub.pc/i386-pc/eval.mod (added) * boot/grub.pc/i386-pc/example_functional_test.mod (deleted) * boot/grub.pc/i386-pc/exfat.mod (added) * boot/grub.pc/i386-pc/exfctest.mod (added) * boot/grub.pc/i386-pc/ext2.mod (modified) * boot/grub.pc/i386-pc/extcmd.mod (modified) * boot/grub.pc/i386-pc/fat.mod (modified) * boot/grub.pc/i386-pc/file.mod (added) * boot/grub.pc/i386-pc/font.mod (modified) * boot/grub.pc/i386-pc/freedos.mod (added) * boot/grub.pc/i386-pc/fs.lst (modified) * boot/grub.pc/i386-pc/fshelp.mod (modified) * boot/grub.pc/i386-pc/functional_test.mod (modified) * boot/grub.pc/i386-pc/gcry_arcfour.mod (modified) * boot/grub.pc/i386-pc/gcry_blowfish.mod (modified) * boot/grub.pc/i386-pc/gcry_camellia.mod (modified) * boot/grub.pc/i386-pc/gcry_cast5.mod (modified) * boot/grub.pc/i386-pc/gcry_crc.mod (modified) * boot/grub.pc/i386-pc/gcry_des.mod (modified) * boot/grub.pc/i386-pc/gcry_dsa.mod (added) * boot/grub.pc/i386-pc/gcry_idea.mod (added) * boot/grub.pc/i386-pc/gcry_md4.mod (modified) * boot/grub.pc/i386-pc/gcry_md5.mod (modified) * boot/grub.pc/i386-pc/gcry_rfc2268.mod (modified) * boot/grub.pc/i386-pc/gcry_rijndael.mod (modified) * boot/grub.pc/i386-pc/gcry_rmd160.mod (modified) * boot/grub.pc/i386-pc/gcry_rsa.mod (added) * boot/grub.pc/i386-pc/gcry_seed.mod (modified) * boot/grub.pc/i386-pc/gcry_serpent.mod (modified) * boot/grub.pc/i386-pc/gcry_sha1.mod (modified) * boot/grub.pc/i386-pc/gcry_sha256.mod (modified) * boot/grub.pc/i386-pc/gcry_sha512.mod (modified) * boot/grub.pc/i386-pc/gcry_tiger.mod (modified) * boot/grub.pc/i386-pc/gcry_twofish.mod (modified) * boot/grub.pc/i386-pc/gcry_whirlpool.mod (modified) * boot/grub.pc/i386-pc/gdb.mod (added) * boot/grub.pc/i386-pc/gdb_grub (added) * boot/grub.pc/i386-pc/geli.mod (added) * boot/grub.pc/i386-pc/gettext.mod (modified) * boot/grub.pc/i386-pc/gfxmenu.mod (modified) * boot/grub.pc/i386-pc/gfxterm.mod (modified) * boot/grub.pc/i386-pc/gfxterm_background.mod (added) * boot/grub.pc/i386-pc/gfxterm_menu.mod (added) * boot/grub.pc/i386-pc/gmodule.pl (added) * boot/grub.pc/i386-pc/gptsync.mod (modified) * boot/grub.pc/i386-pc/gzio.mod (modified) * boot/grub.pc/i386-pc/halt.mod (modified) * boot/grub.pc/i386-pc/hashsum.mod (modified) * boot/grub.pc/i386-pc/hdparm.mod (modified) * boot/grub.pc/i386-pc/hello.mod (modified) * boot/grub.pc/i386-pc/help.mod (modified) * boot/grub.pc/i386-pc/hexdump.mod (modified) * boot/grub.pc/i386-pc/hfs.mod (modified) * boot/grub.pc/i386-pc/hfsplus.mod (modified) * boot/grub.pc/i386-pc/hfspluscomp.mod (added) * boot/grub.pc/i386-pc/http.mod (added) * boot/grub.pc/i386-pc/iorw.mod (modified) * boot/grub.pc/i386-pc/iso9660.mod (modified) * boot/grub.pc/i386-pc/jfs.mod (modified) * boot/grub.pc/i386-pc/jpeg.mod (modified) * boot/grub.pc/i386-pc/kernel.exec (added) * boot/grub.pc/i386-pc/kernel.img (added) * boot/grub.pc/i386-pc/keylayouts.mod (modified) * boot/grub.pc/i386-pc/keystatus.mod (modified) * boot/grub.pc/i386-pc/ldm.mod (added) * boot/grub.pc/i386-pc/legacy_password_test.mod (added) * boot/grub.pc/i386-pc/legacycfg.mod (modified) * boot/grub.pc/i386-pc/linux.mod (modified) * boot/grub.pc/i386-pc/linux16.mod (modified) * boot/grub.pc/i386-pc/lnxboot.img (added) * boot/grub.pc/i386-pc/loadenv.mod (modified) * boot/grub.pc/i386-pc/loopback.mod (modified) * boot/grub.pc/i386-pc/ls.mod (modified) * boot/grub.pc/i386-pc/lsacpi.mod (modified) * boot/grub.pc/i386-pc/lsapm.mod (modified) * boot/grub.pc/i386-pc/lsmmap.mod (modified) * boot/grub.pc/i386-pc/lspci.mod (modified) * boot/grub.pc/i386-pc/luks.mod (added) * boot/grub.pc/i386-pc/lvm.mod (modified) * boot/grub.pc/i386-pc/lzma_decompress.img (added) * boot/grub.pc/i386-pc/lzopio.mod (added) * boot/grub.pc/i386-pc/macbless.mod (added) * boot/grub.pc/i386-pc/macho.mod (added) * boot/grub.pc/i386-pc/mda_text.mod (added) * boot/grub.pc/i386-pc/mdraid09.mod (modified) * boot/grub.pc/i386-pc/mdraid09_be.mod (added) * boot/grub.pc/i386-pc/mdraid1x.mod (modified) * boot/grub.pc/i386-pc/memdisk.mod (modified) * boot/grub.pc/i386-pc/memrw.mod (modified) * boot/grub.pc/i386-pc/minicmd.mod (modified) * boot/grub.pc/i386-pc/minix.mod (modified) * boot/grub.pc/i386-pc/minix2.mod (modified) * boot/grub.pc/i386-pc/minix2_be.mod (added) * boot/grub.pc/i386-pc/minix3.mod (added) * boot/grub.pc/i386-pc/minix3_be.mod (added) * boot/grub.pc/i386-pc/minix_be.mod (added) * boot/grub.pc/i386-pc/mmap.mod (modified) * boot/grub.pc/i386-pc/moddep.lst (modified) * boot/grub.pc/i386-pc/modinfo.sh (added) * boot/grub.pc/i386-pc/morse.mod (added) * boot/grub.pc/i386-pc/mpi.mod (added) * boot/grub.pc/i386-pc/msdospart.mod (modified) * boot/grub.pc/i386-pc/mul_test.mod (added) * boot/grub.pc/i386-pc/multiboot.mod (modified) * boot/grub.pc/i386-pc/multiboot2.mod (modified) * boot/grub.pc/i386-pc/nativedisk.mod (added) * boot/grub.pc/i386-pc/net.mod (added) * boot/grub.pc/i386-pc/newc.mod (added) * boot/grub.pc/i386-pc/nilfs2.mod (modified) * boot/grub.pc/i386-pc/normal.mod (modified) * boot/grub.pc/i386-pc/ntfs.mod (modified) * boot/grub.pc/i386-pc/ntfscomp.mod (modified) * boot/grub.pc/i386-pc/ntldr.mod (modified) * boot/grub.pc/i386-pc/odc.mod (added) * boot/grub.pc/i386-pc/offsetio.mod (added) * boot/grub.pc/i386-pc/ohci.mod (modified) * boot/grub.pc/i386-pc/part_acorn.mod (modified) * boot/grub.pc/i386-pc/part_amiga.mod (modified) * boot/grub.pc/i386-pc/part_apple.mod (modified) * boot/grub.pc/i386-pc/part_bsd.mod (modified) * boot/grub.pc/i386-pc/part_dfly.mod (added) * boot/grub.pc/i386-pc/part_dvh.mod (added) * boot/grub.pc/i386-pc/part_gpt.mod (modified) * boot/grub.pc/i386-pc/part_msdos.mod (modified) * boot/grub.pc/i386-pc/part_plan.mod (added) * boot/grub.pc/i386-pc/part_sun.mod (modified) * boot/grub.pc/i386-pc/part_sunpc.mod (modified) * boot/grub.pc/i386-pc/partmap.lst (modified) * boot/grub.pc/i386-pc/parttool.mod (modified) * boot/grub.pc/i386-pc/password.mod (modified) * boot/grub.pc/i386-pc/password_pbkdf2.mod (modified) * boot/grub.pc/i386-pc/pata.mod (added) * boot/grub.pc/i386-pc/pbkdf2.mod (modified) * boot/grub.pc/i386-pc/pbkdf2_test.mod (added) * boot/grub.pc/i386-pc/pci.mod (modified) * boot/grub.pc/i386-pc/pcidump.mod (added) * boot/grub.pc/i386-pc/plan9.mod (added) * boot/grub.pc/i386-pc/play.mod (modified) * boot/grub.pc/i386-pc/png.mod (modified) * boot/grub.pc/i386-pc/priority_queue.mod (added) * boot/grub.pc/i386-pc/probe.mod (modified) * boot/grub.pc/i386-pc/procfs.mod (added) * boot/grub.pc/i386-pc/progress.mod (added) * boot/grub.pc/i386-pc/pxe.mod (modified) * boot/grub.pc/i386-pc/pxeboot.img (added) * boot/grub.pc/i386-pc/pxechain.mod (added) * boot/grub.pc/i386-pc/pxecmd.mod (deleted) * boot/grub.pc/i386-pc/raid.mod (deleted) * boot/grub.pc/i386-pc/raid5rec.mod (modified) * boot/grub.pc/i386-pc/raid6rec.mod (modified) * boot/grub.pc/i386-pc/random.mod (added) * boot/grub.pc/i386-pc/read.mod (modified) * boot/grub.pc/i386-pc/reboot.mod (modified) * boot/grub.pc/i386-pc/regexp.mod (modified) * boot/grub.pc/i386-pc/reiserfs.mod (modified) * boot/grub.pc/i386-pc/relocator.mod (modified) * boot/grub.pc/i386-pc/romfs.mod (added) * boot/grub.pc/i386-pc/scsi.mod (modified) * boot/grub.pc/i386-pc/search.mod (modified) * boot/grub.pc/i386-pc/search_fs_file.mod (modified) * boot/grub.pc/i386-pc/search_fs_uuid.mod (modified) * boot/grub.pc/i386-pc/search_label.mod (modified) * boot/grub.pc/i386-pc/sendkey.mod (modified) * boot/grub.pc/i386-pc/serial.mod (modified) * boot/grub.pc/i386-pc/setjmp.mod (modified) * boot/grub.pc/i386-pc/setjmp_test.mod (added) * boot/grub.pc/i386-pc/setpci.mod (modified) * boot/grub.pc/i386-pc/sfs.mod (modified) * boot/grub.pc/i386-pc/shift_test.mod (added) * boot/grub.pc/i386-pc/signature_test.mod (added) * boot/grub.pc/i386-pc/sleep.mod (modified) * boot/grub.pc/i386-pc/sleep_test.mod (added) * boot/grub.pc/i386-pc/spkmodem.mod (added) * boot/grub.pc/i386-pc/squash4.mod (added) * boot/grub.pc/i386-pc/syslinuxcfg.mod (added) * boot/grub.pc/i386-pc/tar.mod (modified) * boot/grub.pc/i386-pc/terminal.lst (modified) * boot/grub.pc/i386-pc/terminal.mod (modified) * boot/grub.pc/i386-pc/terminfo.mod (modified) * boot/grub.pc/i386-pc/test.mod (modified) * boot/grub.pc/i386-pc/test_blockarg.mod (modified) * boot/grub.pc/i386-pc/testload.mod (modified) * boot/grub.pc/i386-pc/testspeed.mod (added) * boot/grub.pc/i386-pc/tftp.mod (added) * boot/grub.pc/i386-pc/tga.mod (modified) * boot/grub.pc/i386-pc/time.mod (added) * boot/grub.pc/i386-pc/tr.mod (added) * boot/grub.pc/i386-pc/trig.mod (modified) * boot/grub.pc/i386-pc/true.mod (modified) * boot/grub.pc/i386-pc/truecrypt.mod (added) * boot/grub.pc/i386-pc/udf.mod (modified) * boot/grub.pc/i386-pc/ufs1.mod (modified) * boot/grub.pc/i386-pc/ufs1_be.mod (added) * boot/grub.pc/i386-pc/ufs2.mod (modified) * boot/grub.pc/i386-pc/uhci.mod (modified) * boot/grub.pc/i386-pc/usb.mod (modified) * boot/grub.pc/i386-pc/usb_keyboard.mod (modified) * boot/grub.pc/i386-pc/usbms.mod (modified) * boot/grub.pc/i386-pc/usbserial_common.mod (modified) * boot/grub.pc/i386-pc/usbserial_ftdi.mod (modified) * boot/grub.pc/i386-pc/usbserial_pl2303.mod (modified) * boot/grub.pc/i386-pc/usbserial_usbdebug.mod (added) * boot/grub.pc/i386-pc/usbtest.mod (modified) * boot/grub.pc/i386-pc/vbe.mod (modified) * boot/grub.pc/i386-pc/verify.mod (added) * boot/grub.pc/i386-pc/vga.mod (modified) * boot/grub.pc/i386-pc/vga_text.mod (modified) * boot/grub.pc/i386-pc/video.mod (modified) * boot/grub.pc/i386-pc/video_bochs.mod (modified) * boot/grub.pc/i386-pc/video_cirrus.mod (modified) * boot/grub.pc/i386-pc/video_colors.mod (added) * boot/grub.pc/i386-pc/video_fb.mod (modified) * boot/grub.pc/i386-pc/videoinfo.mod (modified) * boot/grub.pc/i386-pc/videotest.mod (modified) * boot/grub.pc/i386-pc/videotest_checksum.mod (added) * boot/grub.pc/i386-pc/xfs.mod (modified) * boot/grub.pc/i386-pc/xnu.mod (modified) * boot/grub.pc/i386-pc/xnu_uuid.mod (modified) * boot/grub.pc/i386-pc/xnu_uuid_test.mod (added) * boot/grub.pc/i386-pc/xzio.mod (modified) * boot/grub.pc/i386-pc/zfs.mod (modified) * boot/grub.pc/i386-pc/zfscrypt.mod (added) * boot/grub.pc/i386-pc/zfsinfo.mod (modified) * boot/grub.pc/pc.img (modified) * kernel/arch/amd64/src/boot/multiboot2.S (modified) * kernel/arch/ia32/src/boot/multiboot2.S (modified) Update Grub. For i386-pc platform add generated core.img for ... Tue, 05 Apr 2016 18:47:41 GMT Jiri Svoboda [e2e9a8a] * boot/Makefile.common (modified) * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/draw/Makefile (modified) * uspace/lib/graph/Makefile (modified) * uspace/lib/gui/Makefile (modified) * uspace/lib/http/Makefile (modified) * uspace/lib/math/Makefile (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/softint/Makefile (modified) * uspace/lib/softrend/Makefile (modified) * uspace/lib/uri/Makefile (modified) Shared libraries no longer need to observe 8+3 filename limit. Fri, 04 Mar 2016 00:45:15 GMT Jiri Svoboda [b6bbc74] * boot/Makefile.grub (modified) * tools/autotool.py (modified) Add support for xorriso as alternative to mkisofs/genisoimage. Sun, 21 Feb 2016 23:48:18 GMT Jiri Svoboda [5147ff1] * .bzrignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/netecho/Makefile (added) * uspace/app/netecho/comm.c (added) * uspace/app/netecho/comm.h (added) * uspace/app/netecho/netecho.c (added) * uspace/app/netecho/netecho.h (added) * uspace/app/nterm/conn.h (modified) * uspace/app/nterm/nterm.h (modified) Bring back netecho for testing UDP. Sat, 20 Feb 2016 19:02:20 GMT Jakub Jermar [ae7bbfd0] * boot/Makefile.build (modified) * kernel/Makefile (modified) * uspace/Makefile.common (modified) * uspace/lib/c/arch/ppc32/Makefile.common (modified) * uspace/lib/c/arch/sparc32/Makefile.common (modified) * uspace/lib/c/arch/sparc64/Makefile.common (modified) build: Turn assembler and linker warnings into errors Wed, 04 Nov 2015 18:46:55 GMT Jiri Svoboda [f71b938] * .bzrignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/hdisk/Makefile (deleted) * uspace/app/hdisk/common.h (deleted) * uspace/app/hdisk/func_gpt.c (deleted) * uspace/app/hdisk/func_gpt.h (deleted) * uspace/app/hdisk/func_mbr.c (deleted) * uspace/app/hdisk/func_mbr.h (deleted) * uspace/app/hdisk/func_none.c (deleted) * uspace/app/hdisk/func_none.h (deleted) * uspace/app/hdisk/hdisk.c (deleted) * uspace/app/hdisk/hdisk.h (deleted) * uspace/app/hdisk/input.c (deleted) * uspace/app/hdisk/input.h (deleted) * uspace/lib/gpt/Makefile (deleted) * uspace/lib/gpt/global.c (deleted) * uspace/lib/gpt/gpt.h (deleted) * uspace/lib/gpt/libgpt.c (deleted) * uspace/lib/gpt/libgpt.h (deleted) * uspace/lib/mbr/Makefile (deleted) * uspace/lib/mbr/libmbr.c (deleted) * uspace/lib/mbr/libmbr.h (deleted) * uspace/lib/mbr/mbr.h (deleted) * uspace/srv/bd/part/guid_part/Makefile (deleted) * uspace/srv/bd/part/guid_part/guid_part.c (deleted) * uspace/srv/bd/part/mbr_part/Makefile (deleted) * uspace/srv/bd/part/mbr_part/mbr_part.c (deleted) Remove old partitioning subsystem. Mon, 02 Nov 2015 20:54:19 GMT Jiri Svoboda [ff381a7] * HelenOS.config (modified) * abi/include/abi/errno.h (modified) * abi/include/abi/fourcc.h (moved) * abi/include/abi/ipc/interfaces.h (added) * boot/arch/arm32/src/asm.S (modified) * boot/arch/arm32/src/main.c (modified) * boot/arch/arm32/src/mm.c (modified) * contrib/qfs/qfs.sh (modified) * kernel/arch/arm32/include/arch/atomic.h (modified) * kernel/arch/arm32/include/arch/barrier.h (modified) * kernel/arch/arm32/include/arch/cache.h (modified) * kernel/arch/arm32/include/arch/cp15.h (modified) * kernel/arch/arm32/include/arch/mm/page.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv4.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/mm/tlb.c (modified) * kernel/generic/include/adt/list.h (modified) * kernel/generic/src/adt/list.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/ipc/irq.c (modified) * tools/xcw/bin/helenos-bld-config (added) * tools/xcw/bin/helenos-cc (added) * tools/xcw/bin/helenos-ld (added) * tools/xcw/bin/helenos-pkg-config (added) * tools/xcw/demo/Makefile (added) * tools/xcw/demo/viewer.c (added) * uspace/app/barber/barber.c (modified) * uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) * uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (modified) * uspace/app/bdsh/cmds/modules/mount/mount.c (modified) * uspace/app/bdsh/cmds/modules/mv/mv.c (modified) * uspace/app/bdsh/cmds/modules/pwd/pwd.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/cmds/modules/touch/touch.c (modified) * uspace/app/bdsh/cmds/modules/unmount/unmount.c (modified) * uspace/app/bdsh/compl.c (modified) * uspace/app/bdsh/config.h (modified) * uspace/app/bdsh/errors.h (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/date/date.c (modified) * uspace/app/df/df.c (modified) * uspace/app/hdisk/hdisk.c (modified) * uspace/app/init/init.c (modified) * uspace/app/mixerctl/mixerctl.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/mkfat/mkfat.c (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/nic/nic.c (modified) * uspace/app/sportdmp/sportdmp.c (modified) * uspace/app/taskdump/elf_core.c (modified) * uspace/app/taskdump/symtab.c (modified) * uspace/app/tester/float/float2.c (modified) * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/tester/hw/serial/serial1.c (modified) * uspace/app/tester/mm/common.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/tester/vfs/vfs1.c (modified) * uspace/app/tetris/scores.c (modified) * uspace/app/trace/errors.c (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/untar/main.c (modified) * uspace/app/viewer/viewer.c (modified) * uspace/app/vuhid/device.c (modified) * uspace/app/wifi_supplicant/wifi_supplicant.c (modified) * uspace/drv/audio/hdaudio/hdaudio.c (modified) * uspace/drv/audio/sb16/dsp.c (modified) * uspace/drv/audio/sb16/main.c (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ata_bd/main.c (modified) * uspace/drv/block/ddisk/ddisk.c (modified) * uspace/drv/bus/amba/amba.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/ohci/res.c (modified) * uspace/drv/bus/usb/uhci/res.c (modified) * uspace/drv/bus/usb/uhcirh/main.c (modified) * uspace/drv/char/grlib_uart/grlib_uart.c (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/pl050/pl050.c (modified) * uspace/drv/char/ps2mouse/ps2mouse.c (modified) * uspace/drv/char/xtkbd/xtkbd.c (modified) * uspace/drv/test/test1/test1.c (modified) * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/bithenge/src/file.c (modified) * uspace/lib/bithenge/src/helenos/block.c (modified) * uspace/lib/block/block.c (modified) * uspace/lib/block/block.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/include/libarch/stddef.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/stdint.h (added) * uspace/lib/c/arch/abs32le/include/libarch/types.h (modified) * uspace/lib/c/arch/amd64/include/libarch/stddef.h (added) * uspace/lib/c/arch/amd64/include/libarch/stdint.h (added) * uspace/lib/c/arch/amd64/include/libarch/types.h (modified) * uspace/lib/c/arch/arm32/include/libarch/stddef.h (added) * uspace/lib/c/arch/arm32/include/libarch/stdint.h (added) * uspace/lib/c/arch/arm32/include/libarch/types.h (modified) * uspace/lib/c/arch/ia32/include/libarch/stddef.h (moved) * uspace/lib/c/arch/ia32/include/libarch/stdint.h (added) * uspace/lib/c/arch/ia32/include/libarch/types.h (modified) * uspace/lib/c/arch/ia64/include/libarch/stddef.h (moved) * uspace/lib/c/arch/ia64/include/libarch/stdint.h (added) * uspace/lib/c/arch/ia64/include/libarch/types.h (modified) * uspace/lib/c/arch/mips32/include/libarch/stddef.h (added) * uspace/lib/c/arch/mips32/include/libarch/stdint.h (added) * uspace/lib/c/arch/mips32/include/libarch/types.h (modified) * uspace/lib/c/arch/mips32eb/include/libarch/stddef.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/stdint.h (added) * uspace/lib/c/arch/ppc32/include/libarch/stddef.h (added) * uspace/lib/c/arch/ppc32/include/libarch/stdint.h (added) * uspace/lib/c/arch/ppc32/include/libarch/types.h (modified) * uspace/lib/c/arch/sparc32/include/libarch/stddef.h (added) * uspace/lib/c/arch/sparc32/include/libarch/stdint.h (added) * uspace/lib/c/arch/sparc32/include/libarch/types.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/stddef.h (added) * uspace/lib/c/arch/sparc64/include/libarch/stdint.h (added) * uspace/lib/c/arch/sparc64/include/libarch/types.h (modified) * uspace/lib/c/generic/adt/list.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/bd.c (modified) * uspace/lib/c/generic/cfg.c (deleted) * uspace/lib/c/generic/clipboard.c (modified) * uspace/lib/c/generic/corecfg.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/dhcp.c (modified) * uspace/lib/c/generic/dnsr.c (modified) * uspace/lib/c/generic/elf/elf_load.c (modified) * uspace/lib/c/generic/inet.c (modified) * uspace/lib/c/generic/inet/addr.c (modified) * uspace/lib/c/generic/inet/endpoint.c (modified) * uspace/lib/c/generic/inet/tcp.c (modified) * uspace/lib/c/generic/inet/udp.c (modified) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/generic/inetping.c (modified) * uspace/lib/c/generic/io/console.c (modified) * uspace/lib/c/generic/io/input.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/kio.c (modified) * uspace/lib/c/generic/io/log.c (modified) * uspace/lib/c/generic/io/logctl.c (modified) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/irc.c (modified) * uspace/lib/c/generic/loader.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/ns.c (modified) * uspace/lib/c/generic/private/stdio.h (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/generic/vbd.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/generic/vol.c (modified) * uspace/lib/c/include/adt/list.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/cfg.h (deleted) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/helenos (added) * uspace/lib/c/include/io/kio.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/ipc/inet.h (modified) * uspace/lib/c/include/ipc/loc.h (modified) * uspace/lib/c/include/ipc/logger.h (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/loc.h (modified) * uspace/lib/c/include/ns.h (modified) * uspace/lib/c/include/stdint.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/sys/statfs.h (modified) * uspace/lib/c/include/sys/types.h (modified) * uspace/lib/c/include/unistd.h (modified) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/lib/c/include/vfs/vfs_sess.h (modified) * uspace/lib/crypto/Makefile (modified) * uspace/lib/crypto/crc16_ibm.c (added) * uspace/lib/crypto/crypto.h (modified) * uspace/lib/draw/codec/webp.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/private/driver.h (modified) * uspace/lib/drv/generic/remote_ahci.c (modified) * uspace/lib/drv/generic/remote_audio_pcm.c (modified) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/drv/include/audio_pcm_iface.h (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/drv/include/nic_iface.h (modified) * uspace/lib/ext4/Makefile (modified) * uspace/lib/ext4/libext4.h (modified) * uspace/lib/ext4/libext4_balloc.c (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_filesystem.h (modified) * uspace/lib/ext4/libext4_ialloc.c (modified) * uspace/lib/ext4/libext4_superblock.c (modified) * uspace/lib/ext4/libext4_superblock.h (modified) * uspace/lib/ext4/libext4_types.h (modified) * uspace/lib/fdisk/src/fdisk.c (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/gpt/libgpt.c (modified) * uspace/lib/graph/graph.c (modified) * uspace/lib/gui/terminal.c (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/hound/src/protocol.c (modified) * uspace/lib/label/src/mbr.c (modified) * uspace/lib/math/Makefile (modified) * uspace/lib/math/arch/abs32le/include/libarch/math.h (modified) * uspace/lib/math/arch/amd64/include/libarch/math.h (modified) * uspace/lib/math/arch/amd64/src/cos.S (modified) * uspace/lib/math/arch/amd64/src/sin.S (modified) * uspace/lib/math/arch/amd64/src/trunc.S (modified) * uspace/lib/math/arch/arm32/include/libarch/math.h (modified) * uspace/lib/math/arch/ia32/include/libarch/math.h (modified) * uspace/lib/math/arch/ia32/src/cos.S (modified) * uspace/lib/math/arch/ia32/src/sin.S (modified) * uspace/lib/math/arch/ia32/src/trunc.S (modified) * uspace/lib/math/arch/ia64/include/libarch/math.h (modified) * uspace/lib/math/arch/mips32/include/libarch/math.h (modified) * uspace/lib/math/arch/mips32eb/include/libarch/math.h (modified) * uspace/lib/math/arch/ppc32/include/libarch/math.h (modified) * uspace/lib/math/arch/sparc32/include/libarch/math.h (modified) * uspace/lib/math/arch/sparc64/include/libarch/math.h (modified) * uspace/lib/math/generic/acos.c (added) * uspace/lib/math/generic/asin.c (added) * uspace/lib/math/generic/atan.c (added) * uspace/lib/math/generic/atan2.c (added) * uspace/lib/math/generic/ceil.c (added) * uspace/lib/math/generic/cosh.c (added) * uspace/lib/math/generic/exp.c (added) * uspace/lib/math/generic/fabs.c (added) * uspace/lib/math/generic/floor.c (added) * uspace/lib/math/generic/fmod.c (added) * uspace/lib/math/generic/frexp.c (added) * uspace/lib/math/generic/ldexp.c (added) * uspace/lib/math/generic/log.c (added) * uspace/lib/math/generic/log10.c (added) * uspace/lib/math/generic/modf.c (added) * uspace/lib/math/generic/pow.c (moved) * uspace/lib/math/generic/sinh.c (added) * uspace/lib/math/generic/sqrt.c (added) * uspace/lib/math/generic/tan.c (added) * uspace/lib/math/generic/tanh.c (added) * uspace/lib/math/generic/trig.c (modified) * uspace/lib/math/generic/trunc.c (modified) * uspace/lib/math/include/acos.h (added) * uspace/lib/math/include/asin.h (added) * uspace/lib/math/include/atan.h (added) * uspace/lib/math/include/atan2.h (added) * uspace/lib/math/include/ceil.h (added) * uspace/lib/math/include/cosh.h (added) * uspace/lib/math/include/exp.h (added) * uspace/lib/math/include/fabs.h (added) * uspace/lib/math/include/floor.h (added) * uspace/lib/math/include/fmod.h (moved) * uspace/lib/math/include/frexp.h (added) * uspace/lib/math/include/ldexp.h (added) * uspace/lib/math/include/log.h (added) * uspace/lib/math/include/log10.h (added) * uspace/lib/math/include/math.h (modified) * uspace/lib/math/include/modf.h (added) * uspace/lib/math/include/pow.h (added) * uspace/lib/math/include/sinh.h (added) * uspace/lib/math/include/sqrt.h (added) * uspace/lib/math/include/tan.h (added) * uspace/lib/math/include/tanh.h (added) * uspace/lib/math/include/trig.h (modified) * uspace/lib/math/include/trunc.h (modified) * uspace/lib/mbr/libmbr.c (modified) * uspace/lib/nettl/src/amap.c (modified) * uspace/lib/nettl/src/portrng.c (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/pcut/src/os/helenos.c (modified) * uspace/lib/posix/include/posix/inttypes.h (modified) * uspace/lib/posix/include/posix/stddef.h (modified) * uspace/lib/posix/include/posix/stdint.h (modified) * uspace/lib/posix/source/fcntl.c (modified) * uspace/lib/posix/source/internal/common.h (modified) * uspace/lib/posix/source/stdio.c (modified) * uspace/lib/posix/source/stdio/scanf.c (modified) * uspace/lib/posix/source/stdlib.c (modified) * uspace/lib/posix/source/stdlib/strtol.c (modified) * uspace/lib/posix/source/sys/stat.c (modified) * uspace/lib/posix/source/unistd.c (modified) * uspace/lib/usb/src/dev.c (modified) * uspace/lib/usb/src/hc.c (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbhost/src/usb_device_manager.c (modified) * uspace/lib/usbhost/src/usb_endpoint_manager.c (modified) * uspace/lib/usbvirt/src/device.c (modified) * uspace/srv/audio/hound/audio_sink.c (modified) * uspace/srv/audio/hound/hound.c (modified) * uspace/srv/audio/hound/hound_ctx.c (modified) * uspace/srv/audio/hound/main.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.c (modified) * uspace/srv/bd/vbd/disk.c (modified) * uspace/srv/bd/vbd/vbd.c (modified) * uspace/srv/clipboard/clipboard.c (modified) * uspace/srv/devman/client_conn.c (modified) * uspace/srv/devman/client_conn.h (modified) * uspace/srv/devman/driver.c (modified) * uspace/srv/devman/drv_conn.c (modified) * uspace/srv/devman/drv_conn.h (modified) * uspace/srv/devman/loc.c (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/devman/match.c (modified) * uspace/srv/fs/cdfs/cdfs.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/ext4fs/Makefile (modified) * uspace/srv/fs/ext4fs/ext4fs.c (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/locfs/locfs.c (modified) * uspace/srv/fs/locfs/locfs_ops.c (modified) * uspace/srv/fs/mfs/mfs.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs.c (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) * uspace/srv/fs/udf/udf.c (modified) * uspace/srv/fs/udf/udf_ops.c (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/port/adb.c (modified) * uspace/srv/hid/input/port/adb_mouse.c (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/isdv4_tablet/main.c (modified) * uspace/srv/hid/output/output.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/rfb/main.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/hw/irc/apic/apic.c (modified) * uspace/srv/hw/irc/i8259/i8259.c (modified) * uspace/srv/hw/irc/icp-ic/icp-ic.c (modified) * uspace/srv/hw/irc/obio/obio.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/locsrv/locsrv.h (modified) * uspace/srv/logger/main.c (modified) * uspace/srv/net/dhcp/main.c (modified) * uspace/srv/net/dnsrsrv/dnsrsrv.c (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/inetsrv/addrobj.c (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/loopip/loopip.c (modified) * uspace/srv/net/nconfsrv/nconfsrv.c (modified) * uspace/srv/net/slip/slip.c (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/service.c (modified) * uspace/srv/net/tcp/tcp_type.h (modified) * uspace/srv/net/udp/service.c (modified) * uspace/srv/net/udp/udp_type.h (modified) * uspace/srv/ns/clonable.c (modified) * uspace/srv/ns/clonable.h (modified) * uspace/srv/ns/ns.c (modified) * uspace/srv/ns/service.c (modified) * uspace/srv/ns/service.h (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/taskmon/taskmon.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_register.c (modified) * uspace/srv/volsrv/empty.c (modified) * uspace/srv/volsrv/volsrv.c (modified) Merge mainline changes. Mon, 26 Oct 2015 21:12:57 GMT Jakub Jermar [93d8022] * boot/arch/arm32/src/mm.c (modified) * kernel/arch/arm32/include/arch/cache.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) ARM cache handling fixes - boot: Use the normal outer and inner ... Wed, 07 Oct 2015 09:46:24 GMT Jakub Jermar [1a2a6e7] * boot/arch/arm32/src/asm.S (modified) Fix build for ARMv6. Tue, 06 Oct 2015 20:39:13 GMT Jakub Jermar [803f581] * boot/arch/arm32/src/asm.S (modified) Invalidate branch predictors and issue ISB only when it is supported. Tue, 06 Oct 2015 20:23:44 GMT Jakub Jermar [15fbe6a] * boot/arch/arm32/src/main.c (modified) Fix clean_dcache_poc() wrt. ARMv6- Clean D$ according to the actual ... Thu, 17 Sep 2015 07:19:30 GMT Jakub Jermar [a1d636e] * boot/arch/arm32/src/mm.c (modified) * kernel/arch/arm32/include/arch/cp15.h (modified) * kernel/arch/arm32/include/arch/mm/page.h (modified) Access CP15 register 2 wrt. target architecture and implementation ... Sun, 28 Jun 2015 23:01:32 GMT Jan Vesely [1329dc0] * boot/arch/amd64/Makefile.inc (modified) amd64: Make usb essential Thu, 25 Jun 2015 22:03:35 GMT Jiri Svoboda [1356f85a] * .bzrignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/label/Makefile (added) * uspace/lib/label/src/label.c (added) * uspace/srv/bd/vbd/Makefile (added) * uspace/srv/bd/vbd/vbd.c (added) * uspace/srv/volsrv/Makefile (added) * uspace/srv/volsrv/disk.c (added) * uspace/srv/volsrv/disk.h (added) * uspace/srv/volsrv/types/disk.h (added) * uspace/srv/volsrv/volsrv.c (added) Stubs of volsrv, vbd and liblabel. Sun, 21 Jun 2015 12:08:45 GMT Jiri Svoboda [e96047c] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/fdisk/Makefile (added) * uspace/app/fdisk/fdisk.c (added) * uspace/drv/block/ata_bd/main.c (modified) * uspace/lib/clui/Makefile (modified) * uspace/lib/clui/nchoice.c (added) * uspace/lib/clui/nchoice.h (added) * uspace/lib/fdisk/Makefile (added) * uspace/lib/fdisk/include/fdisk.h (added) * uspace/lib/fdisk/include/types/fdisk.h (added) * uspace/lib/fdisk/src/fdisk.c (added) * uspace/srv/locsrv/locsrv.c (modified) Fdisk first prototype. Mon, 15 Jun 2015 11:55:24 GMT Jiri Svoboda [f7aa7a40] * boot/Makefile.common (modified) Remove nonexistent binaries from list. Sat, 06 Jun 2015 01:50:56 GMT Jan Vesely [b5143bd] * abi/include/abi/proc/uarg.h (modified) * boot/arch/arm32/src/mm.c (modified) * boot/arch/ppc32/include/asm.h (modified) * boot/arch/sparc32/src/ambapp.c (modified) * boot/arch/sparc32/src/mm.c (modified) * boot/generic/include/memstr.h (modified) * contrib/bazaar/bzreml/__init__.py (modified) * contrib/bazaar/mbprotect/__init__.py (modified) * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/amd64/include/arch/asm.h (modified) * kernel/arch/amd64/src/fpu_context.c (modified) * kernel/arch/arm32/include/arch/cp15.h (modified) * kernel/arch/arm32/include/arch/security_ext.h (modified) * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/arm32/src/fpu_context.c (modified) * kernel/arch/ia32/src/fpu_context.c (modified) * kernel/arch/ia64/src/mm/vhpt.c (modified) * kernel/arch/mips32/src/debugger.c (modified) * kernel/arch/mips32/src/fpu_context.c (modified) * kernel/arch/sparc32/src/sparc32.c (modified) * kernel/generic/include/lib/memfnc.h (modified) * kernel/generic/include/memstr.h (modified) * kernel/generic/include/mm/slab.h (modified) * kernel/generic/include/typedefs.h (modified) * kernel/generic/src/ipc/ops/conctmeto.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/lib/func.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/trace/trace.c (modified) * uspace/drv/bus/usb/vhc/devconn.c (modified) * uspace/lib/c/generic/getopt.c (modified) * uspace/lib/c/include/malloc.h (modified) * uspace/lib/c/include/mem.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/lib/ieee80211/src/ieee80211.c (modified) * uspace/lib/pcut/src/run.c (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/include/posix/string.h (modified) * uspace/lib/posix/source/signal.c (modified) * uspace/srv/bd/sata_bd/sata_bd.c (modified) * uspace/srv/klog/klog.c (modified) mainline changes Mon, 01 Jun 2015 00:49:17 GMT Martin Decky [53031c2] * boot/generic/include/memstr.h (modified) * kernel/generic/include/lib/memfnc.h (modified) * kernel/generic/include/memstr.h (modified) * kernel/generic/include/mm/slab.h (modified) * uspace/lib/c/include/malloc.h (modified) * uspace/lib/c/include/mem.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/include/posix/string.h (modified) add annotations for static checks Mon, 01 Jun 2015 00:04:05 GMT Martin Decky [193d280c] * abi/include/abi/proc/uarg.h (modified) * boot/arch/arm32/src/mm.c (modified) * boot/arch/ppc32/include/asm.h (modified) * boot/arch/sparc32/src/ambapp.c (modified) * boot/arch/sparc32/src/mm.c (modified) * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/amd64/include/arch/asm.h (modified) * kernel/arch/amd64/src/fpu_context.c (modified) * kernel/arch/arm32/include/arch/cp15.h (modified) * kernel/arch/arm32/include/arch/security_ext.h (modified) * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/arm32/src/fpu_context.c (modified) * kernel/arch/ia32/src/fpu_context.c (modified) * kernel/arch/ia64/src/mm/vhpt.c (modified) * kernel/arch/mips32/src/debugger.c (modified) * kernel/arch/mips32/src/fpu_context.c (modified) * kernel/arch/sparc32/src/sparc32.c (modified) * kernel/generic/include/typedefs.h (modified) * kernel/generic/src/lib/func.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/trace/trace.c (modified) * uspace/drv/bus/usb/vhc/devconn.c (modified) * uspace/lib/c/generic/getopt.c (modified) * uspace/lib/ieee80211/src/ieee80211.c (modified) * uspace/lib/pcut/src/run.c (modified) * uspace/lib/posix/source/signal.c (modified) * uspace/srv/bd/sata_bd/sata_bd.c (modified) * uspace/srv/klog/klog.c (modified) cstyle improvements replace traditional K&R-style function ... Sat, 23 May 2015 04:09:11 GMT Jan Vesely [94e46c9] * .bzrignore (modified) * boot/Makefile (modified) * boot/Makefile.common (modified) * boot/arch/mips32/Makefile.inc (modified) * contrib/conf/msim.conf (modified) * contrib/qfs/qfs.sh (modified) * defaults/arm32/integratorcp/Makefile.config (modified) * kernel/arch/mips32/include/arch/drivers/msim.h (modified) * kernel/arch/mips32/src/mach/msim/msim.c (modified) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cmp/cmp.c (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) * uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (modified) * uspace/app/bdsh/cmds/modules/mount/mount.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/cmds/modules/touch/touch.c (modified) * uspace/app/wavplay/drec.c (modified) * uspace/app/wavplay/main.c (modified) * uspace/app/wavplay/wave.c (modified) * uspace/app/wifi_supplicant/Makefile (added) * uspace/app/wifi_supplicant/wifi_supplicant.c (added) * uspace/drv/audio/hdaudio/codec.c (modified) * uspace/drv/audio/hdaudio/codec.h (modified) * uspace/drv/audio/hdaudio/hdactl.c (modified) * uspace/drv/audio/hdaudio/hdaudio.c (modified) * uspace/drv/audio/hdaudio/hdaudio.h (modified) * uspace/drv/audio/hdaudio/pcm_iface.c (modified) * uspace/drv/audio/hdaudio/stream.c (modified) * uspace/drv/audio/hdaudio/stream.h (modified) * uspace/drv/block/ata_bd/main.c (modified) * uspace/drv/block/ddisk/Makefile (added) * uspace/drv/block/ddisk/ddisk.c (added) * uspace/drv/block/ddisk/ddisk.ma (added) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (modified) * uspace/drv/nic/ar9271/Makefile (added) * uspace/drv/nic/ar9271/ar9271.c (added) * uspace/drv/nic/ar9271/ar9271.fw (added) * uspace/drv/nic/ar9271/ar9271.h (added) * uspace/drv/nic/ar9271/ar9271.ma (added) * uspace/drv/nic/ar9271/ath.h (added) * uspace/drv/nic/ar9271/ath_usb.c (added) * uspace/drv/nic/ar9271/ath_usb.h (added) * uspace/drv/nic/ar9271/htc.c (added) * uspace/drv/nic/ar9271/htc.h (added) * uspace/drv/nic/ar9271/hw.c (added) * uspace/drv/nic/ar9271/hw.h (added) * uspace/drv/nic/ar9271/wmi.c (added) * uspace/drv/nic/ar9271/wmi.h (added) * uspace/drv/platform/msim/Makefile (added) * uspace/drv/platform/msim/msim.c (added) * uspace/drv/platform/msim/msim.ma (added) * uspace/lib/c/generic/dhcp.c (modified) * uspace/lib/c/generic/irq.c (modified) * uspace/lib/c/include/ieee80211/ieee80211.h (added) * uspace/lib/c/include/inet/dhcp.h (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/dhcp.h (modified) * uspace/lib/crypto/Makefile (added) * uspace/lib/crypto/aes.c (added) * uspace/lib/crypto/crypto.c (added) * uspace/lib/crypto/crypto.h (added) * uspace/lib/crypto/rc4.c (added) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/drv/generic/private/remote_ieee80211.h (added) * uspace/lib/drv/generic/remote_ieee80211.c (added) * uspace/lib/drv/include/ieee80211_iface.h (added) * uspace/lib/drv/include/ops/ieee80211.h (added) * uspace/lib/ext4/libext4_directory.c (modified) * uspace/lib/ext4/libext4_extent.c (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_superblock.c (modified) * uspace/lib/ext4/libext4_superblock.h (modified) * uspace/lib/ieee80211/Makefile (added) * uspace/lib/ieee80211/include/ieee80211.h (added) * uspace/lib/ieee80211/include/ieee80211_iface_impl.h (added) * uspace/lib/ieee80211/include/ieee80211_impl.h (added) * uspace/lib/ieee80211/include/ieee80211_private.h (added) * uspace/lib/ieee80211/src/ieee80211.c (added) * uspace/lib/ieee80211/src/ieee80211_iface_impl.c (added) * uspace/lib/ieee80211/src/ieee80211_impl.c (added) * uspace/srv/devman/drv_conn.c (modified) * uspace/srv/devman/fun.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/net/dhcp/dhcp.c (modified) * uspace/srv/net/dhcp/dhcp.h (modified) * uspace/srv/net/dhcp/main.c (modified) * uspace/srv/net/dhcp/transport.c (modified) Mainline changes Thu, 23 Apr 2015 23:40:14 GMT Martin Decky [8a64320e] * boot/Makefile (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/wifi_supplicant/Makefile (modified) * uspace/app/wifi_supplicant/wifi_supplicant.c (modified) * uspace/drv/nic/ar9271/Makefile (modified) * uspace/drv/nic/ar9271/ar9271.c (modified) * uspace/drv/nic/ar9271/ar9271.h (modified) * uspace/drv/nic/ar9271/ath.h (modified) * uspace/drv/nic/ar9271/ath_usb.c (modified) * uspace/drv/nic/ar9271/ath_usb.h (modified) * uspace/drv/nic/ar9271/htc.c (modified) * uspace/drv/nic/ar9271/htc.h (modified) * uspace/drv/nic/ar9271/hw.c (modified) * uspace/drv/nic/ar9271/hw.h (modified) * uspace/drv/nic/ar9271/wmi.c (modified) * uspace/drv/nic/ar9271/wmi.h (modified) * uspace/lib/c/include/ieee80211/ieee80211.h (modified) * uspace/lib/crypto/aes.c (modified) * uspace/lib/crypto/crypto.c (modified) * uspace/lib/crypto/crypto.h (modified) * uspace/lib/crypto/rc4.c (modified) * uspace/lib/drv/generic/remote_ieee80211.c (modified) * uspace/lib/drv/include/ieee80211_iface.h (modified) * uspace/lib/drv/include/ops/ieee80211.h (modified) * uspace/lib/ieee80211/Makefile (modified) * uspace/lib/ieee80211/include/ieee80211.h (modified) * uspace/lib/ieee80211/include/ieee80211_iface_impl.h (modified) * uspace/lib/ieee80211/include/ieee80211_impl.h (modified) * uspace/lib/ieee80211/include/ieee80211_private.h (modified) * uspace/lib/ieee80211/src/ieee80211.c (modified) * uspace/lib/ieee80211/src/ieee80211_iface_impl.c (modified) * uspace/lib/ieee80211/src/ieee80211_impl.c (modified) * uspace/srv/net/dhcp/dhcp.c (modified) pre-merge coding style cleanup and code review Tue, 21 Apr 2015 21:07:18 GMT Jan Kolarik [cc575ef9] * boot/Makefile (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/wifi_supplicant/Makefile (added) * uspace/app/wifi_supplicant/wifi_supplicant.c (added) * uspace/drv/nic/ar9271/Makefile (added) * uspace/drv/nic/ar9271/ar9271.c (added) * uspace/drv/nic/ar9271/ar9271.fw (added) * uspace/drv/nic/ar9271/ar9271.h (added) * uspace/drv/nic/ar9271/ar9271.ma (added) * uspace/drv/nic/ar9271/ath.h (added) * uspace/drv/nic/ar9271/ath_usb.c (added) * uspace/drv/nic/ar9271/ath_usb.h (added) * uspace/drv/nic/ar9271/htc.c (added) * uspace/drv/nic/ar9271/htc.h (added) * uspace/drv/nic/ar9271/hw.c (added) * uspace/drv/nic/ar9271/hw.h (added) * uspace/drv/nic/ar9271/wmi.c (added) * uspace/drv/nic/ar9271/wmi.h (added) * uspace/lib/c/generic/dhcp.c (modified) * uspace/lib/c/include/ieee80211/ieee80211.h (added) * uspace/lib/c/include/inet/dhcp.h (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/dhcp.h (modified) * uspace/lib/crypto/Makefile (added) * uspace/lib/crypto/aes.c (added) * uspace/lib/crypto/crypto.c (added) * uspace/lib/crypto/crypto.h (added) * uspace/lib/crypto/rc4.c (added) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/private/remote_ieee80211.h (added) * uspace/lib/drv/generic/remote_ieee80211.c (added) * uspace/lib/drv/include/ieee80211_iface.h (added) * uspace/lib/drv/include/ops/ieee80211.h (added) * uspace/lib/ieee80211/Makefile (added) * uspace/lib/ieee80211/include/ieee80211.h (added) * uspace/lib/ieee80211/include/ieee80211_iface_impl.h (added) * uspace/lib/ieee80211/include/ieee80211_impl.h (added) * uspace/lib/ieee80211/include/ieee80211_private.h (added) * uspace/lib/ieee80211/src/ieee80211.c (added) * uspace/lib/ieee80211/src/ieee80211_iface_impl.c (added) * uspace/lib/ieee80211/src/ieee80211_impl.c (added) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/net/dhcp/dhcp.c (modified) * uspace/srv/net/dhcp/dhcp.h (modified) * uspace/srv/net/dhcp/main.c (modified) Appending Michael MIC footer in TKIP communication, tested MIC ... Sun, 22 Mar 2015 16:03:27 GMT Jakub Jermar [f2e78b0] * boot/arch/mips32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/block/ddisk/Makefile (added) * uspace/drv/block/ddisk/ddisk.c (added) * uspace/drv/block/ddisk/ddisk.ma (added) * uspace/drv/platform/msim/msim.c (modified) Very basic and incomplete ddisk driver. Tue, 17 Mar 2015 20:17:18 GMT Jan Kolarik [864762a] * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/drv/bus/usb/ar9271/Makefile (deleted) * uspace/drv/bus/usb/ar9271/ar9271.c (deleted) * uspace/drv/bus/usb/ar9271/ar9271.fw (deleted) * uspace/drv/bus/usb/ar9271/ar9271.h (deleted) * uspace/drv/bus/usb/ar9271/ar9271.ma (deleted) * uspace/drv/bus/usb/ar9271/ath.h (deleted) * uspace/drv/bus/usb/ar9271/ath_usb.c (deleted) * uspace/drv/bus/usb/ar9271/ath_usb.h (deleted) * uspace/drv/bus/usb/ar9271/htc.c (deleted) * uspace/drv/bus/usb/ar9271/htc.h (deleted) * uspace/drv/bus/usb/ar9271/hw.c (deleted) * uspace/drv/bus/usb/ar9271/hw.h (deleted) * uspace/drv/bus/usb/ar9271/wmi.c (deleted) * uspace/drv/bus/usb/ar9271/wmi.h (deleted) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/net/Makefile (modified) * uspace/lib/net/ieee80211/ieee80211.c (deleted) * uspace/lib/net/ieee80211/ieee80211_impl.c (deleted) * uspace/lib/net/include/ieee80211.h (deleted) * uspace/lib/net/include/ieee80211_impl.h (deleted) * uspace/srv/locsrv/locsrv.c (modified) Handling incoming packets, started working on client app, built IPC ...