# # ChangeLog for / in mainline # # Generated by Trac 1.5.4 # 2024-05-19T19:06:04Z Sat, 28 Jul 2012 00:20:31 GMT Sean Bartell [03cad47] * uspace/app/bithenge/expression.c (modified) * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) Bithenge: make num_params more dynamic Sat, 28 Jul 2012 00:02:20 GMT Sean Bartell [6e34bd0] * uspace/app/bithenge/Makefile (modified) * uspace/app/bithenge/Makefile.linux (modified) * uspace/app/bithenge/expression.c (added) * uspace/app/bithenge/expression.h (added) * uspace/app/bithenge/transform.h (modified) Bithenge: add expressions Fri, 27 Jul 2012 01:09:05 GMT Sean Bartell [5a7c0e6] * uspace/app/bithenge/test.c (modified) * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) Bithenge: rename transform parameters "scopes" and add room for ... Thu, 26 Jul 2012 22:26:19 GMT Sean Bartell [43788b2] * uspace/app/bithenge/test.c (modified) * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) Bithenge: add transform context in preparation for parameters Tue, 24 Jul 2012 22:19:16 GMT Sean Bartell [842ed146] * uspace/app/bithenge/Makefile.linux (modified) * uspace/app/bithenge/print.c (modified) Bithenge: use indentation in tree output Tue, 24 Jul 2012 21:20:12 GMT Sean Bartell [e8e31d9] * uspace/app/bithenge/tree.c (modified) * uspace/app/bithenge/tree.h (modified) Bithenge: add bithenge_node_get Wed, 18 Jul 2012 22:47:42 GMT Sean Bartell [ff788c3] * uspace/dist/src/bithenge/usbdesc.bh (added) * uspace/dist/src/bithenge/usbkbd.dat (added) Bithenge: add USB descriptor example Wed, 18 Jul 2012 22:43:55 GMT Sean Bartell [5f4cf872] * uspace/app/bithenge/linux/os.h (modified) * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) Bithenge: add more uint transforms Wed, 18 Jul 2012 21:45:07 GMT Sean Bartell [ae49252] * boot/Makefile.common (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/include/mm/page.h (modified) * kernel/arch/amd64/include/mm/page.h (modified) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/arm32/include/mm/page.h (modified) * kernel/arch/ia32/include/mm/page.h (modified) * kernel/arch/ia32/src/mm/page.c (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/arch/mips32/include/mm/page.h (modified) * kernel/arch/ppc32/include/mm/page.h (modified) * kernel/arch/sparc64/src/smp/sun4u/ipi.c (modified) * kernel/genarch/include/mm/page_pt.h (modified) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/generic/include/console/prompt.h (added) * kernel/generic/include/debug.h (modified) * kernel/generic/include/symtab.h (modified) * kernel/generic/include/symtab_lookup.h (added) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/console/prompt.c (added) * kernel/generic/src/debug/symtab.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/tlb.c (modified) * uspace/Makefile (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (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/isa/isa.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/include/ahci_iface.h (added) * uspace/lib/drv/include/remote_ahci.h (added) * 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/main.c (modified) * uspace/srv/hid/console/console.c (modified) Merge mainline changes Wed, 18 Jul 2012 21:21:57 GMT Jakub Jermar [7030bc9] * uspace/drv/nic/ne2k/dp8390.c (modified) Check that the CR_TXP bit in ne2k's CR register is zero after a ... Wed, 18 Jul 2012 17:35:08 GMT Martin Decky [ae3ff9f5] * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ahci/ahci.h (modified) * uspace/drv/block/ahci/ahci_hw.h (modified) * uspace/drv/block/ahci/ahci_sata.h (modified) * uspace/srv/bd/sata_bd/sata_bd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.h (modified) import AHCI updates (comments, fixes) from Petr Jerman (lp:~petr- ... Tue, 17 Jul 2012 16:35:09 GMT Martin Decky [730dce77] * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ahci/ahci_hw.h (modified) * uspace/drv/block/ahci/ahci_sata.h (modified) get rid of the packed structure attribute (there should be no ... Tue, 17 Jul 2012 15:52:55 GMT Martin Decky [a00d555] * uspace/drv/block/ahci/ahci.c (modified) AHCI fixups Tue, 17 Jul 2012 15:14:01 GMT Martin Decky [e435537] * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/console/prompt.c (modified) * kernel/generic/src/debug/symtab.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/srv/hid/console/console.c (modified) cstyle Tue, 17 Jul 2012 14:56:57 GMT Martin Decky [9904eb90] * boot/Makefile.common (modified) * uspace/Makefile (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/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/include/ahci_iface.h (added) * uspace/lib/drv/include/remote_ahci.h (added) * 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) cherrypick initial SATA (AHCI) support, originally by Petr Jerman Tue, 17 Jul 2012 14:55:21 GMT Martin Decky [dfc07c1] * kernel/generic/src/console/prompt.c (modified) cstyle Tue, 10 Jul 2012 13:03:10 GMT Vojtech Horky [f0348c8] * kernel/Makefile (modified) * kernel/generic/include/console/prompt.h (added) * kernel/generic/include/debug.h (modified) * kernel/generic/include/symtab.h (modified) * kernel/generic/include/symtab_lookup.h (added) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/console/prompt.c (added) * kernel/generic/src/debug/symtab.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/srv/hid/console/console.c (modified) Merge kernel console completion and console interface clean-up ... Tue, 10 Jul 2012 12:48:24 GMT Vojtech Horky [f4a8734] * kernel/generic/src/console/prompt.c (modified) C style Tue, 10 Jul 2012 12:40:50 GMT Vojtech Horky [550af2b] * kernel/generic/src/console/prompt.c (modified) Add missing documentation Tue, 10 Jul 2012 12:38:05 GMT Vojtech Horky [aca4a04] * kernel/generic/include/console/prompt.h (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/console/prompt.c (modified) * kernel/generic/src/debug/symtab.c (modified) Extract common code into function Tue, 10 Jul 2012 12:32:56 GMT Vojtech Horky [f0d7bd9] * kernel/Makefile (modified) * kernel/generic/include/console/prompt.h (added) * kernel/generic/include/symtab.h (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/console/prompt.c (added) * kernel/generic/src/debug/symtab.c (modified) Create function for displaying --more-- prompt Tue, 10 Jul 2012 12:01:07 GMT Vojtech Horky [1e01a35] * kernel/generic/include/debug.h (modified) * kernel/generic/include/symtab.h (modified) * kernel/generic/include/symtab_lookup.h (added) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/debug/symtab.c (modified) Symbol table completion for kernel console (#50) Kernel console ... Tue, 10 Jul 2012 11:53:50 GMT Vojtech Horky [b4ca0a9c] * HelenOS.config (modified) * abi/include/proc/uarg.h (modified) * boot/Makefile.build (modified) * boot/Makefile.common (modified) * boot/Makefile.grub (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/include/mm/page.h (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/mm/page.h (modified) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/include/mm/page.h (modified) * kernel/arch/arm32/src/userspace.c (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/mm/page.h (modified) * kernel/arch/ia32/src/mm/page.c (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/src/drivers/ski.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/mips32/include/mm/page.h (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips64/src/mips64.c (modified) * kernel/arch/ppc32/include/mm/page.h (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/src/drivers/niagara.c (modified) * kernel/arch/sparc64/src/proc/sun4u/scheduler.c (modified) * kernel/arch/sparc64/src/proc/sun4v/scheduler.c (modified) * kernel/arch/sparc64/src/proc/thread.c (modified) * kernel/arch/sparc64/src/smp/sun4u/ipi.c (modified) * kernel/arch/sparc64/src/sun4u/sparc64.c (modified) * kernel/arch/sparc64/src/sun4v/sparc64.c (modified) * kernel/genarch/include/mm/page_pt.h (modified) * kernel/genarch/src/kbrd/kbrd.c (modified) * kernel/genarch/src/mm/as_ht.c (modified) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/genarch/src/srln/srln.c (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipcrsc.h (modified) * kernel/generic/include/proc/program.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/adt/btree.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/lib/ra.c (modified) * kernel/generic/src/lib/rd.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/main/uinit.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/mm/tlb.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/spinlock.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/mm/falloc1.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/mm/slab1.c (modified) * kernel/test/mm/slab2.c (modified) * kernel/test/synch/semaphore1.c (modified) * kernel/test/synch/semaphore2.c (modified) * kernel/test/thread/thread1.c (modified) * tools/autotool.py (modified) * tools/dest_build.py (added) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/devctl/devctl.c (modified) * uspace/app/killall/killall.c (modified) * uspace/app/loc/loc.c (modified) * uspace/app/msim/Makefile (added) * uspace/app/msim/Makefile.msim.src (added) * uspace/app/msim/arch_helenos/helenos.h (added) * uspace/app/msim/arch_helenos/input.c (added) * uspace/app/msim/arch_helenos/misc.c (added) * uspace/app/msim/config.h.msim (added) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/sbi/src/mytypes.h (modified) * uspace/app/sysinfo/sysinfo.c (modified) * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/tester/mm/common.c (modified) * uspace/app/tester/mm/mapping1.c (modified) * uspace/app/trace/proto.h (modified) * uspace/app/websrv/websrv.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/ohci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhci/res.c (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/lib/c/arch/ia64/include/fibril.h (modified) * uspace/lib/c/arch/ia64/include/thread.h (modified) * uspace/lib/c/generic/as.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/elf/elf_load.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/inet.c (modified) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/generic/inetping.c (modified) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/mman.c (modified) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/generic/stacktrace.c (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/ipc/loc.h (modified) * uspace/lib/c/include/loc.h (modified) * uspace/lib/c/include/stdarg.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/sys/mman.h (modified) * uspace/lib/clui/tinput.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/drv/generic/log.c (modified) * uspace/lib/drv/generic/logbuf.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/drv/include/ops/hw_res.h (modified) * uspace/lib/drv/include/ops/nic.h (modified) * uspace/lib/fb/imgmap.c (modified) * uspace/lib/fb/screenbuffer.c (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/include/nic_impl.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/errno.h (modified) * uspace/lib/posix/getopt.c (added) * uspace/lib/posix/getopt.h (added) * uspace/lib/posix/pwd.c (modified) * uspace/lib/posix/stdbool.h (modified) * uspace/lib/posix/stdio.h (modified) * uspace/lib/posix/time.c (modified) * uspace/lib/posix/unistd.c (modified) * uspace/lib/posix/unistd.h (modified) * uspace/lib/usb/include/usb/ddfiface.h (modified) * uspace/lib/usb/include/usb/debug.h (modified) * uspace/lib/usb/src/ddfiface.c (modified) * uspace/lib/usb/src/hc.c (modified) * uspace/lib/usbdev/include/usb/dev/driver.h (modified) * uspace/lib/usbdev/include/usb/dev/hub.h (modified) * uspace/lib/usbdev/include/usb/dev/recognise.h (modified) * uspace/lib/usbdev/src/altiface.c (modified) * uspace/lib/usbdev/src/hub.c (modified) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/lib/usbhid/src/hidiface.c (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified) * uspace/lib/usbhost/src/iface.c (modified) * uspace/lib/usbvirt/src/device.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/clipboard/clipboard.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/hid/input/port/adb.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/telnet.h (modified) * uspace/srv/hid/remcons/user.h (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/locsrv/locsrv.h (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/loopip/loopip.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/net/udp/udp.c (modified) * uspace/srv/net/udp/udp_type.h (modified) * uspace/srv/ns/ns.c (modified) * uspace/srv/vfs/vfs.c (modified) Merge mainline changes Mon, 09 Jul 2012 16:33:43 GMT Jakub Jermar [33fc3ae] * uspace/srv/devman/main.c (modified) Do not leak a fun_node_t reference in devman_add_function() when ... Tue, 03 Jul 2012 22:41:46 GMT Jakub Jermar [5e4f22b] * kernel/arch/ia32/src/smp/apic.c (modified) When sending an IPI, wait for its successful delivery. Tue, 03 Jul 2012 20:05:18 GMT Jakub Jermar [bb4c9fca] * kernel/arch/sparc64/src/smp/sun4u/ipi.c (modified) Reverse the condition which ends the loop in cross_call(). Tue, 03 Jul 2012 19:35:41 GMT Jakub Jermar [72e1d6eb] * kernel/arch/abs32le/include/mm/page.h (modified) * kernel/arch/amd64/include/mm/page.h (modified) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/arm32/include/mm/page.h (modified) * kernel/arch/ia32/include/mm/page.h (modified) * kernel/arch/ia32/src/mm/page.c (modified) * kernel/arch/mips32/include/mm/page.h (modified) * kernel/arch/ppc32/include/mm/page.h (modified) * kernel/genarch/include/mm/page_pt.h (modified) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/tlb.c (modified) Merge from lp:~jakub/helenos/mm. Tue, 03 Jul 2012 19:12:41 GMT Jakub Jermar [e943ecf] * kernel/genarch/src/mm/page_pt.c (modified) Add read_barrier()'s to pt_mapping_find(). This is to prevent a ... Mon, 02 Jul 2012 21:31:24 GMT Jakub Jermar [7d68da80] * kernel/genarch/src/mm/page_ht.c (modified) Add a write memory barrier also to ht_mapping_insert(). Sun, 01 Jul 2012 22:28:15 GMT Jakub Jermar [609a417] * kernel/genarch/src/mm/page_pt.c (modified) Add write memory barriers to pt_mapping_insert() so that setting a ... Sun, 01 Jul 2012 22:19:49 GMT Jakub Jermar [0d8269b] * kernel/arch/abs32le/include/mm/page.h (modified) * kernel/arch/amd64/include/mm/page.h (modified) * kernel/arch/arm32/include/mm/page.h (modified) * kernel/arch/ia32/include/mm/page.h (modified) * kernel/arch/mips32/include/mm/page.h (modified) * kernel/arch/ppc32/include/mm/page.h (modified) * kernel/genarch/include/mm/page_pt.h (modified) Add macros for setting the present bit in PTEs separately. Sun, 01 Jul 2012 16:29:32 GMT Jakub Jermar [9432f08] * kernel/generic/src/mm/tlb.c (modified) Process all TLB messages or until TLB_INVL_ALL is reached. - ... Fri, 29 Jun 2012 15:31:44 GMT Jakub Jermar [e6a78b9] * HelenOS.config (modified) * abi/include/proc/uarg.h (modified) * boot/Makefile.build (modified) * boot/Makefile.common (modified) * boot/Makefile.grub (modified) * kernel/Makefile (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/src/userspace.c (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/src/drivers/ski.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips64/src/mips64.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/src/drivers/niagara.c (modified) * kernel/arch/sparc64/src/proc/sun4u/scheduler.c (modified) * kernel/arch/sparc64/src/proc/sun4v/scheduler.c (modified) * kernel/arch/sparc64/src/proc/thread.c (modified) * kernel/arch/sparc64/src/sun4u/sparc64.c (modified) * kernel/arch/sparc64/src/sun4v/sparc64.c (modified) * kernel/genarch/src/kbrd/kbrd.c (modified) * kernel/genarch/src/mm/as_ht.c (modified) * kernel/genarch/src/srln/srln.c (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipcrsc.h (modified) * kernel/generic/include/proc/program.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/adt/btree.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/lib/ra.c (modified) * kernel/generic/src/lib/rd.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/main/uinit.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/mutex.c (modified) * kernel/generic/src/synch/spinlock.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/mm/falloc1.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/mm/slab1.c (modified) * kernel/test/mm/slab2.c (modified) * kernel/test/synch/semaphore1.c (modified) * kernel/test/synch/semaphore2.c (modified) * kernel/test/thread/thread1.c (modified) * tools/autotool.py (modified) * tools/checkers/clang.py (modified) * tools/checkers/stanse.py (modified) * tools/checkers/vcc.py (modified) * tools/dest_build.py (added) * tools/filldir.py (modified) * tools/gentestfile.py (modified) * tools/mkfat.py (modified) * tools/mkuimage.py (modified) * tools/toolchain.sh (modified) * tools/xstruct.py (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/TODO (modified) * uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.h (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/echo/echo.c (added) * uspace/app/bdsh/cmds/modules/echo/echo.h (added) * uspace/app/bdsh/cmds/modules/echo/echo_def.h (added) * uspace/app/bdsh/cmds/modules/echo/entry.h (added) * uspace/app/bdsh/cmds/modules/help/help.h (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.h (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/printf/TODO (added) * uspace/app/bdsh/cmds/modules/printf/entry.h (added) * uspace/app/bdsh/cmds/modules/printf/printf.c (added) * uspace/app/bdsh/cmds/modules/printf/printf.h (added) * uspace/app/bdsh/cmds/modules/printf/printf_def.h (added) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.h (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/devctl/devctl.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/edit/sheet.c (modified) * uspace/app/inet/Makefile (moved) * uspace/app/inet/inet.c (moved) * uspace/app/init/init.c (modified) * uspace/app/killall/killall.c (modified) * uspace/app/loc/Makefile (moved) * uspace/app/loc/loc.c (moved) * uspace/app/msim/Makefile (added) * uspace/app/msim/Makefile.msim.src (added) * uspace/app/msim/arch_helenos/helenos.h (added) * uspace/app/msim/arch_helenos/input.c (added) * uspace/app/msim/arch_helenos/misc.c (added) * uspace/app/msim/config.h.msim (added) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/nterm/Makefile (added) * uspace/app/nterm/conn.c (added) * uspace/app/nterm/conn.h (added) * uspace/app/nterm/nterm.c (added) * uspace/app/nterm/nterm.h (added) * uspace/app/sbi/src/mytypes.h (modified) * uspace/app/sbi/src/stype.c (modified) * uspace/app/sysinfo/sysinfo.c (modified) * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/tester/mm/common.c (modified) * uspace/app/tester/mm/mapping1.c (modified) * uspace/app/trace/proto.h (modified) * uspace/app/websrv/websrv.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/ohci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhci/res.c (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/lib/c/arch/ia64/include/fibril.h (modified) * uspace/lib/c/arch/ia64/include/thread.h (modified) * uspace/lib/c/generic/as.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/elf/elf_load.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/inet.c (modified) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/generic/inetping.c (modified) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/mman.c (modified) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/generic/stacktrace.c (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/ipc/loc.h (modified) * uspace/lib/c/include/loc.h (modified) * uspace/lib/c/include/stdarg.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/sys/mman.h (modified) * uspace/lib/c/include/unistd.h (modified) * uspace/lib/clui/tinput.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/drv/generic/log.c (modified) * uspace/lib/drv/generic/logbuf.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/drv/include/ops/hw_res.h (modified) * uspace/lib/drv/include/ops/nic.h (modified) * uspace/lib/fb/imgmap.c (modified) * uspace/lib/fb/screenbuffer.c (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/include/nic_impl.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/errno.h (modified) * uspace/lib/posix/getopt.c (added) * uspace/lib/posix/getopt.h (added) * uspace/lib/posix/pwd.c (modified) * uspace/lib/posix/stdbool.h (modified) * uspace/lib/posix/stdio.h (modified) * uspace/lib/posix/time.c (modified) * uspace/lib/posix/unistd.c (modified) * uspace/lib/posix/unistd.h (modified) * uspace/lib/usb/include/usb/ddfiface.h (modified) * uspace/lib/usb/include/usb/debug.h (modified) * uspace/lib/usb/src/ddfiface.c (modified) * uspace/lib/usb/src/hc.c (modified) * uspace/lib/usbdev/include/usb/dev/driver.h (modified) * uspace/lib/usbdev/include/usb/dev/hub.h (modified) * uspace/lib/usbdev/include/usb/dev/recognise.h (modified) * uspace/lib/usbdev/src/altiface.c (modified) * uspace/lib/usbdev/src/hub.c (modified) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/lib/usbhid/src/hidiface.c (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified) * uspace/lib/usbhost/src/iface.c (modified) * uspace/lib/usbvirt/src/device.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/clipboard/clipboard.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/hid/input/port/adb.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/telnet.h (modified) * uspace/srv/hid/remcons/user.h (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/locsrv/Makefile (moved) * uspace/srv/locsrv/category.c (moved) * uspace/srv/locsrv/category.h (moved) * uspace/srv/locsrv/locsrv.c (moved) * uspace/srv/locsrv/locsrv.h (moved) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/inetsrv/Makefile (moved) * uspace/srv/net/inetsrv/addrobj.c (moved) * uspace/srv/net/inetsrv/addrobj.h (moved) * uspace/srv/net/inetsrv/icmp.c (moved) * uspace/srv/net/inetsrv/icmp.h (moved) * uspace/srv/net/inetsrv/icmp_std.h (moved) * uspace/srv/net/inetsrv/inet_link.c (moved) * uspace/srv/net/inetsrv/inet_link.h (moved) * uspace/srv/net/inetsrv/inet_std.h (moved) * uspace/srv/net/inetsrv/inet_util.c (moved) * uspace/srv/net/inetsrv/inet_util.h (moved) * uspace/srv/net/inetsrv/inetcfg.c (moved) * uspace/srv/net/inetsrv/inetcfg.h (moved) * uspace/srv/net/inetsrv/inetping.c (moved) * uspace/srv/net/inetsrv/inetping.h (moved) * uspace/srv/net/inetsrv/inetsrv.c (moved) * uspace/srv/net/inetsrv/inetsrv.h (moved) * uspace/srv/net/inetsrv/pdu.c (moved) * uspace/srv/net/inetsrv/pdu.h (moved) * uspace/srv/net/inetsrv/reass.c (moved) * uspace/srv/net/inetsrv/reass.h (moved) * uspace/srv/net/inetsrv/sroute.c (moved) * uspace/srv/net/inetsrv/sroute.h (moved) * uspace/srv/net/loopip/loopip.c (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/ncsim.c (modified) * uspace/srv/net/tcp/ncsim.h (modified) * uspace/srv/net/tcp/rqueue.c (modified) * uspace/srv/net/tcp/rqueue.h (modified) * uspace/srv/net/tcp/segment.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/tcp_type.h (modified) * uspace/srv/net/tcp/test.c (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/net/udp/udp.c (modified) * uspace/srv/net/udp/udp_type.h (modified) * uspace/srv/ns/ns.c (modified) * uspace/srv/vfs/vfs.c (modified) Merge mainline changes. Fri, 29 Jun 2012 10:40:14 GMT Jan Vesely [0bbd13e] * uspace/drv/bus/isa/isa.c (modified) isa: Fix memory leaks. function name is str_duped Wed, 27 Jun 2012 20:34:18 GMT Sean Bartell [349e510d] * kernel/generic/src/proc/thread.c (modified) * tools/toolchain.sh (modified) Merge mainline changes Wed, 27 Jun 2012 20:32:59 GMT Sean Bartell [02dcb20] * uspace/app/bithenge/script.c (modified) * uspace/dist/src/bithenge/trip.bh (added) * uspace/dist/src/bithenge/trip.dat (added) Bithenge: add test files and comment support Wed, 27 Jun 2012 20:10:30 GMT Sean Bartell [600f5d1] * uspace/app/bithenge/helenos/os.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) Bithenge: add composition, ascii, and zero_terminated Wed, 27 Jun 2012 03:35:43 GMT Sean Bartell [978ccaf1] * uspace/app/bithenge/blob.c (modified) * uspace/app/bithenge/blob.h (modified) * uspace/app/bithenge/file.c (modified) * uspace/app/bithenge/helenos/block.c (modified) * uspace/app/bithenge/script.c (modified) * uspace/app/bithenge/script.h (modified) * uspace/app/bithenge/source.c (modified) * uspace/app/bithenge/source.h (modified) * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) * uspace/app/bithenge/tree.c (modified) * uspace/app/bithenge/tree.h (modified) Bithenge: various cleanup and tweaks Tue, 26 Jun 2012 19:56:26 GMT Sean Bartell [04a7435f] * uspace/app/bithenge/Makefile.linux (modified) * uspace/app/bithenge/blob.c (modified) * uspace/app/bithenge/blob.h (modified) * uspace/app/bithenge/print.c (modified) * uspace/app/bithenge/script.c (modified) * uspace/app/bithenge/test.c (modified) * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) * uspace/app/bithenge/tree.c (modified) * uspace/app/bithenge/tree.h (modified) Bithenge: add the struct transform Sun, 24 Jun 2012 19:24:35 GMT Sean Bartell [f2da0bb] * uspace/app/bithenge/blob.c (modified) * uspace/app/bithenge/script.c (modified) * uspace/app/bithenge/test.c (modified) * uspace/app/bithenge/transform.h (modified) * uspace/app/bithenge/tree.c (modified) * uspace/app/bithenge/tree.h (modified) Bithenge: use reference counting for nodes Sun, 24 Jun 2012 18:44:34 GMT Sean Bartell [0d1a8fd] * uspace/app/bithenge/linux/os.h (modified) * uspace/app/bithenge/script.c (modified) * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) Bithenge: allow primitive transforms in scripts Sun, 24 Jun 2012 17:32:30 GMT Sean Bartell [03b2b2c] * uspace/app/bithenge/Makefile (modified) * uspace/app/bithenge/Makefile.linux (modified) * uspace/app/bithenge/helenos/os.h (modified) * uspace/app/bithenge/linux/os.h (modified) * uspace/app/bithenge/script.c (added) * uspace/app/bithenge/script.h (added) * uspace/app/bithenge/test.c (modified) * uspace/app/bithenge/transform.h (modified) Bithenge: add working but useless script parser. Sat, 23 Jun 2012 18:24:21 GMT Sean Bartell [da0fef6] * uspace/app/bithenge/Makefile (modified) * uspace/app/bithenge/Makefile.linux (added) * uspace/app/bithenge/blob.c (modified) * uspace/app/bithenge/file.c (modified) * uspace/app/bithenge/helenos/block.c (moved) * uspace/app/bithenge/helenos/block.h (moved) * uspace/app/bithenge/helenos/os.h (added) * uspace/app/bithenge/linux/os.h (added) * uspace/app/bithenge/print.c (modified) * uspace/app/bithenge/source.c (added) * uspace/app/bithenge/source.h (added) * uspace/app/bithenge/test.c (modified) * uspace/app/bithenge/transform.c (modified) * uspace/app/bithenge/transform.h (modified) * uspace/app/bithenge/tree.c (modified) * uspace/app/bithenge/tree.h (modified) Bithenge: port to Linux and allow choosing a data source Fri, 22 Jun 2012 17:15:02 GMT Martin Decky [baf8fbb] * tools/toolchain.sh (modified) improve the chance of toolchain successfully compiling on less ... Fri, 22 Jun 2012 05:32:30 GMT Sean Bartell [d5070ef] * uspace/app/bithenge/Makefile (modified) * uspace/app/bithenge/blob.c (modified) * uspace/app/bithenge/blob.h (modified) * uspace/app/bithenge/transform.c (added) * uspace/app/bithenge/transform.h (added) * uspace/app/bithenge/tree.c (modified) * uspace/app/bithenge/tree.h (modified) Bithenge: transforms and uint32le_transform Wed, 20 Jun 2012 23:52:58 GMT Jakub Jermar [f22dc820] * kernel/generic/src/proc/thread.c (modified) Honour the prohibition of migration also in thread_ready(). Wed, 20 Jun 2012 23:03:29 GMT Sean Bartell [8b36bf2] * HelenOS.config (modified) * abi/include/proc/uarg.h (modified) * boot/Makefile.build (modified) * boot/Makefile.grub (modified) * kernel/Makefile (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/src/userspace.c (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/src/drivers/ski.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips64/src/mips64.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/src/drivers/niagara.c (modified) * kernel/arch/sparc64/src/proc/sun4u/scheduler.c (modified) * kernel/arch/sparc64/src/proc/sun4v/scheduler.c (modified) * kernel/arch/sparc64/src/proc/thread.c (modified) * kernel/arch/sparc64/src/sun4u/sparc64.c (modified) * kernel/arch/sparc64/src/sun4v/sparc64.c (modified) * kernel/genarch/src/kbrd/kbrd.c (modified) * kernel/genarch/src/mm/as_ht.c (modified) * kernel/genarch/src/srln/srln.c (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/adt/btree.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/lib/ra.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/main/uinit.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/mm/falloc1.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/mm/slab1.c (modified) * kernel/test/mm/slab2.c (modified) * kernel/test/synch/semaphore1.c (modified) * kernel/test/synch/semaphore2.c (modified) * kernel/test/thread/thread1.c (modified) * tools/autotool.py (modified) * tools/dest_build.py (added) * tools/toolchain.sh (modified) * uspace/Makefile.common (modified) * uspace/app/devctl/devctl.c (modified) * uspace/app/loc/loc.c (modified) * uspace/app/tester/mm/common.c (modified) * uspace/app/tester/mm/mapping1.c (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/lib/c/arch/ia64/include/fibril.h (modified) * uspace/lib/c/arch/ia64/include/thread.h (modified) * uspace/lib/c/generic/as.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/elf/elf_load.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/mman.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/ipc/loc.h (modified) * uspace/lib/c/include/loc.h (modified) * uspace/lib/c/include/sys/mman.h (modified) * uspace/lib/fb/imgmap.c (modified) * uspace/lib/fb/screenbuffer.c (modified) * uspace/lib/fs/libfs.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (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/devman/main.c (modified) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/net/udp/udp.c (modified) * uspace/srv/net/udp/udp_type.h (modified) * uspace/srv/vfs/vfs.c (modified) Merge mainline changes Wed, 20 Jun 2012 16:18:37 GMT Martin Decky [6eef3c4] * kernel/arch/ia64/src/drivers/ski.c (modified) * kernel/arch/sparc64/src/drivers/niagara.c (modified) * kernel/arch/sparc64/src/proc/sun4u/scheduler.c (modified) * kernel/arch/sparc64/src/proc/sun4v/scheduler.c (modified) * kernel/arch/sparc64/src/proc/thread.c (modified) * kernel/genarch/src/kbrd/kbrd.c (modified) * kernel/genarch/src/srln/srln.c (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/mm/slab1.c (modified) * kernel/test/mm/slab2.c (modified) * kernel/test/synch/semaphore1.c (modified) * kernel/test/synch/semaphore2.c (modified) * kernel/test/thread/thread1.c (modified) cleanup thread_create() and thread_t structure - remove 'flag' ... Wed, 20 Jun 2012 11:54:56 GMT Martin Decky [abfc9f3] * kernel/test/mm/falloc1.c (modified) * kernel/test/mm/falloc2.c (modified) cstyle Wed, 20 Jun 2012 11:45:35 GMT Martin Decky [f97f1e51] * kernel/genarch/src/mm/as_ht.c (modified) * kernel/generic/src/adt/btree.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/lib/ra.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/test/mm/slab2.c (modified) unify slab cache naming scheme (according to the type name) Tue, 19 Jun 2012 21:29:03 GMT Martin Decky [22cec678] * tools/toolchain.sh (modified) bump GCC to 4.7.1 Wed, 13 Jun 2012 22:11:03 GMT Jiri Svoboda [75b9c3d] * uspace/app/loc/loc.c (modified) Remove category ID from loc output. Wed, 13 Jun 2012 22:03:59 GMT Jiri Svoboda [a3fcfba] * uspace/app/loc/loc.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/include/ipc/loc.h (modified) * uspace/lib/c/include/loc.h (modified) * uspace/srv/locsrv/locsrv.c (modified) In loc print server name instead of handle. Wed, 13 Jun 2012 21:44:47 GMT Jiri Svoboda [3f57fb7] * uspace/app/devctl/devctl.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/srv/devman/main.c (modified) In devctl print driver name for child of each function (and not the ... Wed, 13 Jun 2012 21:31:34 GMT Jiri Svoboda [375e501] * uspace/lib/c/generic/async.c (modified) Fix async_forget(). The reply to a forgotten message was being ... Wed, 13 Jun 2012 13:17:46 GMT Martin Decky [2902e1bb] * abi/include/proc/uarg.h (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/src/userspace.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips64/src/mips64.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/src/sun4u/sparc64.c (modified) * kernel/arch/sparc64/src/sun4v/sparc64.c (modified) * kernel/generic/src/main/uinit.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/thread.c (modified) * uspace/lib/c/arch/ia64/include/fibril.h (modified) * uspace/lib/c/arch/ia64/include/thread.h (modified) * uspace/lib/c/generic/thread.c (modified) add support for variable uspace stack size create individual address ... Wed, 13 Jun 2012 13:16:19 GMT Martin Decky [faba839] * uspace/app/tester/mm/common.c (modified) * uspace/app/tester/mm/mapping1.c (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/lib/c/generic/as.c (modified) * uspace/lib/c/generic/elf/elf_load.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/mman.c (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/sys/mman.h (modified) * uspace/lib/fb/imgmap.c (modified) * uspace/lib/fb/screenbuffer.c (modified) * uspace/lib/fs/libfs.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (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/hid/fb/fb.c (modified) * uspace/srv/vfs/vfs.c (modified) use symbolic values for address space constants Tue, 12 Jun 2012 22:09:11 GMT Jiri Svoboda [32d19f7] * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/net/udp/udp.c (modified) * uspace/srv/net/udp/udp_type.h (modified) Make UDP reception asynchronous using receive fibril. Fri, 08 Jun 2012 07:02:55 GMT Sean Bartell [8375d0eb] * uspace/app/bithenge/blob.c (modified) * uspace/app/bithenge/blob.h (modified) * uspace/app/bithenge/block.c (modified) * uspace/app/bithenge/file.c (modified) * uspace/app/bithenge/print.c (modified) * uspace/app/bithenge/print.h (modified) * uspace/app/bithenge/tree.c (modified) * uspace/app/bithenge/tree.h (modified) Bithenge: add Doxygen comments Thu, 07 Jun 2012 17:00:12 GMT Sean Bartell [5c925ce] * uspace/app/bithenge/blob.c (modified) * uspace/app/bithenge/blob.h (modified) * uspace/app/bithenge/block.c (modified) * uspace/app/bithenge/block.h (modified) * uspace/app/bithenge/file.c (modified) * uspace/app/bithenge/file.h (modified) * uspace/app/bithenge/print.c (modified) * uspace/app/bithenge/test.c (modified) * uspace/app/bithenge/tree.c (modified) * uspace/app/bithenge/tree.h (modified) Bithenge: make blobs a type of node Thu, 07 Jun 2012 09:03:24 GMT Jakub Jermar [34ab31c] * kernel/arch/amd64/src/mm/page.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) Cosmetic reordering of page protection bits. Thu, 07 Jun 2012 08:53:19 GMT Jakub Jermar [306f0de] * kernel/arch/ia32/src/mm/page.c (modified) Make kernel identity on ia32 use global mapping for its entire range. Thu, 07 Jun 2012 04:03:16 GMT Sean Bartell [5f679702] * uspace/app/bithenge/print.c (modified) * uspace/app/bithenge/tree.c (modified) * uspace/app/bithenge/tree.h (modified) Bithenge: simplification Wed, 06 Jun 2012 21:13:29 GMT Sean Bartell [520acaf] * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipcrsc.h (modified) * kernel/generic/include/proc/program.h (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/lib/rd.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/synch/spinlock.c (modified) * tools/toolchain.sh (modified) * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/trace/proto.h (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/uhci/res.c (modified) * uspace/lib/c/generic/inet.c (modified) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/generic/inetping.c (modified) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/drv/generic/log.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/drv/include/ops/hw_res.h (modified) * uspace/lib/drv/include/ops/nic.h (modified) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/include/nic_impl.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/posix/stdbool.h (modified) * uspace/lib/usb/include/usb/ddfiface.h (modified) * uspace/lib/usb/include/usb/debug.h (modified) * uspace/lib/usb/src/ddfiface.c (modified) * uspace/lib/usb/src/hc.c (modified) * uspace/lib/usbdev/include/usb/dev/driver.h (modified) * uspace/lib/usbdev/include/usb/dev/hub.h (modified) * uspace/lib/usbdev/include/usb/dev/recognise.h (modified) * uspace/lib/usbdev/src/altiface.c (modified) * uspace/lib/usbdev/src/hub.c (modified) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/lib/usbhid/src/hidiface.c (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified) * uspace/lib/usbhost/src/iface.c (modified) * uspace/lib/usbvirt/src/device.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/clipboard/clipboard.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/hid/input/port/adb.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/telnet.h (modified) * uspace/srv/hid/remcons/user.h (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/locsrv/locsrv.h (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/loopip/loopip.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/ns/ns.c (modified) * uspace/srv/vfs/vfs.c (modified) Merge mainline changes Wed, 06 Jun 2012 21:12:38 GMT Sean Bartell [11b9ad7] * uspace/app/bithenge/Makefile (modified) * uspace/app/bithenge/print.c (added) * uspace/app/bithenge/print.h (added) * uspace/app/bithenge/test.c (modified) * uspace/app/bithenge/tree.c (added) * uspace/app/bithenge/tree.h (added) Bithenge: tree API and JSON/Python printing Sat, 02 Jun 2012 16:43:01 GMT Jakub Jermar [2689a0b] * HelenOS.config (modified) * boot/Makefile.build (modified) * kernel/Makefile (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/sparc64/Makefile.inc (modified) * tools/autotool.py (modified) * uspace/Makefile.common (modified) Remove long unmaintained support for building with suncc. Fri, 08 Jun 2012 12:59:47 GMT Martin Decky [491f773] * tools/dest_build.py (added) add out-of-source-tree building tool Fri, 08 Jun 2012 12:58:45 GMT Martin Decky [c573e0f] * boot/Makefile.grub (modified) make sure we copy content (not links potentially) when installing GRUB Fri, 01 Jun 2012 19:26:32 GMT Martin Decky [3123d2a] * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/hid/input/port/adb.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/telnet.h (modified) * uspace/srv/hid/remcons/user.h (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) trivial changes (error code reporting, messages) Fri, 01 Jun 2012 19:23:48 GMT Martin Decky [2f90b46] * uspace/srv/hid/console/console.c (modified) trivial condition change Fri, 01 Jun 2012 19:22:37 GMT Martin Decky [b39b5cb] * uspace/srv/loader/main.c (modified) trivial changes (error code reporting, messages) Fri, 01 Jun 2012 19:20:47 GMT Martin Decky [1b054a6f] * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) trivial changes (error code reporting, messages) Fri, 01 Jun 2012 19:17:07 GMT Martin Decky [50ad3f3] * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/locsrv/locsrv.h (modified) trivial changes (error code reporting, messages) Fri, 01 Jun 2012 19:14:43 GMT Martin Decky [b16e77d] * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) trivial changes (error code reporting, messages) Fri, 01 Jun 2012 19:12:06 GMT Martin Decky [1038a9c] * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/loopip/loopip.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/udp/sock.c (modified) cstyle (no change in functionality) Fri, 01 Jun 2012 19:09:51 GMT Martin Decky [a47f522] * uspace/srv/clipboard/clipboard.c (modified) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/ns/ns.c (modified) * uspace/srv/vfs/vfs.c (modified) trivial changes (error code reporting, messages) Fri, 01 Jun 2012 19:07:55 GMT Martin Decky [d92c1ca] * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/uhci/res.c (modified) cstyle (no change in functionality) Fri, 01 Jun 2012 19:06:17 GMT Martin Decky [b713ff80] * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/trace/proto.h (modified) cstyle (no change in functionality) Fri, 01 Jun 2012 19:00:32 GMT Martin Decky [77ad86c] * uspace/lib/c/generic/inet.c (modified) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/generic/inetping.c (modified) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/drv/generic/log.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/drv/include/ops/hw_res.h (modified) * uspace/lib/drv/include/ops/nic.h (modified) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/include/nic_impl.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/posix/stdbool.h (modified) * uspace/lib/usb/include/usb/ddfiface.h (modified) * uspace/lib/usb/include/usb/debug.h (modified) * uspace/lib/usb/src/ddfiface.c (modified) * uspace/lib/usb/src/hc.c (modified) * uspace/lib/usbdev/include/usb/dev/driver.h (modified) * uspace/lib/usbdev/include/usb/dev/hub.h (modified) * uspace/lib/usbdev/include/usb/dev/recognise.h (modified) * uspace/lib/usbdev/src/altiface.c (modified) * uspace/lib/usbdev/src/hub.c (modified) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/lib/usbhid/src/hidiface.c (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified) * uspace/lib/usbhost/src/iface.c (modified) * uspace/lib/usbvirt/src/device.c (modified) cstyle (no change in functionality) Fri, 01 Jun 2012 18:55:03 GMT Martin Decky [4e5dabf] * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipcrsc.h (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/synch/spinlock.c (modified) cstyle (no change in functionality) Fri, 01 Jun 2012 00:04:30 GMT Sean Bartell [50985c34] * uspace/app/bithenge/file.c (modified) * uspace/app/bithenge/file.h (modified) * uspace/app/bithenge/test.c (modified) Bithenge: create file blobs from fds and FILE*s Thu, 31 May 2012 17:33:41 GMT Martin Decky [db675dd] * kernel/generic/include/proc/program.h (modified) * kernel/generic/src/lib/rd.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/proc/program.c (modified) print more informative messages about init tasks, the loader and the ... Thu, 31 May 2012 16:54:28 GMT Martin Decky [6abb346] * tools/toolchain.sh (modified) add support for 2-way parallel compilation (for machines with less ... Thu, 31 May 2012 04:01:28 GMT Sean Bartell [5c5c346a] * uspace/app/bithenge/Makefile (modified) * uspace/app/bithenge/block.c (modified) * uspace/app/bithenge/file.c (added) * uspace/app/bithenge/file.h (added) * uspace/app/bithenge/test.c (modified) Bithenge: file blobs Wed, 30 May 2012 20:36:37 GMT Sean Bartell [4b16422] * kernel/generic/src/proc/program.c (modified) * tools/checkers/clang.py (modified) * tools/checkers/stanse.py (modified) * tools/checkers/vcc.py (modified) * tools/filldir.py (modified) * tools/gentestfile.py (modified) * tools/mkfat.py (modified) * tools/mkuimage.py (modified) * tools/xstruct.py (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/TODO (modified) * uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.h (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/echo/echo.c (added) * uspace/app/bdsh/cmds/modules/echo/echo.h (added) * uspace/app/bdsh/cmds/modules/echo/echo_def.h (added) * uspace/app/bdsh/cmds/modules/echo/entry.h (added) * uspace/app/bdsh/cmds/modules/help/help.h (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.h (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/printf/TODO (added) * uspace/app/bdsh/cmds/modules/printf/entry.h (added) * uspace/app/bdsh/cmds/modules/printf/printf.c (added) * uspace/app/bdsh/cmds/modules/printf/printf.h (added) * uspace/app/bdsh/cmds/modules/printf/printf_def.h (added) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.h (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/edit/sheet.c (modified) * uspace/lib/c/include/unistd.h (modified) Merge mainline changes Wed, 30 May 2012 16:41:28 GMT Martin Decky [692be1ae] * kernel/generic/src/proc/program.c (modified) print elf_load() return value if CONFIG_LOG is set Wed, 30 May 2012 01:11:32 GMT Sean Bartell [ce683ed3] * uspace/app/bithenge/blob.c (modified) * uspace/app/bithenge/blob.h (modified) * uspace/app/bithenge/block.c (modified) * uspace/app/bithenge/test.c (modified) bithenge: add blobs created from memory buffers Fri, 25 May 2012 04:15:57 GMT Sean Bartell [1923501] * uspace/app/bithenge/blob.c (modified) * uspace/app/bithenge/block.c (modified) Bithenge: use separate functions instead of casts. Fri, 25 May 2012 03:49:21 GMT Sean Bartell [743ce51] * uspace/app/bithenge/Makefile (modified) * uspace/app/bithenge/blob.c (modified) * uspace/app/bithenge/blob.h (modified) * uspace/app/bithenge/block.c (modified) * uspace/app/bithenge/block.h (modified) * uspace/app/bithenge/test.c (modified) Bithenge: various fixes and style. Thu, 24 May 2012 14:24:15 GMT Vojtech Horky [a33706e] * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) Bdsh/cat can read from stdin as well Thu, 24 May 2012 14:22:21 GMT Vojtech Horky [a58bc8b] * uspace/srv/hid/console/console.c (modified) Console does not send special keys on its VFS interface Also, ... Thu, 24 May 2012 05:25:15 GMT Sean Bartell [a54bd98] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/bithenge/Makefile (added) * uspace/app/bithenge/blob.c (added) * uspace/app/bithenge/blob.h (added) * uspace/app/bithenge/block.c (added) * uspace/app/bithenge/block.h (added) * uspace/app/bithenge/test.c (added) Bithenge: binary blobs. - Create binary blobs from random-access or ... Wed, 23 May 2012 12:03:26 GMT Vojtech Horky [df3f85f] * tools/checkers/clang.py (modified) * tools/checkers/stanse.py (modified) * tools/checkers/vcc.py (modified) * tools/filldir.py (modified) * tools/gentestfile.py (modified) * tools/mkfat.py (modified) * tools/mkuimage.py (modified) * tools/xstruct.py (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/TODO (modified) * uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.h (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/echo/echo.c (added) * uspace/app/bdsh/cmds/modules/echo/echo.h (added) * uspace/app/bdsh/cmds/modules/echo/echo_def.h (added) * uspace/app/bdsh/cmds/modules/echo/entry.h (added) * uspace/app/bdsh/cmds/modules/help/help.h (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.h (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/printf/TODO (added) * uspace/app/bdsh/cmds/modules/printf/entry.h (added) * uspace/app/bdsh/cmds/modules/printf/printf.c (added) * uspace/app/bdsh/cmds/modules/printf/printf.h (added) * uspace/app/bdsh/cmds/modules/printf/printf_def.h (added) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.h (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/edit/sheet.c (modified) * uspace/lib/c/include/unistd.h (modified) Merge GSOC-originated patches Merge from ... Tue, 22 May 2012 10:31:25 GMT Vojtech Horky [67435b1] * tools/mkfat.py (modified) * tools/xstruct.py (modified) Make tools work with Python 3 again Fri, 18 May 2012 11:31:26 GMT Vojtech Horky [c196671] * HelenOS.config (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/killall/killall.c (modified) * uspace/app/msim/Makefile (added) * uspace/app/msim/Makefile.msim.src (added) * uspace/app/msim/arch_helenos/helenos.h (added) * uspace/app/msim/arch_helenos/input.c (added) * uspace/app/msim/arch_helenos/misc.c (added) * uspace/app/msim/config.h.msim (added) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/sbi/src/mytypes.h (modified) * uspace/app/sysinfo/sysinfo.c (modified) * uspace/app/websrv/websrv.c (modified) * uspace/drv/bus/usb/ohci/utils/malloc32.h (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/lib/c/generic/stacktrace.c (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/stdarg.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/clui/tinput.h (modified) * uspace/lib/drv/generic/logbuf.c (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/errno.h (modified) * uspace/lib/posix/getopt.c (added) * uspace/lib/posix/getopt.h (added) * uspace/lib/posix/pwd.c (modified) * uspace/lib/posix/stdbool.h (modified) * uspace/lib/posix/stdio.h (modified) * uspace/lib/posix/time.c (modified) * uspace/lib/posix/unistd.c (modified) * uspace/lib/posix/unistd.h (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) Merge MSIM simulator port (#401) Merged from ... Fri, 18 May 2012 08:14:19 GMT Vojtech Horky [c4b0317] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/inet/Makefile (moved) * uspace/app/inet/inet.c (moved) * uspace/app/init/init.c (modified) * uspace/app/loc/Makefile (moved) * uspace/app/loc/loc.c (moved) * uspace/app/sbi/src/stype.c (modified) * uspace/app/websrv/websrv.c (modified) * uspace/lib/usb/src/hc.c (modified) * uspace/srv/locsrv/Makefile (moved) * uspace/srv/locsrv/category.c (moved) * uspace/srv/locsrv/category.h (moved) * uspace/srv/locsrv/locsrv.c (moved) * uspace/srv/locsrv/locsrv.h (moved) * uspace/srv/net/inetsrv/Makefile (moved) * uspace/srv/net/inetsrv/addrobj.c (moved) * uspace/srv/net/inetsrv/addrobj.h (moved) * uspace/srv/net/inetsrv/icmp.c (moved) * uspace/srv/net/inetsrv/icmp.h (moved) * uspace/srv/net/inetsrv/icmp_std.h (moved) * uspace/srv/net/inetsrv/inet_link.c (moved) * uspace/srv/net/inetsrv/inet_link.h (moved) * uspace/srv/net/inetsrv/inet_std.h (moved) * uspace/srv/net/inetsrv/inet_util.c (moved) * uspace/srv/net/inetsrv/inet_util.h (moved) * uspace/srv/net/inetsrv/inetcfg.c (moved) * uspace/srv/net/inetsrv/inetcfg.h (moved) * uspace/srv/net/inetsrv/inetping.c (moved) * uspace/srv/net/inetsrv/inetping.h (moved) * uspace/srv/net/inetsrv/inetsrv.c (moved) * uspace/srv/net/inetsrv/inetsrv.h (moved) * uspace/srv/net/inetsrv/pdu.c (moved) * uspace/srv/net/inetsrv/pdu.h (moved) * uspace/srv/net/inetsrv/reass.c (moved) * uspace/srv/net/inetsrv/reass.h (moved) * uspace/srv/net/inetsrv/sroute.c (moved) * uspace/srv/net/inetsrv/sroute.h (moved) Merge mainline changes Thu, 17 May 2012 17:56:40 GMT Jiri Svoboda [3e67ab1] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/websrv/Makefile (moved) * uspace/app/websrv/websrv.c (moved) Based on popular vote, move websrv back into /app. Tue, 15 May 2012 20:16:00 GMT Jiri Svoboda [2bd578a] * uspace/app/sbi/src/stype.c (modified) Fix assignment inside assert. Tue, 15 May 2012 19:51:06 GMT Jiri Svoboda [ce1836e] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/inet/Makefile (moved) * uspace/app/inet/inet.c (moved) * uspace/app/init/init.c (modified) * uspace/app/loc/Makefile (moved) * uspace/app/loc/loc.c (moved) * uspace/srv/locsrv/Makefile (moved) * uspace/srv/locsrv/category.c (moved) * uspace/srv/locsrv/category.h (moved) * uspace/srv/locsrv/locsrv.c (moved) * uspace/srv/locsrv/locsrv.h (moved) * uspace/srv/net/inetsrv/Makefile (moved) * uspace/srv/net/inetsrv/addrobj.c (moved) * uspace/srv/net/inetsrv/addrobj.h (moved) * uspace/srv/net/inetsrv/icmp.c (moved) * uspace/srv/net/inetsrv/icmp.h (moved) * uspace/srv/net/inetsrv/icmp_std.h (moved) * uspace/srv/net/inetsrv/inet_link.c (moved) * uspace/srv/net/inetsrv/inet_link.h (moved) * uspace/srv/net/inetsrv/inet_std.h (moved) * uspace/srv/net/inetsrv/inet_util.c (moved) * uspace/srv/net/inetsrv/inet_util.h (moved) * uspace/srv/net/inetsrv/inetcfg.c (moved) * uspace/srv/net/inetsrv/inetcfg.h (moved) * uspace/srv/net/inetsrv/inetping.c (moved) * uspace/srv/net/inetsrv/inetping.h (moved) * uspace/srv/net/inetsrv/inetsrv.c (moved) * uspace/srv/net/inetsrv/inetsrv.h (moved) * uspace/srv/net/inetsrv/pdu.c (moved) * uspace/srv/net/inetsrv/pdu.h (moved) * uspace/srv/net/inetsrv/reass.c (moved) * uspace/srv/net/inetsrv/reass.h (moved) * uspace/srv/net/inetsrv/sroute.c (moved) * uspace/srv/net/inetsrv/sroute.h (moved) * uspace/srv/websrv/Makefile (moved) * uspace/srv/websrv/websrv.c (moved) Merge renaming and other improvements. Sun, 13 May 2012 11:33:47 GMT Vojtech Horky [8f6bffdd] * uspace/app/edit/edit.c (modified) * uspace/app/edit/sheet.c (modified) Jumping over words in edit with ctrl+arrow (thx Tobias Börtitz) ...