# # ChangeLog for / in mainline # # Generated by Trac 1.6 # 2024-09-21T12:34:17Z Thu, 16 Aug 2012 11:36:54 GMT Vojtech Horky [eab3d04] * uspace/app/logset/main.c (modified) * uspace/lib/c/generic/io/log.c (modified) * uspace/lib/c/generic/io/logctl.c (modified) * uspace/lib/c/include/io/log.h (modified) Allow specifying of log level as a name Thu, 16 Aug 2012 11:20:24 GMT Vojtech Horky [1c67b41] * uspace/lib/c/generic/io/log.c (modified) * uspace/lib/c/include/io/log.h (modified) * uspace/srv/logger/namespace.c (modified) Use log level names when printing instead of numbers Thu, 16 Aug 2012 11:09:02 GMT Vojtech Horky [04da852] * uspace/lib/c/generic/io/logctl.c (modified) Read properly boot log level Thu, 16 Aug 2012 10:59:59 GMT Vojtech Horky [c8cbd39] * kernel/genarch/include/multiboot/multiboot.h (modified) * kernel/genarch/src/multiboot/multiboot.c (modified) * kernel/genarch/src/multiboot/multiboot2.c (modified) * kernel/generic/include/config.h (modified) * kernel/generic/src/main/kinit.c (modified) Hack: copy kernel arguments to sysinfo Thu, 16 Aug 2012 09:43:13 GMT Vojtech Horky [5882487] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/edit/edit.c (modified) * uspace/app/sportdmp/sportdmp.c (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmast/usbmast.h (modified) * uspace/drv/char/ns8250/cyclic_buffer.h (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/lib/c/generic/bd_srv.c (modified) * uspace/lib/c/include/bd_srv.h (modified) * uspace/lib/c/include/ipc/input.h (modified) * uspace/lib/c/include/ipc/mouseev.h (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/ata_bd/ata_bd.h (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.h (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/hid/input/include/mouse.h (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/isdv4_tablet/Makefile (added) * uspace/srv/hid/isdv4_tablet/isdv4.c (added) * uspace/srv/hid/isdv4_tablet/isdv4.h (added) * uspace/srv/hid/isdv4_tablet/main.c (added) Merge mainline changes Thu, 16 Aug 2012 09:39:07 GMT Vojtech Horky [b52dd1de] * uspace/lib/c/generic/io/logctl.c (modified) * uspace/lib/c/include/io/logctl.h (modified) * uspace/srv/logger/main.c (modified) Initial logging level can be set through sysinfo Thu, 16 Aug 2012 09:21:59 GMT Vojtech Horky [0a6a996] * uspace/srv/logger/logger.h (modified) * uspace/srv/logger/namespace.c (modified) Default level affects existing namespaces Thu, 16 Aug 2012 09:15:21 GMT Vojtech Horky [6e9e12b] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/logview/Makefile (deleted) * uspace/app/logview/logview.c (deleted) * uspace/srv/logger/level.c (added) * uspace/srv/logger/logger.h (modified) * uspace/srv/logger/main.c (modified) * uspace/srv/logger/namespace.c (modified) Get rid of logview for now Thu, 16 Aug 2012 09:06:58 GMT Jiri Svoboda [c8444d8] * uspace/app/edit/edit.c (modified) Go to Line needs to properly update sel_start tag. It should also ... Thu, 16 Aug 2012 08:44:34 GMT Vojtech Horky [669f5cae] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/logset/Makefile (added) * uspace/app/logset/main.c (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/io/logctl.c (added) * uspace/lib/c/include/io/logctl.h (added) * uspace/lib/c/include/ipc/logger.h (modified) * uspace/srv/logger/Makefile (modified) * uspace/srv/logger/logger.h (modified) * uspace/srv/logger/main.c (modified) * uspace/srv/logger/namespace.c (modified) Allow setting default log level Currently, it does not affect ... Wed, 15 Aug 2012 23:03:55 GMT Martin Sucha [b8b742e] * uspace/app/edit/edit.c (modified) Add Go To Line functionality for edit (use Ctrl+L). Wed, 15 Aug 2012 22:42:02 GMT Jiri Svoboda [a44abb3e] * uspace/srv/bd/ata_bd/ata_bd.c (modified) Favor disk_t pointer over disk_id in ata_bd. Wed, 15 Aug 2012 21:27:57 GMT Jiri Svoboda [c5a6076] * uspace/app/edit/edit.c (modified) Fix off by one in column number computation, columns in sheet are ... Wed, 15 Aug 2012 21:18:18 GMT Jiri Svoboda [5e77288] * uspace/app/edit/edit.c (modified) Fix next line overwrite when line contains tab character in edit. Wed, 15 Aug 2012 15:24:13 GMT Martin Sucha [b546231] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/sportdmp/sportdmp.c (modified) * uspace/drv/char/ns8250/cyclic_buffer.h (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/lib/c/include/ipc/input.h (modified) * uspace/lib/c/include/ipc/mouseev.h (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/hid/input/include/mouse.h (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/isdv4_tablet/Makefile (added) * uspace/srv/hid/isdv4_tablet/isdv4.c (added) * uspace/srv/hid/isdv4_tablet/isdv4.h (added) * uspace/srv/hid/isdv4_tablet/main.c (added) Merge isdv4 tablet driver and related improvements. Wed, 15 Aug 2012 15:13:20 GMT Martin Sucha [affaf2e] * HelenOS.config (modified) * abi/include/syscall.h (modified) * boot/Makefile (modified) * boot/Makefile.common (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * tools/mkext4.py (added) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/testwrit/Makefile (added) * uspace/app/testwrit/testwrit.c (added) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/trace.c (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmast/usbmast.h (modified) * uspace/lib/block/libblock.c (modified) * uspace/lib/block/libblock.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/bd.c (added) * uspace/lib/c/generic/bd_srv.c (added) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/include/bd.h (added) * uspace/lib/c/include/bd_srv.h (added) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/ext4/Makefile (added) * uspace/lib/ext4/libext4.h (added) * uspace/lib/ext4/libext4_balloc.c (added) * uspace/lib/ext4/libext4_balloc.h (added) * uspace/lib/ext4/libext4_bitmap.c (added) * uspace/lib/ext4/libext4_bitmap.h (added) * uspace/lib/ext4/libext4_block_group.c (added) * uspace/lib/ext4/libext4_block_group.h (added) * uspace/lib/ext4/libext4_crc.c (added) * uspace/lib/ext4/libext4_crc.h (added) * uspace/lib/ext4/libext4_directory.c (added) * uspace/lib/ext4/libext4_directory.h (added) * uspace/lib/ext4/libext4_directory_index.c (added) * uspace/lib/ext4/libext4_directory_index.h (added) * uspace/lib/ext4/libext4_extent.c (added) * uspace/lib/ext4/libext4_extent.h (added) * uspace/lib/ext4/libext4_filesystem.c (added) * uspace/lib/ext4/libext4_filesystem.h (added) * uspace/lib/ext4/libext4_hash.c (added) * uspace/lib/ext4/libext4_hash.h (added) * uspace/lib/ext4/libext4_ialloc.c (added) * uspace/lib/ext4/libext4_ialloc.h (added) * uspace/lib/ext4/libext4_inode.c (added) * uspace/lib/ext4/libext4_inode.h (added) * uspace/lib/ext4/libext4_superblock.c (added) * uspace/lib/ext4/libext4_superblock.h (added) * uspace/lib/ext4/libext4_types.h (added) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/ata_bd/ata_bd.h (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.h (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/fs/ext4fs/Makefile (added) * uspace/srv/fs/ext4fs/ext4fs.c (added) * uspace/srv/fs/ext4fs/ext4fs.h (added) * uspace/srv/fs/ext4fs/ext4fs_ops.c (added) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) Merge mainline changes. Wed, 15 Aug 2012 15:10:53 GMT Martin Sucha [f66ca57f] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/srv/hid/isdv4_tablet/Makefile (moved) * uspace/srv/hid/isdv4_tablet/isdv4.c (moved) * uspace/srv/hid/isdv4_tablet/isdv4.h (moved) * uspace/srv/hid/isdv4_tablet/main.c (moved) Rename wacomdump to isdv4_tablet and register with unique service name. Wed, 15 Aug 2012 14:44:59 GMT Jiri Svoboda [135486d] * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmast/usbmast.h (modified) * uspace/lib/c/generic/bd_srv.c (modified) * uspace/lib/c/include/bd_srv.h (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/ata_bd/ata_bd.h (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.h (modified) Allow more than one client connection to block device. Wed, 15 Aug 2012 14:18:30 GMT Martin Sucha [1499564] * uspace/app/wacomdump/isdv4.c (added) * uspace/app/wacomdump/isdv4.h (added) * uspace/app/wacomdump/wacomdump.c (modified) wacomdump: Act as absolute mouse device Wed, 15 Aug 2012 14:13:25 GMT Martin Sucha [8a99c7e] * uspace/lib/c/include/ipc/input.h (modified) * uspace/lib/c/include/ipc/mouseev.h (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/hid/input/include/mouse.h (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) Add basic support for absolute mouse/pointing devices. Tue, 14 Aug 2012 21:58:56 GMT Martin Sucha [a987832] * uspace/app/wacomdump/Makefile (modified) * uspace/app/wacomdump/wacomdump.c (modified) Split wacomdump intro multiple files Tue, 14 Aug 2012 20:06:27 GMT Martin Sucha [c92e30f] * uspace/drv/char/ns8250/cyclic_buffer.h (modified) * uspace/drv/char/ns8250/ns8250.c (modified) ns8250: No need to yield every time we read from the serial device Tue, 14 Aug 2012 18:16:39 GMT Vojtech Horky [cddcc4a3] * HelenOS.config (modified) * abi/include/ddi/irq.h (modified) * abi/include/syscall.h (modified) * boot/Makefile (modified) * boot/Makefile.common (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips64/Makefile.inc (modified) * boot/arch/ppc32/Makefile.inc (modified) * boot/generic/src/str.c (modified) * contrib/arch/HelenOS.adl (modified) * contrib/bazaar/bzreml/__init__.py (modified) * contrib/bazaar/bzreml/setup.py (modified) * contrib/bazaar/mbprotect/__init__.py (modified) * contrib/conf/mips32-gx.sh (modified) * defaults/mips32/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/ultra/Makefile.config (modified) * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/amd64/src/boot/multiboot.S (modified) * kernel/arch/amd64/src/boot/multiboot2.S (modified) * kernel/arch/amd64/src/boot/vesa_ret.inc (modified) * kernel/arch/ia32/src/boot/multiboot.S (modified) * kernel/arch/ia32/src/boot/multiboot2.S (modified) * kernel/arch/ia32/src/boot/vesa_prot.inc (modified) * kernel/arch/ia32/src/boot/vesa_real.inc (modified) * kernel/arch/ia32/src/boot/vesa_ret.inc (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips64/Makefile.inc (modified) * kernel/generic/include/interrupt.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/console/prompt.c (modified) * kernel/generic/src/debug/symtab.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * release/Makefile (modified) * tools/mkext4.py (added) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/sportdmp/sportdmp.c (modified) * uspace/app/testwrit/Makefile (moved) * uspace/app/testwrit/testwrit.c (added) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/usbinfo/Makefile (modified) * uspace/app/usbinfo/list.c (moved) * uspace/app/usbinfo/main.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/drv/block/ahci/Makefile (added) * uspace/drv/block/ahci/ahci.c (added) * uspace/drv/block/ahci/ahci.h (added) * uspace/drv/block/ahci/ahci.ma (added) * uspace/drv/block/ahci/ahci_hw.h (added) * uspace/drv/block/ahci/ahci_sata.h (added) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/pci/pciintel/pci.h (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ohci/endpoint_list.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/endpoint_descriptor.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/mem_access.h (added) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) * uspace/drv/bus/usb/ohci/ohci_batch.h (modified) * uspace/drv/bus/usb/ohci/ohci_endpoint.c (modified) * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/drv/bus/usb/ohci/root_hub.c (modified) * uspace/drv/bus/usb/ohci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/queue_head.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhci/transfer_list.c (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.h (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhcirh/port.c (modified) * uspace/drv/bus/usb/uhcirh/root_hub.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.h (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.h (modified) * uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.h (modified) * uspace/drv/bus/usb/usbhid/main.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.h (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.h (modified) * uspace/drv/bus/usb/usbhid/subdrivers.h (modified) * uspace/drv/bus/usb/usbhid/usbhid.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/main.c (modified) * uspace/drv/bus/usb/usbmast/usbmast.h (modified) * uspace/drv/bus/usb/usbmid/main.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/infrastructure/rootmac/rootmac.c (modified) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/lib/block/libblock.c (modified) * uspace/lib/block/libblock.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/amd64/include/elf_linux.h (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/arm32/src/fibril.S (modified) * uspace/lib/c/arch/arm32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/arm32/src/thread_entry.s (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia64/Makefile.common (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) * uspace/lib/c/arch/mips64/Makefile.common (modified) * uspace/lib/c/arch/mips64/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/bd.c (added) * uspace/lib/c/generic/bd_srv.c (added) * uspace/lib/c/generic/device/ahci.c (added) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/bd.h (added) * uspace/lib/c/include/bd_srv.h (added) * uspace/lib/c/include/device/ahci.h (added) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/remote_ahci.c (added) * uspace/lib/drv/generic/remote_usb.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/include/ahci_iface.h (added) * uspace/lib/drv/include/remote_ahci.h (added) * uspace/lib/ext4/Makefile (added) * uspace/lib/ext4/libext4.h (added) * uspace/lib/ext4/libext4_balloc.c (added) * uspace/lib/ext4/libext4_balloc.h (added) * uspace/lib/ext4/libext4_bitmap.c (added) * uspace/lib/ext4/libext4_bitmap.h (added) * uspace/lib/ext4/libext4_block_group.c (added) * uspace/lib/ext4/libext4_block_group.h (added) * uspace/lib/ext4/libext4_crc.c (added) * uspace/lib/ext4/libext4_crc.h (added) * uspace/lib/ext4/libext4_directory.c (added) * uspace/lib/ext4/libext4_directory.h (added) * uspace/lib/ext4/libext4_directory_index.c (added) * uspace/lib/ext4/libext4_directory_index.h (added) * uspace/lib/ext4/libext4_extent.c (added) * uspace/lib/ext4/libext4_extent.h (added) * uspace/lib/ext4/libext4_filesystem.c (added) * uspace/lib/ext4/libext4_filesystem.h (added) * uspace/lib/ext4/libext4_hash.c (added) * uspace/lib/ext4/libext4_hash.h (added) * uspace/lib/ext4/libext4_ialloc.c (added) * uspace/lib/ext4/libext4_ialloc.h (added) * uspace/lib/ext4/libext4_inode.c (added) * uspace/lib/ext4/libext4_inode.h (added) * uspace/lib/ext4/libext4_superblock.c (added) * uspace/lib/ext4/libext4_superblock.h (added) * uspace/lib/ext4/libext4_types.h (added) * uspace/lib/usbdev/include/usb/dev/usb_device_connection.h (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbdev/src/pipes.c (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbdev/src/request.c (modified) * uspace/lib/usbhid/include/usb/hid/hid_report_items.h (modified) * uspace/lib/usbhid/include/usb/hid/hidpath.h (modified) * uspace/lib/usbhid/include/usb/hid/hidtypes.h (modified) * uspace/lib/usbhid/include/usb/hid/request.h (modified) * uspace/lib/usbhid/src/hiddescriptor.c (modified) * uspace/lib/usbhid/src/hidparser.c (modified) * uspace/lib/usbhid/src/hidpath.c (modified) * uspace/lib/usbhid/src/hidreport.c (modified) * uspace/lib/usbhid/src/hidreq.c (modified) * uspace/lib/usbhost/src/endpoint.c (modified) * uspace/lib/usbhost/src/usb_device_manager.c (modified) * uspace/lib/usbhost/src/usb_endpoint_manager.c (modified) * uspace/lib/usbhost/src/usb_transfer_batch.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/ata_bd/ata_bd.h (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/bd/sata_bd/Makefile (added) * uspace/srv/bd/sata_bd/sata_bd.c (added) * uspace/srv/bd/sata_bd/sata_bd.h (added) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/fs/ext4fs/Makefile (added) * uspace/srv/fs/ext4fs/ext4fs.c (added) * uspace/srv/fs/ext4fs/ext4fs.h (added) * uspace/srv/fs/ext4fs/ext4fs_ops.c (added) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/input/port/ns16550.c (modified) * uspace/srv/hid/input/port/pl050.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/interp.S (added) * uspace/srv/loader/interp.s (deleted) * uspace/srv/net/tcp/sock.c (modified) * version (modified) Merge mainline changes Tue, 14 Aug 2012 10:10:55 GMT Martin Sucha [4c73361] * uspace/app/sportdmp/sportdmp.c (modified) sportdmp: Display data in hexadecimal format Tue, 14 Aug 2012 10:03:54 GMT Martin Sucha [fd418d9] * uspace/drv/char/ns8250/ns8250.c (modified) ns8250: Log warnings by default Tue, 14 Aug 2012 09:37:42 GMT Vojtech Horky [76d92db1] * uspace/srv/logger/logger.h (modified) * uspace/srv/logger/main.c (modified) * uspace/srv/logger/namespace.c (modified) Log to file as well Mon, 13 Aug 2012 22:59:29 GMT Martin Sucha [188c76c] * uspace/drv/char/ns8250/ns8250.c (modified) ns8250: Use 4-byte interrupt threshold to make buffer overruns less ... Mon, 13 Aug 2012 22:55:25 GMT Martin Sucha [e0cd9042] * uspace/drv/char/ns8250/ns8250.c (modified) ns8250: Report buffer overrun errors Mon, 13 Aug 2012 22:01:04 GMT Jiri Svoboda [4802dd7] * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmast/usbmast.h (modified) * uspace/lib/block/libblock.c (modified) * uspace/lib/block/libblock.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/bd.c (added) * uspace/lib/c/generic/bd_srv.c (added) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/include/bd.h (added) * uspace/lib/c/include/bd_srv.h (added) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/ata_bd/ata_bd.h (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.h (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) Factor out client and server IPC stubs for block devices. Mon, 13 Aug 2012 15:00:03 GMT Martin Sucha [58a369e] * uspace/app/wacomdump/wacomdump.c (modified) Update the wacom dump application to work with blocking read. Mon, 13 Aug 2012 14:44:07 GMT Jiri Svoboda [4820360] * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) Synchronize device tree transitions. Mon, 13 Aug 2012 09:15:57 GMT Jakub Jermar [cd529c4] * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/src/ipc/ipc.c (modified) In the absence of synchronous IPC calls, call_t's callerbox is just ... Sun, 12 Aug 2012 23:14:48 GMT Martin Sucha [91ecaa10] * uspace/drv/char/ns8250/ns8250.c (modified) Make ns8250 read blocking. Sun, 12 Aug 2012 22:14:49 GMT Martin Decky [d06c4ae] * HelenOS.config (modified) * boot/Makefile (modified) * boot/Makefile.common (modified) * tools/mkext4.py (added) add support for ext4 as a root file system the read-only ext2 driver ... Sun, 12 Aug 2012 22:13:57 GMT Martin Decky [c3fe001] * uspace/lib/ext4/libext4_filesystem.c (modified) superblock->state is a bit field, not a value field make sure we ... Sun, 12 Aug 2012 22:00:02 GMT Martin Decky [6266cc6] * uspace/srv/fs/ext4fs/ext4fs.c (modified) fix capitalization Sun, 12 Aug 2012 21:31:32 GMT Martin Sucha [6e09bee] * uspace/app/wacomdump/wacomdump.c (modified) Interpret wacom events in more depth Sun, 12 Aug 2012 19:16:45 GMT Jakub Jermar [d7978525] * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/include/ipc/ipc.h (modified) Implement ipc_*_finalize() functionality directly in async framework. ... Sun, 12 Aug 2012 18:57:22 GMT Jakub Jermar [6c34f587] * abi/include/syscall.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/trace.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/include/ipc/ipc.h (modified) Remove synchronous IPC primitives. Sun, 12 Aug 2012 18:38:09 GMT Martin Decky [49505fe] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/testwrit/Makefile (added) * uspace/app/testwrit/testwrit.c (added) * uspace/lib/ext4/Makefile (added) * uspace/lib/ext4/libext4.h (added) * uspace/lib/ext4/libext4_balloc.c (added) * uspace/lib/ext4/libext4_balloc.h (added) * uspace/lib/ext4/libext4_bitmap.c (added) * uspace/lib/ext4/libext4_bitmap.h (added) * uspace/lib/ext4/libext4_block_group.c (added) * uspace/lib/ext4/libext4_block_group.h (added) * uspace/lib/ext4/libext4_crc.c (added) * uspace/lib/ext4/libext4_crc.h (added) * uspace/lib/ext4/libext4_directory.c (added) * uspace/lib/ext4/libext4_directory.h (added) * uspace/lib/ext4/libext4_directory_index.c (added) * uspace/lib/ext4/libext4_directory_index.h (added) * uspace/lib/ext4/libext4_extent.c (added) * uspace/lib/ext4/libext4_extent.h (added) * uspace/lib/ext4/libext4_filesystem.c (added) * uspace/lib/ext4/libext4_filesystem.h (added) * uspace/lib/ext4/libext4_hash.c (added) * uspace/lib/ext4/libext4_hash.h (added) * uspace/lib/ext4/libext4_ialloc.c (added) * uspace/lib/ext4/libext4_ialloc.h (added) * uspace/lib/ext4/libext4_inode.c (added) * uspace/lib/ext4/libext4_inode.h (added) * uspace/lib/ext4/libext4_superblock.c (added) * uspace/lib/ext4/libext4_superblock.h (added) * uspace/lib/ext4/libext4_types.h (added) * uspace/srv/fs/ext4fs/Makefile (added) * uspace/srv/fs/ext4fs/ext4fs.c (added) * uspace/srv/fs/ext4fs/ext4fs.h (added) * uspace/srv/fs/ext4fs/ext4fs_ops.c (added) merge ext4 Sun, 12 Aug 2012 18:36:10 GMT Martin Decky [38542dc] * uspace/app/testwrit/Makefile (modified) * uspace/app/testwrit/testwrit.c (modified) * uspace/lib/ext4/Makefile (modified) * uspace/lib/ext4/libext4.h (modified) * uspace/lib/ext4/libext4_balloc.c (modified) * uspace/lib/ext4/libext4_balloc.h (modified) * uspace/lib/ext4/libext4_bitmap.c (modified) * uspace/lib/ext4/libext4_bitmap.h (modified) * uspace/lib/ext4/libext4_block_group.c (modified) * uspace/lib/ext4/libext4_block_group.h (modified) * uspace/lib/ext4/libext4_crc.c (modified) * uspace/lib/ext4/libext4_crc.h (modified) * uspace/lib/ext4/libext4_directory.c (modified) * uspace/lib/ext4/libext4_directory.h (modified) * uspace/lib/ext4/libext4_directory_index.c (modified) * uspace/lib/ext4/libext4_directory_index.h (modified) * uspace/lib/ext4/libext4_extent.c (modified) * uspace/lib/ext4/libext4_extent.h (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_filesystem.h (modified) * uspace/lib/ext4/libext4_hash.c (modified) * uspace/lib/ext4/libext4_hash.h (modified) * uspace/lib/ext4/libext4_ialloc.c (modified) * uspace/lib/ext4/libext4_ialloc.h (modified) * uspace/lib/ext4/libext4_inode.c (modified) * uspace/lib/ext4/libext4_inode.h (modified) * uspace/lib/ext4/libext4_superblock.c (modified) * uspace/lib/ext4/libext4_superblock.h (modified) * uspace/lib/ext4/libext4_types.h (modified) * uspace/srv/fs/ext4fs/Makefile (modified) * uspace/srv/fs/ext4fs/ext4fs.c (modified) * uspace/srv/fs/ext4fs/ext4fs.h (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) ext4 code review and coding style cleanup Sun, 12 Aug 2012 18:35:23 GMT Martin Decky [b08e7970] * boot/Makefile.common (modified) remove change marked for debugging purposes only Sun, 12 Aug 2012 13:43:16 GMT Martin Sucha [5bf6bc70] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/wacomdump/Makefile (added) * uspace/app/wacomdump/wacomdump.c (added) Add a simple event dump app for Wacom ISDV4 serial tablet. Sun, 12 Aug 2012 09:03:30 GMT Martin Decky [542e819] * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips64/Makefile.inc (modified) * boot/generic/src/str.c (modified) * contrib/arch/HelenOS.adl (modified) * contrib/bazaar/bzreml/__init__.py (modified) * contrib/bazaar/mbprotect/__init__.py (modified) * contrib/conf/mips32-gx.sh (modified) * defaults/mips32/Makefile.config (modified) * defaults/sparc64/ultra/Makefile.config (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips64/Makefile.inc (modified) * kernel/generic/src/lib/str.c (modified) * release/Makefile (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/amd64/include/elf_linux.h (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/arm32/src/fibril.S (modified) * uspace/lib/c/arch/arm32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/arm32/src/thread_entry.s (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) * uspace/lib/c/arch/mips64/Makefile.common (modified) * uspace/lib/c/arch/mips64/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) * uspace/lib/c/generic/str.c (modified) * uspace/srv/net/tcp/sock.c (modified) * version (modified) merge mainline changes Thu, 09 Aug 2012 13:45:31 GMT Martin Decky [371cb6c] * release/Makefile (modified) build the ppc32 image for release, do not build the sparc64/niagara ... Thu, 09 Aug 2012 12:23:49 GMT Martin Decky [1b06a9de] * contrib/arch/HelenOS.adl (modified) * version (modified) bump version to 0.5.0 in preparation for a release Wed, 08 Aug 2012 19:32:50 GMT Jakub Jermar [c8d50d2] * defaults/sparc64/ultra/Makefile.config (modified) Make the default sparc64/ultra build barebone. Wed, 08 Aug 2012 07:06:31 GMT Vojtech Horky [1d01cca] * release/Makefile (modified) Fix release script * Must tell bzr export explicitly to export the ... Sun, 05 Aug 2012 21:39:56 GMT Jakub Jermar [7cd9b02] * uspace/lib/c/arch/amd64/include/elf_linux.h (modified) Add the missing part of amd64's elf_regs_t. - GDB can now find the ... Sun, 05 Aug 2012 12:54:44 GMT Jiri Svoboda [798105ca] * uspace/srv/net/tcp/sock.c (modified) tcp_sock_recv_fibril() needs to handle situation when sock_core goes ... Thu, 02 Aug 2012 14:36:08 GMT Martin Decky [d4112ba] * contrib/bazaar/bzreml/__init__.py (modified) * contrib/bazaar/mbprotect/__init__.py (modified) Repository.iter_reverse_revision_history() method is deprecated and ... Tue, 31 Jul 2012 14:59:17 GMT Martin Decky [9bcdbc5] * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/mips64/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) make sure the code in .init is always aligned reasonably (despite ... Tue, 31 Jul 2012 14:10:58 GMT Martin Decky [31e6aa7] * uspace/lib/c/arch/arm32/src/fibril.S (modified) * uspace/lib/c/arch/arm32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/arm32/src/thread_entry.s (modified) cstyle Tue, 31 Jul 2012 12:50:14 GMT Martin Decky [fbe89af] * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips64/Makefile.inc (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips64/Makefile.inc (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) * uspace/lib/c/arch/mips64/Makefile.common (modified) mips: do not generate FPU code Tue, 31 Jul 2012 12:32:24 GMT Martin Decky [a7e064fc] * defaults/mips32/Makefile.config (modified) mips32 builds need to be barebone so far (to workaround the ROM size ... Tue, 31 Jul 2012 12:23:07 GMT Martin Decky [f80fd8c] * contrib/conf/mips32-gx.sh (modified) allow to specify different machine from command line Mon, 30 Jul 2012 21:34:04 GMT Martin Sucha [1772e6d] * boot/generic/src/str.c (modified) * kernel/generic/src/lib/str.c (modified) * uspace/lib/c/generic/str.c (modified) Update documentation for str_cmp and str_lcmp. This is a modified ... Mon, 30 Jul 2012 20:01:02 GMT Frantisek Princ [bd29f9c9] * boot/generic/src/str.c (modified) * contrib/bazaar/bzreml/__init__.py (modified) * contrib/bazaar/bzreml/setup.py (modified) * kernel/generic/src/lib/str.c (modified) * uspace/app/sportdmp/sportdmp.c (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/mips64/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/srv/loader/interp.S (modified) Merge with mainline Mon, 30 Jul 2012 19:58:52 GMT Frantisek Princ [c15849c] * uspace/lib/ext4/libext4_filesystem.c (modified) removed commented code Mon, 30 Jul 2012 19:31:47 GMT Frantisek Princ [e25d78c] * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_ialloc.c (modified) fixed bug with unused inodes count Mon, 30 Jul 2012 18:20:54 GMT Martin Sucha [597b12e] * uspace/lib/clui/tinput.c (modified) Fix a possible numeric overflow introduced by the previous commit. Mon, 30 Jul 2012 17:37:22 GMT Martin Sucha [6e3b052d] * uspace/lib/clui/tinput.c (modified) Fix computation of column width when showing tab completions. Mon, 30 Jul 2012 17:33:21 GMT Martin Decky [e1c0260] * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/mips64/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) * uspace/srv/loader/interp.S (modified) improve loader .interp fix * suppress the assembler warning by ... Mon, 30 Jul 2012 14:34:10 GMT Martin Decky [b553acc] * contrib/bazaar/bzreml/setup.py (modified) version bump Mon, 30 Jul 2012 14:33:12 GMT Martin Decky [4bbba4a] * contrib/bazaar/bzreml/__init__.py (modified) when pushing more revisions at once, send multiple individual emails ... Sun, 29 Jul 2012 23:28:08 GMT Martin Sucha [5ea75f0] * uspace/app/sportdmp/sportdmp.c (modified) sportdmp: Use first service from serial category instead of hardcoded ... Sun, 29 Jul 2012 23:08:51 GMT Martin Sucha [0aa300d] * uspace/app/sportdmp/sportdmp.c (modified) sportdmp: make baud argument optional Sun, 29 Jul 2012 23:06:56 GMT Martin Sucha [dce39b4] * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/str.h (modified) Add a function to check if a string has a given prefix. Sun, 29 Jul 2012 21:11:10 GMT Martin Sucha [99047a72] * contrib/bazaar/bzreml/__init__.py (modified) Display commit message for the last revision in the post-commit ... Sun, 29 Jul 2012 20:32:05 GMT Martin Sucha [4efeab5] * boot/generic/src/str.c (modified) * kernel/generic/src/lib/str.c (modified) * uspace/lib/c/generic/str.c (modified) Update documentation for str_cmp and str_lcmp Sun, 29 Jul 2012 15:21:18 GMT Frantisek Princ [a5b1740] * boot/Makefile.common (modified) Removed sata driver from bootstrap Sun, 29 Jul 2012 15:19:46 GMT Frantisek Princ [c1b0c750] * uspace/app/sportdmp/sportdmp.c (modified) * uspace/lib/c/generic/str.c (modified) Merge with mainline Sun, 29 Jul 2012 12:58:21 GMT Martin Sucha [13d5639] * uspace/lib/c/generic/str.c (modified) Correctly check numbers while converting them to integer. Sun, 29 Jul 2012 12:33:59 GMT Martin Sucha [56ba2b9] * uspace/app/sportdmp/sportdmp.c (modified) sportdmp: For invalid service name, print error instead of waiting ... Sat, 28 Jul 2012 10:41:18 GMT Frantisek Princ [8847142] * uspace/lib/ext4/libext4_filesystem.c (modified) Added default file/dir permissions due to compatibility reasons Sat, 28 Jul 2012 09:01:24 GMT Frantisek Princ [f9c3ef44] * boot/arch/ia64/Makefile.inc (modified) * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/amd64/src/boot/multiboot.S (modified) * kernel/arch/amd64/src/boot/multiboot2.S (modified) * kernel/arch/amd64/src/boot/vesa_ret.inc (modified) * kernel/arch/ia32/src/boot/multiboot.S (modified) * kernel/arch/ia32/src/boot/multiboot2.S (modified) * kernel/arch/ia32/src/boot/vesa_prot.inc (modified) * kernel/arch/ia32/src/boot/vesa_real.inc (modified) * kernel/arch/ia32/src/boot/vesa_ret.inc (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/generic/include/interrupt.h (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * uspace/lib/c/arch/ia64/Makefile.common (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/interp.S (moved) Merge with mainline Sat, 28 Jul 2012 05:33:49 GMT Jakub Jermar [b2ba418] * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/interp.S (moved) The .interp section needs to be both allocable and either @note or ... Thu, 26 Jul 2012 22:10:06 GMT Jakub Jermar [d30b14f] * kernel/arch/amd64/src/asm.S (modified) Adhere to amd64 ABI for calling variadic functions. Thu, 26 Jul 2012 21:46:57 GMT Jakub Jermar [4fc93d5] * kernel/arch/amd64/src/asm.S (modified) Sanitize the SYSRET vulnerability on Intel amd64 processors. Thu, 26 Jul 2012 21:38:14 GMT Jakub Jermar [8f4f444] * kernel/generic/include/interrupt.h (modified) * kernel/generic/src/interrupt/interrupt.c (modified) Add a variant of fault_if_from_uspace() that doesn't check whether ... Tue, 24 Jul 2012 16:55:15 GMT Martin Decky [f66c203d] * kernel/arch/amd64/src/boot/multiboot.S (modified) * kernel/arch/amd64/src/boot/multiboot2.S (modified) * kernel/arch/amd64/src/boot/vesa_ret.inc (modified) * kernel/arch/ia32/src/boot/multiboot.S (modified) * kernel/arch/ia32/src/boot/multiboot2.S (modified) * kernel/arch/ia32/src/boot/vesa_prot.inc (modified) * kernel/arch/ia32/src/boot/vesa_real.inc (modified) * kernel/arch/ia32/src/boot/vesa_ret.inc (modified) explicitly load default BIOS IDT for real-mode VESA BIOS access (GRUB ... Tue, 24 Jul 2012 10:04:01 GMT Martin Decky [c828803] * uspace/lib/c/generic/malloc.c (modified) add comment describing the motivation for the alignment Mon, 23 Jul 2012 16:20:56 GMT Martin Decky [da287d1] * uspace/lib/c/generic/malloc.c (modified) cstyle (no change in functionality) Mon, 23 Jul 2012 16:15:40 GMT Martin Decky [b078a42] * uspace/lib/c/generic/malloc.c (modified) it is imperative that the _size_ of the allocated block is at least ... Mon, 23 Jul 2012 15:11:03 GMT Martin Decky [1008064] * boot/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/Makefile.inc (modified) * uspace/lib/c/arch/ia64/Makefile.common (modified) temporary workaround for ticket #465 (GCC bug 53975) Mon, 23 Jul 2012 09:32:52 GMT Frantisek Princ [7df0c2ff] * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/lib/c/generic/malloc.c (modified) Merge with mainline Mon, 23 Jul 2012 08:08:17 GMT Jan Vesely [ea8b91d] * uspace/drv/bus/usb/ohci/hc.c (modified) ohci: Fix interrupt mask on big endian hw. This never caused ... Mon, 23 Jul 2012 04:48:55 GMT Jakub Jermar [e7c3fa0] * uspace/lib/c/generic/malloc.c (modified) Detect integer overflow in lcm() when cumputing alignment in ... Mon, 23 Jul 2012 04:22:12 GMT Jakub Jermar [7aafdb86] * uspace/lib/c/generic/malloc.c (modified) When growing heap to satisfy an allocation request of s bytes aligned ... Sun, 22 Jul 2012 14:16:22 GMT Frantisek Princ [7deca26] * abi/include/ddi/irq.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/src/ipc/irq.c (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ahci/ahci.h (modified) * uspace/drv/block/ahci/ahci_hw.h (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/srv/hid/input/port/ns16550.c (modified) * uspace/srv/hid/input/port/pl050.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) Merge with mainline Sat, 21 Jul 2012 23:15:18 GMT Martin Decky [76c07e4] * uspace/drv/block/ahci/ahci.c (modified) fix condition reset Sat, 21 Jul 2012 14:11:55 GMT Martin Decky [eb3683a] * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ahci/ahci.h (modified) * uspace/drv/block/ahci/ahci_hw.h (modified) AHCI improvements * avoid interrupt lockups by properly detecting ... Sat, 21 Jul 2012 14:01:12 GMT Martin Decky [8486c07] * abi/include/ddi/irq.h (modified) * kernel/generic/src/ipc/irq.c (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/srv/hid/input/port/ns16550.c (modified) * uspace/srv/hid/input/port/pl050.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) IRQ pseudocode improvements * rename CMD_BTEST to CMD_AND (less ... Sat, 21 Jul 2012 13:47:22 GMT Martin Decky [56c167c] * kernel/generic/src/ipc/irq.c (modified) cstyle (no change in functionality) Sat, 21 Jul 2012 13:45:19 GMT Martin Decky [fb7e545e] * kernel/generic/include/ipc/irq.h (modified) enlarge the maximum allowed pseudocode size Sat, 21 Jul 2012 13:44:49 GMT Martin Decky [be67118] * abi/include/ddi/irq.h (modified) improve documentation Sat, 21 Jul 2012 08:58:29 GMT Frantisek Princ [0b293a6] * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_filesystem.h (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) added variable cache mode + missing cache fini Sat, 21 Jul 2012 08:19:33 GMT Frantisek Princ [fe61181] * uspace/lib/ext4/libext4.h (modified) * uspace/lib/ext4/libext4_balloc.c (modified) * uspace/lib/ext4/libext4_directory.c (modified) * uspace/lib/ext4/libext4_directory_index.c (modified) * uspace/lib/ext4/libext4_extent.c (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_filesystem.h (modified) * uspace/lib/ext4/libext4_ialloc.c (modified) * uspace/lib/ext4/libext4_superblock.c (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) Debug messages removed Sat, 21 Jul 2012 07:46:32 GMT Frantisek Princ [34bc2fe] * boot/Makefile.common (modified) Added driver for sata disk to bootstrap Fri, 20 Jul 2012 20:29:54 GMT Frantisek Princ [b828907] * HelenOS.config (modified) * boot/Makefile.common (modified) * boot/arch/ppc32/Makefile.inc (modified) * defaults/ppc32/Makefile.config (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/console/prompt.c (modified) * kernel/generic/src/debug/symtab.c (modified) * uspace/Makefile (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/usbinfo/Makefile (modified) * uspace/app/usbinfo/list.c (moved) * uspace/app/usbinfo/main.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/drv/block/ahci/Makefile (moved) * uspace/drv/block/ahci/ahci.c (added) * uspace/drv/block/ahci/ahci.h (added) * uspace/drv/block/ahci/ahci.ma (added) * uspace/drv/block/ahci/ahci_hw.h (added) * uspace/drv/block/ahci/ahci_sata.h (added) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/pci/pciintel/pci.h (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ohci/endpoint_list.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/endpoint_descriptor.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/mem_access.h (added) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) * uspace/drv/bus/usb/ohci/ohci_batch.h (modified) * uspace/drv/bus/usb/ohci/ohci_endpoint.c (modified) * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/drv/bus/usb/ohci/root_hub.c (modified) * uspace/drv/bus/usb/ohci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/queue_head.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhci/transfer_list.c (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.h (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhcirh/port.c (modified) * uspace/drv/bus/usb/uhcirh/root_hub.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.h (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.h (modified) * uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbdrepeat.h (modified) * uspace/drv/bus/usb/usbhid/main.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.h (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.h (modified) * uspace/drv/bus/usb/usbhid/subdrivers.h (modified) * uspace/drv/bus/usb/usbhid/usbhid.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/usbmid/main.c (modified) * uspace/drv/infrastructure/rootmac/rootmac.c (modified) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/device/ahci.c (added) * uspace/lib/c/include/device/ahci.h (added) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/remote_ahci.c (added) * uspace/lib/drv/generic/remote_usb.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/include/ahci_iface.h (added) * uspace/lib/drv/include/remote_ahci.h (added) * uspace/lib/usbdev/include/usb/dev/usb_device_connection.h (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbdev/src/pipes.c (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbdev/src/request.c (modified) * uspace/lib/usbhid/include/usb/hid/hid_report_items.h (modified) * uspace/lib/usbhid/include/usb/hid/hidpath.h (modified) * uspace/lib/usbhid/include/usb/hid/hidtypes.h (modified) * uspace/lib/usbhid/include/usb/hid/request.h (modified) * uspace/lib/usbhid/src/hiddescriptor.c (modified) * uspace/lib/usbhid/src/hidparser.c (modified) * uspace/lib/usbhid/src/hidpath.c (modified) * uspace/lib/usbhid/src/hidreport.c (modified) * uspace/lib/usbhid/src/hidreq.c (modified) * uspace/lib/usbhost/src/endpoint.c (modified) * uspace/lib/usbhost/src/usb_device_manager.c (modified) * uspace/lib/usbhost/src/usb_endpoint_manager.c (modified) * uspace/lib/usbhost/src/usb_transfer_batch.c (modified) * uspace/srv/bd/sata_bd/Makefile (added) * uspace/srv/bd/sata_bd/sata_bd.c (added) * uspace/srv/bd/sata_bd/sata_bd.h (added) * uspace/srv/hid/console/console.c (modified) Merge with mainline