# # ChangeLog for kernel in mainline # # Generated by Trac 1.6 # 2025-10-20T16:38:32Z Sat, 26 Jan 2013 09:05:12 GMT Maurizio Lombardi [9f55b52f] * kernel/arch/arm32/_link.ld.in (modified) kernel arm 32 linker script: add KERNEL_LOAD_ADDRESS for beaglebone Thu, 24 Jan 2013 21:18:18 GMT Maurizio Lombardi [b1011dae] * HelenOS.config (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/_link.ld.in (modified) * boot/arch/arm32/include/mm.h (modified) * boot/arch/arm32/src/asm.S (modified) * boot/arch/arm32/src/main.c (modified) * boot/arch/arm32/src/mm.c (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/asm.h (modified) * kernel/arch/arm32/include/barrier.h (modified) * kernel/arch/arm32/include/cache.h (added) * kernel/arch/arm32/include/cp15.h (added) * kernel/arch/arm32/include/cpu.h (modified) * kernel/arch/arm32/include/cycle.h (modified) * kernel/arch/arm32/include/mm/frame.h (modified) * kernel/arch/arm32/include/mm/page.h (modified) * kernel/arch/arm32/include/mm/page_fault.h (modified) * kernel/arch/arm32/include/regutils.h (modified) * kernel/arch/arm32/include/security_ext.h (added) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/exception.c (modified) * kernel/arch/arm32/src/fpu.s (added) * kernel/arch/arm32/src/fpu_context.c (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mm/page_fault.c (modified) * uspace/Makefile (modified) * uspace/drv/fb/amdm37x_dispc/Makefile (added) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (added) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.h (added) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.ma (added) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc_regs.h (moved) * uspace/drv/fb/amdm37x_dispc/main.c (added) * uspace/drv/infrastructure/rootamdm37x/rootamdm37x.c (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/arm32/include/cp15.h (added) * uspace/lib/drv/include/ddf/log.h (modified) Merge changes from jan.vesely/helenos/arm Thu, 24 Jan 2013 19:48:43 GMT Jan Vesely [c124dce3] * kernel/arch/arm32/include/barrier.h (modified) arm32: Typos and comments. Wed, 23 Jan 2013 00:11:45 GMT Jan Vesely [c19808fd] * kernel/arch/arm32/include/barrier.h (modified) arm32, barriers: Add note about availability of Cache line size ... Mon, 21 Jan 2013 00:14:50 GMT Jan Vesely [a14f346] * boot/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/genarch/include/drivers/amdm37x_dispc/amdm37x_dispc.h (deleted) * uspace/Makefile (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (modified) * uspace/drv/infrastructure/rootamdm37x/rootamdm37x.c (modified) amdm37x_dispc: Replace kenrel driver with uspace one. Works on qemu. Sun, 20 Jan 2013 17:46:12 GMT Jan Vesely [297fda2c] * kernel/arch/arm32/include/barrier.h (modified) arm32: Implement smc_coherence_block. Sun, 20 Jan 2013 17:41:12 GMT Jan Vesely [33d394a] * kernel/arch/arm32/include/barrier.h (modified) * uspace/lib/c/arch/arm32/include/cp15.h (added) arm32: Implement smc_coherence. Sun, 20 Jan 2013 17:39:57 GMT Jan Vesely [9a5ccc14] * kernel/arch/arm32/src/exception.c (modified) arm32: Fix smc_coherence call. Sun, 20 Jan 2013 17:23:05 GMT Jan Vesely [bafd198] * kernel/arch/arm32/src/fpu_context.c (modified) arm32, fpu: minor cleanup Sun, 20 Jan 2013 16:39:00 GMT Jan Vesely [b8bb2bc] * kernel/arch/arm32/Makefile.inc (modified) arm32: Drop bbxm specific optimizations. Sun, 20 Jan 2013 11:47:45 GMT Jan Vesely [4a79e6f] * kernel/arch/arm32/include/security_ext.h (modified) arm32, sec_sext: Fix incorrect ifdef Sun, 20 Jan 2013 11:45:20 GMT Jan Vesely [c8a5c8c] * kernel/arch/arm32/src/cpu/cpu.c (modified) arm32: Start performance counters only if we can't use timer extensions. Sun, 20 Jan 2013 11:42:22 GMT Jan Vesely [7a38962] * kernel/arch/arm32/include/cp15.h (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) arm32: Replace cortex-a8 compile check with runtime cache type check. ... Sun, 20 Jan 2013 00:27:35 GMT Jan Vesely [9043e7e0] * kernel/arch/arm32/include/cycle.h (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) arm32: Count every 64th cycle. The coutner is 32bit, at 600Mhz it ... Sun, 20 Jan 2013 00:11:41 GMT Jan Vesely [9eec7bc] * kernel/arch/arm32/src/cpu/cpu.c (modified) arm32: Enable branch predictors on Cortex-A8. It seems to work ok ... Sat, 19 Jan 2013 23:59:25 GMT Jan Vesely [3fa509b] * kernel/arch/arm32/include/asm.h (modified) * kernel/arch/arm32/include/cp15.h (modified) * kernel/arch/arm32/include/cycle.h (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) arm32, armv7: Add reading of performance cycles counter. Fix ... Sat, 19 Jan 2013 22:59:00 GMT Jan Vesely [4b28c70] * kernel/arch/arm32/src/cpu/cpu.c (modified) arm32: CLIDR is armv7 only. Sat, 19 Jan 2013 22:37:29 GMT Jan Vesely [c3213bb] * kernel/arch/arm32/include/cp15.h (modified) arm32, cp15: Add Cache Type Register values. Sat, 19 Jan 2013 19:01:09 GMT Jan Vesely [612edca] * kernel/arch/arm32/include/mm/page_fault.h (modified) * kernel/arch/arm32/src/mm/page_fault.c (modified) arm32, page_fault: Use cp15 helpers. Sat, 19 Jan 2013 18:50:56 GMT Jan Vesely [26e3db2] * kernel/arch/arm32/include/cp15.h (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) arm32: Switch cpu identification to cp15 helpers. Sat, 19 Jan 2013 18:17:27 GMT Jan Vesely [a03b609] * kernel/arch/arm32/include/cp15.h (modified) * kernel/arch/arm32/include/regutils.h (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/exception.c (modified) arm32: Convert sctlr use to cp15 helpers. Sat, 19 Jan 2013 16:35:17 GMT Jan Vesely [bad1f53] * kernel/arch/arm32/include/cache.h (added) * kernel/arch/arm32/include/cp15.h (modified) * kernel/arch/arm32/include/cpu.h (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) arm32: Detect caches on armv7 Sat, 19 Jan 2013 02:25:08 GMT Jan Vesely [5fcd537] * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/barrier.h (modified) * kernel/arch/arm32/include/cp15.h (added) * kernel/arch/arm32/include/regutils.h (modified) * kernel/arch/arm32/include/security_ext.h (added) * kernel/arch/arm32/src/fpu.s (added) * kernel/arch/arm32/src/fpu_context.c (modified) Merge mainline changes. Includes bbxm fpu fix and other arm ... Fri, 18 Jan 2013 20:06:55 GMT Jan Vesely [a640bc1] * kernel/arch/arm32/include/security_ext.h (modified) * kernel/arch/arm32/src/fpu_context.c (modified) arm, sec extensions: Add comments and remove use of sec extensions. ... Thu, 17 Jan 2013 19:57:21 GMT Maurizio Lombardi [28a6190] * kernel/arch/arm32/include/mm/frame.h (modified) * kernel/arch/arm32/include/mm/page.h (modified) mm: add support to the beaglebone Thu, 17 Jan 2013 19:56:43 GMT Maurizio Lombardi [47bd0f8] * kernel/arch/arm32/src/mach/beaglebone/beaglebone.c (modified) bbone initialization: - initialize the DMTIMER0. - the ... Wed, 16 Jan 2013 23:09:44 GMT Jan Vesely [cd8db93] * kernel/arch/arm32/src/fpu_context.c (modified) arm32: check only monitor mode to determine secure state. Accessing ... Sun, 13 Jan 2013 14:59:32 GMT Maurizio Lombardi [17cc8f4f] * boot/arch/arm32/include/mm.h (modified) * boot/arch/arm32/src/asm.S (modified) * boot/arch/arm32/src/mm.c (modified) * kernel/arch/arm32/src/ras.c (modified) Merge mainline changes Fri, 11 Jan 2013 01:34:35 GMT Jan Vesely [3de8aaa6] * kernel/arch/arm32/src/fpu_context.c (modified) arm32, fpu:Remove useless double check form fpu context save/restore. ... Fri, 11 Jan 2013 01:33:10 GMT Jan Vesely [bedd81b] * kernel/arch/arm32/src/fpu_context.c (modified) arm32, fpu: Disable exception checking in context save. Fri, 11 Jan 2013 01:28:21 GMT Jan Vesely [07d62a9] * kernel/arch/arm32/src/fpu_context.c (modified) arm32: remove debug output. Fri, 11 Jan 2013 01:27:38 GMT Jan Vesely [eb1d9c1] * kernel/arch/arm32/include/cp15.h (modified) arm32, cp15: Fix write macro to actually generate writes. Fixes fpu ... Fri, 11 Jan 2013 00:34:32 GMT Jan Vesely [7e87436] * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/security_ext.h (modified) * kernel/arch/arm32/src/fpu_context.c (modified) arm32: Add Security extensions basics. No monitor call handling, ... Thu, 10 Jan 2013 22:35:21 GMT Jan Vesely [b9f72b97] * kernel/arch/arm32/src/fpu_context.c (modified) arm32, fpu: Put function declarations near enum values. Thu, 10 Jan 2013 22:33:30 GMT Jan Vesely [97718a5] * kernel/arch/arm32/src/fpu_context.c (modified) arm32, fpu: Switch to new coprocessor macros. Disable code ... Thu, 10 Jan 2013 22:33:02 GMT Jan Vesely [7dc8bf1] * kernel/arch/arm32/include/barrier.h (modified) arm32: Implement barriers for armv7-a Thu, 10 Jan 2013 22:31:57 GMT Jan Vesely [1f271d9] * kernel/arch/arm32/include/cp15.h (modified) arm32: Fix cp15 access generator macro. Thu, 10 Jan 2013 20:53:07 GMT Jan Vesely [467f0c0] * kernel/arch/arm32/include/barrier.h (modified) * kernel/arch/arm32/src/fpu_context.c (modified) arm32: Only check cpacr on armv7. Earlier versions do not support the ... Wed, 09 Jan 2013 19:36:04 GMT Jan Vesely [6a6ebde] * kernel/arch/arm32/include/cp15.h (modified) * kernel/arch/arm32/include/regutils.h (modified) * kernel/arch/arm32/include/security_ext.h (added) * kernel/arch/arm32/src/fpu_context.c (modified) arm32: Add some cp15 register values. Change MODE_ values to enum ... Tue, 08 Jan 2013 23:40:20 GMT Jan Vesely [813b024] * kernel/arch/arm32/include/cp15.h (added) arm32: Add a single header with all system control coprocessor accessors Sun, 06 Jan 2013 23:24:44 GMT Jan Vesely [61b5cf0c] * kernel/arch/arm32/src/fpu_context.c (modified) arm32: More info about coprocessors. Sun, 06 Jan 2013 20:00:45 GMT Jan Vesely [b4b3a4cb] * kernel/arch/arm32/src/fpu_context.c (modified) arm32: Print message when accessing coprocessors would fail. Sun, 06 Jan 2013 19:52:43 GMT Jan Vesely [de36fdd] * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/src/fpu.s (added) * kernel/arch/arm32/src/fpu_context.c (modified) arm32: Move fpu handling code to .s file. restrict kernel fpu ... Sun, 06 Jan 2013 19:20:33 GMT Jan Vesely [664fd6d5] * kernel/arch/arm32/src/fpu_context.c (modified) arm32: Check access to CP10 and CP11 before using fpu instructions. Thu, 03 Jan 2013 20:49:31 GMT Jan Vesely [9b6e40b] * kernel/arch/arm32/src/cpu/cpu.c (modified) arm32: Add memory barrier before ICache flush. just to be sure ... Thu, 03 Jan 2013 20:46:36 GMT Jan Vesely [2a8f38a] * kernel/arch/arm32/include/barrier.h (modified) arm32: Implement memory barriers for armv6 and armv7. Older arms ... Thu, 03 Jan 2013 20:30:07 GMT Jan Vesely [f65b8e0c] * kernel/arch/arm32/include/asm.h (modified) arm32: Make cpu_sleep implementation depend on PROCESSOR macros. ... Tue, 01 Jan 2013 17:03:52 GMT Jan Vesely [e55fcd2] * kernel/arch/arm32/src/cpu/cpu.c (modified) arm32: Disable branch predictors for general operations. Branch ... Tue, 01 Jan 2013 12:15:32 GMT Jan Vesely [0acd339] * boot/arch/arm32/include/mm.h (modified) * boot/arch/arm32/src/mm.c (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) arm32,bbxm: Make boot mapping pages cacheable Sun, 30 Dec 2012 21:17:39 GMT Jan Vesely [46a6a5d] * kernel/arch/arm32/src/cpu/cpu.c (modified) arm32: Reorganize CPU initialization. Extensions that have safe ... Sun, 30 Dec 2012 13:37:06 GMT Jan Vesely [bfb57fb] * kernel/arch/arm32/include/mm/frame.h (modified) arm32: Consolidate machine specific defines Sun, 30 Dec 2012 13:32:58 GMT Jan Vesely [5d9e36b] * HelenOS.config (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/src/mm.c (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/asm.h (modified) * kernel/arch/arm32/include/mm/page.h (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/mm/page_fault.c (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) arm32: Rename PROCESSOR macro to PROCESSOR_ARCH We'll need ... Sat, 29 Dec 2012 23:23:01 GMT Jan Vesely [949869d] * boot/arch/arm32/src/mm.c (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) armv7: Enable flow predictions. Sat, 29 Dec 2012 23:15:40 GMT Jan Vesely [2826998] * boot/arch/arm32/src/mm.c (modified) * kernel/arch/arm32/include/regutils.h (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) arm32: Enable I-Cache for arm7 in boot code. We enable it later for ... Sat, 29 Dec 2012 23:12:18 GMT Jan Vesely [26e550c2] * kernel/arch/arm32/include/asm.h (modified) arm: Implement WFI routine for icp. Sat, 29 Dec 2012 20:07:36 GMT Jakub Jermar [b55877d] * kernel/arch/arm32/src/ras.c (modified) arm32: Do not destroy the restart PC when restarting an atomic sequence. Sat, 29 Dec 2012 10:48:35 GMT Maurizio Lombardi [e1a27be] * HelenOS.config (modified) * abi/include/bool.h (modified) * abi/include/klog.h (moved) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/include/main.h (modified) * boot/arch/arm32/src/putchar.c (modified) * contrib/conf/arm32-gx.sh (deleted) * contrib/conf/arm32-qe.sh (modified) * defaults/arm32/GXemul/Makefile.config (deleted) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/debugger.h (deleted) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/debugger.c (deleted) * kernel/arch/amd64/src/fpu_context.c (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/cpu.h (modified) * kernel/arch/arm32/include/fpu_context.h (modified) * kernel/arch/arm32/include/mach/testarm/testarm.h (deleted) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/dummy.S (modified) * kernel/arch/arm32/src/exception.c (modified) * kernel/arch/arm32/src/fpu_context.c (added) * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * kernel/arch/arm32/src/mach/testarm/testarm.c (deleted) * kernel/arch/arm32/src/machine_func.c (modified) * kernel/arch/arm32/src/ras.c (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/debugger.h (deleted) * kernel/arch/ia32/src/debugger.c (deleted) * kernel/arch/ia32/src/fpu_context.c (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/mips32/include/mm/tlb.h (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * release/Makefile (modified) * tools/toolchain.sh (modified) * uspace/app/bdsh/compl.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/edit/sheet.h (modified) * uspace/app/init/init.c (modified) * uspace/app/klog/Makefile (modified) * uspace/app/klog/klog.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/mkexfat/exfat.h (modified) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/nterm/conn.c (modified) * uspace/app/nterm/nterm.c (modified) * uspace/app/ping/ping.c (modified) * uspace/app/stats/stats.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/app/tester/float/softfloat1.c (modified) * uspace/app/tester/mm/common.h (modified) * uspace/app/tester/tester.h (modified) * uspace/app/tetris/screen.c (modified) * uspace/app/tetris/screen.h (modified) * uspace/app/trace/trace.c (modified) * uspace/app/usbinfo/desctree.c (modified) * uspace/app/usbinfo/dump.c (modified) * uspace/app/usbinfo/list.c (modified) * uspace/app/usbinfo/main.c (modified) * uspace/app/vdemo/vdemo.c (modified) * uspace/app/vlaunch/vlaunch.c (modified) * uspace/app/vterm/vterm.c (modified) * uspace/app/websrv/websrv.c (modified) * uspace/dist/src/c/demos/edit/edit.c (modified) * uspace/dist/src/c/demos/edit/sheet.h (modified) * uspace/dist/src/c/demos/tetris/screen.c (modified) * uspace/dist/src/c/demos/tetris/screen.h (modified) * uspace/drv/bus/isa/i8237.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.h (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/status.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbmast/bo_trans.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/ps2mouse/ps2mouse.c (modified) * uspace/drv/fb/kfb/port.c (modified) * uspace/drv/infrastructure/root/root.c (modified) * uspace/drv/infrastructure/rootamdm37x/amdm37x.h (modified) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) * uspace/lib/bithenge/src/helenos/common.h (modified) * uspace/lib/c/arch/abs32le/include/atomic.h (modified) * uspace/lib/c/arch/abs32le/src/entryjmp.c (modified) * uspace/lib/c/arch/abs32le/src/fibril.c (modified) * uspace/lib/c/arch/abs32le/src/stacktrace.c (modified) * uspace/lib/c/arch/amd64/src/stacktrace.c (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/arm32/include/atomic.h (modified) * uspace/lib/c/arch/arm32/src/stacktrace.c (modified) * uspace/lib/c/arch/ia32/src/stacktrace.c (modified) * uspace/lib/c/arch/ia64/src/stacktrace.c (modified) * uspace/lib/c/arch/mips32/src/stacktrace.c (modified) * uspace/lib/c/arch/mips64/src/stacktrace.c (modified) * uspace/lib/c/arch/ppc32/src/stacktrace.c (modified) * uspace/lib/c/arch/sparc64/src/stacktrace.c (modified) * uspace/lib/c/generic/adt/list.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/double_to_str.c (modified) * uspace/lib/c/generic/io/chargrid.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/klog.c (modified) * uspace/lib/c/generic/io/window.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/generic/stdlib.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/adt/hash_table.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/atomicdflt.h (modified) * uspace/lib/c/include/bd_srv.h (modified) * uspace/lib/c/include/cfg.h (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/ieee_double.h (modified) * uspace/lib/c/include/inet/iplink_srv.h (modified) * uspace/lib/c/include/io/charfield.h (modified) * uspace/lib/c/include/io/con_srv.h (modified) * uspace/lib/c/include/io/console.h (modified) * uspace/lib/c/include/io/klog.h (modified) * uspace/lib/c/include/io/pixel.h (modified) * uspace/lib/c/include/io/pixelmap.h (modified) * uspace/lib/c/include/io/window.h (modified) * uspace/lib/c/include/ipc/vfs.h (modified) * uspace/lib/c/include/loc.h (modified) * uspace/lib/c/include/nic/nic.h (modified) * uspace/lib/c/include/rtld/dynamic.h (modified) * uspace/lib/c/include/sort.h (modified) * uspace/lib/c/include/stacktrace.h (modified) * uspace/lib/c/include/stats.h (modified) * uspace/lib/c/include/stdbool.h (moved) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/c/include/sys/stat.h (modified) * uspace/lib/c/include/sysinfo.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/draw/codec/tga.c (modified) * uspace/lib/draw/drawctx.c (modified) * uspace/lib/draw/drawctx.h (modified) * uspace/lib/draw/path.c (modified) * uspace/lib/draw/source.c (modified) * uspace/lib/draw/source.h (modified) * uspace/lib/draw/surface.c (modified) * uspace/lib/draw/surface.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/include/usbhc_iface.h (modified) * uspace/lib/graph/graph.h (modified) * uspace/lib/gui/minimal.h (modified) * uspace/lib/gui/terminal.c (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/gui/window.h (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/nic/src/nic_rx_control.c (modified) * uspace/lib/posix/source/fnmatch.c (modified) * uspace/lib/posix/source/pwd.c (modified) * uspace/lib/posix/source/stdio.c (modified) * uspace/lib/posix/source/stdio/scanf.c (modified) * uspace/lib/posix/source/stdlib/strtold.c (modified) * uspace/lib/posix/source/time.c (modified) * uspace/lib/softrend/filter.c (modified) * uspace/lib/softrend/filter.h (modified) * uspace/lib/softrend/pixconv.h (modified) * uspace/lib/softrend/rectangle.h (modified) * uspace/lib/softrend/transform.c (modified) * uspace/lib/softrend/transform.h (modified) * uspace/lib/usb/include/usb/hc.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usbdev/src/dp.c (modified) * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) * uspace/lib/usbhost/src/usb_endpoint_manager.c (modified) * uspace/lib/usbvirt/include/usbvirt/ipc.h (modified) * uspace/srv/bd/ata_bd/ata_bd.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/clipboard/clipboard.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.h (modified) * uspace/srv/fs/exfat/exfat.h (modified) * uspace/srv/fs/exfat/exfat_dentry.h (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_dentry.h (modified) * uspace/srv/fs/locfs/locfs_ops.c (modified) * uspace/srv/fs/locfs/locfs_ops.h (modified) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/udf/udf.h (modified) * uspace/srv/fs/udf/udf_cksum.h (modified) * uspace/srv/fs/udf/udf_idx.c (modified) * uspace/srv/fs/udf/udf_osta.h (modified) * uspace/srv/fs/udf/udf_types.h (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/compositor/compositor.h (modified) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/input.h (modified) * uspace/srv/hid/input/layout.h (modified) * uspace/srv/hid/input/layout/ar.c (added) * uspace/srv/hid/input/layout/cz.c (modified) * uspace/srv/hid/input/port/niagara.c (modified) * uspace/srv/hid/input/port/ski.c (modified) * uspace/srv/hid/input/proto/adb.c (modified) * uspace/srv/hid/output/output.h (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/irc/apic/apic.c (modified) * uspace/srv/hw/irc/i8259/i8259.c (modified) * uspace/srv/hw/irc/obio/obio.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/logger/logger.h (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inetsrv.h (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/conn.h (modified) * uspace/srv/net/tcp/seq_no.c (modified) * uspace/srv/net/tcp/tcp_type.h (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/ns/clonable.c (modified) * uspace/srv/ns/clonable.h (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.c (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_register.c (modified) Merge mainline changes Tue, 11 Dec 2012 21:11:37 GMT Jakub Jermar [5df69cb] * kernel/arch/mips32/include/mm/tlb.h (modified) mips32: the TLB index is 6 bits on R4000 as there are 48 TLB entries. Sun, 02 Dec 2012 22:29:34 GMT Jakub Jermar [f9ab562] * HelenOS.config (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/include/main.h (modified) * boot/arch/arm32/src/putchar.c (modified) * contrib/conf/arm32-gx.sh (deleted) * defaults/arm32/GXemul/Makefile.config (deleted) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/fpu_context.h (modified) * kernel/arch/arm32/include/mach/testarm/testarm.h (deleted) * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * kernel/arch/arm32/src/mach/testarm/testarm.c (deleted) * kernel/arch/arm32/src/machine_func.c (modified) * release/Makefile (modified) * uspace/srv/hid/input/input.c (modified) Remove support for the testarm machine. Sun, 02 Dec 2012 21:54:57 GMT Jan Vesely [5481a22e] * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/src/exception.c (modified) arm32: Compile fpu routines only if CONFIG_FPU is set. Sun, 02 Dec 2012 21:54:09 GMT Jan Vesely [e1326cf] * kernel/generic/src/proc/scheduler.c (modified) scheduler: Check CONFIG_FPU before calling fpu routines Sun, 02 Dec 2012 16:42:21 GMT Jakub Jermar [11527051] * kernel/generic/src/console/console.c (modified) Do nothing on KLOG_COMMAND if stdin is not defined. Sun, 02 Dec 2012 16:36:29 GMT Jakub Jermar [0fa34dd] * abi/include/klog.h (moved) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/debugger.c (deleted) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/debugger.h (deleted) * kernel/arch/ia32/src/debugger.c (deleted) * kernel/arch/ia32/src/ia32.c (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/src/console/console.c (modified) * uspace/app/klog/Makefile (modified) * uspace/app/klog/klog.c (modified) * uspace/lib/c/generic/io/klog.c (modified) * uspace/lib/c/include/io/klog.h (modified) * uspace/lib/c/include/stdio.h (modified) Merge non contentious changesets from lp:~jakub/helenos/klog. - ... Thu, 29 Nov 2012 12:53:45 GMT Jan Vesely [69c1995] * HelenOS.config (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/cpu.h (modified) * kernel/arch/arm32/include/fpu_context.h (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/dummy.S (modified) * kernel/arch/arm32/src/exception.c (modified) * kernel/arch/arm32/src/fpu_context.c (added) * kernel/arch/arm32/src/ras.c (modified) * tools/toolchain.sh (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) Merge ARM fpu hw support. Thu, 29 Nov 2012 12:45:53 GMT Jan Vesely [ce60be1] * kernel/arch/arm32/src/fpu_context.c (modified) arm32, fpu: Mask all traps during fpu initialization. We do this on ... Thu, 29 Nov 2012 12:05:08 GMT Jan Vesely [3194d83] * kernel/arch/amd64/src/fpu_context.c (modified) * kernel/arch/ia32/src/fpu_context.c (modified) Deobfuscate and document x86 and amd64 fpu initialization. Sun, 25 Nov 2012 21:34:07 GMT Maurizio Lombardi [8f88beb7] * HelenOS.config (modified) * abi/include/mm/as.h (modified) * boot/Makefile.common (modified) * boot/arch/ia64/src/main.c (modified) * contrib/conf/ski.conf (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/arm32/src/mm/page_fault.c (modified) * kernel/arch/ia64/include/mm/as.h (modified) * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/mips64/src/mm/tlb.c (modified) * kernel/arch/ppc32/src/mm/pht.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/generic/include/config.h (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/backend_phys.c (modified) * kernel/generic/src/mm/km.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/task.c (modified) * tools/autotool.py (modified) * tools/config.py (modified) * tools/mkarray.py (modified) * tools/pack.py (modified) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/config.h (modified) * uspace/app/ext2info/Makefile (deleted) * uspace/app/ext2info/ext2info.c (deleted) * uspace/app/tester/Makefile (modified) * uspace/app/tester/ext2/ext2_1.c (deleted) * uspace/app/tester/ext2/ext2_1.def (deleted) * uspace/app/tester/float/softfloat1.c (modified) * uspace/app/tester/print/print5.def (modified) * uspace/app/tester/print/print6.c (added) * uspace/app/tester/print/print6.def (added) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/drv/infrastructure/rootamdm37x/Makefile (modified) * uspace/drv/infrastructure/rootamdm37x/amdm37x.c (added) * uspace/drv/infrastructure/rootamdm37x/amdm37x.h (moved) * uspace/drv/infrastructure/rootamdm37x/cm/clock_control.h (modified) * uspace/drv/infrastructure/rootamdm37x/cm/iva2.h (added) * uspace/drv/infrastructure/rootamdm37x/cm/mpu.h (added) * uspace/drv/infrastructure/rootamdm37x/prm/clock_control.h (added) * uspace/drv/infrastructure/rootamdm37x/prm/global_reg.h (added) * uspace/drv/infrastructure/rootamdm37x/prm/usbhost.h (added) * uspace/drv/infrastructure/rootamdm37x/rootamdm37x.c (modified) * uspace/drv/infrastructure/rootamdm37x/usbtll.h (modified) * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/include/ddi.h (modified) * uspace/lib/c/arch/arm32/include/ddi.h (modified) * uspace/lib/c/arch/ia32/include/ddi.h (modified) * uspace/lib/c/arch/ia64/include/ddi.h (modified) * uspace/lib/c/arch/mips32/include/ddi.h (modified) * uspace/lib/c/arch/mips64/include/ddi.h (modified) * uspace/lib/c/arch/ppc32/include/ddi.h (modified) * uspace/lib/c/arch/sparc64/include/ddi.h (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/dlfcn.c (modified) * uspace/lib/c/generic/double_to_str.c (added) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/ieee_double.c (added) * uspace/lib/c/generic/io/log.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/pio_trace.c (modified) * uspace/lib/c/generic/power_of_ten.c (added) * uspace/lib/c/generic/private/power_of_ten.h (added) * uspace/lib/c/generic/stack.c (moved) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/c/include/double_to_str.h (moved) * uspace/lib/c/include/ieee_double.h (added) * uspace/lib/c/include/macros.h (modified) * uspace/lib/c/include/stack.h (moved) * uspace/lib/clui/tinput.c (modified) * uspace/lib/ext2/Makefile (deleted) * uspace/lib/ext2/libext2_block_group.c (deleted) * uspace/lib/ext2/libext2_directory.c (deleted) * uspace/lib/ext2/libext2_directory.h (deleted) * uspace/lib/ext2/libext2_filesystem.c (deleted) * uspace/lib/ext2/libext2_filesystem.h (deleted) * uspace/lib/ext2/libext2_inode.c (deleted) * uspace/lib/ext2/libext2_inode.h (deleted) * uspace/lib/ext2/libext2_superblock.c (deleted) * uspace/lib/ext2/libext2_superblock.h (deleted) * uspace/lib/ext4/libext4_block_group.c (modified) * uspace/lib/ext4/libext4_block_group.h (modified) * uspace/lib/ext4/libext4_directory.c (modified) * uspace/lib/ext4/libext4_directory.h (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_filesystem.h (modified) * uspace/lib/ext4/libext4_inode.c (modified) * uspace/lib/ext4/libext4_inode.h (modified) * uspace/lib/ext4/libext4_superblock.c (modified) * uspace/lib/ext4/libext4_superblock.h (modified) * uspace/lib/ext4/libext4_types.h (modified) * uspace/lib/softfloat/common.c (modified) * uspace/srv/fs/ext2fs/Makefile (deleted) * uspace/srv/fs/ext2fs/ext2fs_ops.c (deleted) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) * uspace/srv/logger/initlvl.c (modified) Merge mainline changes Sun, 25 Nov 2012 18:51:06 GMT Jan Vesely [ab52a3e] * kernel/arch/arm32/src/ras.c (modified) arm32,ras: Don't update istte->pc unless we have to. Sun, 25 Nov 2012 18:49:04 GMT Jan Vesely [48a209a] * kernel/arch/arm32/src/exception.c (modified) arm32, fpu: Compensate for offset in undef instruction handler. Sun, 25 Nov 2012 18:46:58 GMT Jan Vesely [4f843ded] * kernel/arch/arm32/src/fpu_context.c (modified) arm32, fpu: Improve context save/restore assembler. Sun, 25 Nov 2012 18:46:11 GMT Jan Vesely [37bb3e1] * kernel/arch/arm32/include/fpu_context.h (modified) arm32, fpu: rename saved register Sun, 25 Nov 2012 16:37:57 GMT Jan Vesely [0237380] * kernel/arch/arm32/include/fpu_context.h (modified) * kernel/arch/arm32/src/exception.c (modified) * kernel/arch/arm32/src/fpu_context.c (modified) arm32,fpu: Save FPEXC in fpu context. Fix VFP detection. Move FPU ... Sun, 25 Nov 2012 01:55:58 GMT Jan Vesely [e5c8bc6] * kernel/arch/arm32/src/fpu_context.c (modified) arm32, fpu: Make address increments explicit. Sat, 24 Nov 2012 23:22:33 GMT Jan Vesely [957ce9a5] * HelenOS.config (modified) * kernel/arch/arm32/src/exception.c (modified) * kernel/arch/arm32/src/fpu_context.c (modified) arm32: Implement and allow lazy FPU context switching. It's ... Sat, 24 Nov 2012 21:30:24 GMT Jan Vesely [65871bb] * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/fpu_context.c (modified) arm32: Don't try to initialize FPU without CONFIG_FPU Print warning ... Sat, 24 Nov 2012 20:09:36 GMT Jan Vesely [36e5eb3] * kernel/arch/arm32/include/fpu_context.h (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/fpu_context.c (modified) arm32: Fix fpu detection on older arms. mvfr0 is not available ... Sat, 24 Nov 2012 18:50:02 GMT Jan Vesely [8ff9484] * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/cpu.h (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/fpu_context.c (added) arm32: Implement all variants of FPU context save/restore. Sat, 24 Nov 2012 16:25:21 GMT Jan Vesely [04cb6957] * kernel/arch/arm32/src/cpu/cpu.c (modified) arm32: Minor fixes. Sat, 24 Nov 2012 11:24:35 GMT Jan Vesely [28f81d21] * kernel/arch/arm32/src/cpu/cpu.c (modified) arm32, fpu context: Use register interval instead of listing every ... Sat, 24 Nov 2012 02:28:47 GMT Jan Vesely [3412e844] * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/fpu_context.h (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/dummy.S (modified) arm32: Implement basic support for FPU context switching. Lazy fpu ... Sat, 24 Nov 2012 00:00:57 GMT Jakub Jermar [4a5ba372] * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/debugger.h (deleted) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/debugger.c (deleted) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/debugger.h (deleted) * kernel/arch/ia32/src/debugger.c (deleted) * kernel/arch/ia32/src/ia32.c (modified) Remove the unmaintained ia32 and amd64 kernel debugger. Fri, 23 Nov 2012 23:06:00 GMT Jakub Jermar [297cb73] * kernel/generic/src/console/console.c (modified) * uspace/app/klog/Makefile (modified) * uspace/app/klog/klog.c (modified) Rudimentary support for passing commands to kconsole from klog. Fri, 23 Nov 2012 20:25:27 GMT Jakub Jermar [a801688b] * abi/include/klog.h (added) * kernel/generic/include/console/console.h (modified) * kernel/generic/src/console/console.c (modified) * uspace/lib/c/generic/io/klog.c (modified) * uspace/lib/c/include/stdio.h (modified) Make the SYS_KLOG interface more generic. - Define klog methods ... Fri, 23 Nov 2012 15:52:03 GMT Martin Decky [2f33fbc] * kernel/generic/src/console/cmd.c (modified) cstyle Thu, 22 Nov 2012 22:48:03 GMT Jakub Jermar [3f6c16fe] * kernel/generic/src/console/cmd.c (modified) Fix integer vs. pointer comparisons and assignments, printf() formatters. Thu, 22 Nov 2012 22:20:39 GMT Jakub Jermar [e32720ff] * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/arm32/src/mm/page_fault.c (modified) * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/mips64/src/mm/tlb.c (modified) * kernel/arch/ppc32/src/mm/pht.c (modified) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/proc/task.c (modified) Merge from lp:~jakub/helenos/mm. Thu, 22 Nov 2012 21:42:36 GMT Jakub Jermar [908bb96] * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/proc/task.c (modified) Postpone printing the message about killing a task due to a failed ... Thu, 22 Nov 2012 21:23:47 GMT Jakub Jermar [1dbc43f] * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/arm32/src/mm/page_fault.c (modified) * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/mips64/src/mm/tlb.c (modified) * kernel/arch/ppc32/src/mm/pht.c (modified) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/generic/src/mm/as.c (modified) Unify user page fault handling in as_page_fault(). - Remove lots of ... Wed, 21 Nov 2012 23:26:22 GMT Jan Vesely [c739102] * abi/include/mm/as.h (modified) * boot/Makefile.common (modified) * boot/arch/ia64/src/main.c (modified) * contrib/conf/ski.conf (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/ia64/include/mm/as.h (modified) * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/generic/include/config.h (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/backend_phys.c (modified) * kernel/generic/src/mm/km.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/task.c (modified) * tools/autotool.py (modified) * tools/config.py (modified) * tools/mkarray.py (modified) * tools/pack.py (modified) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/config.h (modified) * uspace/app/ext2info/Makefile (deleted) * uspace/app/ext2info/ext2info.c (deleted) * uspace/app/tester/Makefile (modified) * uspace/app/tester/ext2/ext2_1.c (deleted) * uspace/app/tester/ext2/ext2_1.def (deleted) * uspace/app/tester/float/softfloat1.c (modified) * uspace/app/tester/print/print5.def (modified) * uspace/app/tester/print/print6.c (added) * uspace/app/tester/print/print6.def (added) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/dlfcn.c (modified) * uspace/lib/c/generic/double_to_str.c (added) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/ieee_double.c (added) * uspace/lib/c/generic/io/log.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/power_of_ten.c (added) * uspace/lib/c/generic/private/power_of_ten.h (added) * uspace/lib/c/generic/stack.c (moved) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/include/double_to_str.h (moved) * uspace/lib/c/include/ieee_double.h (moved) * uspace/lib/c/include/macros.h (modified) * uspace/lib/c/include/stack.h (moved) * uspace/lib/clui/tinput.c (modified) * uspace/lib/ext2/Makefile (deleted) * uspace/lib/ext2/libext2_block_group.c (deleted) * uspace/lib/ext2/libext2_directory.c (deleted) * uspace/lib/ext2/libext2_directory.h (deleted) * uspace/lib/ext2/libext2_filesystem.c (deleted) * uspace/lib/ext2/libext2_filesystem.h (deleted) * uspace/lib/ext2/libext2_inode.c (deleted) * uspace/lib/ext2/libext2_inode.h (deleted) * uspace/lib/ext2/libext2_superblock.c (deleted) * uspace/lib/ext2/libext2_superblock.h (deleted) * uspace/lib/ext4/libext4_block_group.c (modified) * uspace/lib/ext4/libext4_block_group.h (modified) * uspace/lib/ext4/libext4_directory.c (modified) * uspace/lib/ext4/libext4_directory.h (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_filesystem.h (modified) * uspace/lib/ext4/libext4_inode.c (modified) * uspace/lib/ext4/libext4_inode.h (modified) * uspace/lib/ext4/libext4_superblock.c (modified) * uspace/lib/ext4/libext4_superblock.h (modified) * uspace/lib/ext4/libext4_types.h (modified) * uspace/srv/fs/ext2fs/Makefile (deleted) * uspace/srv/fs/ext2fs/ext2fs_ops.c (deleted) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) * uspace/srv/logger/initlvl.c (modified) Mainline changes. Sun, 18 Nov 2012 22:10:15 GMT Jakub Jermar [1f7753a] * abi/include/mm/as.h (modified) * boot/arch/ia64/src/main.c (modified) * contrib/conf/ski.conf (modified) * kernel/arch/ia64/include/mm/as.h (modified) * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/generic/include/config.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/backend_phys.c (modified) * kernel/generic/src/mm/km.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/task.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/stack.c (added) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/include/stack.h (added) Merge from lp:~jakub/helenos/mm. Sun, 18 Nov 2012 21:40:32 GMT Jakub Jermar [34ae0a5] * kernel/generic/include/config.h (modified) Define the userspace stack to be simply 1MiB large. Sun, 18 Nov 2012 10:59:41 GMT Jakub Jermar [7ad17de] * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/proc/task.c (modified) Instead of printing the standard kill message, only inform the user ... Sun, 18 Nov 2012 00:10:02 GMT Jakub Jermar [9043309c] * kernel/arch/ia64/src/mm/tlb.c (modified) Avoid accidental restoring of rr7 to a non-kernel RID. Fri, 16 Nov 2012 18:37:41 GMT Martin Sucha [20f8111] * kernel/arch/ppc32/src/ppc32.c (modified) Fix unused function warning on ppc32 with CONFIG_FB disabled Mon, 12 Nov 2012 01:04:45 GMT Jan Vesely [9b11a971] * kernel/generic/src/console/kconsole.c (modified) kconsole: Don't use strict mode when parsing ints, check pointer manually Mon, 12 Nov 2012 00:44:51 GMT Jan Vesely [a7d8739] * kernel/generic/src/console/kconsole.c (modified) kconsole: Be more verbose in reporting integer parsing errors. Sun, 11 Nov 2012 16:27:06 GMT Jakub Jermar [d1e8440] * kernel/arch/ia64/include/mm/as.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/src/proc/program.c (modified) Get rid of USTACK_ADDRESS. - Let the kernel find a suitable address ... Sun, 11 Nov 2012 15:40:04 GMT Jakub Jermar [57355a40] * kernel/generic/src/mm/as.c (modified) Rather than testing for address overlap with kernel address space, ... Sat, 10 Nov 2012 16:10:43 GMT Jan Vesely [e8a1530] * kernel/generic/src/console/cmd.c (modified) kernel console: Impelment pio_read/write functions. Fri, 09 Nov 2012 20:12:05 GMT Jakub Jermar [67b152e] * kernel/generic/include/config.h (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/proc/program.c (modified) Define default size for userspace stacks.