# # ChangeLog for / in mainline # # Generated by Trac 1.6 # 2024-09-21T05:28:34Z Wed, 11 Sep 2013 09:46:38 GMT Jiri Svoboda [e5556e4a] * 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/client_conn.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/driver.c (modified) Reverse order of drivers in driver list. Print driver state. Tue, 10 Sep 2013 23:17:16 GMT Jiri Svoboda [4c6ade6] * uspace/srv/devman/client_conn.c (modified) Remove leftover debugging output. Tue, 10 Sep 2013 23:14:46 GMT Jiri Svoboda [de3d15b4] * uspace/srv/devman/driver.c (modified) No need to print all drivers as they are found during boot anymore. Tue, 10 Sep 2013 23:11:34 GMT Jiri Svoboda [0511549] * 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/client_conn.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/driver.c (modified) * uspace/srv/devman/driver.h (modified) * uspace/srv/devman/drv_conn.c (modified) Add devctl list-drv subcommand to list known drivers. Tue, 10 Sep 2013 21:47:25 GMT Martin Decky [5df1963] * kernel/genarch/src/mm/as_pt.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/test/mm/falloc1.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/mm/mapping1.c (modified) bitmap frame allocator does not keep track of the size of the ... Tue, 10 Sep 2013 21:31:42 GMT Jiri Svoboda [a501e22c] * uspace/srv/devman/util.h (modified) free_not_null really not needed. Tue, 10 Sep 2013 21:27:30 GMT Jiri Svoboda [02e5e34] * uspace/srv/devman/drv_conn.c (modified) * uspace/srv/devman/fun.c (modified) * uspace/srv/devman/fun.h (modified) Fun on-/off-line needs to go to fun.c Tue, 10 Sep 2013 21:12:23 GMT Jiri Svoboda [181c32f] * uspace/srv/devman/Makefile (modified) * uspace/srv/devman/drv_conn.c (added) * uspace/srv/devman/drv_conn.h (added) * uspace/srv/devman/main.c (modified) * uspace/srv/devman/main.h (modified) Separate module for devman-driver communication. Tue, 10 Sep 2013 20:44:58 GMT Jiri Svoboda [d80d7a8] * uspace/srv/devman/Makefile (modified) * uspace/srv/devman/client_conn.c (added) * uspace/srv/devman/client_conn.h (added) * uspace/srv/devman/main.c (modified) * uspace/srv/devman/main.h (added) Separate module for devman-client connection handling. Tue, 10 Sep 2013 20:26:27 GMT Jiri Svoboda [08bc23d] * uspace/srv/devman/Makefile (modified) * uspace/srv/devman/dev.c (added) * uspace/srv/devman/dev.h (added) * uspace/srv/devman/devman.c (deleted) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/devtree.c (added) * uspace/srv/devman/devtree.h (added) * uspace/srv/devman/driver.c (added) * uspace/srv/devman/driver.h (added) * uspace/srv/devman/fun.c (added) * uspace/srv/devman/fun.h (added) * uspace/srv/devman/loc.c (added) * uspace/srv/devman/loc.h (added) * uspace/srv/devman/main.c (modified) * uspace/srv/devman/match.c (modified) * uspace/srv/devman/match.h (added) Merge breaking devman.c apart. Tue, 10 Sep 2013 20:15:58 GMT Jiri Svoboda [a60e90b] * uspace/srv/devman/Makefile (modified) * uspace/srv/devman/devman.c (deleted) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/driver.c (modified) * uspace/srv/devman/driver.h (modified) * uspace/srv/devman/loc.c (added) * uspace/srv/devman/loc.h (added) * uspace/srv/devman/main.c (modified) * uspace/srv/devman/match.c (modified) * uspace/srv/devman/match.h (added) Move rest of functionality from devman.c to other modules. Tue, 10 Sep 2013 19:10:09 GMT Jiri Svoboda [59dc181] * uspace/srv/devman/Makefile (modified) * uspace/srv/devman/dev.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/devtree.c (added) * uspace/srv/devman/devtree.h (added) * uspace/srv/devman/driver.c (modified) * uspace/srv/devman/fun.c (modified) * uspace/srv/devman/main.c (modified) Move devtree-related functionality to separate devman module. Tue, 10 Sep 2013 18:51:53 GMT Jiri Svoboda [38e52c92] * uspace/srv/devman/Makefile (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/fun.c (added) * uspace/srv/devman/fun.h (added) * uspace/srv/devman/main.c (modified) Move fun-dev-related functionality to a separate devman module. Tue, 10 Sep 2013 18:34:16 GMT Martin Decky [07525cd] * kernel/generic/include/adt/list.h (modified) * uspace/lib/c/include/adt/list.h (modified) * uspace/lib/usbhid/src/hidparser.c (modified) * uspace/lib/usbhid/src/hidpath.c (modified) cstyle Tue, 10 Sep 2013 18:24:27 GMT Jiri Svoboda [d1bafbf] * uspace/srv/devman/Makefile (modified) * uspace/srv/devman/dev.c (added) * uspace/srv/devman/dev.h (added) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/driver.c (modified) * uspace/srv/devman/driver.h (modified) * uspace/srv/devman/main.c (modified) Move dev-node related devman functionality to a separate module. Tue, 10 Sep 2013 18:10:32 GMT Jiri Svoboda [041b026] * uspace/srv/devman/Makefile (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/driver.c (added) * uspace/srv/devman/driver.h (added) * uspace/srv/devman/main.c (modified) Move driver-related devman functionality to a separate module. Tue, 10 Sep 2013 17:55:33 GMT Martin Decky [85147f3] * kernel/arch/mips32/include/arch/mm/page.h (modified) * kernel/generic/include/adt/list.h (modified) * kernel/generic/include/config.h (modified) cstyle Tue, 10 Sep 2013 17:48:57 GMT Martin Decky [b0c2075] * kernel/Makefile (modified) * kernel/arch/abs32le/include/arch/mm/page.h (modified) * kernel/arch/amd64/include/arch/mm/page.h (modified) * kernel/arch/arm32/include/arch/mm/page.h (modified) * kernel/arch/arm32/src/mm/page.c (modified) * kernel/arch/arm32/src/ras.c (modified) * kernel/arch/ia32/include/arch/mm/page.h (modified) * kernel/arch/ia64/src/mm/vhpt.c (modified) * kernel/arch/mips32/include/arch/mm/page.h (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/ppc32/include/arch/mm/page.h (modified) * kernel/arch/sparc64/src/mm/sun4u/as.c (modified) * kernel/arch/sparc64/src/mm/sun4v/as.c (modified) * kernel/genarch/include/genarch/mm/page_pt.h (modified) * kernel/genarch/src/mm/as_pt.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/generic/include/config.h (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/include/mm/buddy.h (deleted) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/include/mm/slab.h (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/mm/buddy.c (deleted) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/km.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/time/clock.c (modified) * kernel/test/mm/falloc1.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/mm/mapping1.c (modified) new physical memory allocator supporting physical address constrains ... Tue, 10 Sep 2013 17:44:11 GMT Martin Decky [86733f3] * kernel/generic/include/adt/bitmap.h (modified) * kernel/generic/src/adt/bitmap.c (modified) implement bitmap allocation and deallocation (this is a prototype ... Tue, 10 Sep 2013 17:21:33 GMT Jakub Jermar [65f77f4] * uspace/drv/bus/pci/pciintel/pci.c (modified) Do not add interrupt for devices that do not use an interrupt pin. Tue, 10 Sep 2013 17:10:20 GMT Martin Sucha [39b13f8] * .bzrignore (modified) Add corecfg binaries to .bzrignore Tue, 10 Sep 2013 16:50:05 GMT Maurizio Lombardi [4982d87] * kernel/genarch/include/genarch/drivers/omap/irc.h (modified) omap irc: fix padding in the interrupt controller registers structure. Tue, 10 Sep 2013 16:32:35 GMT Jiri Svoboda [feeac0d] * kernel/generic/include/adt/list.h (modified) * kernel/generic/src/adt/btree.c (modified) * kernel/generic/src/adt/hash_table.c (modified) * kernel/generic/src/adt/list.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/lib/ra.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * uspace/app/bdsh/cmds/modules/mount/mount.c (modified) * uspace/app/edit/sheet.c (modified) * uspace/app/tester/mm/common.c (modified) * uspace/app/usbinfo/dump.c (modified) * uspace/app/usbinfo/hid.c (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.c (modified) * uspace/drv/bus/usb/vhc/transfer.c (modified) * uspace/lib/block/block.c (modified) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/generic/adt/list.c (modified) * uspace/lib/c/generic/cfg.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/pio_trace.c (modified) * uspace/lib/c/include/adt/list.h (modified) * uspace/lib/c/include/cfg.h (modified) * uspace/lib/draw/drawctx.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/graph/graph.c (modified) * uspace/lib/gui/connection.c (modified) * uspace/lib/gui/grid.c (modified) * uspace/lib/gui/terminal.c (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/lib/usbhid/src/hiddescriptor.c (modified) * uspace/lib/usbhid/src/hidparser.c (modified) * uspace/lib/usbhid/src/hidpath.c (modified) * uspace/lib/usbhost/src/usb_endpoint_manager.c (modified) * uspace/srv/audio/hound/audio_sink.c (modified) * uspace/srv/audio/hound/audio_source.c (modified) * uspace/srv/audio/hound/connection.h (modified) * uspace/srv/audio/hound/hound.c (modified) * uspace/srv/audio/hound/hound_ctx.c (modified) * uspace/srv/audio/hound/hound_ctx.h (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat_idx.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/output/output.c (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/locsrv/category.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/logger/logs.c (modified) * uspace/srv/net/dnsrsrv/dns_msg.c (modified) * uspace/srv/net/dnsrsrv/query.c (modified) * uspace/srv/net/dnsrsrv/transport.c (modified) * uspace/srv/net/ethip/atrans.c (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/inetsrv/addrobj.c (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inetping.c (modified) * uspace/srv/net/inetsrv/inetping6.c (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/inetsrv/ntrans.c (modified) * uspace/srv/net/inetsrv/reass.c (modified) * uspace/srv/net/inetsrv/sroute.c (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/ns/service.c (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_register.c (modified) Simplify use of list_foreach. Tue, 10 Sep 2013 13:47:34 GMT Jakub Jermar [e8d6ce2] * uspace/drv/bus/pci/pciintel/pci.c (modified) Do not add unimplemented ranges. Tue, 10 Sep 2013 13:01:57 GMT Maurizio Lombardi [4cdcd2b] * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mach/beaglebone/beaglebone.c (modified) * kernel/genarch/include/genarch/drivers/am335x/irc.h (modified) * kernel/genarch/include/genarch/drivers/amdm37x/irc.h (modified) * kernel/genarch/include/genarch/drivers/omap/irc.h (added) arm32: merge the unified interrupt controller implementation Tue, 10 Sep 2013 12:51:59 GMT Maurizio Lombardi [3c9646b] * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mach/beaglebone/beaglebone.c (modified) bbone, bboard: modify the code to use the unified interrupt ... Tue, 10 Sep 2013 12:51:11 GMT Maurizio Lombardi [91bf378] * kernel/genarch/include/genarch/drivers/am335x/irc.h (modified) * kernel/genarch/include/genarch/drivers/amdm37x/irc.h (modified) arm32: remove the irc_regs structure definition from am335x/irc.h and ... Tue, 10 Sep 2013 12:49:52 GMT Maurizio Lombardi [5bf69ac6] * kernel/genarch/include/genarch/drivers/omap/irc.h (modified) arm32: make the irc registers structure generic enough to be used by ... Tue, 10 Sep 2013 12:48:05 GMT Maurizio Lombardi [c310f9b] * kernel/genarch/include/genarch/drivers/omap/irc.h (added) arm32: initial implementation of the unified interrupt controller ... Tue, 10 Sep 2013 12:45:35 GMT Jiri Svoboda [5b08d750] * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/util.c (modified) free_not_null is no longer needed. Tue, 10 Sep 2013 10:48:48 GMT Martin Sucha [54dee316] * uspace/srv/net/ethip/ethip_nic.c (modified) Merge ethip fix Tue, 10 Sep 2013 10:11:33 GMT Martin Sucha [684177f1] * .bzrignore (added) Merge bazaar ignore file Tue, 10 Sep 2013 10:07:14 GMT Martin Sucha [50971113] * .bzrignore (added) Add a basic bazaar ignore file. It does not contain entries for all ... Tue, 10 Sep 2013 09:16:22 GMT Martin Decky [285589b] * tools/toolchain.sh (modified) make sure that CROSS_PREFIX is set to some sane value Mon, 09 Sep 2013 23:34:09 GMT Martin Decky [ba2be23] * kernel/generic/include/mm/as.h (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/mm/as.c (modified) remove the ugly code (ASAP is now) Mon, 09 Sep 2013 23:29:57 GMT Martin Decky [e2a0d76] * kernel/arch/arm32/src/ras.c (modified) * kernel/arch/ia64/src/mm/vhpt.c (modified) * kernel/arch/mips32/include/arch/mm/page.h (modified) * kernel/arch/sparc64/src/mm/sun4u/as.c (modified) * kernel/arch/sparc64/src/mm/sun4v/as.c (modified) * kernel/doc/mm (modified) * kernel/genarch/src/mm/as_pt.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/generic/include/config.h (modified) * kernel/generic/include/mm/slab.h (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/debug/stacktrace.c (modified) * kernel/generic/src/mm/km.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/test/mm/mapping1.c (modified) cstyle Mon, 09 Sep 2013 23:13:10 GMT Martin Decky [8cbf1c3] * kernel/arch/arm32/src/mm/page.c (modified) * kernel/arch/arm32/src/ras.c (modified) * kernel/arch/ia64/src/mm/vhpt.c (modified) * kernel/arch/sparc64/src/mm/sun4u/as.c (modified) * kernel/arch/sparc64/src/mm/sun4v/as.c (modified) * kernel/genarch/src/mm/as_pt.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/include/mm/page.h (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/km.c (modified) * kernel/generic/src/mm/page.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/time/clock.c (modified) * kernel/test/mm/falloc1.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/mm/mapping1.c (modified) prepare the public API of the frame allocator for the new backend ... Mon, 09 Sep 2013 21:51:32 GMT Martin Decky [c67dbd6] * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (modified) * uspace/lib/c/include/ddi.h (modified) cstyle Mon, 09 Sep 2013 21:48:12 GMT Martin Decky [8442d10] * uspace/app/klog/klog.c (modified) * uspace/drv/audio/sb16/dsp.c (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/bus/usb/uhci/utils/malloc32.h (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (modified) * uspace/drv/fb/kfb/port.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8139/driver.h (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/hid/input/port/niagara.c (modified) * uspace/srv/hid/output/port/ega.c (modified) * uspace/srv/hid/output/port/kchar.c (modified) * uspace/srv/hid/output/port/niagara.c (modified) * uspace/srv/hw/irc/obio/obio.c (modified) improve the API of physmem_map(), dmamem_map() and ... Mon, 09 Sep 2013 21:39:50 GMT Martin Decky [2e2c18a1] * uspace/app/init/init.c (modified) start hound again server again (previously removed by an accident ... Mon, 09 Sep 2013 21:13:57 GMT Jiri Svoboda [92c1680] * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/corecfg/Makefile (added) * uspace/app/corecfg/corecfg.c (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/corecfg.c (added) * uspace/lib/c/include/corecfg.h (added) * uspace/lib/c/include/ipc/corecfg.h (added) * uspace/lib/c/include/ipc/services.h (modified) * uspace/srv/taskmon/taskmon.c (modified) Run-time core dump enable/disable. Mon, 09 Sep 2013 21:04:18 GMT Martin Sucha [24bb363] * uspace/srv/net/ethip/ethip_nic.c (modified) Move assert to correct place. The assert has to be after the IPv6 ... Mon, 09 Sep 2013 20:27:33 GMT Martin Decky [ee7f78a] * uspace/drv/nic/e1k/e1k.c (modified) revert the hack introduced with the sound merge Mon, 09 Sep 2013 20:25:27 GMT Martin Decky [3772af6] * kernel/arch/ia32/src/mm/frame.c (modified) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/src/ddi/ddi.c (modified) remove the special-purpose DMA zone (including the ZONE_DMA and ... Mon, 09 Sep 2013 19:54:00 GMT Jakub Jermar [c501bc4] * boot/arch/mips32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/infrastructure/rootmalta/Makefile (added) * uspace/drv/infrastructure/rootmalta/rootmalta.c (added) * uspace/drv/infrastructure/rootmalta/rootmalta.ma (added) Add a platform driver for Malta. - The platform driver is derived ... Mon, 09 Sep 2013 19:45:31 GMT Jakub Jermar [82721f5] * uspace/drv/bus/pci/pciintel/pci.c (modified) Use only aligned 32-bit accesses to read/write the PCI configuration ... Mon, 09 Sep 2013 12:50:02 GMT Martin Decky [a1ecb88] * kernel/generic/src/console/kconsole.c (modified) remove duplicate include Sun, 08 Sep 2013 13:03:11 GMT Maurizio Lombardi [29a3886] * boot/arch/arm32/Makefile.inc (modified) * boot/arch/ppc32/Makefile.inc (modified) arm32 and ppc32: replace RD_DRVS with RD_DRVS_ESSENTIAL Sun, 08 Sep 2013 10:34:41 GMT Martin Decky [7de18418] * kernel/arch/amd64/src/ddi/ddi.c (modified) * kernel/arch/amd64/src/proc/task.c (modified) * kernel/arch/ia32/src/ddi/ddi.c (modified) * kernel/arch/ia32/src/proc/task.c (modified) * kernel/arch/ia64/src/ddi/ddi.c (modified) * kernel/generic/include/adt/bitmap.h (modified) * kernel/generic/src/adt/bitmap.c (modified) partial implementation of a two-level bitmap data structure Sat, 07 Sep 2013 22:17:45 GMT Jakub Jermar [063a74b9] * uspace/lib/c/generic/futex.c (modified) Futexes have the lock/unlock semantics and therefore need to use ... Thu, 05 Sep 2013 20:14:04 GMT Jiri Svoboda [a74d0ad] * kernel/generic/include/adt/list.h (modified) * uspace/lib/c/include/adt/list.h (modified) Type check the member argument of list_get_instance macro. Tue, 03 Sep 2013 19:33:50 GMT Jakub Jermar [aa2a049] * defaults/sparc64/niagara/Makefile.config (modified) Make the barebone build the default in the niagara configuration. Tue, 03 Sep 2013 19:29:41 GMT Jakub Jermar [b3cf946] * uspace/lib/c/arch/sparc64/Makefile.common (modified) Build uspace with sun4v specific options. - Optimize for Niagara. ... Tue, 03 Sep 2013 19:13:37 GMT Jakub Jermar [730ff63] * kernel/arch/sparc64/include/arch/mm/frame.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/frame.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/frame.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4v/mmu.h (modified) * kernel/arch/sparc64/src/mm/sun4v/frame.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/arch/sparc64/src/sun4v/start.S (modified) Do not create kernel identity over the entire address space on sun4v. Sun, 01 Sep 2013 20:21:59 GMT Jakub Jermar [1b34360] * boot/arch/sparc64/src/asm.S (modified) Cannot write directly to ICACHE_ASI on sun4v. Sun, 25 Aug 2013 23:39:59 GMT Jan Vesely [f7fba727] * boot/arch/arm32/src/mm.c (modified) arm32: Only set the VMSAv6 bit (23) on armv6. Qemu changes the pt ... Fri, 23 Aug 2013 14:21:58 GMT Jiri Svoboda [5b1adf5] * uspace/drv/audio/sb16/main.c (modified) Remove CHECK_RET_xxx from sb16. Thu, 22 Aug 2013 16:01:19 GMT Martin Decky [cf02eaf] * uspace/lib/c/generic/device/hw_res.c (modified) * uspace/lib/c/generic/device/hw_res_parsed.c (modified) * uspace/lib/c/include/device/hw_res_parsed.h (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/softfloat/softfloat.c (modified) * uspace/srv/hid/compositor/compositor.c (modified) small cstyle changes (mostly reverting to the state before audio merge) Thu, 22 Aug 2013 14:56:58 GMT Martin Decky [a6bdccc] * uspace/Makefile (modified) fix sort order (at least a little) Thu, 22 Aug 2013 14:52:43 GMT Martin Decky [35c5d6b] * HelenOS.config (modified) * defaults/amd64/Makefile.config (modified) * defaults/arm32/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * defaults/ia64/Makefile.config (modified) * defaults/mips32/Makefile.config (modified) * defaults/mips64/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/Makefile.config (modified) * defaults/special/Makefile.config (modified) * uspace/app/init/init.c (modified) revert unnecessary global configuration Mon, 19 Aug 2013 17:48:53 GMT Jan Vesely [4da8fdb] * contrib/conf/ia32-qe.sh (modified) ia32: Enable sb16 in qemu startup script Increase memory to 64M, ... Mon, 19 Aug 2013 17:23:31 GMT Jan Vesely [ab92305] * HelenOS.config (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * defaults/amd64/Makefile.config (modified) * defaults/arm32/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * defaults/ia64/Makefile.config (modified) * defaults/mips32/Makefile.config (modified) * defaults/mips64/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/sparc64/Makefile.config (modified) * defaults/special/Makefile.config (modified) * kernel/arch/ia32/src/mm/frame.c (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/frame.c (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/init/init.c (modified) * uspace/app/mixerctl/Makefile (added) * uspace/app/mixerctl/mixerctl.c (added) * uspace/app/wavplay/Makefile (added) * uspace/app/wavplay/dplay.c (added) * uspace/app/wavplay/dplay.h (added) * uspace/app/wavplay/drec.c (added) * uspace/app/wavplay/drec.h (added) * uspace/app/wavplay/main.c (added) * uspace/app/wavplay/wave.c (added) * uspace/app/wavplay/wave.h (added) * uspace/drv/audio/sb16/Makefile (added) * uspace/drv/audio/sb16/ddf_log.h (added) * uspace/drv/audio/sb16/dsp.c (added) * uspace/drv/audio/sb16/dsp.h (added) * uspace/drv/audio/sb16/dsp_commands.h (added) * uspace/drv/audio/sb16/main.c (added) * uspace/drv/audio/sb16/mixer.c (added) * uspace/drv/audio/sb16/mixer.h (added) * uspace/drv/audio/sb16/mixer_iface.c (added) * uspace/drv/audio/sb16/pcm_iface.c (added) * uspace/drv/audio/sb16/registers.h (added) * uspace/drv/audio/sb16/sb16.c (added) * uspace/drv/audio/sb16/sb16.h (added) * uspace/drv/audio/sb16/sb16.ma (added) * uspace/drv/bus/isa/i8237.c (modified) * uspace/drv/bus/isa/i8237.h (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/infrastructure/root/root.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/device/hw_res.c (modified) * uspace/lib/c/generic/device/hw_res_parsed.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/c/include/device/hw_res_parsed.h (modified) * 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_audio_mixer.c (added) * uspace/lib/drv/generic/remote_audio_pcm.c (added) * uspace/lib/drv/generic/remote_hw_res.c (modified) * uspace/lib/drv/include/audio_mixer_iface.h (added) * uspace/lib/drv/include/audio_pcm_iface.h (added) * uspace/lib/drv/include/ops/hw_res.h (modified) * uspace/lib/drv/include/remote_audio_mixer.h (added) * uspace/lib/drv/include/remote_audio_pcm.h (added) * uspace/lib/hound/Makefile (added) * uspace/lib/hound/include/hound/client.h (added) * uspace/lib/hound/include/hound/protocol.h (added) * uspace/lib/hound/include/hound/server.h (added) * uspace/lib/hound/src/client.c (added) * uspace/lib/hound/src/protocol.c (added) * uspace/lib/pcm/Makefile (added) * uspace/lib/pcm/include/pcm/format.h (added) * uspace/lib/pcm/include/pcm/sample_format.h (added) * uspace/lib/pcm/src/format.c (added) * uspace/lib/softfloat/softfloat.c (modified) * uspace/lib/softfloat/softfloat.h (modified) * uspace/srv/audio/hound/Makefile (added) * uspace/srv/audio/hound/audio_data.c (added) * uspace/srv/audio/hound/audio_data.h (added) * uspace/srv/audio/hound/audio_device.c (added) * uspace/srv/audio/hound/audio_device.h (added) * uspace/srv/audio/hound/audio_sink.c (added) * uspace/srv/audio/hound/audio_sink.h (added) * uspace/srv/audio/hound/audio_source.c (added) * uspace/srv/audio/hound/audio_source.h (added) * uspace/srv/audio/hound/connection.c (added) * uspace/srv/audio/hound/connection.h (added) * uspace/srv/audio/hound/hound.c (added) * uspace/srv/audio/hound/hound.h (added) * uspace/srv/audio/hound/hound_ctx.c (added) * uspace/srv/audio/hound/hound_ctx.h (added) * uspace/srv/audio/hound/iface.c (added) * uspace/srv/audio/hound/log.h (added) * uspace/srv/audio/hound/main.c (added) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/locsrv/locsrv.c (modified) Merge audio support. Includes audio server and sb16 driver. ... Mon, 19 Aug 2013 17:04:02 GMT Jan Vesely [4a9728ec] * uspace/app/wavplay/dplay.c (modified) avplay: increase work time to work around timing issues on 100 HZ timer Mon, 19 Aug 2013 16:51:09 GMT Jan Vesely [f2096c9] * uspace/app/wavplay/dplay.c (modified) wavplay: Use immediate stop. Mon, 19 Aug 2013 16:39:50 GMT Jan Vesely [ff03f79] * uspace/srv/audio/hound/audio_device.c (modified) hound: Don't use immediate stop on event playback. Otherwise we ... Mon, 19 Aug 2013 16:36:54 GMT Jan Vesely [8e77b60e] * uspace/srv/audio/hound/audio_device.c (modified) hound: Release buffers on terminated events. Don't forget to ... Mon, 19 Aug 2013 16:26:55 GMT Jan Vesely [f7b36bc] * uspace/drv/audio/sb16/dsp.c (modified) sb16: Send 'terminated' events on immediate stop. Mon, 19 Aug 2013 16:23:50 GMT Jan Vesely [3efaeb6] * uspace/srv/audio/hound/audio_device.c (modified) hound: Don't exit the handler unless the device hangs up Mon, 19 Aug 2013 13:47:34 GMT Jan Vesely [fda3bd9] * uspace/drv/audio/sb16/dsp.c (modified) sb16: Start event exchange even for not fragment based playback/capture Mon, 19 Aug 2013 13:35:26 GMT Jan Vesely [7373117] * uspace/srv/audio/hound/audio_device.c (modified) hound: Turn buffer release failure into a warning Mon, 19 Aug 2013 13:31:36 GMT Jan Vesely [5b8e08e] * uspace/drv/audio/sb16/dsp.c (modified) sb16: Include state information in spurious interrupt warning. Mon, 19 Aug 2013 13:00:43 GMT Jan Vesely [d337f74] * uspace/drv/audio/sb16/dsp.c (modified) sb16: Change state before reporting 'terminated' events Mon, 19 Aug 2013 12:28:21 GMT Jan Vesely [62310d7] * uspace/lib/drv/generic/remote_audio_pcm.c (modified) * uspace/lib/drv/include/audio_pcm_iface.h (modified) * uspace/srv/audio/hound/audio_device.c (modified) libdrv, audio_pcm: Name immediate stop explicitly Add fragment stop ... Fri, 16 Aug 2013 16:40:30 GMT Jan Vesely [b7dd149] * boot/arch/amd64/Makefile.inc (modified) ai32,amd64: Move ata_bd driver into essential group. Fri, 16 Aug 2013 16:25:43 GMT Jan Vesely [3b05380b] * kernel/generic/include/time/clock.h (modified) Set timer back to 100Hz breaks direct playback (audio server is ... Fri, 16 Aug 2013 16:19:24 GMT Jan Vesely [ac8b096] * uspace/lib/softfloat/softfloat.c (modified) * uspace/lib/softfloat/softfloat.h (modified) libsoftfloat: Add some missing arm eabi functions Fri, 16 Aug 2013 15:16:21 GMT Jan Vesely [e5bc912] * uspace/app/wavplay/dplay.c (modified) * uspace/app/wavplay/drec.c (modified) * uspace/drv/bus/isa/i8237.c (modified) * uspace/lib/hound/src/client.c (modified) * uspace/srv/audio/hound/audio_device.c (modified) * uspace/srv/audio/hound/hound_ctx.c (modified) * uspace/srv/audio/hound/iface.c (modified) * uspace/srv/audio/hound/main.c (modified) Fix printf compile issues Fri, 16 Aug 2013 14:13:43 GMT Jan Vesely [537620a8] * uspace/drv/audio/sb16/dsp.c (modified) sb16: Use 64KB buffers. This fixes occasional audio glitches in ... Fri, 16 Aug 2013 14:08:03 GMT Jan Vesely [301032a] * uspace/drv/bus/isa/i8237.c (modified) * uspace/drv/bus/isa/i8237.h (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/lib/c/generic/device/hw_res.c (modified) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/drv/generic/remote_hw_res.c (modified) * uspace/lib/drv/include/ops/hw_res.h (modified) isa, dma: Fix 64KB dma buffers Fri, 16 Aug 2013 13:48:06 GMT Jan Vesely [c762ad5] * uspace/drv/bus/isa/i8237.c (modified) isa,dma: Fix buffer check condition. Thu, 15 Aug 2013 17:49:19 GMT Jan Vesely [bb2a5b2] * uspace/srv/audio/hound/main.c (modified) hound: 'daemonize' the hound server Thu, 15 Aug 2013 14:20:16 GMT Jan Vesely [03c971f] * HelenOS.config (modified) * boot/Makefile.build (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/include/cp15.h (added) * boot/arch/arm32/src/asm.S (modified) * boot/arch/arm32/src/main.c (modified) * boot/arch/arm32/src/mm.c (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/Makefile.inc (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/arm32/include/arch/asm.h (modified) * kernel/arch/arm32/include/arch/cp15.h (modified) * kernel/arch/arm32/include/arch/mm/page.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv4.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mach/beaglebone/beaglebone.c (modified) * kernel/arch/arm32/src/mm/tlb.c (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch/cpu.h (modified) * kernel/arch/ia32/include/arch/cpuid.h (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/fpu_context.c (modified) * kernel/genarch/include/genarch/drivers/amdm37x/gpt.h (modified) * kernel/genarch/src/drivers/am335x/timer.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/generic/include/cc.h (added) * kernel/generic/include/debug.h (modified) * kernel/generic/include/lib/memfnc.h (modified) * kernel/generic/include/printf/verify.h (modified) * kernel/generic/src/main/main.c (modified) * kernel/test/print/print4.c (modified) * tools/autotool.py (modified) * tools/ew.py (modified) * tools/mkext2.py (modified) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/builtins/batch/batch.c (modified) * uspace/app/bdsh/cmds/modules/bdd/bdd.c (deleted) * uspace/app/bdsh/cmds/modules/bdd/bdd.h (deleted) * uspace/app/bdsh/cmds/modules/bdd/bdd_def.h (deleted) * uspace/app/bdsh/cmds/modules/bdd/entry.h (deleted) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/help/help.c (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/pwd/pwd.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/binutils/intrusive.sh (modified) * uspace/app/binutils/toolchain.sh (modified) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/dnscfg/dnscfg.c (modified) * uspace/app/dnsres/dnsres.c (modified) * uspace/app/edit/search_impl.h (modified) * uspace/app/edit/sheet_impl.h (modified) * uspace/app/inet/inet.c (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/netecho/netecho.c (modified) * uspace/app/nettest1/nettest.c (modified) * uspace/app/nettest1/nettest.h (modified) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/nettest3/nettest3.c (modified) * uspace/app/nterm/conn.c (modified) * uspace/app/pcc/config.h (modified) * uspace/app/ping/ping.c (modified) * uspace/app/ping6/Makefile (added) * uspace/app/ping6/ping6.c (added) * uspace/drv/block/ata_bd/Makefile (added) * uspace/drv/block/ata_bd/ata_bd.c (moved) * uspace/drv/block/ata_bd/ata_bd.h (moved) * uspace/drv/block/ata_bd/ata_bd.ma (added) * uspace/drv/block/ata_bd/ata_hw.h (moved) * uspace/drv/block/ata_bd/main.c (added) * uspace/drv/block/ata_bd/main.h (added) * uspace/drv/bus/isa/isa.dev (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/uhcirh/main.c (modified) * uspace/drv/bus/usb/uhcirh/port.c (modified) * uspace/drv/bus/usb/vhc/hub/virthubops.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/ps2mouse/main.c (modified) * uspace/drv/char/ps2mouse/ps2mouse.c (modified) * uspace/drv/char/xtkbd/main.c (modified) * uspace/drv/infrastructure/rootamdm37x/rootamdm37x.c (modified) * uspace/drv/infrastructure/rootamdm37x/uhh.h (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/Makefile.common (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/c/arch/amd64/src/entry.s (modified) * uspace/lib/c/arch/amd64/src/entryjmp.s (modified) * uspace/lib/c/arch/amd64/src/fibril.S (modified) * uspace/lib/c/arch/amd64/src/thread_entry.s (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/arch/ia32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/ia32/src/entry.S (modified) * uspace/lib/c/arch/ia32/src/entryjmp.s (modified) * uspace/lib/c/arch/ia32/src/fibril.S (modified) * uspace/lib/c/arch/ia32/src/setjmp.S (modified) * uspace/lib/c/arch/ia32/src/thread_entry.s (modified) * uspace/lib/c/generic/bitops.c (moved) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/dnsr.c (modified) * uspace/lib/c/generic/inet.c (modified) * uspace/lib/c/generic/inet/addr.c (modified) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/generic/inetping.c (modified) * uspace/lib/c/generic/inetping6.c (added) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/generic/net/inet.c (modified) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/generic/net/socket_parse.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/bd_srv.h (modified) * uspace/lib/c/include/bitops.h (modified) * uspace/lib/c/include/cc.h (added) * uspace/lib/c/include/inet/addr.h (modified) * uspace/lib/c/include/inet/dnsr.h (modified) * uspace/lib/c/include/inet/inetping.h (modified) * uspace/lib/c/include/inet/inetping6.h (added) * uspace/lib/c/include/inet/iplink.h (modified) * uspace/lib/c/include/inet/iplink_srv.h (modified) * uspace/lib/c/include/io/con_srv.h (modified) * uspace/lib/c/include/io/verify.h (modified) * uspace/lib/c/include/ipc/inet.h (modified) * uspace/lib/c/include/ipc/iplink.h (modified) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/mem.h (modified) * uspace/lib/c/include/net/in.h (modified) * uspace/lib/c/include/net/in6.h (modified) * uspace/lib/c/include/net/inet.h (modified) * uspace/lib/c/include/net/ip_protocols.h (modified) * uspace/lib/c/include/net/socket_codes.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/draw/drawctx.h (modified) * uspace/lib/gui/connection.h (modified) * uspace/lib/gui/widget.h (modified) * uspace/lib/gui/window.h (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/posix/ctype.h (modified) * uspace/lib/posix/include/posix/dirent.h (added) * uspace/lib/posix/include/posix/fcntl.h (modified) * uspace/lib/posix/include/posix/fenv.h (added) * uspace/lib/posix/include/posix/float.h (modified) * uspace/lib/posix/include/posix/fnmatch.h (modified) * uspace/lib/posix/include/posix/getopt.h (modified) * uspace/lib/posix/include/posix/inttypes.h (modified) * uspace/lib/posix/include/posix/locale.h (modified) * uspace/lib/posix/include/posix/math.h (modified) * uspace/lib/posix/include/posix/pwd.h (modified) * uspace/lib/posix/include/posix/signal.h (modified) * uspace/lib/posix/include/posix/stddef.h (modified) * uspace/lib/posix/include/posix/stdint.h (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/include/posix/string.h (modified) * uspace/lib/posix/include/posix/strings.h (modified) * uspace/lib/posix/include/posix/sys/mman.h (modified) * uspace/lib/posix/include/posix/sys/stat.h (modified) * uspace/lib/posix/include/posix/sys/types.h (modified) * uspace/lib/posix/include/posix/sys/wait.h (modified) * uspace/lib/posix/include/posix/time.h (modified) * uspace/lib/posix/include/posix/ucontext.h (added) * uspace/lib/posix/include/posix/unistd.h (modified) * uspace/lib/posix/source/ctype.c (modified) * uspace/lib/posix/source/errno.c (modified) * uspace/lib/posix/source/fcntl.c (modified) * uspace/lib/posix/source/fnmatch.c (modified) * uspace/lib/posix/source/getopt.c (modified) * uspace/lib/posix/source/locale.c (modified) * uspace/lib/posix/source/math.c (modified) * uspace/lib/posix/source/pwd.c (modified) * uspace/lib/posix/source/signal.c (modified) * uspace/lib/posix/source/stdio.c (modified) * uspace/lib/posix/source/stdio/scanf.c (modified) * uspace/lib/posix/source/stdlib.c (modified) * uspace/lib/posix/source/stdlib/strtol.c (modified) * uspace/lib/posix/source/stdlib/strtold.c (modified) * uspace/lib/posix/source/string.c (modified) * uspace/lib/posix/source/strings.c (modified) * uspace/lib/posix/source/sys/stat.c (modified) * uspace/lib/posix/source/sys/wait.c (modified) * uspace/lib/posix/source/time.c (modified) * uspace/lib/posix/source/unistd.c (modified) * uspace/lib/posix/tools/create-redefines.sh (added) * uspace/lib/posix/tools/get-collision-list.sh (added) * uspace/lib/posix/tools/transform-symbols.sh (added) * uspace/lib/usb/src/dev.c (modified) * uspace/lib/usbhid/src/hidiface.c (modified) * uspace/srv/fs/mfs/mfs_balloc.c (modified) * uspace/srv/fs/mfs/mfs_dentry.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/hid/input/port/adb.c (modified) * uspace/srv/hid/input/port/adb_mouse.c (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/isdv4_tablet/isdv4.h (modified) * uspace/srv/net/dnsrsrv/dns_msg.c (modified) * uspace/srv/net/dnsrsrv/dns_msg.h (modified) * uspace/srv/net/dnsrsrv/dns_std.h (modified) * uspace/srv/net/dnsrsrv/dns_type.h (modified) * uspace/srv/net/dnsrsrv/dnsrsrv.c (modified) * uspace/srv/net/dnsrsrv/query.c (modified) * uspace/srv/net/dnsrsrv/query.h (modified) * uspace/srv/net/dnsrsrv/transport.c (modified) * uspace/srv/net/dnsrsrv/transport.h (modified) * uspace/srv/net/ethip/arp.c (modified) * uspace/srv/net/ethip/arp.h (modified) * uspace/srv/net/ethip/atrans.c (modified) * uspace/srv/net/ethip/atrans.h (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip.h (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/ethip/ethip_nic.h (modified) * uspace/srv/net/ethip/pdu.c (modified) * uspace/srv/net/ethip/pdu.h (modified) * uspace/srv/net/ethip/std.h (modified) * uspace/srv/net/inetsrv/Makefile (modified) * uspace/srv/net/inetsrv/addrobj.c (modified) * uspace/srv/net/inetsrv/addrobj.h (modified) * uspace/srv/net/inetsrv/icmp.c (modified) * uspace/srv/net/inetsrv/icmp_std.h (modified) * uspace/srv/net/inetsrv/icmpv6.c (added) * uspace/srv/net/inetsrv/icmpv6.h (moved) * uspace/srv/net/inetsrv/icmpv6_std.h (added) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inet_link.h (modified) * uspace/srv/net/inetsrv/inet_std.h (modified) * uspace/srv/net/inetsrv/inetcfg.c (modified) * uspace/srv/net/inetsrv/inetping.c (modified) * uspace/srv/net/inetsrv/inetping.h (modified) * uspace/srv/net/inetsrv/inetping6.c (added) * uspace/srv/net/inetsrv/inetping6.h (added) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/inetsrv/inetsrv.h (modified) * uspace/srv/net/inetsrv/ndp.c (added) * uspace/srv/net/inetsrv/ndp.h (added) * uspace/srv/net/inetsrv/ntrans.c (added) * uspace/srv/net/inetsrv/ntrans.h (added) * uspace/srv/net/inetsrv/pdu.c (modified) * uspace/srv/net/inetsrv/pdu.h (modified) * uspace/srv/net/inetsrv/reass.c (modified) * uspace/srv/net/inetsrv/sroute.c (modified) * uspace/srv/net/loopip/loopip.c (modified) * uspace/srv/net/slip/Makefile (moved) * uspace/srv/net/slip/slip.c (added) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/ncsim.c (modified) * uspace/srv/net/tcp/pdu.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/tcp/std.h (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/tcp/tqueue.c (modified) * uspace/srv/net/tcp/ucall.c (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/pdu.c (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/net/udp/std.h (modified) * uspace/srv/net/udp/udp_inet.c (modified) * uspace/srv/net/udp/udp_type.h (modified) Mainline changes. Thu, 15 Aug 2013 09:48:01 GMT Jan Vesely [2921602] * boot/arch/arm32/include/cp15.h (added) * boot/arch/arm32/src/asm.S (modified) * boot/arch/arm32/src/main.c (modified) * boot/arch/arm32/src/mm.c (modified) * kernel/arch/arm32/include/arch/asm.h (modified) * kernel/arch/arm32/include/arch/cp15.h (modified) * kernel/arch/arm32/include/arch/mm/page.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv4.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mm/tlb.c (modified) * kernel/genarch/include/genarch/drivers/amdm37x/gpt.h (modified) * kernel/genarch/src/mm/page_pt.c (modified) * uspace/drv/infrastructure/rootamdm37x/rootamdm37x.c (modified) * uspace/drv/infrastructure/rootamdm37x/uhh.h (modified) * uspace/lib/c/include/macros.h (modified) merge arm32 improvements and fixes * caches are now enabled (and ... Thu, 15 Aug 2013 09:42:40 GMT Jan Vesely [34847e2] * kernel/arch/arm32/src/cpu/cpu.c (modified) arm32: Up to 8 levels of cache are possible Thu, 15 Aug 2013 09:36:14 GMT Jan Vesely [e93bb24] * boot/arch/arm32/src/asm.S (modified) * boot/arch/arm32/src/mm.c (modified) arm32: add details to comments Thu, 08 Aug 2013 20:59:02 GMT Jan Vesely [7bf9217] * boot/arch/arm32/src/mm.c (modified) * kernel/arch/arm32/include/arch/mm/page.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) armv7: Enable Write back write allocate caches. Thu, 08 Aug 2013 20:51:50 GMT Jan Vesely [15187c3] * kernel/genarch/src/mm/page_pt.c (modified) mm: Mark pages as not present before destroying them. We need this ... Wed, 07 Aug 2013 21:02:08 GMT Jan Vesely [ae5fb7c8] * boot/arch/arm32/src/mm.c (modified) * kernel/arch/arm32/include/arch/mm/page.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) arm32: Set proper memory type in boot pt. Add explanatory comments. Wed, 07 Aug 2013 18:38:44 GMT Jan Vesely [0c40fd5] * kernel/arch/arm32/include/arch/cp15.h (modified) * kernel/arch/arm32/include/arch/mm/page.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv4.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) arm32: Fix pagetables in cacheable memory. Set memory attributes in ... Wed, 07 Aug 2013 18:36:38 GMT Jan Vesely [8ff767b] * kernel/arch/arm32/src/cpu/cpu.c (modified) armv7+: Disable Icache on IVIVT implementation Wed, 07 Aug 2013 14:47:06 GMT Maurizio Lombardi [ed29fe4] * uspace/lib/posix/include/posix/time.h (modified) * uspace/lib/posix/source/time.c (modified) add time() to the posix library Tue, 06 Aug 2013 23:49:35 GMT Jan Vesely [face0c04] * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) armv6+: Add pt coherency explanation. Tue, 06 Aug 2013 23:26:54 GMT Jan Vesely [bb75646] * kernel/arch/arm32/src/mm/tlb.c (modified) arm32: Add barriers to TLB operations. Tue, 06 Aug 2013 23:06:38 GMT Jan Vesely [b3f967c] * kernel/arch/arm32/include/arch/mm/page.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv4.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) arm32: Move more functions to common header Tue, 06 Aug 2013 23:02:12 GMT Jan Vesely [e40b8066] * kernel/genarch/src/mm/page_pt.c (modified) whitespace at the end of line Tue, 06 Aug 2013 22:55:00 GMT Jan Vesely [46db5c51] * boot/arch/arm32/src/asm.S (modified) arm32: Fix compilation for armv4/5 Tue, 06 Aug 2013 22:46:12 GMT Jan Vesely [e13ba75] * kernel/arch/arm32/include/arch/mm/page.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv4.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) arm32: turn more macros into inlin functions, add coherence protection Mon, 05 Aug 2013 22:09:36 GMT Jan Vesely [f9f758e] * boot/arch/arm32/src/mm.c (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) armv7: Use write-through caches. Works correctly and still offers ... Sun, 04 Aug 2013 12:41:47 GMT Jan Vesely [8abcf4e] * kernel/arch/arm32/src/cpu/cpu.c (modified) armv7: Fix dcache flushing routines. Sun, 04 Aug 2013 10:30:54 GMT Jan Vesely [186b919] * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) armv6+: Add explanatory comments to paging attributes.