# # ChangeLog for / in mainline # # Generated by Trac 1.6 # 2024-12-23T05:03:32Z Fri, 17 Aug 2012 04:30:42 GMT Sean Bartell [681a985] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bithenge/Makefile (modified) * uspace/app/bithenge/Makefile.linux (modified) * uspace/lib/bithenge/Makefile (added) * uspace/lib/bithenge/Makefile.linux (added) * uspace/lib/bithenge/blob.c (moved) * uspace/lib/bithenge/blob.h (moved) * uspace/lib/bithenge/compound.c (moved) * uspace/lib/bithenge/compound.h (moved) * uspace/lib/bithenge/expression.c (moved) * uspace/lib/bithenge/expression.h (moved) * uspace/lib/bithenge/file.c (moved) * uspace/lib/bithenge/file.h (moved) * uspace/lib/bithenge/helenos/block.c (moved) * uspace/lib/bithenge/helenos/block.h (moved) * uspace/lib/bithenge/helenos/os.h (moved) * uspace/lib/bithenge/linux/os.h (moved) * uspace/lib/bithenge/os.h (added) * uspace/lib/bithenge/print.c (moved) * uspace/lib/bithenge/print.h (moved) * uspace/lib/bithenge/script.c (moved) * uspace/lib/bithenge/script.h (moved) * uspace/lib/bithenge/sequence.c (moved) * uspace/lib/bithenge/sequence.h (moved) * uspace/lib/bithenge/source.c (moved) * uspace/lib/bithenge/source.h (moved) * uspace/lib/bithenge/transform.c (moved) * uspace/lib/bithenge/transform.h (moved) * uspace/lib/bithenge/tree.c (moved) * uspace/lib/bithenge/tree.h (moved) Bithenge: move library to uspace/lib Wed, 15 Aug 2012 23:55:32 GMT Sean Bartell [b224a3e] * 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 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 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 03:37:30 GMT Sean Bartell [71b0d4d4] * 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 Tue, 14 Aug 2012 03:17:17 GMT Sean Bartell [2988aec7] * uspace/app/bithenge/Makefile.linux (modified) * uspace/app/bithenge/blob.c (modified) * uspace/app/bithenge/blob.h (modified) * uspace/app/bithenge/expression.c (modified) * uspace/app/bithenge/expression.h (modified) * uspace/app/bithenge/print.c (modified) * uspace/app/bithenge/script.c (modified) * uspace/app/bithenge/sequence.c (modified) * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) * uspace/dist/src/bithenge/fat.bh (modified) Bithenge: read FAT files/subdirs; self-recursion and more operators 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 Sun, 12 Aug 2012 05:10:17 GMT Sean Bartell [1b6b76d] * uspace/app/bithenge/compound.c (modified) * uspace/app/bithenge/expression.c (modified) * uspace/app/bithenge/sequence.c (modified) * uspace/app/bithenge/transform.c (modified) Bithenge: improve efficiency by making out_size optional in prefix_apply Sun, 12 Aug 2012 04:53:47 GMT Sean Bartell [6be4142] * uspace/app/bithenge/expression.c (modified) * uspace/app/bithenge/print.c (modified) * uspace/app/bithenge/print.h (modified) * uspace/app/bithenge/sequence.c (modified) * uspace/app/bithenge/test.c (modified) * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) * uspace/dist/src/bithenge/fat.bh (modified) Bithenge: print transform errors; fixes and fat.bh improvements Fri, 10 Aug 2012 20:09:36 GMT Sean Bartell [0153c87] * uspace/app/bithenge/expression.c (modified) * uspace/app/bithenge/expression.h (modified) * uspace/app/bithenge/script.c (modified) * uspace/dist/src/bithenge/fat.bh (modified) Bithenge: more FAT, operators, and fixes Thu, 09 Aug 2012 21:18:40 GMT Sean Bartell [c9797067] * uspace/app/bithenge/expression.c (modified) * uspace/app/bithenge/script.c (modified) * uspace/app/bithenge/transform.c (modified) * uspace/dist/src/bithenge/fat.bh (added) Bithenge: initial FAT script, "in" outside expression transforms, and ... Thu, 09 Aug 2012 16:08:22 GMT Sean Bartell [05f5fbf] * contrib/arch/HelenOS.adl (modified) * contrib/bazaar/bzreml/__init__.py (modified) * contrib/bazaar/mbprotect/__init__.py (modified) * defaults/sparc64/ultra/Makefile.config (modified) * release/Makefile (modified) * uspace/lib/c/arch/amd64/include/elf_linux.h (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 Thu, 09 Aug 2012 05:41:00 GMT Sean Bartell [71450c8] * uspace/app/bithenge/script.c (modified) * uspace/dist/src/bithenge/usbdesc.bh (modified) Bithenge: add member expressions and improve USB example Thu, 09 Aug 2012 05:23:54 GMT Sean Bartell [c54f5d0] * uspace/app/bithenge/compound.c (modified) * uspace/app/bithenge/compound.h (modified) * uspace/app/bithenge/script.c (modified) Bithenge: partial transforms Thu, 09 Aug 2012 04:57:22 GMT Sean Bartell [3c70376] * uspace/app/bithenge/Makefile (modified) * uspace/app/bithenge/Makefile.linux (modified) * uspace/app/bithenge/compound.c (added) * uspace/app/bithenge/compound.h (added) * uspace/app/bithenge/expression.c (modified) * uspace/app/bithenge/expression.h (modified) * uspace/app/bithenge/script.c (modified) * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) Bithenge: move compound transforms to separate file; fix warnings Thu, 09 Aug 2012 04:46:44 GMT Sean Bartell [0b60d2d] * uspace/app/bithenge/expression.c (modified) * uspace/app/bithenge/expression.h (modified) * uspace/app/bithenge/script.c (modified) Bithenge: add subblob expressions 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 ... Wed, 08 Aug 2012 04:13:53 GMT Sean Bartell [d8bd2ec] * uspace/app/bithenge/script.c (modified) * uspace/dist/src/bithenge/test.bh (modified) Bithenge: add syntax for inputless transforms Wed, 08 Aug 2012 00:52:22 GMT Sean Bartell [a66ea217] * uspace/app/bithenge/expression.c (modified) * uspace/app/bithenge/expression.h (modified) * uspace/app/bithenge/script.c (modified) * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) * uspace/dist/src/bithenge/test.bh (modified) Bithenge: use expressions to make transforms Tue, 07 Aug 2012 21:35:50 GMT Sean Bartell [ad5c8a48] * uspace/app/bithenge/expression.c (modified) * uspace/app/bithenge/expression.h (modified) * uspace/app/bithenge/script.c (modified) Bithenge: add expressions with binary operators Tue, 07 Aug 2012 05:00:41 GMT Sean Bartell [c12b2ae] * uspace/app/bithenge/expression.c (modified) * uspace/app/bithenge/expression.h (modified) * uspace/app/bithenge/script.c (modified) * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) * uspace/dist/src/bithenge/test-repeat.bh (modified) Bithenge: search for current node members in outer scopes Tue, 07 Aug 2012 04:32:03 GMT Sean Bartell [a8be91a] * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) Bithenge: bithenge_scope_copy can be deleted Tue, 07 Aug 2012 04:30:04 GMT Sean Bartell [0191bd3] * uspace/app/bithenge/expression.c (modified) * uspace/app/bithenge/sequence.c (modified) * uspace/app/bithenge/test.c (modified) * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) Bithenge: keep track of outer scopes and find parameters there Tue, 07 Aug 2012 04:06:14 GMT Sean Bartell [f9c314a5] * uspace/app/bithenge/expression.c (modified) * uspace/app/bithenge/sequence.c (modified) * uspace/app/bithenge/test.c (modified) * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) Bithenge: make scopes reference-counted Mon, 06 Aug 2012 04:15:33 GMT Sean Bartell [0ce0103] * uspace/app/bithenge/blob.c (modified) * uspace/app/bithenge/blob.h (modified) * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) * uspace/dist/src/bithenge/test-bits.bh (added) * uspace/dist/src/bithenge/test-bits.dat (added) Bithenge: implement bitfields 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 ... Sat, 04 Aug 2012 03:51:15 GMT Sean Bartell [c3437d9] * uspace/app/bithenge/script.c (modified) * uspace/app/bithenge/sequence.c (modified) * uspace/app/bithenge/sequence.h (modified) * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) * uspace/dist/src/bithenge/test-repeat.bh (modified) * uspace/dist/src/bithenge/test-repeat.dat (modified) Bithenge: add do{}while() transforms Sat, 04 Aug 2012 00:56:49 GMT Sean Bartell [e3f2765] * uspace/app/bithenge/blob.h (modified) * uspace/app/bithenge/script.c (modified) * uspace/app/bithenge/sequence.c (modified) * uspace/dist/src/bithenge/test-repeat.bh (modified) * uspace/dist/src/bithenge/test-repeat.dat (modified) Bithenge: add repeat without count Fri, 03 Aug 2012 21:03:27 GMT Sean Bartell [0caaaa00] * uspace/app/bithenge/script.c (modified) * uspace/app/bithenge/sequence.c (modified) * uspace/dist/src/bithenge/test-repeat.bh (added) * uspace/dist/src/bithenge/test-repeat.dat (added) Bithenge: add repeat(count) syntax Thu, 02 Aug 2012 22:29:50 GMT Sean Bartell [ee7cc3c] * uspace/app/bithenge/sequence.c (modified) * uspace/app/bithenge/sequence.h (modified) Bithenge: add (untested) repeat transform Thu, 02 Aug 2012 22:08:59 GMT Sean Bartell [0f8062a4] * uspace/app/bithenge/Makefile (modified) * uspace/app/bithenge/Makefile.linux (modified) * uspace/app/bithenge/script.c (modified) * uspace/app/bithenge/sequence.c (added) * uspace/app/bithenge/sequence.h (added) * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) Bithenge: move struct code to sequence.c; factor out non-struct- ... Thu, 02 Aug 2012 21:06:59 GMT Sean Bartell [b8d45e9e] * uspace/app/bithenge/expression.c (modified) * uspace/app/bithenge/script.c (modified) * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) Bithenge: make each transform definition have its own scope 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 ... Wed, 01 Aug 2012 23:43:10 GMT Sean Bartell [cb4a66d2] * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) Bithenge: add transform_prefix_apply - makes struct nodes more ... Wed, 01 Aug 2012 21:59:40 GMT Sean Bartell [47a728e1] * boot/arch/mips32/Makefile.inc (modified) * boot/arch/mips64/Makefile.inc (modified) * boot/generic/src/str.c (modified) * contrib/bazaar/bzreml/__init__.py (modified) * contrib/bazaar/bzreml/setup.py (modified) * contrib/conf/mips32-gx.sh (modified) * defaults/mips32/Makefile.config (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips64/Makefile.inc (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/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/lib/c/include/str.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/srv/loader/interp.S (modified) Merge mainline changes Wed, 01 Aug 2012 21:59:11 GMT Sean Bartell [23db8aa] * uspace/app/bithenge/script.c (modified) Bithenge: style Wed, 01 Aug 2012 20:44:10 GMT Sean Bartell [3f2ea63] * uspace/app/bithenge/expression.c (modified) Bithenge: fix memory leak on error Tue, 31 Jul 2012 21:07:26 GMT Sean Bartell [78d3a00] * uspace/app/bithenge/expression.c (modified) * uspace/app/bithenge/expression.h (modified) * uspace/app/bithenge/script.c (modified) * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) * uspace/app/bithenge/tree.c (modified) * uspace/dist/src/bithenge/test.bh (modified) * uspace/dist/src/bithenge/test.dat (modified) Bithenge: add switch transforms and sugar 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 ... Mon, 30 Jul 2012 02:07:10 GMT Sean Bartell [20ac1a4] * uspace/app/bithenge/expression.c (modified) * uspace/app/bithenge/expression.h (modified) * uspace/app/bithenge/script.c (modified) Bithenge: add syntactic sugar for if in struct Mon, 30 Jul 2012 01:40:55 GMT Sean Bartell [10334c2e] * uspace/app/bithenge/expression.c (modified) * uspace/app/bithenge/expression.h (modified) * uspace/app/bithenge/script.c (modified) * uspace/app/bithenge/tree.c (modified) * uspace/app/bithenge/tree.h (modified) Bithenge: add if_transform 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 ... Sun, 29 Jul 2012 03:07:52 GMT Sean Bartell [d1e580a] * HelenOS.config (modified) * abi/include/ddi/irq.h (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/ppc32/Makefile.inc (modified) * defaults/ppc32/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/generic/include/interrupt.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/irq.c (modified) * uspace/Makefile (modified) * uspace/app/lsusb/Makefile (deleted) * 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/ahci.c (modified) * uspace/drv/block/ahci/ahci.h (modified) * uspace/drv/block/ahci/ahci_hw.h (modified) * 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/char/i8042/i8042.c (modified) * uspace/drv/infrastructure/rootmac/rootmac.c (modified) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/lib/c/arch/ia64/Makefile.common (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/drv/generic/remote_usb.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * 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/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 (moved) Merge mainline changes Sun, 29 Jul 2012 03:02:24 GMT Sean Bartell [d7c8e39f] * uspace/app/bithenge/transform.c (modified) * uspace/dist/src/bithenge/test.bh (modified) Bithenge: struct node performance improvement Sat, 28 Jul 2012 23:43:23 GMT Sean Bartell [84e8a70] * uspace/app/bithenge/transform.c (modified) * uspace/dist/src/bithenge/test.bh (added) * uspace/dist/src/bithenge/test.dat (added) Bithenge: fix struct_transform and add parameter test script Sat, 28 Jul 2012 21:25:49 GMT Sean Bartell [f85ca3f] * uspace/app/bithenge/expression.c (modified) * uspace/app/bithenge/expression.h (modified) * uspace/app/bithenge/script.c (modified) * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) Bithenge: add expressions that use the current node being created