# # ChangeLog for / in mainline # # Generated by Trac 1.6 # 2024-09-21T10:00:04Z Tue, 11 Jun 2013 14:20:41 GMT Vojtech Horky [55edba0] * uspace/app/edit/search_impl.h (modified) * uspace/app/edit/sheet_impl.h (modified) * uspace/lib/c/include/bd_srv.h (modified) * uspace/lib/c/include/io/con_srv.h (modified) * uspace/lib/draw/drawctx.h (modified) * uspace/lib/gui/connection.h (modified) * uspace/lib/gui/widget.h (modified) * uspace/lib/gui/window.h (modified) * uspace/srv/hid/isdv4_tablet/isdv4.h (modified) C style: do not redefine typedefs Tue, 11 Jun 2013 14:18:12 GMT Vojtech Horky [445e7c0] * uspace/app/bdsh/cmds/modules/pwd/pwd.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/exec.c (modified) C style: fix usage of sizeof(void *) Tue, 11 Jun 2013 14:14:30 GMT Vojtech Horky [136ce60] * uspace/app/bdsh/cmds/modules/help/help.c (modified) C style: remove unused variable Tue, 11 Jun 2013 14:12:45 GMT Vojtech Horky [550b4e0] * kernel/Makefile (modified) Add -Werror for kernel with Clang Mon, 03 Jun 2013 08:30:15 GMT Vojtech Horky [b992d9d] * kernel/test/print/print4.c (modified) Honour integer promotion during bitshift Mon, 03 Jun 2013 08:29:31 GMT Vojtech Horky [797d4d19] * kernel/generic/include/cc.h (added) * kernel/generic/include/lib/memfnc.h (modified) * uspace/lib/c/include/cc.h (added) * uspace/lib/c/include/mem.h (modified) Clang does not know __attribute__(optimize) Mon, 03 Jun 2013 07:55:35 GMT Vojtech Horky [533e2d7] * HelenOS.config (modified) * boot/Makefile.build (modified) * boot/Makefile.common (modified) * kernel/arch/abs32le/Makefile.inc (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/arch/pm.h (modified) * kernel/arch/amd64/src/pm.c (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mach/beaglebone/beaglebone.c (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch/cpu.h (modified) * kernel/arch/ia32/include/arch/cpuid.h (modified) * kernel/arch/ia32/include/arch/pm.h (modified) * kernel/arch/ia32/src/boot/vesa_real.inc (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/fpu_context.c (modified) * kernel/arch/ia32/src/pm.c (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/drivers/am335x/uart.h (modified) * kernel/genarch/include/genarch/drivers/am335x/uart_regs.h (deleted) * kernel/genarch/include/genarch/drivers/amdm37x/uart.h (modified) * kernel/genarch/include/genarch/drivers/amdm37x/uart_regs.h (deleted) * kernel/genarch/include/genarch/drivers/omap/uart.h (added) * kernel/genarch/include/genarch/drivers/omap/uart_regs.h (added) * kernel/genarch/src/drivers/amdm37x/uart.c (deleted) * kernel/genarch/src/drivers/omap/uart.c (moved) * kernel/generic/src/main/main.c (modified) * tools/autotool.py (modified) * uspace/Makefile (modified) * uspace/app/bdsh/cmds/modules/cmp/cmp.c (modified) * uspace/app/dnscfg/Makefile (added) * uspace/app/dnscfg/dnscfg.c (added) * uspace/app/dnsres/Makefile (added) * uspace/app/dnsres/dnsres.c (added) * uspace/app/inet/inet.c (modified) * uspace/app/init/init.c (modified) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/nettest3/nettest3.c (modified) * uspace/app/nterm/conn.c (modified) * uspace/app/nterm/nterm.c (modified) * uspace/app/ping/ping.c (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/pci/pciintel/pci.h (modified) * uspace/drv/bus/pci/pciintel/pci_regs.h (modified) * uspace/drv/bus/usb/ohci/hc.c (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/transfer_descriptor.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/usbmast/scsi_ms.c (modified) * uspace/drv/char/i8042/buffer.h (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/bithenge/src/blob.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/Makefile.common (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/c/arch/amd64/src/entry.s (modified) * uspace/lib/c/arch/amd64/src/entryjmp.s (modified) * uspace/lib/c/arch/amd64/src/fibril.S (modified) * uspace/lib/c/arch/amd64/src/thread_entry.s (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/arch/ia32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ia32/src/entry.S (modified) * uspace/lib/c/arch/ia32/src/entryjmp.s (modified) * uspace/lib/c/arch/ia32/src/fibril.S (modified) * uspace/lib/c/arch/ia32/src/setjmp.S (modified) * uspace/lib/c/arch/ia32/src/thread_entry.s (modified) * uspace/lib/c/generic/device/hw_res_parsed.c (modified) * uspace/lib/c/generic/dnsr.c (added) * uspace/lib/c/generic/inet/addr.c (added) * uspace/lib/c/generic/mem.c (modified) * uspace/lib/c/generic/net/inet.c (modified) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/include/device/hw_res_parsed.h (modified) * uspace/lib/c/include/inet/addr.h (added) * uspace/lib/c/include/inet/dnsr.h (added) * uspace/lib/c/include/inet/inet.h (modified) * uspace/lib/c/include/inet/inetcfg.h (modified) * uspace/lib/c/include/ipc/dnsr.h (added) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/mem.h (modified) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/ext4/libext4_directory.c (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/nic/src/nic_rx_control.c (modified) * uspace/lib/nic/src/nic_wol_virtues.c (modified) * uspace/lib/posix/source/strings.c (modified) * uspace/lib/usb/src/debug.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/mfs/mfs_dentry.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/udf/udf_volume.c (modified) * uspace/srv/net/dnsrsrv/Makefile (added) * uspace/srv/net/dnsrsrv/dns_msg.c (added) * uspace/srv/net/dnsrsrv/dns_msg.h (added) * uspace/srv/net/dnsrsrv/dns_std.h (added) * uspace/srv/net/dnsrsrv/dns_type.h (added) * uspace/srv/net/dnsrsrv/dnsrsrv.c (added) * uspace/srv/net/dnsrsrv/query.c (added) * uspace/srv/net/dnsrsrv/query.h (added) * uspace/srv/net/dnsrsrv/transport.c (added) * uspace/srv/net/dnsrsrv/transport.h (added) * 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/inetsrv/inetsrv.h (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/assoc.h (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/net/udp/ucall.c (modified) * uspace/srv/net/udp/ucall.h (modified) * uspace/srv/net/udp/udp_type.h (modified) Merge mainline changes Thu, 30 May 2013 23:49:03 GMT Martin Decky [6db5d4b] * HelenOS.config (modified) * tools/autotool.py (modified) add highly experimental support for further clang targets Thu, 30 May 2013 23:18:56 GMT Martin Decky [0e575cd] * uspace/lib/c/arch/amd64/src/entry.s (modified) * uspace/lib/c/arch/amd64/src/entryjmp.s (modified) * uspace/lib/c/arch/amd64/src/thread_entry.s (modified) make sure the stack is actually 16B aligned Thu, 30 May 2013 22:33:52 GMT Martin Decky [e4c8e751] * uspace/lib/c/arch/amd64/src/entryjmp.s (modified) * uspace/lib/c/arch/amd64/src/fibril.S (modified) * uspace/lib/c/arch/amd64/src/thread_entry.s (modified) cstyle Thu, 30 May 2013 22:33:32 GMT Martin Decky [9ce0683] * uspace/lib/c/arch/ia32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ia32/src/entry.S (modified) * uspace/lib/c/arch/ia32/src/thread_entry.s (modified) make sure the stack is actually 16B aligned Thu, 30 May 2013 22:26:46 GMT Martin Decky [2b903ca] * uspace/lib/c/arch/ia32/src/entry.S (modified) * uspace/lib/c/arch/ia32/src/entryjmp.s (modified) * uspace/lib/c/arch/ia32/src/fibril.S (modified) * uspace/lib/c/arch/ia32/src/setjmp.S (modified) * uspace/lib/c/arch/ia32/src/thread_entry.s (modified) cstyle Thu, 30 May 2013 22:00:56 GMT Martin Decky [45b4300] * kernel/arch/ia32/include/arch/cpu.h (modified) * kernel/arch/ia32/include/arch/cpuid.h (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/fpu_context.c (modified) cstyle Thu, 30 May 2013 20:49:46 GMT Martin Decky [95e370f8] * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/ia32/Makefile.inc (modified) * tools/autotool.py (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) determine CLANG_TARGET in autotool Thu, 30 May 2013 20:21:15 GMT Martin Decky [bf85e56] * boot/Makefile.build (modified) * kernel/arch/abs32le/Makefile.inc (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/ia32/Makefile.inc (modified) * uspace/lib/c/arch/abs32le/Makefile.common (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) remove obsolete CLANG_ARCH Thu, 30 May 2013 20:10:53 GMT Martin Decky [9e40355e] * kernel/generic/src/main/main.c (modified) cstyle Thu, 30 May 2013 13:05:10 GMT Vojtech Horky [94dfb92] * kernel/Makefile (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/generic/include/debug.h (modified) * kernel/generic/include/printf/verify.h (modified) * kernel/generic/src/main/main.c (modified) * tools/autotool.py (modified) * tools/ew.py (modified) * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/include/io/verify.h (modified) Merge partial Clang reviving Merge from ... Thu, 23 May 2013 17:25:28 GMT Martin Decky [c90aed4] * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/pci/pciintel/pci.h (modified) * uspace/drv/bus/pci/pciintel/pci_regs.h (modified) explicitly enable PCI bus mastering for each PCI bus function (this ... Thu, 23 May 2013 17:11:10 GMT Martin Decky [4a5a18be] * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) use default IP address 10.0.2.15 and default gateway 10.0.2.2 this ... Mon, 20 May 2013 18:43:13 GMT Jiri Svoboda [6e8ed225] * uspace/app/bdsh/cmds/modules/cmp/cmp.c (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/bus/usb/ohci/hc.c (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/transfer_descriptor.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/usbmast/scsi_ms.c (modified) * uspace/drv/char/i8042/buffer.h (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/bithenge/src/blob.c (modified) * uspace/lib/c/generic/device/hw_res_parsed.c (modified) * uspace/lib/c/generic/mem.c (modified) * uspace/lib/c/generic/net/inet.c (modified) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/include/device/hw_res_parsed.h (modified) * uspace/lib/c/include/mem.h (modified) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/ext4/libext4_directory.c (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/nic/src/nic_rx_control.c (modified) * uspace/lib/nic/src/nic_wol_virtues.c (modified) * uspace/lib/posix/source/strings.c (modified) * uspace/lib/usb/src/debug.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/mfs/mfs_dentry.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/udf/udf_volume.c (modified) Merge: Replacement of BSD functions bzero, bcmp with C standard ... Mon, 20 May 2013 18:42:25 GMT Jiri Svoboda [acdb5bac] * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/bus/usb/ohci/hc.c (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/transfer_descriptor.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/usbmast/scsi_ms.c (modified) * uspace/drv/char/i8042/buffer.h (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/c/generic/device/hw_res_parsed.c (modified) * uspace/lib/c/generic/net/inet.c (modified) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/include/device/hw_res_parsed.h (modified) * uspace/lib/c/include/mem.h (modified) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/nic/src/nic_rx_control.c (modified) * uspace/lib/nic/src/nic_wol_virtues.c (modified) * uspace/lib/posix/source/strings.c (modified) * uspace/lib/usb/src/debug.c (modified) Replace usage of bzero() with C standard memset(). Sat, 18 May 2013 21:11:29 GMT Jiri Svoboda [44ecf89] * uspace/app/bdsh/cmds/modules/cmp/cmp.c (modified) * uspace/lib/bithenge/src/blob.c (modified) * uspace/lib/c/generic/mem.c (modified) * uspace/lib/c/include/mem.h (modified) * uspace/lib/ext4/libext4_directory.c (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/posix/source/strings.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/mfs/mfs_dentry.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/udf/udf_volume.c (modified) Replace deprecated function bcmp() with memcmp(). Mon, 13 May 2013 22:34:28 GMT Martin Decky [d242cb6] * kernel/arch/amd64/include/arch/pm.h (modified) * kernel/arch/amd64/src/pm.c (modified) * kernel/arch/ia32/include/arch/pm.h (modified) * kernel/arch/ia32/src/boot/vesa_real.inc (modified) * kernel/arch/ia32/src/pm.c (modified) make sure we configure two distinct segment descriptors and set the ... Wed, 08 May 2013 10:29:45 GMT Jiri Svoboda [959d2ec] * uspace/app/dnsres/dnsres.c (modified) * uspace/app/ping/ping.c (modified) * uspace/lib/c/generic/dnsr.c (modified) * uspace/lib/c/include/inet/dnsr.h (modified) * uspace/srv/net/dnsrsrv/dns_type.h (modified) * uspace/srv/net/dnsrsrv/dnsrsrv.c (modified) * uspace/srv/net/dnsrsrv/query.c (modified) Return canonical name to caller. Wed, 08 May 2013 10:07:36 GMT Jiri Svoboda [9f029aa] * uspace/srv/net/dnsrsrv/dns_msg.c (modified) * uspace/srv/net/dnsrsrv/dns_msg.h (modified) * uspace/srv/net/dnsrsrv/dns_type.h (modified) * uspace/srv/net/dnsrsrv/query.c (modified) Simplify slightly, comments. Wed, 08 May 2013 09:24:24 GMT Jiri Svoboda [d531bd6] * uspace/srv/net/dnsrsrv/dns_msg.c (modified) * uspace/srv/net/dnsrsrv/dns_msg.h (modified) * uspace/srv/net/dnsrsrv/dns_type.h (modified) * uspace/srv/net/dnsrsrv/query.c (modified) Handle CNAME records. Mon, 06 May 2013 15:58:01 GMT Jiri Svoboda [06fe3b6] * uspace/srv/net/dnsrsrv/transport.c (modified) Simple retry mechanism for DNS queries. Sun, 05 May 2013 21:34:14 GMT Maurizio Lombardi [eef14771] * HelenOS.config (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mach/beaglebone/beaglebone.c (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/drivers/am335x/uart.h (modified) * kernel/genarch/include/genarch/drivers/am335x/uart_regs.h (deleted) * kernel/genarch/include/genarch/drivers/amdm37x/uart.h (modified) * kernel/genarch/include/genarch/drivers/amdm37x/uart_regs.h (deleted) * kernel/genarch/include/genarch/drivers/omap/uart.h (added) * kernel/genarch/include/genarch/drivers/omap/uart_regs.h (added) * kernel/genarch/src/drivers/amdm37x/uart.c (deleted) * kernel/genarch/src/drivers/omap/uart.c (moved) Merge the unified am335x/amdm37x uart kernel driver implementation Sat, 04 May 2013 07:51:11 GMT Jakub Jermar [716357f] * uspace/srv/net/dnsrsrv/dns_msg.c (modified) * uspace/srv/net/dnsrsrv/query.c (modified) Fix formatters. Fri, 03 May 2013 21:14:39 GMT Jiri Svoboda [4e716180] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/dnscfg/Makefile (added) * uspace/app/dnscfg/dnscfg.c (added) * uspace/app/dnsres/Makefile (added) * uspace/app/dnsres/dnsres.c (added) * uspace/app/init/init.c (modified) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/nettest3/nettest3.c (modified) * uspace/app/nterm/conn.c (modified) * uspace/app/nterm/nterm.c (modified) * uspace/app/ping/ping.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/dnsr.c (added) * uspace/lib/c/include/inet/dnsr.h (added) * uspace/lib/c/include/ipc/dnsr.h (added) * uspace/lib/c/include/ipc/services.h (modified) * uspace/srv/net/dnsrsrv/Makefile (added) * uspace/srv/net/dnsrsrv/dns_msg.c (added) * uspace/srv/net/dnsrsrv/dns_msg.h (added) * uspace/srv/net/dnsrsrv/dns_std.h (added) * uspace/srv/net/dnsrsrv/dns_type.h (added) * uspace/srv/net/dnsrsrv/dnsrsrv.c (added) * uspace/srv/net/dnsrsrv/query.c (added) * uspace/srv/net/dnsrsrv/query.h (added) * uspace/srv/net/dnsrsrv/transport.c (added) * uspace/srv/net/dnsrsrv/transport.h (added) * uspace/srv/net/inetsrv/addrobj.c (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/assoc.h (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/net/udp/ucall.c (modified) * uspace/srv/net/udp/ucall.h (modified) * uspace/srv/net/udp/udp_type.h (modified) Merge simple DNS resolver. Fri, 03 May 2013 21:11:23 GMT Jiri Svoboda [5d1cb8a] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/dnscfg/Makefile (added) * uspace/app/dnscfg/dnscfg.c (added) * uspace/srv/net/dnsrsrv/dnsrsrv.c (modified) * uspace/srv/net/dnsrsrv/transport.c (modified) * uspace/srv/net/dnsrsrv/transport.h (modified) DNS configuration utility. Fri, 03 May 2013 14:51:30 GMT Jiri Svoboda [8fdb18e] * uspace/app/dnsres/dnsres.c (modified) * uspace/app/inet/inet.c (modified) * uspace/app/ping/ping.c (modified) * uspace/app/vlaunch/vlaunch.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/inet/addr.c (added) * uspace/lib/c/include/inet/addr.h (added) * uspace/lib/c/include/inet/inet.h (modified) * uspace/lib/c/include/inet/inetcfg.h (modified) * uspace/lib/gui/window.c (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/net/inetsrv/inetsrv.h (modified) Merge mainline changes. Fri, 03 May 2013 08:50:31 GMT Jiri Svoboda [ef904895] * uspace/srv/net/dnsrsrv/dns_msg.c (modified) * uspace/srv/net/dnsrsrv/query.c (modified) * uspace/srv/net/dnsrsrv/transport.c (modified) Eliminate debug output. Fri, 03 May 2013 08:44:14 GMT Jiri Svoboda [a0d97f83] * uspace/srv/net/dnsrsrv/dns_msg.c (modified) * uspace/srv/net/dnsrsrv/dns_msg.h (modified) * uspace/srv/net/dnsrsrv/query.c (modified) Fix message allocation/deallocation. Fri, 03 May 2013 08:10:02 GMT Jiri Svoboda [48171fc4] * uspace/srv/net/dnsrsrv/dnsrsrv.c (modified) * uspace/srv/net/dnsrsrv/query.c (modified) * uspace/srv/net/dnsrsrv/transport.c (modified) * uspace/srv/net/dnsrsrv/transport.h (modified) Single fibril for receiving responses. Request timeout. Wed, 01 May 2013 23:04:34 GMT Maurizio Lombardi [69483af] * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mach/beaglebone/beaglebone.c (modified) * kernel/genarch/include/genarch/drivers/omap/uart.h (modified) Fix build when CONFIG_OMAP_UART is not defined Wed, 01 May 2013 00:39:10 GMT Maurizio Lombardi [9d504072] * kernel/genarch/src/drivers/am335x/uart.c (deleted) am335x: remove old uart code Wed, 01 May 2013 00:33:39 GMT Maurizio Lombardi [7ca8422b] * HelenOS.config (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/drivers/amdm37x/uart.h (modified) * kernel/genarch/include/genarch/drivers/amdm37x/uart_regs.h (deleted) * kernel/genarch/src/drivers/amdm37x/uart.c (deleted) remove the amdm37x ad-hoc uart driver and make use of the generic ... Wed, 01 May 2013 00:08:28 GMT Maurizio Lombardi [b38c079] * HelenOS.config (modified) * kernel/arch/arm32/src/mach/beaglebone/beaglebone.c (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/drivers/am335x/uart.h (modified) * kernel/genarch/include/genarch/drivers/am335x/uart_regs.h (deleted) * kernel/genarch/include/genarch/drivers/omap/uart.h (added) * kernel/genarch/include/genarch/drivers/omap/uart_regs.h (added) * kernel/genarch/src/drivers/omap/uart.c (added) am335x: implementation of a generic omap uart driver derived from the ... Tue, 30 Apr 2013 19:41:13 GMT Jiri Svoboda [1c7ba2d] * uspace/lib/c/include/inet/addr.h (modified) * uspace/lib/c/include/inet/inet.h (modified) * uspace/srv/net/inetsrv/inetsrv.h (modified) inetsrv can use inet/addr.h from libc for address types. Tue, 30 Apr 2013 19:28:03 GMT Jiri Svoboda [3495654] * uspace/app/inet/inet.c (modified) * uspace/app/ping/ping.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/inet/addr.c (added) * uspace/lib/c/include/inet/addr.h (added) * uspace/lib/c/include/inet/inet.h (modified) * uspace/lib/c/include/inet/inetcfg.h (modified) Factor out internet address parsing and formatting. Mon, 29 Apr 2013 14:26:22 GMT Vojtech Horky [ea15a89a] * boot/generic/include/memstr.h (modified) * boot/generic/src/memstr.c (modified) * defaults/amd64/Makefile.config (modified) * defaults/arm32/Makefile.config (modified) * defaults/arm32/beagleboardxm/Makefile.config (modified) * defaults/arm32/beaglebone/Makefile.config (modified) * defaults/arm32/gta02/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * defaults/ia64/Makefile.config (modified) * defaults/mips32/Makefile.config (modified) * defaults/mips64/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/Makefile.config (modified) * defaults/special/Makefile.config (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/genarch/src/fb/logo-196x66.c (deleted) * kernel/generic/include/lib/memfnc.h (modified) * tools/mkext2.py (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/sleep/sleep.c (modified) * uspace/app/bnchmark/bnchmark.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/msim/arch_helenos/input.c (modified) * uspace/app/nterm/nterm.c (modified) * uspace/app/ping/ping.c (modified) * uspace/app/taskdump/symtab.c (modified) * uspace/app/tester/ipc/starve.c (modified) * uspace/app/tetris/scores.c (modified) * uspace/app/tetris/screen.c (modified) * uspace/app/top/screen.c (modified) * uspace/app/trace/ipc_desc.c (modified) * uspace/app/trace/ipc_desc.h (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/syscalls.h (modified) * uspace/app/trace/trace.c (modified) * uspace/app/vdemo/vdemo.c (modified) * uspace/app/vlaunch/Makefile (modified) * uspace/app/vlaunch/gfx/helenos.tga (added) * uspace/app/vlaunch/vlaunch.c (modified) * uspace/dist/src/c/demos/tetris/scores.c (modified) * uspace/dist/src/c/demos/top/screen.c (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/lib/c/arch/ia32/src/setjmp.S (modified) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/io/con_srv.c (modified) * uspace/lib/c/generic/io/console.c (modified) * uspace/lib/c/include/io/con_srv.h (modified) * uspace/lib/c/include/io/cons_event.h (added) * uspace/lib/c/include/io/console.h (modified) * uspace/lib/c/include/io/pos_event.h (moved) * uspace/lib/c/include/io/window.h (modified) * uspace/lib/c/include/mem.h (modified) * uspace/lib/c/include/setjmp.h (modified) * uspace/lib/c/include/sys/types.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/clui/tinput.h (modified) * uspace/lib/gui/Makefile (modified) * uspace/lib/gui/canvas.c (added) * uspace/lib/gui/canvas.h (added) * uspace/lib/gui/grid.c (modified) * uspace/lib/gui/grid.h (modified) * uspace/lib/gui/terminal.c (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/posix/include/posix/fcntl.h (modified) * uspace/lib/posix/include/posix/float.h (modified) * uspace/lib/posix/include/posix/limits.h (modified) * uspace/lib/posix/include/posix/math.h (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/source/math.c (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/fat/fat_dentry.h (modified) * uspace/srv/hid/compositor/Makefile (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/compositor/gfx/helenos.tga (deleted) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/ns/task.c (modified) Merge mainline changes Fri, 26 Apr 2013 07:34:42 GMT Jiri Svoboda [fff7ef4] * uspace/app/dnsres/dnsres.c (modified) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/nettest3/nettest3.c (modified) * uspace/app/nterm/conn.c (modified) * uspace/app/ping/ping.c (modified) * uspace/lib/c/generic/dnsr.c (modified) Make dnsr client initialization implicit (to allow for multiple ... Thu, 25 Apr 2013 06:45:04 GMT Jiri Svoboda [287d729] * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/nettest3/nettest3.c (modified) * uspace/app/nterm/conn.c (modified) * uspace/app/nterm/nterm.c (modified) * uspace/app/ping/ping.c (modified) * uspace/lib/c/generic/dnsr.c (modified) * uspace/lib/c/include/inet/dnsr.h (modified) Hostname resolution in nterm and nettest1-3. Wed, 24 Apr 2013 06:52:50 GMT Jiri Svoboda [c55cbbf] * uspace/app/ping/ping.c (modified) * uspace/lib/c/generic/dnsr.c (modified) Hostname resolution in ping command. Tue, 23 Apr 2013 22:05:01 GMT Jiri Svoboda [31e9fe0] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/dnsres/Makefile (added) * uspace/app/dnsres/dnsres.c (moved) * uspace/app/init/init.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/dnsr.c (added) * uspace/lib/c/include/inet/dnsr.h (added) * uspace/lib/c/include/ipc/dnsr.h (added) * uspace/lib/c/include/ipc/services.h (modified) * uspace/srv/net/dnsrsrv/Makefile (moved) * uspace/srv/net/dnsrsrv/dns_msg.c (moved) * uspace/srv/net/dnsrsrv/dns_msg.h (moved) * uspace/srv/net/dnsrsrv/dns_std.h (moved) * uspace/srv/net/dnsrsrv/dns_type.h (moved) * uspace/srv/net/dnsrsrv/dnsrsrv.c (added) * uspace/srv/net/dnsrsrv/query.c (moved) * uspace/srv/net/dnsrsrv/query.h (moved) * uspace/srv/net/dnsrsrv/transport.c (moved) * uspace/srv/net/dnsrsrv/transport.h (moved) Dnsrsrv server and dnsres utility. Tue, 23 Apr 2013 15:03:12 GMT Martin Decky [9e7898e] * uspace/app/vlaunch/vlaunch.c (modified) make sure the grid and label background color matches the logo ... Mon, 22 Apr 2013 06:45:49 GMT Jiri Svoboda [dc95342] * uspace/srv/net/dnsres/dns_msg.c (modified) * uspace/srv/net/dnsres/dns_msg.h (modified) * uspace/srv/net/dnsres/dnsres.c (modified) * uspace/srv/net/dnsres/query.c (modified) * uspace/srv/net/dnsres/query.h (modified) * uspace/srv/net/dnsres/transport.c (modified) Memory freeing, error paths. Sun, 21 Apr 2013 19:28:24 GMT Petr Koupy [3b98311] * uspace/srv/hid/compositor/compositor.c (modified) Restrict mouse movement to the bounding rectangle of all viewports. Sun, 21 Apr 2013 16:47:51 GMT Petr Koupy [21eeb653] * uspace/lib/gui/window.c (modified) Fixed memory leak in widget toolkit. Sun, 21 Apr 2013 16:45:39 GMT Petr Koupy [1e3ea91] * uspace/srv/hid/compositor/compositor.c (modified) Destroy orphaned windows in the compositor after the client is killed. Sat, 20 Apr 2013 10:42:13 GMT Jiri Svoboda [7262f89] * uspace/srv/net/dnsres/dns_msg.c (modified) * uspace/srv/net/dnsres/dns_msg.h (modified) * uspace/srv/net/dnsres/dns_type.h (modified) * uspace/srv/net/dnsres/dnsres.c (modified) * uspace/srv/net/dnsres/query.c (modified) Construct domain names, fix some bugs. Parse answer, print resulting ... Sat, 20 Apr 2013 09:38:59 GMT Jiri Svoboda [f1dcf6d] * uspace/srv/net/dnsres/dns_msg.c (modified) Pointer decoding. Sat, 20 Apr 2013 09:15:42 GMT Jiri Svoboda [9d8bd3ac] * uspace/srv/net/dnsres/dns_msg.c (modified) Need entire message buffer in order to support pointers. Sat, 20 Apr 2013 09:03:34 GMT Jiri Svoboda [0041cd6d] * uspace/srv/net/dnsres/dns_msg.c (modified) * uspace/srv/net/dnsres/dns_msg.h (modified) * uspace/srv/net/dnsres/transport.c (modified) Attempt decoding response (no pointer support). Sat, 20 Apr 2013 07:28:39 GMT Jiri Svoboda [ccb5165] * uspace/srv/net/dnsres/transport.c (modified) * uspace/srv/net/udp/sock.c (modified) Do not hold recv_buffer_lock while calling udp_uc_receive(). Sat, 20 Apr 2013 06:42:32 GMT Jiri Svoboda [6d717a4] * uspace/srv/net/udp/sock.c (modified) Fix UDP crash when closing socket. Fri, 19 Apr 2013 18:38:18 GMT Jiri Svoboda [25eec4e] * HelenOS.config (modified) * abi/include/abi/bool.h (moved) * abi/include/abi/ddi/arg.h (moved) * abi/include/abi/ddi/irq.h (moved) * abi/include/abi/elf.h (moved) * abi/include/abi/errno.h (moved) * abi/include/abi/fb/visuals.h (moved) * abi/include/abi/ipc/event.h (moved) * abi/include/abi/ipc/ipc.h (moved) * abi/include/abi/ipc/methods.h (moved) * abi/include/abi/klog.h (added) * abi/include/abi/mm/as.h (moved) * abi/include/abi/proc/task.h (moved) * abi/include/abi/proc/thread.h (moved) * abi/include/abi/proc/uarg.h (moved) * abi/include/abi/synch.h (moved) * abi/include/abi/syscall.h (moved) * abi/include/abi/sysinfo.h (moved) * abi/include/abi/udebug.h (moved) * boot/Makefile (modified) * boot/Makefile.common (modified) * boot/Makefile.uboot (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/arm32/_link.ld.in (modified) * boot/arch/arm32/include/arch.h (modified) * boot/arch/arm32/include/main.h (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) * boot/arch/arm32/src/putchar.c (modified) * boot/arch/ia64/src/main.c (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips32/_link.ld.in (modified) * boot/arch/mips32/include/arch.h (modified) * boot/arch/mips32/include/types.h (modified) * boot/arch/mips32/src/asm.S (modified) * boot/arch/mips32/src/main.c (modified) * boot/arch/mips32/src/putchar.c (modified) * boot/generic/include/memstr.h (modified) * boot/generic/src/memstr.c (modified) * contrib/conf/arm32-gx.sh (deleted) * contrib/conf/arm32-qe.sh (modified) * contrib/conf/ia32-qe.sh (modified) * contrib/conf/mips32-gx.sh (deleted) * contrib/conf/net-qe.sh (modified) * contrib/conf/ski.conf (modified) * defaults/amd64/Makefile.config (modified) * defaults/arm32/GXemul/Makefile.config (deleted) * defaults/arm32/Makefile.config (modified) * defaults/arm32/beagleboardxm/Makefile.config (added) * defaults/arm32/beaglebone/Makefile.config (added) * defaults/arm32/gta02/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * defaults/ia64/Makefile.config (modified) * defaults/mips32/GXemul/Makefile.config (deleted) * defaults/mips32/Makefile.config (modified) * defaults/mips32/malta-be/Makefile.config (added) * defaults/mips32/malta-le/Makefile.config (added) * defaults/mips64/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/Makefile.config (modified) * defaults/special/Makefile.config (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/include/arch/arch.h (moved) * kernel/arch/abs32le/include/arch/asm.h (moved) * kernel/arch/abs32le/include/arch/atomic.h (moved) * kernel/arch/abs32le/include/arch/barrier.h (moved) * kernel/arch/abs32le/include/arch/context.h (moved) * kernel/arch/abs32le/include/arch/context_offset.h (moved) * kernel/arch/abs32le/include/arch/cpu.h (moved) * kernel/arch/abs32le/include/arch/cycle.h (moved) * kernel/arch/abs32le/include/arch/elf.h (moved) * kernel/arch/abs32le/include/arch/faddr.h (moved) * kernel/arch/abs32le/include/arch/fpu_context.h (moved) * kernel/arch/abs32le/include/arch/interrupt.h (moved) * kernel/arch/abs32le/include/arch/istate.h (moved) * kernel/arch/abs32le/include/arch/mm/as.h (moved) * kernel/arch/abs32le/include/arch/mm/asid.h (moved) * kernel/arch/abs32le/include/arch/mm/frame.h (moved) * kernel/arch/abs32le/include/arch/mm/km.h (moved) * kernel/arch/abs32le/include/arch/mm/page.h (moved) * kernel/arch/abs32le/include/arch/mm/tlb.h (moved) * kernel/arch/abs32le/include/arch/proc/task.h (moved) * kernel/arch/abs32le/include/arch/proc/thread.h (moved) * kernel/arch/abs32le/include/arch/stack.h (added) * kernel/arch/abs32le/include/arch/types.h (moved) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/arch/arch.h (moved) * kernel/arch/amd64/include/arch/asm.h (moved) * kernel/arch/amd64/include/arch/atomic.h (moved) * kernel/arch/amd64/include/arch/barrier.h (added) * kernel/arch/amd64/include/arch/bios (added) * kernel/arch/amd64/include/arch/boot/boot.h (moved) * kernel/arch/amd64/include/arch/boot/memmap.h (added) * kernel/arch/amd64/include/arch/context.h (moved) * kernel/arch/amd64/include/arch/context_offset.h (moved) * kernel/arch/amd64/include/arch/cpu.h (moved) * kernel/arch/amd64/include/arch/cpuid.h (moved) * kernel/arch/amd64/include/arch/cycle.h (moved) * kernel/arch/amd64/include/arch/ddi/ddi.h (moved) * kernel/arch/amd64/include/arch/debugger.h (moved) * kernel/arch/amd64/include/arch/drivers (added) * kernel/arch/amd64/include/arch/elf.h (moved) * kernel/arch/amd64/include/arch/faddr.h (moved) * kernel/arch/amd64/include/arch/fpu_context.h (added) * kernel/arch/amd64/include/arch/interrupt.h (moved) * kernel/arch/amd64/include/arch/istate.h (moved) * kernel/arch/amd64/include/arch/mm/as.h (moved) * kernel/arch/amd64/include/arch/mm/asid.h (added) * kernel/arch/amd64/include/arch/mm/frame.h (moved) * kernel/arch/amd64/include/arch/mm/km.h (moved) * kernel/arch/amd64/include/arch/mm/page.h (moved) * kernel/arch/amd64/include/arch/mm/ptl.h (moved) * kernel/arch/amd64/include/arch/mm/tlb.h (moved) * kernel/arch/amd64/include/arch/pm.h (moved) * kernel/arch/amd64/include/arch/proc/task.h (moved) * kernel/arch/amd64/include/arch/proc/thread.h (moved) * kernel/arch/amd64/include/arch/smp (added) * kernel/arch/amd64/include/arch/stack.h (added) * kernel/arch/amd64/include/arch/syscall.h (moved) * kernel/arch/amd64/include/arch/types.h (moved) * kernel/arch/amd64/include/barrier.h (deleted) * kernel/arch/amd64/include/bios (deleted) * kernel/arch/amd64/include/boot/memmap.h (deleted) * kernel/arch/amd64/include/drivers (deleted) * kernel/arch/amd64/include/fpu_context.h (deleted) * kernel/arch/amd64/include/mm/asid.h (deleted) * kernel/arch/amd64/include/smp (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/amd64/src/mm/page.c (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/_link.ld.in (modified) * kernel/arch/arm32/include/arch/arch.h (moved) * kernel/arch/arm32/include/arch/asm.h (moved) * kernel/arch/arm32/include/arch/asm/boot.h (moved) * kernel/arch/arm32/include/arch/atomic.h (moved) * kernel/arch/arm32/include/arch/barrier.h (added) * kernel/arch/arm32/include/arch/cache.h (added) * kernel/arch/arm32/include/arch/context.h (moved) * kernel/arch/arm32/include/arch/cp15.h (added) * kernel/arch/arm32/include/arch/cpu.h (moved) * kernel/arch/arm32/include/arch/cycle.h (moved) * kernel/arch/arm32/include/arch/elf.h (moved) * kernel/arch/arm32/include/arch/exception.h (moved) * kernel/arch/arm32/include/arch/faddr.h (moved) * kernel/arch/arm32/include/arch/fpu_context.h (moved) * kernel/arch/arm32/include/arch/interrupt.h (moved) * kernel/arch/arm32/include/arch/istate.h (moved) * kernel/arch/arm32/include/arch/mach/beagleboardxm/beagleboardxm.h (added) * kernel/arch/arm32/include/arch/mach/beaglebone/beaglebone.h (added) * kernel/arch/arm32/include/arch/mach/gta02/gta02.h (moved) * kernel/arch/arm32/include/arch/mach/integratorcp/integratorcp.h (moved) * kernel/arch/arm32/include/arch/mach/testarm/testarm.h (moved) * kernel/arch/arm32/include/arch/machine_func.h (moved) * kernel/arch/arm32/include/arch/mm/as.h (moved) * kernel/arch/arm32/include/arch/mm/asid.h (moved) * kernel/arch/arm32/include/arch/mm/frame.h (moved) * kernel/arch/arm32/include/arch/mm/km.h (moved) * kernel/arch/arm32/include/arch/mm/page.h (added) * kernel/arch/arm32/include/arch/mm/page_armv4.h (moved) * kernel/arch/arm32/include/arch/mm/page_armv6.h (added) * kernel/arch/arm32/include/arch/mm/page_fault.h (moved) * kernel/arch/arm32/include/arch/mm/tlb.h (moved) * kernel/arch/arm32/include/arch/proc/task.h (moved) * kernel/arch/arm32/include/arch/proc/thread.h (moved) * kernel/arch/arm32/include/arch/ras.h (moved) * kernel/arch/arm32/include/arch/regutils.h (moved) * kernel/arch/arm32/include/arch/security_ext.h (added) * kernel/arch/arm32/include/arch/stack.h (moved) * kernel/arch/arm32/include/arch/types.h (moved) * kernel/arch/arm32/include/barrier.h (deleted) * kernel/arch/arm32/src/arm32.c (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.s (added) * kernel/arch/arm32/src/fpu_context.c (added) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (added) * kernel/arch/arm32/src/mach/beaglebone/beaglebone.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/mm/page.c (modified) * kernel/arch/arm32/src/mm/page_fault.c (modified) * kernel/arch/arm32/src/ras.c (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch/arch.h (moved) * kernel/arch/ia32/include/arch/asm.h (moved) * kernel/arch/ia32/include/arch/atomic.h (moved) * kernel/arch/ia32/include/arch/barrier.h (moved) * kernel/arch/ia32/include/arch/bios/bios.h (moved) * kernel/arch/ia32/include/arch/boot/boot.h (moved) * kernel/arch/ia32/include/arch/boot/memmap.h (moved) * kernel/arch/ia32/include/arch/context.h (moved) * kernel/arch/ia32/include/arch/context_offset.h (moved) * kernel/arch/ia32/include/arch/cpu.h (moved) * kernel/arch/ia32/include/arch/cpuid.h (moved) * kernel/arch/ia32/include/arch/cycle.h (moved) * kernel/arch/ia32/include/arch/ddi/ddi.h (moved) * kernel/arch/ia32/include/arch/debugger.h (moved) * kernel/arch/ia32/include/arch/drivers/i8254.h (moved) * kernel/arch/ia32/include/arch/drivers/i8259.h (moved) * kernel/arch/ia32/include/arch/elf.h (moved) * kernel/arch/ia32/include/arch/faddr.h (moved) * kernel/arch/ia32/include/arch/fpu_context.h (moved) * kernel/arch/ia32/include/arch/interrupt.h (moved) * kernel/arch/ia32/include/arch/istate.h (moved) * kernel/arch/ia32/include/arch/mm/as.h (moved) * kernel/arch/ia32/include/arch/mm/asid.h (moved) * kernel/arch/ia32/include/arch/mm/frame.h (moved) * kernel/arch/ia32/include/arch/mm/km.h (moved) * kernel/arch/ia32/include/arch/mm/page.h (moved) * kernel/arch/ia32/include/arch/mm/tlb.h (moved) * kernel/arch/ia32/include/arch/pm.h (moved) * kernel/arch/ia32/include/arch/proc/task.h (moved) * kernel/arch/ia32/include/arch/proc/thread.h (moved) * kernel/arch/ia32/include/arch/smp/ap.h (moved) * kernel/arch/ia32/include/arch/smp/apic.h (moved) * kernel/arch/ia32/include/arch/smp/mps.h (moved) * kernel/arch/ia32/include/arch/smp/smp.h (moved) * kernel/arch/ia32/include/arch/stack.h (added) * kernel/arch/ia32/include/arch/syscall.h (added) * kernel/arch/ia32/include/arch/types.h (moved) * kernel/arch/ia32/include/syscall.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/ia32/src/mm/page.c (modified) * kernel/arch/ia64/include/arch/arch.h (moved) * kernel/arch/ia64/include/arch/asm.h (moved) * kernel/arch/ia64/include/arch/atomic.h (moved) * kernel/arch/ia64/include/arch/barrier.h (moved) * kernel/arch/ia64/include/arch/bootinfo.h (moved) * kernel/arch/ia64/include/arch/context.h (moved) * kernel/arch/ia64/include/arch/cpu.h (moved) * kernel/arch/ia64/include/arch/cycle.h (moved) * kernel/arch/ia64/include/arch/drivers/it.h (moved) * kernel/arch/ia64/include/arch/drivers/kbd.h (moved) * kernel/arch/ia64/include/arch/drivers/ski.h (moved) * kernel/arch/ia64/include/arch/elf.h (moved) * kernel/arch/ia64/include/arch/faddr.h (moved) * kernel/arch/ia64/include/arch/fpu_context.h (moved) * kernel/arch/ia64/include/arch/interrupt.h (moved) * kernel/arch/ia64/include/arch/istate.h (moved) * kernel/arch/ia64/include/arch/legacyio.h (moved) * kernel/arch/ia64/include/arch/mm/as.h (moved) * kernel/arch/ia64/include/arch/mm/asid.h (moved) * kernel/arch/ia64/include/arch/mm/frame.h (moved) * kernel/arch/ia64/include/arch/mm/km.h (moved) * kernel/arch/ia64/include/arch/mm/page.h (moved) * kernel/arch/ia64/include/arch/mm/tlb.h (moved) * kernel/arch/ia64/include/arch/mm/vhpt.h (moved) * kernel/arch/ia64/include/arch/pal/pal.h (moved) * kernel/arch/ia64/include/arch/proc/task.h (moved) * kernel/arch/ia64/include/arch/proc/thread.h (moved) * kernel/arch/ia64/include/arch/register.h (moved) * kernel/arch/ia64/include/arch/stack.h (moved) * kernel/arch/ia64/include/arch/types.h (moved) * kernel/arch/ia64/src/ivt.S (modified) * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/arch/ia64/src/proc/scheduler.c (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/_link.ld.in (modified) * kernel/arch/mips32/include/arch/arch.h (moved) * kernel/arch/mips32/include/arch/asm.h (moved) * kernel/arch/mips32/include/arch/asm/boot.h (moved) * kernel/arch/mips32/include/arch/asm/regname.h (moved) * kernel/arch/mips32/include/arch/atomic.h (moved) * kernel/arch/mips32/include/arch/barrier.h (moved) * kernel/arch/mips32/include/arch/cache.h (moved) * kernel/arch/mips32/include/arch/context.h (moved) * kernel/arch/mips32/include/arch/context_offset.h (moved) * kernel/arch/mips32/include/arch/cp0.h (moved) * kernel/arch/mips32/include/arch/cpu.h (moved) * kernel/arch/mips32/include/arch/cycle.h (moved) * kernel/arch/mips32/include/arch/debug.h (moved) * kernel/arch/mips32/include/arch/debugger.h (moved) * kernel/arch/mips32/include/arch/drivers/msim.h (moved) * kernel/arch/mips32/include/arch/elf.h (moved) * kernel/arch/mips32/include/arch/exception.h (moved) * kernel/arch/mips32/include/arch/faddr.h (moved) * kernel/arch/mips32/include/arch/fpu_context.h (moved) * kernel/arch/mips32/include/arch/interrupt.h (moved) * kernel/arch/mips32/include/arch/istate.h (moved) * kernel/arch/mips32/include/arch/mach/malta/malta.h (added) * kernel/arch/mips32/include/arch/mach/msim/msim.h (added) * kernel/arch/mips32/include/arch/machine_func.h (added) * kernel/arch/mips32/include/arch/mm/as.h (moved) * kernel/arch/mips32/include/arch/mm/asid.h (moved) * kernel/arch/mips32/include/arch/mm/frame.h (moved) * kernel/arch/mips32/include/arch/mm/km.h (moved) * kernel/arch/mips32/include/arch/mm/page.h (moved) * kernel/arch/mips32/include/arch/mm/tlb.h (moved) * kernel/arch/mips32/include/arch/proc/task.h (moved) * kernel/arch/mips32/include/arch/proc/thread.h (moved) * kernel/arch/mips32/include/arch/smp/dorder.h (moved) * kernel/arch/mips32/include/arch/stack.h (moved) * kernel/arch/mips32/include/arch/types.h (moved) * kernel/arch/mips32/src/exception.c (modified) * kernel/arch/mips32/src/interrupt.c (modified) * kernel/arch/mips32/src/mach/malta/malta.c (added) * kernel/arch/mips32/src/mach/msim/msim.c (added) * kernel/arch/mips32/src/machine_func.c (added) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips32/src/mm/frame.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/mips64/include/arch/arch.h (moved) * kernel/arch/mips64/include/arch/asm.h (moved) * kernel/arch/mips64/include/arch/asm/boot.h (moved) * kernel/arch/mips64/include/arch/asm/regname.h (moved) * kernel/arch/mips64/include/arch/atomic.h (moved) * kernel/arch/mips64/include/arch/barrier.h (moved) * kernel/arch/mips64/include/arch/cache.h (moved) * kernel/arch/mips64/include/arch/context.h (moved) * kernel/arch/mips64/include/arch/context_offset.h (moved) * kernel/arch/mips64/include/arch/cp0.h (moved) * kernel/arch/mips64/include/arch/cpu.h (moved) * kernel/arch/mips64/include/arch/cycle.h (moved) * kernel/arch/mips64/include/arch/debug.h (moved) * kernel/arch/mips64/include/arch/debugger.h (moved) * kernel/arch/mips64/include/arch/drivers/msim.h (moved) * kernel/arch/mips64/include/arch/elf.h (moved) * kernel/arch/mips64/include/arch/exception.h (moved) * kernel/arch/mips64/include/arch/faddr.h (moved) * kernel/arch/mips64/include/arch/fpu_context.h (moved) * kernel/arch/mips64/include/arch/interrupt.h (moved) * kernel/arch/mips64/include/arch/istate.h (moved) * kernel/arch/mips64/include/arch/mm/as.h (moved) * kernel/arch/mips64/include/arch/mm/asid.h (moved) * kernel/arch/mips64/include/arch/mm/frame.h (moved) * kernel/arch/mips64/include/arch/mm/km.h (moved) * kernel/arch/mips64/include/arch/mm/page.h (moved) * kernel/arch/mips64/include/arch/mm/tlb.h (moved) * kernel/arch/mips64/include/arch/proc/task.h (moved) * kernel/arch/mips64/include/arch/proc/thread.h (moved) * kernel/arch/mips64/include/arch/smp/dorder.h (moved) * kernel/arch/mips64/include/arch/stack.h (moved) * kernel/arch/mips64/include/arch/types.h (moved) * kernel/arch/mips64/src/mips64.c (modified) * kernel/arch/mips64/src/mm/frame.c (modified) * kernel/arch/mips64/src/mm/tlb.c (modified) * kernel/arch/ppc32/include/arch/arch.h (moved) * kernel/arch/ppc32/include/arch/asm.h (moved) * kernel/arch/ppc32/include/arch/asm/regname.h (moved) * kernel/arch/ppc32/include/arch/atomic.h (moved) * kernel/arch/ppc32/include/arch/barrier.h (moved) * kernel/arch/ppc32/include/arch/boot/boot.h (moved) * kernel/arch/ppc32/include/arch/context.h (moved) * kernel/arch/ppc32/include/arch/context_offset.h (moved) * kernel/arch/ppc32/include/arch/cpu.h (moved) * kernel/arch/ppc32/include/arch/cycle.h (moved) * kernel/arch/ppc32/include/arch/drivers/pic.h (moved) * kernel/arch/ppc32/include/arch/elf.h (moved) * kernel/arch/ppc32/include/arch/exception.h (moved) * kernel/arch/ppc32/include/arch/faddr.h (moved) * kernel/arch/ppc32/include/arch/fpu_context.h (moved) * kernel/arch/ppc32/include/arch/interrupt.h (moved) * kernel/arch/ppc32/include/arch/istate.h (moved) * kernel/arch/ppc32/include/arch/mm/as.h (moved) * kernel/arch/ppc32/include/arch/mm/asid.h (moved) * kernel/arch/ppc32/include/arch/mm/frame.h (moved) * kernel/arch/ppc32/include/arch/mm/km.h (moved) * kernel/arch/ppc32/include/arch/mm/page.h (moved) * kernel/arch/ppc32/include/arch/mm/pht.h (moved) * kernel/arch/ppc32/include/arch/mm/tlb.h (moved) * kernel/arch/ppc32/include/arch/msr.h (moved) * kernel/arch/ppc32/include/arch/proc/task.h (moved) * kernel/arch/ppc32/include/arch/proc/thread.h (moved) * kernel/arch/ppc32/include/arch/stack.h (added) * kernel/arch/ppc32/include/arch/types.h (moved) * kernel/arch/ppc32/src/mm/pht.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/ppc32/src/proc/scheduler.c (modified) * kernel/arch/sparc64/include/arch/arch.h (moved) * kernel/arch/sparc64/include/arch/asm.h (moved) * kernel/arch/sparc64/include/arch/atomic.h (moved) * kernel/arch/sparc64/include/arch/barrier.h (moved) * kernel/arch/sparc64/include/arch/boot/boot.h (moved) * kernel/arch/sparc64/include/arch/console.h (moved) * kernel/arch/sparc64/include/arch/context.h (moved) * kernel/arch/sparc64/include/arch/context_offset.h (moved) * kernel/arch/sparc64/include/arch/cpu.h (moved) * kernel/arch/sparc64/include/arch/cpu_family.h (moved) * kernel/arch/sparc64/include/arch/cpu_node.h (moved) * kernel/arch/sparc64/include/arch/cycle.h (moved) * kernel/arch/sparc64/include/arch/drivers/fb.h (moved) * kernel/arch/sparc64/include/arch/drivers/kbd.h (moved) * kernel/arch/sparc64/include/arch/drivers/niagara.h (moved) * kernel/arch/sparc64/include/arch/drivers/pci.h (moved) * kernel/arch/sparc64/include/arch/drivers/scr.h (moved) * kernel/arch/sparc64/include/arch/drivers/tick.h (moved) * kernel/arch/sparc64/include/arch/elf.h (moved) * kernel/arch/sparc64/include/arch/faddr.h (moved) * kernel/arch/sparc64/include/arch/fpu_context.h (moved) * kernel/arch/sparc64/include/arch/interrupt.h (moved) * kernel/arch/sparc64/include/arch/istate.h (moved) * kernel/arch/sparc64/include/arch/mm/as.h (moved) * kernel/arch/sparc64/include/arch/mm/asid.h (moved) * kernel/arch/sparc64/include/arch/mm/cache_spec.h (moved) * kernel/arch/sparc64/include/arch/mm/frame.h (moved) * kernel/arch/sparc64/include/arch/mm/km.h (moved) * kernel/arch/sparc64/include/arch/mm/mmu.h (moved) * kernel/arch/sparc64/include/arch/mm/page.h (moved) * kernel/arch/sparc64/include/arch/mm/pagesize.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/as.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/frame.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/km.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/mmu.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/tsb.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4u/tte.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/as.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/frame.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/km.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/mmu.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/page.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/tlb.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/tsb.h (moved) * kernel/arch/sparc64/include/arch/mm/sun4v/tte.h (moved) * kernel/arch/sparc64/include/arch/mm/tlb.h (moved) * kernel/arch/sparc64/include/arch/mm/tsb.h (moved) * kernel/arch/sparc64/include/arch/mm/tte.h (moved) * kernel/arch/sparc64/include/arch/proc/task.h (moved) * kernel/arch/sparc64/include/arch/proc/thread.h (moved) * kernel/arch/sparc64/include/arch/regdef.h (moved) * kernel/arch/sparc64/include/arch/register.h (moved) * kernel/arch/sparc64/include/arch/smp/sun4v/smp.h (moved) * kernel/arch/sparc64/include/arch/sparc64.h (moved) * kernel/arch/sparc64/include/arch/stack.h (moved) * kernel/arch/sparc64/include/arch/sun4u/arch.h (moved) * kernel/arch/sparc64/include/arch/sun4u/asm.h (moved) * kernel/arch/sparc64/include/arch/sun4u/cpu.h (moved) * kernel/arch/sparc64/include/arch/sun4v/arch.h (moved) * kernel/arch/sparc64/include/arch/sun4v/asm.h (moved) * kernel/arch/sparc64/include/arch/sun4v/cpu.h (moved) * kernel/arch/sparc64/include/arch/sun4v/hypercall.h (moved) * kernel/arch/sparc64/include/arch/sun4v/ipi.h (moved) * kernel/arch/sparc64/include/arch/sun4v/md.h (moved) * kernel/arch/sparc64/include/arch/sun4v/regdef.h (moved) * kernel/arch/sparc64/include/arch/sun4v/register.h (moved) * kernel/arch/sparc64/include/arch/trap/exception.h (moved) * kernel/arch/sparc64/include/arch/trap/interrupt.h (moved) * kernel/arch/sparc64/include/arch/trap/mmu.h (moved) * kernel/arch/sparc64/include/arch/trap/regwin.h (moved) * kernel/arch/sparc64/include/arch/trap/sun4u/interrupt.h (moved) * kernel/arch/sparc64/include/arch/trap/sun4u/mmu.h (moved) * kernel/arch/sparc64/include/arch/trap/sun4u/regwin.h (moved) * kernel/arch/sparc64/include/arch/trap/sun4v/interrupt.h (moved) * kernel/arch/sparc64/include/arch/trap/sun4v/mmu.h (moved) * kernel/arch/sparc64/include/arch/trap/sun4v/regwin.h (moved) * kernel/arch/sparc64/include/arch/trap/syscall.h (moved) * kernel/arch/sparc64/include/arch/trap/trap.h (moved) * kernel/arch/sparc64/include/arch/trap/trap_table.h (moved) * kernel/arch/sparc64/include/arch/types.h (moved) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/arch/sparc64/src/proc/sun4u/scheduler.c (modified) * kernel/arch/sparc64/src/proc/sun4v/scheduler.c (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/acpi/acpi.h (moved) * kernel/genarch/include/genarch/acpi/madt.h (moved) * kernel/genarch/include/genarch/drivers/am335x/cm_dpll.h (added) * kernel/genarch/include/genarch/drivers/am335x/cm_dpll_regs.h (added) * kernel/genarch/include/genarch/drivers/am335x/cm_per.h (added) * kernel/genarch/include/genarch/drivers/am335x/cm_per_regs.h (added) * kernel/genarch/include/genarch/drivers/am335x/ctrl_module.h (added) * kernel/genarch/include/genarch/drivers/am335x/ctrl_module_regs.h (added) * kernel/genarch/include/genarch/drivers/am335x/iomux.h (added) * kernel/genarch/include/genarch/drivers/am335x/irc.h (added) * kernel/genarch/include/genarch/drivers/am335x/timer.h (added) * kernel/genarch/include/genarch/drivers/am335x/timer_regs.h (added) * kernel/genarch/include/genarch/drivers/am335x/uart.h (added) * kernel/genarch/include/genarch/drivers/am335x/uart_regs.h (added) * kernel/genarch/include/genarch/drivers/amdm37x/gpt.h (added) * kernel/genarch/include/genarch/drivers/amdm37x/irc.h (added) * kernel/genarch/include/genarch/drivers/amdm37x/uart.h (added) * kernel/genarch/include/genarch/drivers/amdm37x/uart_regs.h (added) * kernel/genarch/include/genarch/drivers/arm926_uart/arm926_uart.h (moved) * kernel/genarch/include/genarch/drivers/dsrln/dsrlnin.h (moved) * kernel/genarch/include/genarch/drivers/dsrln/dsrlnout.h (moved) * kernel/genarch/include/genarch/drivers/ega/ega.h (moved) * kernel/genarch/include/genarch/drivers/i8042/i8042.h (moved) * kernel/genarch/include/genarch/drivers/legacy/ia32/io.h (moved) * kernel/genarch/include/genarch/drivers/ns16550/ns16550.h (moved) * kernel/genarch/include/genarch/drivers/pl050/pl050.h (moved) * kernel/genarch/include/genarch/drivers/s3c24xx_irqc/s3c24xx_irqc.h (moved) * kernel/genarch/include/genarch/drivers/s3c24xx_timer/s3c24xx_timer.h (moved) * kernel/genarch/include/genarch/drivers/s3c24xx_uart/s3c24xx_uart.h (moved) * kernel/genarch/include/genarch/drivers/via-cuda/cuda.h (moved) * kernel/genarch/include/genarch/fb/bfb.h (moved) * kernel/genarch/include/genarch/fb/fb.h (moved) * kernel/genarch/include/genarch/fb/font-8x16.h (moved) * kernel/genarch/include/genarch/fb/logo-196x66.h (moved) * kernel/genarch/include/genarch/kbrd/kbrd.h (moved) * kernel/genarch/include/genarch/kbrd/scanc.h (moved) * kernel/genarch/include/genarch/kbrd/scanc_mac.h (moved) * kernel/genarch/include/genarch/kbrd/scanc_pc.h (moved) * kernel/genarch/include/genarch/kbrd/scanc_pl050.h (moved) * kernel/genarch/include/genarch/kbrd/scanc_sun.h (moved) * kernel/genarch/include/genarch/mm/as_ht.h (moved) * kernel/genarch/include/genarch/mm/as_pt.h (moved) * kernel/genarch/include/genarch/mm/asid_fifo.h (moved) * kernel/genarch/include/genarch/mm/page_ht.h (moved) * kernel/genarch/include/genarch/mm/page_pt.h (moved) * kernel/genarch/include/genarch/multiboot/multiboot.h (moved) * kernel/genarch/include/genarch/multiboot/multiboot2.h (moved) * kernel/genarch/include/genarch/ofw/ebus.h (moved) * kernel/genarch/include/genarch/ofw/ofw_tree.h (moved) * kernel/genarch/include/genarch/ofw/pci.h (moved) * kernel/genarch/include/genarch/ofw/sbus.h (moved) * kernel/genarch/include/genarch/ofw/upa.h (moved) * kernel/genarch/include/genarch/softint/division.h (moved) * kernel/genarch/include/genarch/softint/multiplication.h (moved) * kernel/genarch/include/genarch/srln/srln.h (moved) * kernel/genarch/src/drivers/am335x/timer.c (added) * kernel/genarch/src/drivers/am335x/uart.c (added) * kernel/genarch/src/drivers/amdm37x/uart.c (added) * kernel/genarch/src/fb/fb.c (modified) * kernel/genarch/src/fb/logo-196x66.c (deleted) * 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/console/console.h (modified) * kernel/generic/include/lib/memfnc.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/mm/tlb.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.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/mm/page.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * release/Makefile (modified) * tools/autotool.py (modified) * tools/config.py (modified) * tools/ew.py (added) * tools/mkarray.py (modified) * tools/mkext2.py (modified) * tools/mkuimage.py (modified) * tools/pack.py (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/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/bdsh/compl.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bnchmark/bnchmark.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/edit/sheet.h (modified) * uspace/app/ext2info/Makefile (deleted) * uspace/app/ext2info/ext2info.c (deleted) * 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/msim/arch_helenos/input.c (modified) * uspace/app/netecho/netecho.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/nettest3/nettest3.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/symtab.c (modified) * uspace/app/taskdump/taskdump.c (modified) * 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/ipc/starve.c (modified) * uspace/app/tester/mm/common.c (modified) * uspace/app/tester/mm/common.h (modified) * uspace/app/tester/mm/mapping1.c (modified) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/tetris/scores.c (modified) * uspace/app/tetris/screen.c (modified) * uspace/app/tetris/screen.h (modified) * uspace/app/top/screen.c (modified) * uspace/app/trace/ipc_desc.c (modified) * uspace/app/trace/ipc_desc.h (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/syscalls.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/Makefile (modified) * uspace/app/vlaunch/gfx/helenos.tga (added) * 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/scores.c (modified) * uspace/dist/src/c/demos/tetris/screen.c (modified) * uspace/dist/src/c/demos/tetris/screen.h (modified) * uspace/dist/src/c/demos/top/screen.c (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/ehci/ehci.ma (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/ohci.ma (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/uhcirh/port.c (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/i8042/i8042.c (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/ps2mouse/ps2mouse.c (modified) * uspace/drv/fb/amdm37x_dispc/Makefile (moved) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (added) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.h (moved) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.ma (added) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc_regs.h (added) * uspace/drv/fb/amdm37x_dispc/main.c (added) * uspace/drv/fb/kfb/port.c (modified) * uspace/drv/infrastructure/root/root.c (modified) * uspace/drv/infrastructure/rootamdm37x/Makefile (moved) * uspace/drv/infrastructure/rootamdm37x/amdm37x.c (added) * uspace/drv/infrastructure/rootamdm37x/amdm37x.h (added) * uspace/drv/infrastructure/rootamdm37x/cm/clock_control.h (added) * uspace/drv/infrastructure/rootamdm37x/cm/core.h (added) * uspace/drv/infrastructure/rootamdm37x/cm/iva2.h (added) * uspace/drv/infrastructure/rootamdm37x/cm/mpu.h (added) * uspace/drv/infrastructure/rootamdm37x/cm/usbhost.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 (added) * uspace/drv/infrastructure/rootamdm37x/rootamdm37x.ma (added) * uspace/drv/infrastructure/rootamdm37x/uhh.h (added) * uspace/drv/infrastructure/rootamdm37x/usbtll.h (added) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/rtl8139/defs.h (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/bithenge/src/helenos/common.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/include/barrier.h (deleted) * uspace/lib/c/arch/abs32le/include/context_offset.h (deleted) * uspace/lib/c/arch/abs32le/include/elf.h (deleted) * uspace/lib/c/arch/abs32le/include/istate.h (deleted) * uspace/lib/c/arch/abs32le/include/libarch/atomic.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/barrier.h (added) * uspace/lib/c/arch/abs32le/include/libarch/config.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/context_offset.h (added) * uspace/lib/c/arch/abs32le/include/libarch/ddi.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/elf.h (added) * uspace/lib/c/arch/abs32le/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/entry.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/faddr.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/fibril.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/istate.h (added) * uspace/lib/c/arch/abs32le/include/libarch/syscall.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/thread.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/tls.h (moved) * uspace/lib/c/arch/abs32le/include/libarch/types.h (moved) * 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/abs32le/src/tls.c (modified) * uspace/lib/c/arch/amd64/include/barrier.h (deleted) * uspace/lib/c/arch/amd64/include/context_offset.h (deleted) * uspace/lib/c/arch/amd64/include/ddi.h (deleted) * uspace/lib/c/arch/amd64/include/elf.h (deleted) * uspace/lib/c/arch/amd64/include/istate.h (deleted) * uspace/lib/c/arch/amd64/include/libarch/atomic.h (moved) * uspace/lib/c/arch/amd64/include/libarch/barrier.h (added) * uspace/lib/c/arch/amd64/include/libarch/config.h (moved) * uspace/lib/c/arch/amd64/include/libarch/context_offset.h (added) * uspace/lib/c/arch/amd64/include/libarch/ddi.h (added) * uspace/lib/c/arch/amd64/include/libarch/elf.h (added) * uspace/lib/c/arch/amd64/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/amd64/include/libarch/faddr.h (moved) * uspace/lib/c/arch/amd64/include/libarch/fibril.h (moved) * uspace/lib/c/arch/amd64/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/amd64/include/libarch/istate.h (added) * uspace/lib/c/arch/amd64/include/libarch/stackarg.h (moved) * uspace/lib/c/arch/amd64/include/libarch/syscall.h (moved) * uspace/lib/c/arch/amd64/include/libarch/thread.h (moved) * uspace/lib/c/arch/amd64/include/libarch/tls.h (moved) * uspace/lib/c/arch/amd64/include/libarch/types.h (moved) * uspace/lib/c/arch/amd64/src/stacktrace.c (modified) * uspace/lib/c/arch/amd64/src/tls.c (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/arm32/include/barrier.h (deleted) * uspace/lib/c/arch/arm32/include/elf.h (deleted) * uspace/lib/c/arch/arm32/include/istate.h (deleted) * uspace/lib/c/arch/arm32/include/libarch/atomic.h (moved) * uspace/lib/c/arch/arm32/include/libarch/barrier.h (added) * uspace/lib/c/arch/arm32/include/libarch/config.h (moved) * uspace/lib/c/arch/arm32/include/libarch/cp15.h (added) * uspace/lib/c/arch/arm32/include/libarch/ddi.h (moved) * uspace/lib/c/arch/arm32/include/libarch/elf.h (added) * uspace/lib/c/arch/arm32/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/arm32/include/libarch/faddr.h (moved) * uspace/lib/c/arch/arm32/include/libarch/fibril.h (moved) * uspace/lib/c/arch/arm32/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/arm32/include/libarch/istate.h (added) * uspace/lib/c/arch/arm32/include/libarch/regutils.h (added) * uspace/lib/c/arch/arm32/include/libarch/stackarg.h (moved) * uspace/lib/c/arch/arm32/include/libarch/syscall.h (moved) * uspace/lib/c/arch/arm32/include/libarch/thread.h (moved) * uspace/lib/c/arch/arm32/include/libarch/tls.h (moved) * uspace/lib/c/arch/arm32/include/libarch/types.h (moved) * uspace/lib/c/arch/arm32/include/regutils.h (deleted) * uspace/lib/c/arch/arm32/src/stacktrace.c (modified) * uspace/lib/c/arch/arm32/src/tls.c (modified) * uspace/lib/c/arch/ia32/include/barrier.h (deleted) * uspace/lib/c/arch/ia32/include/context_offset.h (deleted) * uspace/lib/c/arch/ia32/include/elf.h (deleted) * uspace/lib/c/arch/ia32/include/istate.h (deleted) * uspace/lib/c/arch/ia32/include/libarch/atomic.h (moved) * uspace/lib/c/arch/ia32/include/libarch/barrier.h (added) * uspace/lib/c/arch/ia32/include/libarch/config.h (moved) * uspace/lib/c/arch/ia32/include/libarch/context_offset.h (added) * uspace/lib/c/arch/ia32/include/libarch/ddi.h (moved) * uspace/lib/c/arch/ia32/include/libarch/elf.h (added) * uspace/lib/c/arch/ia32/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/ia32/include/libarch/faddr.h (moved) * uspace/lib/c/arch/ia32/include/libarch/fibril.h (moved) * uspace/lib/c/arch/ia32/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/ia32/include/libarch/istate.h (added) * uspace/lib/c/arch/ia32/include/libarch/rtld/dynamic.h (moved) * uspace/lib/c/arch/ia32/include/libarch/rtld/elf_dyn.h (moved) * uspace/lib/c/arch/ia32/include/libarch/syscall.h (moved) * uspace/lib/c/arch/ia32/include/libarch/thread.h (moved) * uspace/lib/c/arch/ia32/include/libarch/tls.h (moved) * uspace/lib/c/arch/ia32/include/libarch/types.h (moved) * uspace/lib/c/arch/ia32/src/setjmp.S (modified) * uspace/lib/c/arch/ia32/src/stacktrace.c (modified) * uspace/lib/c/arch/ia32/src/tls.c (modified) * uspace/lib/c/arch/ia64/include/barrier.h (deleted) * uspace/lib/c/arch/ia64/include/elf.h (deleted) * uspace/lib/c/arch/ia64/include/istate.h (deleted) * uspace/lib/c/arch/ia64/include/libarch/atomic.h (moved) * uspace/lib/c/arch/ia64/include/libarch/barrier.h (added) * uspace/lib/c/arch/ia64/include/libarch/config.h (moved) * uspace/lib/c/arch/ia64/include/libarch/ddi.h (moved) * uspace/lib/c/arch/ia64/include/libarch/elf.h (added) * uspace/lib/c/arch/ia64/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/ia64/include/libarch/faddr.h (moved) * uspace/lib/c/arch/ia64/include/libarch/fibril.h (moved) * uspace/lib/c/arch/ia64/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/ia64/include/libarch/istate.h (added) * uspace/lib/c/arch/ia64/include/libarch/register.h (added) * uspace/lib/c/arch/ia64/include/libarch/stack.h (moved) * uspace/lib/c/arch/ia64/include/libarch/stackarg.h (moved) * uspace/lib/c/arch/ia64/include/libarch/syscall.h (moved) * uspace/lib/c/arch/ia64/include/libarch/thread.h (moved) * uspace/lib/c/arch/ia64/include/libarch/tls.h (moved) * uspace/lib/c/arch/ia64/include/libarch/types.h (moved) * uspace/lib/c/arch/ia64/include/register.h (deleted) * uspace/lib/c/arch/ia64/src/ddi.c (modified) * uspace/lib/c/arch/ia64/src/stacktrace.c (modified) * uspace/lib/c/arch/ia64/src/tls.c (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32/include/barrier.h (deleted) * uspace/lib/c/arch/mips32/include/context_offset.h (deleted) * uspace/lib/c/arch/mips32/include/cp0.h (deleted) * uspace/lib/c/arch/mips32/include/elf.h (deleted) * uspace/lib/c/arch/mips32/include/istate.h (deleted) * uspace/lib/c/arch/mips32/include/libarch/atomic.h (moved) * uspace/lib/c/arch/mips32/include/libarch/barrier.h (added) * uspace/lib/c/arch/mips32/include/libarch/config.h (moved) * uspace/lib/c/arch/mips32/include/libarch/context_offset.h (added) * uspace/lib/c/arch/mips32/include/libarch/cp0.h (added) * uspace/lib/c/arch/mips32/include/libarch/ddi.h (moved) * uspace/lib/c/arch/mips32/include/libarch/elf.h (added) * uspace/lib/c/arch/mips32/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/mips32/include/libarch/faddr.h (moved) * uspace/lib/c/arch/mips32/include/libarch/fibril.h (moved) * uspace/lib/c/arch/mips32/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/mips32/include/libarch/istate.h (added) * uspace/lib/c/arch/mips32/include/libarch/regname.h (added) * uspace/lib/c/arch/mips32/include/libarch/stack.h (added) * uspace/lib/c/arch/mips32/include/libarch/syscall.h (moved) * uspace/lib/c/arch/mips32/include/libarch/thread.h (moved) * uspace/lib/c/arch/mips32/include/libarch/tls.h (moved) * uspace/lib/c/arch/mips32/include/libarch/types.h (moved) * uspace/lib/c/arch/mips32/include/regname.h (deleted) * uspace/lib/c/arch/mips32/include/stack.h (deleted) * uspace/lib/c/arch/mips32/src/stacktrace.c (modified) * uspace/lib/c/arch/mips32/src/tls.c (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) * uspace/lib/c/arch/mips32eb/include/atomic.h (deleted) * uspace/lib/c/arch/mips32eb/include/barrier.h (deleted) * uspace/lib/c/arch/mips32eb/include/config.h (deleted) * uspace/lib/c/arch/mips32eb/include/context_offset.h (deleted) * uspace/lib/c/arch/mips32eb/include/cp0.h (deleted) * uspace/lib/c/arch/mips32eb/include/ddi.h (deleted) * uspace/lib/c/arch/mips32eb/include/elf.h (deleted) * uspace/lib/c/arch/mips32eb/include/elf_linux.h (deleted) * uspace/lib/c/arch/mips32eb/include/faddr.h (deleted) * uspace/lib/c/arch/mips32eb/include/fibril.h (deleted) * uspace/lib/c/arch/mips32eb/include/inttypes.h (deleted) * uspace/lib/c/arch/mips32eb/include/istate.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/atomic.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/barrier.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/config.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/context_offset.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/cp0.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/ddi.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/elf.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/elf_linux.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/faddr.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/fibril.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/inttypes.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/istate.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/regname.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/stack.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/syscall.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/thread.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/tls.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/types.h (added) * uspace/lib/c/arch/mips32eb/include/regname.h (deleted) * uspace/lib/c/arch/mips32eb/include/stack.h (deleted) * uspace/lib/c/arch/mips32eb/include/syscall.h (deleted) * uspace/lib/c/arch/mips32eb/include/thread.h (deleted) * uspace/lib/c/arch/mips32eb/include/tls.h (deleted) * uspace/lib/c/arch/mips32eb/include/types.h (deleted) * uspace/lib/c/arch/mips64/include/barrier.h (deleted) * uspace/lib/c/arch/mips64/include/context_offset.h (deleted) * uspace/lib/c/arch/mips64/include/cp0.h (deleted) * uspace/lib/c/arch/mips64/include/elf.h (deleted) * uspace/lib/c/arch/mips64/include/istate.h (deleted) * uspace/lib/c/arch/mips64/include/libarch/atomic.h (moved) * uspace/lib/c/arch/mips64/include/libarch/barrier.h (added) * uspace/lib/c/arch/mips64/include/libarch/config.h (moved) * uspace/lib/c/arch/mips64/include/libarch/context_offset.h (added) * uspace/lib/c/arch/mips64/include/libarch/cp0.h (added) * uspace/lib/c/arch/mips64/include/libarch/ddi.h (moved) * uspace/lib/c/arch/mips64/include/libarch/elf.h (added) * uspace/lib/c/arch/mips64/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/mips64/include/libarch/faddr.h (moved) * uspace/lib/c/arch/mips64/include/libarch/fibril.h (moved) * uspace/lib/c/arch/mips64/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/mips64/include/libarch/istate.h (added) * uspace/lib/c/arch/mips64/include/libarch/regname.h (added) * uspace/lib/c/arch/mips64/include/libarch/stack.h (added) * uspace/lib/c/arch/mips64/include/libarch/syscall.h (moved) * uspace/lib/c/arch/mips64/include/libarch/thread.h (moved) * uspace/lib/c/arch/mips64/include/libarch/tls.h (moved) * uspace/lib/c/arch/mips64/include/libarch/types.h (moved) * uspace/lib/c/arch/mips64/include/regname.h (deleted) * uspace/lib/c/arch/mips64/include/stack.h (deleted) * uspace/lib/c/arch/mips64/src/stacktrace.c (modified) * uspace/lib/c/arch/mips64/src/tls.c (modified) * uspace/lib/c/arch/ppc32/include/barrier.h (deleted) * uspace/lib/c/arch/ppc32/include/context_offset.h (deleted) * uspace/lib/c/arch/ppc32/include/elf.h (deleted) * uspace/lib/c/arch/ppc32/include/istate.h (deleted) * uspace/lib/c/arch/ppc32/include/libarch/atomic.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/barrier.h (added) * uspace/lib/c/arch/ppc32/include/libarch/config.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/context_offset.h (added) * uspace/lib/c/arch/ppc32/include/libarch/ddi.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/elf.h (added) * uspace/lib/c/arch/ppc32/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/faddr.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/fibril.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/istate.h (added) * uspace/lib/c/arch/ppc32/include/libarch/msr.h (added) * uspace/lib/c/arch/ppc32/include/libarch/regname.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/stackarg.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/syscall.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/thread.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/tls.h (moved) * uspace/lib/c/arch/ppc32/include/libarch/types.h (moved) * uspace/lib/c/arch/ppc32/include/msr.h (deleted) * uspace/lib/c/arch/ppc32/src/stacktrace.c (modified) * uspace/lib/c/arch/ppc32/src/tls.c (modified) * uspace/lib/c/arch/sparc64/include/barrier.h (deleted) * uspace/lib/c/arch/sparc64/include/context_offset.h (deleted) * uspace/lib/c/arch/sparc64/include/elf.h (deleted) * uspace/lib/c/arch/sparc64/include/istate.h (deleted) * uspace/lib/c/arch/sparc64/include/libarch/atomic.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/barrier.h (added) * uspace/lib/c/arch/sparc64/include/libarch/config.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/context_offset.h (added) * uspace/lib/c/arch/sparc64/include/libarch/ddi.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/elf.h (added) * uspace/lib/c/arch/sparc64/include/libarch/elf_linux.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/faddr.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/fibril.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/inttypes.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/istate.h (added) * uspace/lib/c/arch/sparc64/include/libarch/regdef.h (added) * uspace/lib/c/arch/sparc64/include/libarch/stack.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/stackarg.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/syscall.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/thread.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/tls.h (moved) * uspace/lib/c/arch/sparc64/include/libarch/types.h (moved) * uspace/lib/c/arch/sparc64/include/regdef.h (deleted) * uspace/lib/c/arch/sparc64/src/stacktrace.c (modified) * uspace/lib/c/arch/sparc64/src/tls.c (modified) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/generic/adt/list.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/double_to_str.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/io/chargrid.c (modified) * uspace/lib/c/generic/io/con_srv.c (modified) * uspace/lib/c/generic/io/console.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/net/socket_client.c (modified) * uspace/lib/c/generic/pio_trace.c (added) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/generic/stack.c (added) * uspace/lib/c/generic/stdlib.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/generic/tls.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.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/cons_event.h (added) * 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/pos_event.h (added) * 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/macros.h (modified) * uspace/lib/c/include/mem.h (modified) * uspace/lib/c/include/nic/nic.h (modified) * uspace/lib/c/include/rtld/dynamic.h (modified) * uspace/lib/c/include/setjmp.h (modified) * uspace/lib/c/include/sort.h (modified) * uspace/lib/c/include/stack.h (moved) * 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/sys/types.h (modified) * uspace/lib/c/include/sysinfo.h (modified) * uspace/lib/c/include/tls.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/clui/tinput.h (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/ddf/log.h (modified) * uspace/lib/drv/include/usbhc_iface.h (modified) * uspace/lib/ext2/Makefile (deleted) * uspace/lib/ext2/libext2_block_group.c (deleted) * uspace/lib/ext2/libext2_block_group.h (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/graph/graph.h (modified) * uspace/lib/gui/Makefile (modified) * uspace/lib/gui/canvas.c (added) * uspace/lib/gui/canvas.h (moved) * uspace/lib/gui/grid.c (modified) * uspace/lib/gui/grid.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/include/posix/fcntl.h (modified) * uspace/lib/posix/include/posix/float.h (modified) * uspace/lib/posix/include/posix/limits.h (modified) * uspace/lib/posix/include/posix/math.h (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/source/fnmatch.c (modified) * uspace/lib/posix/source/math.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/softfloat/common.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/include/usb/dev/request.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/gxe_bd/gxe_bd.c (deleted) * 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/exfat/exfat_fat.c (modified) * uspace/srv/fs/ext2fs/ext2fs.c (deleted) * uspace/srv/fs/ext2fs/ext2fs_ops.c (deleted) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/fat/fat_dentry.h (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/locfs/locfs_ops.c (modified) * uspace/srv/fs/locfs/locfs_ops.h (modified) * uspace/srv/fs/mfs/mfs_ops.c (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/Makefile (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/compositor/compositor.h (modified) * uspace/srv/hid/compositor/gfx/helenos.tga (deleted) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/ctl/gxe_fb.c (deleted) * 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/kbd_ctl.h (modified) * uspace/srv/hid/input/kbd_port.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/gxemul.c (deleted) * uspace/srv/hid/input/port/niagara.c (modified) * uspace/srv/hid/input/port/pl050.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/hid/output/port/ega.c (modified) * uspace/srv/hid/remcons/remcons.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/obio/obio.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/logger/initlvl.c (modified) * uspace/srv/logger/logger.h (modified) * uspace/srv/net/dnsres/dns_msg.h (modified) * uspace/srv/net/dnsres/dns_type.h (modified) * uspace/srv/net/dnsres/transport.c (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inetsrv.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/sock.c (modified) * uspace/srv/net/tcp/tcp_type.h (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/assoc.h (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/net/udp/ucall.c (modified) * uspace/srv/net/udp/ucall.h (modified) * uspace/srv/net/udp/udp_type.h (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) * version (modified) Merge mainline chages. Thu, 18 Apr 2013 07:27:37 GMT Jiri Svoboda [289cb7dd] * uspace/srv/net/ethip/ethip.c (modified) Do not fill in bogus address in lsrc/ldest for received iplink PDUs. ... Wed, 17 Apr 2013 16:25:46 GMT Martin Decky [395ca2e] * uspace/app/vdemo/vdemo.c (modified) * uspace/app/vlaunch/vlaunch.c (modified) adopt the new API of the grid widget Wed, 17 Apr 2013 16:24:45 GMT Martin Decky [e63c424f] * uspace/lib/gui/grid.c (modified) * uspace/lib/gui/grid.h (modified) reimplement the grid widget to respect children widgets size constrains Tue, 16 Apr 2013 14:18:59 GMT Martin Sucha [077bc931] * uspace/app/taskdump/symtab.c (modified) taskdump: Fix finding symbol name for address Mon, 15 Apr 2013 06:30:48 GMT Jiri Svoboda [ed267bc] * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/msim/arch_helenos/input.c (modified) * uspace/app/nterm/nterm.c (modified) * uspace/app/ping/ping.c (modified) * uspace/app/tester/ipc/starve.c (modified) * uspace/app/tetris/scores.c (modified) * uspace/app/tetris/screen.c (modified) * uspace/app/top/screen.c (modified) * uspace/app/trace/trace.c (modified) * uspace/dist/src/c/demos/tetris/scores.c (modified) * uspace/dist/src/c/demos/top/screen.c (modified) * uspace/lib/c/generic/io/con_srv.c (modified) * uspace/lib/c/generic/io/console.c (modified) * uspace/lib/c/include/io/con_srv.h (modified) * uspace/lib/c/include/io/cons_event.h (added) * uspace/lib/c/include/io/console.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/clui/tinput.h (modified) * uspace/lib/gui/terminal.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) Merge console mouse event support. Fri, 12 Apr 2013 21:30:15 GMT Jiri Svoboda [c80be58] * uspace/app/edit/edit.c (modified) Shift-click to select in text editor. Fri, 12 Apr 2013 20:45:31 GMT Jiri Svoboda [6037308] * uspace/app/edit/edit.c (modified) Mouse seeking in text editor. Fri, 12 Apr 2013 19:51:45 GMT Jiri Svoboda [a2bdcf87] * uspace/lib/clui/tinput.c (modified) * uspace/lib/clui/tinput.h (modified) Honor shift (select) during mouse seek. Fri, 12 Apr 2013 19:40:36 GMT Jiri Svoboda [3f06dae] * uspace/lib/clui/tinput.c (modified) * uspace/lib/gui/terminal.c (modified) Button press support in terminal widget and tinput. Fri, 12 Apr 2013 19:05:06 GMT Jiri Svoboda [902f0906] * uspace/lib/c/generic/io/con_srv.c (modified) * uspace/lib/c/generic/io/console.c (modified) * uspace/lib/c/include/io/con_srv.h (modified) * uspace/lib/gui/terminal.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) Multiple event type support in console IPC stubs. Fri, 12 Apr 2013 15:13:36 GMT Martin Sucha [166a1f57] * uspace/srv/ns/task.c (modified) Fix use-after-free in ns Fri, 12 Apr 2013 09:01:10 GMT Jiri Svoboda [07b7c48] * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/msim/arch_helenos/input.c (modified) * uspace/app/nterm/nterm.c (modified) * uspace/app/ping/ping.c (modified) * uspace/app/tester/ipc/starve.c (modified) * uspace/app/tetris/scores.c (modified) * uspace/app/tetris/screen.c (modified) * uspace/app/top/screen.c (modified) * uspace/app/trace/trace.c (modified) * uspace/dist/src/c/demos/tetris/scores.c (modified) * uspace/dist/src/c/demos/top/screen.c (modified) * uspace/lib/c/generic/io/console.c (modified) * uspace/lib/c/include/io/cons_event.h (added) * uspace/lib/c/include/io/console.h (modified) * uspace/lib/clui/tinput.c (modified) Extend console library API to support different event types. Fri, 12 Apr 2013 08:21:46 GMT Jiri Svoboda [bc4bf97] * uspace/lib/c/include/io/pos_event.h (added) * uspace/lib/c/include/io/window.h (modified) io/window.h should not include io/console.h Thu, 11 Apr 2013 21:01:03 GMT Maurizio Lombardi [381ff2f] * uspace/drv/char/ns8250/ns8250.c (modified) ns8250: fix misspellings Tue, 09 Apr 2013 22:00:11 GMT Martin Decky [b4f43a1] * uspace/app/vlaunch/gfx/helenos.tga (modified) * uspace/app/vlaunch/vlaunch.c (modified) full-size logo Tue, 09 Apr 2013 17:42:52 GMT Martin Decky [c43b89e8] * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/fb/logo-196x66.h (deleted) * kernel/genarch/src/fb/fb.c (modified) * kernel/genarch/src/fb/logo-196x66.c (deleted) remove the HelenOS logo in the kernel console (it was hardly ever ... Tue, 09 Apr 2013 17:30:11 GMT Martin Decky [b8f1a349] * uspace/app/vlaunch/Makefile (modified) * uspace/app/vlaunch/gfx/helenos.tga (moved) * uspace/app/vlaunch/vlaunch.c (modified) * uspace/lib/gui/Makefile (modified) * uspace/srv/hid/compositor/Makefile (modified) * uspace/srv/hid/compositor/compositor.c (modified) add HelenOS logo to the launcher (the grid layout widget currently ... Tue, 09 Apr 2013 17:29:17 GMT Martin Decky [e31ea20d] * uspace/lib/gui/canvas.c (added) * uspace/lib/gui/canvas.h (added) add very simple canvas widget Mon, 08 Apr 2013 21:55:42 GMT Martin Decky [d2b66d4] * kernel/genarch/src/fb/fb.c (modified) alter kernel console colors to more aesthetically pleasing (golden ... Thu, 04 Apr 2013 13:08:42 GMT Jakub Jermar [df956b9b] * uspace/lib/c/generic/async.c (modified) Fix doxygen comment. Thu, 04 Apr 2013 00:03:30 GMT Martin Sucha [d42a0bd] * defaults/amd64/Makefile.config (modified) * defaults/arm32/Makefile.config (modified) * defaults/arm32/beagleboardxm/Makefile.config (modified) * defaults/arm32/beaglebone/Makefile.config (modified) * defaults/arm32/gta02/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * defaults/ia64/Makefile.config (modified) * defaults/mips32/Makefile.config (modified) * defaults/mips64/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/Makefile.config (modified) * defaults/special/Makefile.config (modified) Make ext4fs the default ramdisk format. mkext2.py is about 10 times ... Wed, 03 Apr 2013 21:43:36 GMT Martin Sucha [86d0c263] * tools/mkext2.py (modified) mkext2: Seek to the correct position before writing directory entry ... Wed, 03 Apr 2013 20:35:03 GMT Martin Sucha [220210c8] * uspace/lib/c/generic/adt/hash_table.c (modified) Fix documentation Wed, 03 Apr 2013 20:14:16 GMT Martin Sucha [a3b339b4] * uspace/app/trace/ipc_desc.c (modified) * uspace/app/trace/ipc_desc.h (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/syscalls.h (modified) * uspace/app/trace/trace.c (modified) Fix /app/trace Wed, 03 Apr 2013 19:20:35 GMT Jakub Jermar [c8830a2] * uspace/lib/posix/include/posix/fcntl.h (modified) * uspace/lib/posix/include/posix/float.h (modified) * uspace/lib/posix/include/posix/limits.h (modified) * uspace/lib/posix/include/posix/math.h (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/source/math.c (modified) libposix changes required to make Python cross-compile. Mon, 01 Apr 2013 16:54:02 GMT Jakub Jermar [a21d837] * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/fat/fat_dentry.h (modified) Explicitly treat the str argument to fat_lfn_str_nlength() as ... Mon, 01 Apr 2013 16:51:31 GMT Jakub Jermar [66108658] * uspace/lib/c/include/sys/types.h (modified) Define standard unaligned types for uspace. Sun, 31 Mar 2013 21:15:51 GMT Jakub Jermar [c4f7bf6] * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/bnchmark/bnchmark.c (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/srv/devman/main.c (modified) Silence compiler warnings when optimized for size. Sun, 31 Mar 2013 20:55:42 GMT Jakub Jermar [a5057cc] * boot/generic/include/memstr.h (modified) * kernel/generic/include/lib/memfnc.h (modified) * uspace/lib/c/include/mem.h (modified) Disable -ftree-loop-distribute-patterns for memset() and memcpy(). Sun, 31 Mar 2013 19:46:19 GMT Jakub Jermar [45f7449] * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips32/src/asm.S (modified) * boot/generic/include/memstr.h (modified) * boot/generic/src/memstr.c (modified) * kernel/Makefile (modified) * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/mips32/src/asm.S (modified) * kernel/generic/include/lib/memfnc.h (added) * kernel/generic/src/lib/memfnc.c (added) * uspace/lib/c/arch/amd64/Makefile.inc (modified) * uspace/lib/c/arch/amd64/src/asm.S (deleted) * uspace/lib/c/arch/ia32/Makefile.inc (modified) * uspace/lib/c/arch/ia32/src/asm.S (deleted) * uspace/lib/c/arch/mips32/Makefile.inc (modified) * uspace/lib/c/arch/mips32/src/asm.S (deleted) * uspace/lib/c/arch/mips32eb/Makefile.inc (modified) * uspace/lib/c/generic/mem.c (modified) * uspace/lib/c/include/mem.h (modified) * uspace/lib/posix/include/posix/string.h (modified) Revert to the state of mainline,1783. Sun, 31 Mar 2013 15:39:28 GMT Jakub Jermar [582f4d28] * uspace/lib/c/arch/mips32eb/Makefile.inc (modified) Fix mips32be build. Sat, 30 Mar 2013 18:26:17 GMT Martin Decky [26346bd] * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips32/src/asm.S (modified) * boot/generic/include/memstr.h (modified) * kernel/arch/mips32/src/asm.S (modified) * uspace/lib/c/arch/mips32/Makefile.inc (modified) * uspace/lib/c/arch/mips32/src/asm.S (added) mips32: implement memset() and memcpy() Fri, 29 Mar 2013 16:57:20 GMT Martin Decky [0ca441c] * kernel/arch/amd64/src/asm.S (modified) * uspace/lib/c/arch/amd64/Makefile.inc (modified) * uspace/lib/c/arch/amd64/src/asm.S (added) amd64: implement memset() and memcpy() Fri, 29 Mar 2013 16:26:39 GMT Martin Decky [8a5a902] * boot/generic/include/memstr.h (modified) * boot/generic/src/memstr.c (modified) * kernel/Makefile (modified) * kernel/arch/ia32/src/asm.S (modified) * kernel/generic/include/lib/memfnc.h (deleted) * kernel/generic/src/lib/memfnc.c (deleted) * uspace/lib/c/arch/ia32/Makefile.inc (modified) * uspace/lib/c/arch/ia32/src/asm.S (added) * uspace/lib/c/generic/mem.c (modified) * uspace/lib/c/include/mem.h (modified) * uspace/lib/posix/include/posix/string.h (modified) GCC 4.8 recognizes parts of our C implementation of memset() and ... Fri, 29 Mar 2013 15:33:54 GMT Martin Decky [2d1195c0] * uspace/lib/c/arch/ia32/src/setjmp.S (modified) * uspace/lib/c/include/setjmp.h (modified) fix setjmp() and longjmp() argument type Thu, 28 Mar 2013 20:58:13 GMT Jan Vesely [26c02b22] * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) Fix printf format error error: format not a string literal and no ... Wed, 27 Mar 2013 17:16:46 GMT Martin Decky [5d9fce4] * boot/generic/src/memstr.c (modified) using __builtin_memcpy() and __builtin_memset() actually emits calls ... Tue, 26 Mar 2013 15:06:35 GMT Vojtech Horky [b2fa2d86] * boot/generic/include/memstr.h (modified) * boot/generic/src/memstr.c (modified) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/arm32/src/fpu_context.c (modified) * kernel/arch/ia32/src/mm/page.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4u/tlb.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/page.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * tools/toolchain.sh (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) Merge mainline changes Mon, 25 Mar 2013 22:13:00 GMT Jan Vesely [5c4356b] * kernel/arch/arm32/src/fpu_context.c (modified) arm: typos Mon, 25 Mar 2013 19:42:07 GMT Martin Decky [1715b7fe] * boot/generic/include/memstr.h (modified) * boot/generic/src/memstr.c (modified) implement memcpy() and memset() using builtin functions Mon, 25 Mar 2013 19:14:45 GMT Martin Decky [2a08005] * kernel/generic/src/sysinfo/sysinfo.c (modified) fix compiler warnings (possible uninitialized value) Mon, 25 Mar 2013 18:34:36 GMT Martin Decky [10092c9a] * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/fat/fat_fat.c (modified) fix compiler warnings (possible uninitialized value)