# # ChangeLog for uspace in mainline # # Generated by Trac 1.6 # 2025-06-08T21:49:44Z Sun, 28 Aug 2016 11:56:37 GMT Jakub Jermar [f2c3fed] * abi/include/abi/mm/as.h (modified) * kernel/generic/src/mm/as.c (modified) * uspace/lib/c/include/as.h (modified) Move AS_AREA_ANY, AS_MAP_FAILED and AS_AREA_UNPAGED to abi/ This ... Sun, 28 Aug 2016 11:27:42 GMT Jakub Jermar [6aeca0d] * kernel/generic/include/mm/as.h (modified) * kernel/generic/src/mm/as.c (modified) * uspace/app/tester/mm/common.c (modified) * uspace/app/tester/mm/mapping1.c (modified) * uspace/lib/c/generic/as.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/io/chargrid.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/draw/surface.c (modified) * uspace/lib/posix/source/sys/mman.c (modified) * uspace/srv/vfs/vfs.c (modified) Make as_area_create() accept phone to external pager Mon, 15 Aug 2016 19:29:02 GMT Jakub Jermar [1e5d01b] * uspace/lib/drv/generic/remote_usb.c (modified) Fix memory leak by destroying the transaction. Mon, 15 Aug 2016 19:26:05 GMT Jakub Jermar [c7840e9] * uspace/lib/drv/generic/remote_usb.c (modified) Fix a use-after-free by adding the missing return. Fri, 05 Aug 2016 16:13:38 GMT Jakub Jermar [96ef672] * uspace/srv/devman/drv_conn.c (modified) * uspace/srv/devman/fun.c (modified) * uspace/srv/devman/loc.c (modified) * uspace/srv/devman/loc.h (modified) Do not leave behind functions in device_tree.loc_functions hash table ... Wed, 03 Aug 2016 11:12:24 GMT Jakub Jermar [f527f58] * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) * uspace/lib/usbhost/src/endpoint.c (modified) * uspace/lib/usbhost/src/hcd.c (modified) * uspace/lib/usbhost/src/usb_bus.c (modified) Reference-count endpoint_t structures Track explicit references to ... Sat, 23 Jul 2016 13:53:16 GMT Jakub Jermar [e657635] * uspace/lib/usbhost/src/ddf_helpers.c (modified) Fix use after free in hcd_ddf_remove_device() The problem here is ... Sat, 23 Jul 2016 12:08:04 GMT Jakub Jermar [086f8e3] * uspace/lib/usbdev/src/devdrv.c (modified) Test result of devman_parent_device_connect() Fri, 22 Jul 2016 08:24:47 GMT Jakub Jermar [b4b534ac] * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/app/bdsh/cmds/modules/mount/mount.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/usbinfo/Makefile (modified) * uspace/app/usbinfo/dev.c (deleted) * uspace/app/usbinfo/hid.c (modified) * uspace/app/usbinfo/info.c (modified) * uspace/app/usbinfo/list.c (modified) * uspace/app/usbinfo/main.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/app/vuhid/device.c (modified) * uspace/app/vuhid/hids/bootkbd.c (modified) * uspace/app/vuhid/main.c (modified) * uspace/app/vuhid/virthid.h (modified) * uspace/doc/doxygroups.h (modified) * uspace/drv/bus/usb/ehci/Makefile (modified) * uspace/drv/bus/usb/ehci/ehci_batch.c (added) * uspace/drv/bus/usb/ehci/ehci_batch.h (added) * uspace/drv/bus/usb/ehci/ehci_endpoint.c (added) * uspace/drv/bus/usb/ehci/ehci_endpoint.h (moved) * uspace/drv/bus/usb/ehci/ehci_regs.h (added) * uspace/drv/bus/usb/ehci/ehci_rh.c (added) * uspace/drv/bus/usb/ehci/ehci_rh.h (moved) * uspace/drv/bus/usb/ehci/endpoint_list.c (added) * uspace/drv/bus/usb/ehci/endpoint_list.h (added) * uspace/drv/bus/usb/ehci/hc.c (added) * uspace/drv/bus/usb/ehci/hc.h (added) * uspace/drv/bus/usb/ehci/hw_struct/fstn.h (moved) * uspace/drv/bus/usb/ehci/hw_struct/iso_transfer_descriptor.h (added) * uspace/drv/bus/usb/ehci/hw_struct/link_pointer.h (moved) * uspace/drv/bus/usb/ehci/hw_struct/mem_access.h (moved) * uspace/drv/bus/usb/ehci/hw_struct/queue_head.c (added) * uspace/drv/bus/usb/ehci/hw_struct/queue_head.h (added) * uspace/drv/bus/usb/ehci/hw_struct/split_iso_transfer_descriptor.h (added) * uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.c (added) * uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.h (added) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/ehci/res.h (modified) * uspace/drv/bus/usb/ohci/Makefile (modified) * uspace/drv/bus/usb/ohci/endpoint_list.c (modified) * uspace/drv/bus/usb/ohci/endpoint_list.h (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/completion_codes.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/iso_transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/mem_access.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/ohci/ohci.c (deleted) * uspace/drv/bus/usb/ohci/ohci.h (deleted) * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) * uspace/drv/bus/usb/ohci/ohci_batch.h (modified) * uspace/drv/bus/usb/ohci/ohci_endpoint.c (modified) * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/drv/bus/usb/ohci/ohci_rh.c (added) * uspace/drv/bus/usb/ohci/ohci_rh.h (moved) * uspace/drv/bus/usb/ohci/res.c (deleted) * uspace/drv/bus/usb/ohci/root_hub.c (deleted) * uspace/drv/bus/usb/uhci/Makefile (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/link_pointer.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/queue_head.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhci/res.c (deleted) * uspace/drv/bus/usb/uhci/transfer_list.c (modified) * uspace/drv/bus/usb/uhci/transfer_list.h (modified) * uspace/drv/bus/usb/uhci/uhci.c (deleted) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.h (modified) * uspace/drv/bus/usb/uhci/uhci_rh.c (added) * uspace/drv/bus/usb/uhci/uhci_rh.h (moved) * uspace/drv/bus/usb/uhci/utils/malloc32.h (deleted) * uspace/drv/bus/usb/uhcirh/Makefile (deleted) * uspace/drv/bus/usb/uhcirh/main.c (deleted) * uspace/drv/bus/usb/uhcirh/port.c (deleted) * uspace/drv/bus/usb/uhcirh/port.h (deleted) * uspace/drv/bus/usb/uhcirh/root_hub.c (deleted) * uspace/drv/bus/usb/uhcirh/uhcirh.ma (deleted) * uspace/drv/bus/usb/usbflbk/main.c (modified) * uspace/drv/bus/usb/usbhid/blink1/blink1.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/main.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.c (modified) * uspace/drv/bus/usb/usbhid/usbhid.h (modified) * uspace/drv/bus/usb/usbhub/main.c (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/port.h (modified) * uspace/drv/bus/usb/usbhub/status.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.h (modified) * uspace/drv/bus/usb/usbmast/bo_trans.c (modified) * uspace/drv/bus/usb/usbmast/bo_trans.h (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmast/scsi_ms.c (modified) * uspace/drv/bus/usb/usbmast/usbmast.h (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/usbmid/main.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.h (modified) * uspace/drv/bus/usb/usbmid/usbmid.ma (modified) * uspace/drv/bus/usb/vhc/Makefile (modified) * uspace/drv/bus/usb/vhc/conn.h (deleted) * uspace/drv/bus/usb/vhc/conndev.c (modified) * uspace/drv/bus/usb/vhc/connhost.c (deleted) * uspace/drv/bus/usb/vhc/devconn.c (modified) * uspace/drv/bus/usb/vhc/hub.c (deleted) * uspace/drv/bus/usb/vhc/hub/virthub.c (modified) * uspace/drv/bus/usb/vhc/hub/virthub.h (modified) * uspace/drv/bus/usb/vhc/hub/virthubops.c (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/drv/bus/usb/vhc/transfer.c (modified) * uspace/drv/bus/usb/vhc/vhcd.h (modified) * uspace/drv/nic/ar9271/ar9271.c (modified) * uspace/drv/nic/ar9271/ar9271.h (modified) * uspace/drv/nic/ar9271/ath_usb.c (modified) * uspace/drv/nic/ar9271/htc.h (modified) * uspace/drv/nic/ar9271/hw.c (modified) * uspace/drv/nic/ar9271/wmi.c (modified) * uspace/lib/c/generic/l18n/langs.c (modified) * uspace/lib/c/include/adt/list.h (modified) * uspace/lib/c/include/l18n/langs.h (modified) * uspace/lib/c/include/macros.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/private/driver.h (modified) * uspace/lib/drv/generic/remote_usb.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/drv/include/usb_iface.h (modified) * uspace/lib/drv/include/usbhc_iface.h (modified) * uspace/lib/scsi/include/scsi/spc.h (modified) * uspace/lib/usb/Makefile (modified) * uspace/lib/usb/include/usb/classes/hub.h (modified) * uspace/lib/usb/include/usb/classes/massstor.h (modified) * uspace/lib/usb/include/usb/debug.h (modified) * uspace/lib/usb/include/usb/descriptor.h (modified) * uspace/lib/usb/include/usb/dev.h (modified) * uspace/lib/usb/include/usb/hc.h (deleted) * uspace/lib/usb/include/usb/request.h (added) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usb/src/class.c (modified) * uspace/lib/usb/src/ddfiface.c (deleted) * uspace/lib/usb/src/debug.c (modified) * uspace/lib/usb/src/dev.c (modified) * uspace/lib/usb/src/dump.c (modified) * uspace/lib/usb/src/hc.c (deleted) * uspace/lib/usb/src/usb.c (modified) * uspace/lib/usbdev/Makefile (modified) * uspace/lib/usbdev/include/usb/dev/alternate_ifaces.h (moved) * uspace/lib/usbdev/include/usb/dev/device.h (added) * uspace/lib/usbdev/include/usb/dev/dp.h (modified) * uspace/lib/usbdev/include/usb/dev/driver.h (modified) * uspace/lib/usbdev/include/usb/dev/pipes.h (modified) * uspace/lib/usbdev/include/usb/dev/poll.h (modified) * uspace/lib/usbdev/include/usb/dev/recognise.h (modified) * uspace/lib/usbdev/include/usb/dev/request.h (modified) * uspace/lib/usbdev/include/usb/dev/usb_device_connection.h (deleted) * uspace/lib/usbdev/src/altiface.c (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbdev/src/devpoll.c (modified) * uspace/lib/usbdev/src/dp.c (modified) * uspace/lib/usbdev/src/driver.c (added) * uspace/lib/usbdev/src/hub.c (deleted) * uspace/lib/usbdev/src/pipes.c (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/lib/usbdev/src/request.c (modified) * uspace/lib/usbhid/src/hidreport.c (modified) * uspace/lib/usbhid/src/hidreq.c (modified) * uspace/lib/usbhost/Makefile (modified) * uspace/lib/usbhost/include/usb/host/ddf_helpers.h (moved) * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/include/usb/host/usb_bus.h (moved) * uspace/lib/usbhost/include/usb/host/usb_device_manager.h (deleted) * uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified) * uspace/lib/usbhost/include/usb/host/utils/malloc32.h (moved) * uspace/lib/usbhost/src/ddf_helpers.c (added) * uspace/lib/usbhost/src/endpoint.c (modified) * uspace/lib/usbhost/src/hcd.c (added) * uspace/lib/usbhost/src/iface.c (deleted) * uspace/lib/usbhost/src/usb_bus.c (moved) * uspace/lib/usbhost/src/usb_device_manager.c (deleted) * uspace/lib/usbhost/src/usb_transfer_batch.c (modified) * uspace/lib/usbvirt/Makefile (modified) * uspace/lib/usbvirt/include/usbvirt/device.h (modified) * uspace/lib/usbvirt/include/usbvirt/virthub_base.h (moved) * uspace/lib/usbvirt/src/ctrltransfer.c (modified) * uspace/lib/usbvirt/src/private.h (modified) * uspace/lib/usbvirt/src/stdreq.c (modified) * uspace/lib/usbvirt/src/transfer.c (modified) * uspace/lib/usbvirt/src/virthub_base.c (added) * uspace/lib/usbvirt/src/virthub_descriptors.c (added) Merge from lp:~jan.vesely/helenos/usb Wed, 20 Jul 2016 21:41:09 GMT Jakub Jermar [5b18137] * uspace/srv/devman/client_conn.c (modified) devman: Fix memory leak Wed, 20 Jul 2016 21:39:25 GMT Jakub Jermar [e540424a] * uspace/app/mkbd/main.c (modified) mkbd: Fix double free Tue, 12 Jul 2016 17:04:44 GMT Jiri Svoboda [e86a617a] * uspace/lib/c/generic/io/io.c (modified) Fix fread() returning bogus data due to uninitialized ungetc_chars ... Sun, 10 Jul 2016 16:34:36 GMT Jiri Svoboda [fb4a424] * tools/xcw/bin/helenos-cc (modified) * tools/xcw/include/helenos (added) * uspace/lib/c/include/helenos (deleted) Better solution for disambiguating libc headers in XCW builds. Fixes ... Fri, 08 Jul 2016 11:06:09 GMT Jakub Jermar [8ef1c1e] * uspace/srv/net/inetsrv/reass.c (modified) inetsrv: Fix memory leak in reass_dgram_insert_frag() Fri, 08 Jul 2016 10:58:34 GMT Jakub Jermar [234f47e] * uspace/srv/ns/task.c (modified) ns: Fix memory leak in ns_task_id_intro() Fri, 08 Jul 2016 10:42:28 GMT Jakub Jermar [659ebd86] * uspace/app/kio/kio.c (modified) kio: Fix leak in producer() Sun, 03 Jul 2016 22:11:52 GMT Jakub Jermar [b454a22] * uspace/lib/drv/generic/driver.c (modified) libdrv: Do proper reference counting on fun in ... Wed, 22 Jun 2016 21:49:58 GMT Martin Decky [6a66923] * uspace/lib/label/src/gpt.c (modified) fix memory leak in gpt_update_pt_crc() Fri, 17 Jun 2016 16:56:08 GMT Jakub Jermar [554e70f] * uspace/lib/c/generic/dnsr.c (modified) Sanitize the case when str_dup() fails to allocate memory Fri, 17 Jun 2016 13:30:58 GMT Jakub Jermar [401840b] * uspace/lib/c/generic/dnsr.c (modified) Fix memory leak in dnsr_name2host and missing call to async_forget Tue, 24 May 2016 21:00:37 GMT Jakub Jermar [c170438] * uspace/drv/char/i8042/main.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) Do not create a new fibril for each IRQ notification In the absence ... Tue, 24 May 2016 15:32:57 GMT Jakub Jermar [f570cdf] * .bzrignore (modified) * abi/include/abi/elf.h (modified) * boot/Makefile.common (modified) * defaults/ia32/Makefile.config (modified) * kernel/generic/src/lib/elf.c (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/dltest/Makefile (modified) * uspace/app/dltest/dltest.c (modified) * uspace/app/dltests/Makefile (moved) * uspace/app/dltests/dltests.c (added) * uspace/app/rcubench/Makefile (modified) * uspace/app/rcutest/Makefile (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/include/libarch/rtld/elf_dyn.h (modified) * uspace/lib/c/arch/ia32/include/libarch/tls.h (modified) * uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) * uspace/lib/c/arch/ia32/src/tls.c (modified) * uspace/lib/c/generic/dlfcn.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/rcu.c (moved) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/rtld/rtld.c (modified) * uspace/lib/c/generic/rtld/symbol.c (modified) * uspace/lib/c/generic/tls.c (modified) * uspace/lib/c/include/elf/elf_mod.h (modified) * uspace/lib/c/include/rcu.h (moved) * uspace/lib/c/include/rtld/module.h (modified) * uspace/lib/c/include/rtld/rtld.h (modified) * uspace/lib/c/include/rtld/symbol.h (modified) * uspace/lib/c/include/tls.h (modified) * uspace/lib/c/include/types/rtld/module.h (modified) * uspace/lib/c/include/types/rtld/rtld.h (modified) * uspace/lib/dltest/dltest.c (modified) * uspace/lib/dltest/libdltest.h (modified) * uspace/srv/loader/main.c (modified) Merge with mainline Mon, 23 May 2016 18:31:31 GMT Jiri Svoboda [0a981e3] * uspace/lib/c/arch/ia32/_link.ld.in (modified) Fix alignment, though technically not used on ia32. Mon, 23 May 2016 17:34:27 GMT Jiri Svoboda [118a872] * uspace/lib/c/generic/tls.c (modified) Fix amd64 not working properly. Clearly there is something to this ... Mon, 23 May 2016 11:18:33 GMT Jakub Jermar [dcc150cb] * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/include/ipc/ipc.h (modified) Fibrils can always be preempted during IPC Sun, 22 May 2016 20:22:59 GMT Jiri Svoboda [3a9414e] * uspace/lib/c/generic/tls.c (modified) Do not touch dtv if CONFIG_RTLD is not enabled. Fixes non-ia32 builds. Sun, 22 May 2016 19:50:03 GMT Jiri Svoboda [b272c67a] * uspace/Makefile.common (modified) Remove dynamic build restrictions. The one for pcut was never necessary. Sun, 22 May 2016 19:19:43 GMT Jiri Svoboda [0dc2fec] * HelenOS.config (modified) * boot/arch/arm32/Makefile.inc (modified) * contrib/qemu/build-from-scratch.sh (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/include/arch/barrier.h (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/arch/asm.h (modified) * kernel/arch/amd64/include/arch/boot/memmap_struct.ag (added) * kernel/arch/amd64/include/arch/cpu.h (modified) * kernel/arch/amd64/include/arch/interrupt.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/amd64/src/boot/multiboot.S (modified) * kernel/arch/amd64/src/boot/multiboot2.S (modified) * kernel/arch/amd64/src/context.S (modified) * kernel/arch/amd64/src/cpu/cpu.c (modified) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/amd64/src/pm.c (modified) * kernel/arch/amd64/src/smp/ap.S (modified) * kernel/arch/amd64/src/syscall.c (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/include/arch/barrier.h (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch/asm.h (modified) * kernel/arch/ia32/include/arch/barrier.h (modified) * kernel/arch/ia32/include/arch/boot/memmap.h (modified) * kernel/arch/ia32/include/arch/boot/memmap_struct.ag (added) * kernel/arch/ia32/include/arch/cpu.h (modified) * kernel/arch/ia32/include/arch/cpuid.h (modified) * kernel/arch/ia32/include/arch/interrupt.h (modified) * kernel/arch/ia32/include/arch/mm/page.h (modified) * kernel/arch/ia32/include/arch/smp/apic.h (modified) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia32/src/boot/multiboot.S (modified) * kernel/arch/ia32/src/boot/vesa_real.inc (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/interrupt.c (modified) * kernel/arch/ia32/src/mm/page.c (modified) * kernel/arch/ia32/src/pm.c (modified) * kernel/arch/ia32/src/smp/ap.S (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/include/arch/barrier.h (modified) * kernel/arch/ia64/include/arch/mm/page.h (modified) * kernel/arch/mips32/include/arch/barrier.h (modified) * kernel/arch/ppc32/include/arch/barrier.h (modified) * kernel/arch/sparc32/include/arch/barrier.h (modified) * kernel/arch/sparc64/include/arch/barrier.h (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/kbrd/scanc_at.h (moved) * kernel/genarch/include/genarch/multiboot/multiboot.h (modified) * kernel/genarch/include/genarch/multiboot/multiboot_info_struct.ag (added) * kernel/genarch/include/genarch/multiboot/multiboot_memmap_struct.ag (added) * kernel/genarch/src/drivers/grlib/uart.c (modified) * kernel/genarch/src/kbrd/kbrd_at.c (added) * kernel/genarch/src/kbrd/scanc_at.c (added) * kernel/generic/include/adt/list.h (modified) * kernel/generic/src/adt/cht.c (modified) * kernel/generic/src/main/kinit.c (modified) * tools/autogen.py (modified) * tools/ew.py (modified) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/barber/Makefile (modified) * uspace/app/rcubench/Makefile (modified) * uspace/app/rcutest/Makefile (modified) * uspace/app/sbi/src/bigint.c (modified) * uspace/app/tetris/tetris.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/char/atkbd/Makefile (moved) * uspace/drv/char/atkbd/atkbd.c (added) * uspace/drv/char/atkbd/atkbd.h (added) * uspace/drv/char/atkbd/atkbd.ma (added) * uspace/drv/char/atkbd/main.c (added) * uspace/drv/char/pl050/pl050.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/double_to_str.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/ieee_double.c (modified) * uspace/lib/c/generic/rcu.c (moved) * uspace/lib/c/include/assert.h (modified) * uspace/lib/c/include/rcu.h (moved) * uspace/lib/ext4/Makefile (modified) * uspace/lib/nic/Makefile (modified) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/lib/posix/source/fnmatch.c (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usbdev/include/usb/dev/request.h (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbdev/src/request.c (modified) * uspace/srv/net/inetsrv/pdu.c (modified) Merge mainline changes Sun, 22 May 2016 19:12:04 GMT Jiri Svoboda [af2254ec] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/rcubench/Makefile (modified) * uspace/app/rcutest/Makefile (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/rcu.c (moved) * uspace/lib/c/include/rcu.h (moved) * uspace/lib/urcu/Makefile (deleted) Fix build with lightweight futex locks enabled. Sun, 22 May 2016 18:10:41 GMT Jiri Svoboda [fe036fe] * uspace/Makefile.common (modified) Fix dynamic build. Sun, 22 May 2016 17:46:10 GMT Jiri Svoboda [153c7a29] * uspace/lib/c/generic/dlfcn.c (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/rtld/rtld.c (modified) * uspace/lib/c/include/rtld/module.h (modified) * uspace/lib/c/include/rtld/rtld.h (modified) * uspace/srv/loader/main.c (modified) Since dlopen() sets up runtime_env, we would no longer use the static ... Sun, 22 May 2016 17:06:37 GMT Jiri Svoboda [2112a79] * uspace/app/dltest/dltest.c (modified) * uspace/app/dltests/Makefile (modified) Do not test thread-local storage in a statically linked executable. Thu, 19 May 2016 18:46:03 GMT Jiri Svoboda [97696ab] * uspace/app/dltest/dltest.c (modified) * uspace/lib/dltest/dltest.c (modified) * uspace/lib/dltest/libdltest.h (modified) In case of dltest failure, print out variable addresses for better ... Thu, 19 May 2016 06:45:09 GMT Jiri Svoboda [9c07c3d] * uspace/lib/c/generic/rtld/rtld.c (modified) Create TLS blocks for non-initial modules when needed. Tue, 17 May 2016 22:51:37 GMT Jiri Svoboda [d2bb25e7] * uspace/lib/c/arch/ia32/include/libarch/tls.h (modified) * uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) * uspace/lib/c/arch/ia32/src/tls.c (modified) * uspace/lib/c/generic/dlfcn.c (modified) * uspace/lib/c/generic/rtld/rtld.c (modified) * uspace/lib/c/generic/rtld/symbol.c (modified) * uspace/lib/c/generic/tls.c (modified) * uspace/lib/c/include/rtld/rtld.h (modified) * uspace/lib/c/include/rtld/symbol.h (modified) * uspace/lib/c/include/tls.h (modified) Use DTVs. symbol_get_addr() should not implicitly read current thread ... Tue, 17 May 2016 17:15:13 GMT Jiri Svoboda [e2f26002] * abi/include/abi/elf.h (modified) * uspace/app/dltest/dltest.c (modified) * uspace/lib/c/arch/ia32/src/tls.c (modified) * uspace/lib/c/generic/rtld/rtld.c (modified) * uspace/lib/c/generic/rtld/symbol.c (modified) * uspace/lib/c/generic/tls.c (modified) * uspace/lib/c/include/rtld/rtld.h (modified) * uspace/lib/c/include/tls.h (modified) * uspace/lib/dltest/libdltest.h (modified) symbol_get_addr() must treat thread-local variables differently than ... Mon, 16 May 2016 18:38:31 GMT Jiri Svoboda [bab0f42] * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/rtld/rtld.c (modified) * uspace/lib/c/include/types/rtld/module.h (modified) * uspace/lib/c/include/types/rtld/rtld.h (modified) Make sure we only go through initial modules when constructing TLS. Mon, 16 May 2016 18:10:00 GMT Jiri Svoboda [29405ac] * uspace/app/dltest/dltest.c (modified) * uspace/lib/c/arch/ia32/include/libarch/rtld/elf_dyn.h (modified) * uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/rtld/rtld.c (modified) * uspace/lib/c/include/elf/elf_mod.h (modified) * uspace/lib/c/include/types/rtld/module.h (modified) DTPMOD relocations with null symbol name should return the current ... Sun, 15 May 2016 08:21:20 GMT Jakub Jermar [eff9f8c] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/barber/Makefile (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/ext4/Makefile (modified) * uspace/lib/nic/Makefile (modified) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/lib/urcu/Makefile (modified) Fix build error during incremental build and after modifying libc Sat, 14 May 2016 06:44:37 GMT Jakub Jermar [1cf26ab] * kernel/generic/src/main/kinit.c (modified) * uspace/app/sbi/src/bigint.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/lib/c/generic/double_to_str.c (modified) * uspace/lib/c/generic/ieee_double.c (modified) * uspace/lib/c/include/assert.h (modified) * uspace/lib/posix/source/fnmatch.c (modified) * uspace/lib/usbdev/include/usb/dev/request.h (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbdev/src/request.c (modified) * uspace/srv/net/inetsrv/pdu.c (modified) Use static assert instead of regular ones Fri, 13 May 2016 12:42:56 GMT Jakub Jermar [9260102] * uspace/app/tetris/tetris.c (modified) tetris: Make copyright volatile to silence warning about unused variable Fri, 13 May 2016 12:40:24 GMT Jakub Jermar [4363000] * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) Make sure not to shift bits out of the width of the result Thu, 12 May 2016 13:55:09 GMT Jakub Jermar [5012203] * HelenOS.config (modified) * boot/arch/arm32/Makefile.inc (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/kbrd/scanc_at.h (moved) * kernel/genarch/src/kbrd/kbrd_at.c (added) * kernel/genarch/src/kbrd/scanc_at.c (added) * uspace/Makefile (modified) * uspace/drv/char/atkbd/Makefile (added) * uspace/drv/char/atkbd/atkbd.c (added) * uspace/drv/char/atkbd/atkbd.h (added) * uspace/drv/char/atkbd/atkbd.ma (added) * uspace/drv/char/atkbd/main.c (added) * uspace/drv/char/pl050/pl050.c (modified) IntegratorCP: switch to using the PC/AT (set 2) scancodes This is ... Fri, 06 May 2016 18:44:09 GMT Jiri Svoboda [0dc9a474] * uspace/app/dltest/dltest.c (modified) * uspace/lib/dltest/dltest.c (modified) * uspace/lib/dltest/libdltest.h (modified) Add tests for fibril_local variables to dltest. Fri, 06 May 2016 15:21:22 GMT Jiri Svoboda [91e4567] * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/rtld/rtld.c (modified) * uspace/lib/c/generic/tls.c (modified) runtime_env must be set early, before calling fibril_setup. Wed, 04 May 2016 17:39:46 GMT Jakub Jermar [6d87dce] * uspace/lib/c/generic/fibril.c (modified) Use raw fibril synchronization in fibril_setup() With some ... Mon, 02 May 2016 21:30:14 GMT Jiri Svoboda [7c4b26c] * .bzrignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/dltest/Makefile (modified) * uspace/app/dltest/dltest.c (modified) * uspace/app/dltests/Makefile (added) * uspace/app/dltests/dltests.c (added) Dltest needs to test direct linking. Dltests to only test dlfcn. Need ... Mon, 02 May 2016 20:58:16 GMT Jiri Svoboda [32573ff] * .bzrignore (modified) * abi/include/abi/asmtool.h (modified) * abi/include/abi/syscall.h (modified) * boot/Makefile.build (modified) * boot/Makefile.common (modified) * boot/arch/arm32/src/asm.S (modified) * boot/arch/arm32/src/eabi.S (modified) * boot/arch/ia64/src/asm.S (modified) * boot/arch/ia64/src/boot.S (modified) * boot/arch/ia64/src/pal_asm.S (modified) * boot/arch/ia64/src/sal_asm.S (modified) * boot/arch/mips32/src/asm.S (modified) * boot/arch/ppc32/src/asm.S (modified) * boot/arch/sparc32/src/asm.S (modified) * boot/arch/sparc64/src/asm.S (modified) * contrib/arch/kernel/kernel.adl (modified) * contrib/arch/uspace/lib/libc/protocol (modified) * contrib/bazaar/bzreml/__init__.py (modified) * contrib/bazaar/bzreml/setup.py (modified) * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/arch/asm.h (modified) * kernel/arch/amd64/include/arch/context_struct.ag (modified) * kernel/arch/amd64/include/arch/cpu.h (modified) * kernel/arch/amd64/include/arch/kseg.h (added) * kernel/arch/amd64/include/arch/kseg_struct.ag (added) * kernel/arch/amd64/include/arch/proc/thread.h (modified) * kernel/arch/amd64/include/arch/vreg.h (added) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/amd64/src/context.S (modified) * kernel/arch/amd64/src/kseg.c (added) * kernel/arch/amd64/src/proc/scheduler.c (modified) * kernel/arch/amd64/src/proc/thread.c (modified) * kernel/arch/amd64/src/vreg.c (added) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/src/asm.S (modified) * kernel/arch/arm32/src/context.S (modified) * kernel/arch/arm32/src/debug/stacktrace_asm.S (modified) * kernel/arch/arm32/src/dummy.S (modified) * kernel/arch/arm32/src/eabi.S (modified) * kernel/arch/arm32/src/exc_handler.S (modified) * kernel/arch/arm32/src/fpu.S (moved) * kernel/arch/arm32/src/start.S (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch/asm.h (modified) * kernel/arch/ia32/include/arch/context_struct.ag (modified) * kernel/arch/ia32/include/arch/pm.h (modified) * kernel/arch/ia32/include/arch/proc/thread.h (modified) * kernel/arch/ia32/include/arch/vreg.h (added) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia32/src/context.S (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/pm.c (modified) * kernel/arch/ia32/src/proc/scheduler.c (modified) * kernel/arch/ia32/src/proc/thread.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia32/src/vreg.c (added) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/src/asm.S (modified) * kernel/arch/ia64/src/context.S (modified) * kernel/arch/ia64/src/debug/stacktrace_asm.S (modified) * kernel/arch/ia64/src/dummy.S (moved) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/ia64/src/ivt.S (modified) * kernel/arch/ia64/src/start.S (modified) * kernel/arch/mips32/src/asm.S (modified) * kernel/arch/mips32/src/context.S (modified) * kernel/arch/mips32/src/debug/stacktrace_asm.S (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips32/src/start.S (modified) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/ppc32/src/asm.S (modified) * kernel/arch/ppc32/src/boot/boot.S (modified) * kernel/arch/ppc32/src/context.S (modified) * kernel/arch/ppc32/src/debug/stacktrace_asm.S (modified) * kernel/arch/ppc32/src/dummy.S (moved) * kernel/arch/ppc32/src/exception.S (modified) * kernel/arch/ppc32/src/fpu_context.S (modified) * kernel/arch/sparc32/src/context.S (modified) * kernel/arch/sparc32/src/sparc32.c (modified) * kernel/arch/sparc32/src/start.S (modified) * kernel/arch/sparc32/src/trap_table.S (modified) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/src/asm.S (modified) * kernel/arch/sparc64/src/context.S (modified) * kernel/arch/sparc64/src/debug/stacktrace_asm.S (modified) * kernel/arch/sparc64/src/dummy.S (moved) * kernel/arch/sparc64/src/sun4u/asm.S (modified) * kernel/arch/sparc64/src/sun4u/start.S (modified) * kernel/arch/sparc64/src/sun4v/asm.S (modified) * kernel/arch/sparc64/src/sun4v/start.S (modified) * kernel/arch/sparc64/src/trap/sun4u/trap_table.S (modified) * kernel/arch/sparc64/src/trap/sun4v/mmu.S (modified) * kernel/arch/sparc64/src/trap/sun4v/trap_table.S (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (modified) * uspace/app/dltest/Makefile (added) * uspace/app/dltest/dltest.c (added) * uspace/app/trace/syscalls.c (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/c/arch/amd64/include/libarch/tls.h (modified) * uspace/lib/c/arch/amd64/src/fibril.S (modified) * uspace/lib/c/arch/arm32/Makefile.inc (modified) * uspace/lib/c/arch/arm32/src/eabi.S (modified) * uspace/lib/c/arch/arm32/src/entry.S (moved) * uspace/lib/c/arch/arm32/src/entryjmp.S (moved) * uspace/lib/c/arch/arm32/src/fibril.S (modified) * uspace/lib/c/arch/arm32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/arm32/src/thread_entry.S (moved) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/arch/ia32/include/libarch/tls.h (modified) * uspace/lib/c/arch/ia32/src/fibril.S (modified) * uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) * uspace/lib/c/arch/ia64/Makefile.inc (modified) * uspace/lib/c/arch/ia64/src/entry.S (moved) * uspace/lib/c/arch/ia64/src/entryjmp.S (moved) * uspace/lib/c/arch/ia64/src/fibril.S (modified) * uspace/lib/c/arch/ia64/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/ia64/src/syscall.S (modified) * uspace/lib/c/arch/ia64/src/thread_entry.S (moved) * uspace/lib/c/arch/mips32/src/entry.S (modified) * uspace/lib/c/arch/mips32/src/entryjmp.S (modified) * uspace/lib/c/arch/mips32/src/fibril.S (modified) * uspace/lib/c/arch/mips32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/mips32/src/thread_entry.S (modified) * uspace/lib/c/arch/ppc32/Makefile.inc (modified) * uspace/lib/c/arch/ppc32/src/entry.S (moved) * uspace/lib/c/arch/ppc32/src/entryjmp.S (moved) * uspace/lib/c/arch/ppc32/src/fibril.S (modified) * uspace/lib/c/arch/ppc32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/ppc32/src/thread_entry.S (moved) * uspace/lib/c/arch/sparc32/Makefile.inc (modified) * uspace/lib/c/arch/sparc32/src/entry.S (moved) * uspace/lib/c/arch/sparc32/src/entryjmp.S (moved) * uspace/lib/c/arch/sparc32/src/fibril.S (modified) * uspace/lib/c/arch/sparc32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/sparc32/src/thread_entry.S (moved) * uspace/lib/c/arch/sparc64/Makefile.inc (modified) * uspace/lib/c/arch/sparc64/src/entry.S (moved) * uspace/lib/c/arch/sparc64/src/entryjmp.S (moved) * uspace/lib/c/arch/sparc64/src/fibril.S (modified) * uspace/lib/c/arch/sparc64/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/sparc64/src/thread_entry.S (moved) * uspace/lib/c/generic/dlfcn.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/rtld/rtld.c (modified) * uspace/lib/c/generic/rtld/symbol.c (modified) * uspace/lib/c/include/rtld/dynamic.h (modified) * uspace/lib/c/include/rtld/module.h (modified) * uspace/lib/c/include/rtld/symbol.h (modified) * uspace/lib/c/include/types/rtld/module.h (modified) * uspace/lib/dltest/Makefile (added) * uspace/lib/dltest/dltest.c (added) * uspace/lib/dltest/libdltest.h (added) * uspace/srv/vfs/vfs_ops.c (modified) Merge mainline, which has dltest and fixes. Mon, 02 May 2016 19:49:51 GMT Jiri Svoboda [5035ba05] * uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) * uspace/lib/c/generic/dlfcn.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/rtld/rtld.c (modified) * uspace/lib/c/generic/rtld/symbol.c (modified) * uspace/lib/c/include/rtld/module.h (modified) * uspace/lib/c/include/rtld/symbol.h (modified) * uspace/lib/c/include/types/rtld/module.h (modified) Default symbol search vs. dlsym's BFS search. Thu, 28 Apr 2016 18:25:29 GMT Jiri Svoboda [634e020] * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/include/rtld/dynamic.h (modified) When in doubt, keep re-reading the specs again and again. Thu, 28 Apr 2016 17:32:58 GMT Jiri Svoboda [9182e86f] * .bzrignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/dltest/Makefile (added) * uspace/app/dltest/dltest.c (added) * uspace/lib/dltest/Makefile (added) * uspace/lib/dltest/dltest.c (added) * uspace/lib/dltest/libdltest.h (added) Simple dynamic linking test. Wed, 27 Apr 2016 19:48:40 GMT Jakub Jermar [af9dd1e] * abi/include/abi/syscall.h (modified) * contrib/arch/kernel/kernel.adl (modified) * contrib/arch/uspace/lib/libc/protocol (modified) * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/arm32/src/dummy.S (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/ppc32/src/dummy.S (modified) * kernel/arch/sparc32/src/sparc32.c (modified) * kernel/arch/sparc64/src/dummy.S (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/app/trace/syscalls.c (modified) Remove SYS_TLS_SET Wed, 27 Apr 2016 19:36:56 GMT Jakub Jermar [1a5eca4] * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/arch/asm.h (modified) * kernel/arch/amd64/include/arch/context_struct.ag (modified) * kernel/arch/amd64/include/arch/cpu.h (modified) * kernel/arch/amd64/include/arch/kseg.h (added) * kernel/arch/amd64/include/arch/kseg_struct.ag (added) * kernel/arch/amd64/include/arch/proc/thread.h (modified) * kernel/arch/amd64/include/arch/vreg.h (added) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/amd64/src/context.S (modified) * kernel/arch/amd64/src/kseg.c (added) * kernel/arch/amd64/src/proc/scheduler.c (modified) * kernel/arch/amd64/src/proc/thread.c (modified) * kernel/arch/amd64/src/vreg.c (added) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/c/arch/amd64/include/libarch/tls.h (modified) * uspace/lib/c/arch/amd64/src/fibril.S (modified) amd64: Make TLS settable from uspace The TLS document[1] mandates ... Wed, 27 Apr 2016 12:39:14 GMT Jakub Jermar [d6f9fff] * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch/asm.h (modified) * kernel/arch/ia32/include/arch/context_struct.ag (modified) * kernel/arch/ia32/include/arch/pm.h (modified) * kernel/arch/ia32/include/arch/proc/thread.h (modified) * kernel/arch/ia32/include/arch/vreg.h (added) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia32/src/context.S (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/pm.c (modified) * kernel/arch/ia32/src/proc/scheduler.c (modified) * kernel/arch/ia32/src/proc/thread.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia32/src/vreg.c (added) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/arch/ia32/include/libarch/tls.h (modified) * uspace/lib/c/arch/ia32/src/fibril.S (modified) ia32: Make TLS settable from uspace The TLS document[1] mandates ... Mon, 25 Apr 2016 16:46:31 GMT Jiri Svoboda [6adb775f] * abi/include/abi/elf.h (modified) * kernel/generic/src/lib/elf.c (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) * uspace/lib/c/arch/ia32/src/tls.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/rtld/rtld.c (modified) * uspace/lib/c/generic/tls.c (modified) * uspace/lib/c/include/elf/elf_mod.h (modified) * uspace/lib/c/include/rtld/module.h (modified) * uspace/lib/c/include/rtld/rtld.h (modified) * uspace/lib/c/include/tls.h (modified) * uspace/lib/c/include/types/rtld/module.h (modified) * uspace/lib/c/include/types/rtld/rtld.h (modified) TLS for dynamically linked executables and initially loaded DSOs (but ... Mon, 25 Apr 2016 08:18:05 GMT Jakub Jermar [6f2c1ff] * uspace/srv/vfs/vfs_ops.c (modified) vfs: Sanitize the case when vfs_node_get() returns NULL in vfs_open() Mon, 25 Apr 2016 08:14:01 GMT Jakub Jermar [bc41f3a3] * uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (modified) bdsh: Close fd and free buffer in error paths Sun, 24 Apr 2016 08:42:07 GMT Jakub Jermar [38ad239] * boot/arch/sparc32/src/asm.S (modified) * kernel/arch/sparc32/src/context.S (modified) * kernel/arch/sparc32/src/start.S (modified) * kernel/arch/sparc32/src/trap_table.S (modified) * uspace/lib/c/arch/sparc32/Makefile.inc (modified) * uspace/lib/c/arch/sparc32/src/entry.S (moved) * uspace/lib/c/arch/sparc32/src/entryjmp.S (moved) * uspace/lib/c/arch/sparc32/src/fibril.S (modified) * uspace/lib/c/arch/sparc32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/sparc32/src/thread_entry.S (moved) sparc32: use asmtool.h macros for defining symbols Sun, 24 Apr 2016 08:00:09 GMT Jakub Jermar [b66cc97] * boot/arch/ppc32/src/asm.S (modified) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/ppc32/src/asm.S (modified) * kernel/arch/ppc32/src/boot/boot.S (modified) * kernel/arch/ppc32/src/context.S (modified) * kernel/arch/ppc32/src/debug/stacktrace_asm.S (modified) * kernel/arch/ppc32/src/dummy.S (moved) * kernel/arch/ppc32/src/exception.S (modified) * kernel/arch/ppc32/src/fpu_context.S (modified) * uspace/lib/c/arch/ppc32/Makefile.inc (modified) * uspace/lib/c/arch/ppc32/src/entry.S (moved) * uspace/lib/c/arch/ppc32/src/entryjmp.S (moved) * uspace/lib/c/arch/ppc32/src/fibril.S (modified) * uspace/lib/c/arch/ppc32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/ppc32/src/thread_entry.S (moved) ppc32: use asmtool.h macros for defining symbols Sun, 24 Apr 2016 07:30:53 GMT Jakub Jermar [0407636] * boot/arch/mips32/src/asm.S (modified) * kernel/arch/mips32/src/asm.S (modified) * kernel/arch/mips32/src/context.S (modified) * kernel/arch/mips32/src/debug/stacktrace_asm.S (modified) * kernel/arch/mips32/src/start.S (modified) * uspace/lib/c/arch/mips32/src/entry.S (modified) * uspace/lib/c/arch/mips32/src/entryjmp.S (modified) * uspace/lib/c/arch/mips32/src/fibril.S (modified) * uspace/lib/c/arch/mips32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/mips32/src/thread_entry.S (modified) mips32: use asmtool.h macros for defining symbols Sat, 23 Apr 2016 20:27:28 GMT Jakub Jermar [a52e2f4] * boot/arch/sparc64/src/asm.S (modified) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/src/asm.S (modified) * kernel/arch/sparc64/src/context.S (modified) * kernel/arch/sparc64/src/debug/stacktrace_asm.S (modified) * kernel/arch/sparc64/src/dummy.S (moved) * kernel/arch/sparc64/src/sun4u/asm.S (modified) * kernel/arch/sparc64/src/sun4u/start.S (modified) * kernel/arch/sparc64/src/sun4v/asm.S (modified) * kernel/arch/sparc64/src/sun4v/start.S (modified) * kernel/arch/sparc64/src/trap/sun4u/trap_table.S (modified) * kernel/arch/sparc64/src/trap/sun4v/mmu.S (modified) * kernel/arch/sparc64/src/trap/sun4v/trap_table.S (modified) * uspace/lib/c/arch/sparc64/Makefile.inc (modified) * uspace/lib/c/arch/sparc64/src/entry.S (moved) * uspace/lib/c/arch/sparc64/src/entryjmp.S (moved) * uspace/lib/c/arch/sparc64/src/fibril.S (modified) * uspace/lib/c/arch/sparc64/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/sparc64/src/thread_entry.S (moved) sparc64: use asmtool.h macros for defining symbols Fri, 22 Apr 2016 20:43:34 GMT Jakub Jermar [27f67f5] * boot/arch/ia64/src/asm.S (modified) * boot/arch/ia64/src/boot.S (modified) * boot/arch/ia64/src/pal_asm.S (modified) * boot/arch/ia64/src/sal_asm.S (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/src/asm.S (modified) * kernel/arch/ia64/src/context.S (modified) * kernel/arch/ia64/src/debug/stacktrace_asm.S (modified) * kernel/arch/ia64/src/dummy.S (moved) * kernel/arch/ia64/src/ivt.S (modified) * kernel/arch/ia64/src/start.S (modified) * uspace/lib/c/arch/ia64/Makefile.inc (modified) * uspace/lib/c/arch/ia64/src/entry.S (moved) * uspace/lib/c/arch/ia64/src/entryjmp.S (moved) * uspace/lib/c/arch/ia64/src/fibril.S (modified) * uspace/lib/c/arch/ia64/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/ia64/src/syscall.S (modified) * uspace/lib/c/arch/ia64/src/thread_entry.S (moved) ia64: use asmtool.h macros for defining symbols Thu, 21 Apr 2016 20:04:16 GMT Jakub Jermar [054476d] * abi/include/abi/asmtool.h (modified) * boot/Makefile.build (modified) * boot/arch/arm32/src/asm.S (modified) * boot/arch/arm32/src/eabi.S (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/src/asm.S (modified) * kernel/arch/arm32/src/context.S (modified) * kernel/arch/arm32/src/debug/stacktrace_asm.S (modified) * kernel/arch/arm32/src/dummy.S (modified) * kernel/arch/arm32/src/eabi.S (modified) * kernel/arch/arm32/src/exc_handler.S (modified) * kernel/arch/arm32/src/fpu.S (moved) * kernel/arch/arm32/src/start.S (modified) * uspace/lib/c/arch/arm32/Makefile.inc (modified) * uspace/lib/c/arch/arm32/src/eabi.S (modified) * uspace/lib/c/arch/arm32/src/entry.S (moved) * uspace/lib/c/arch/arm32/src/entryjmp.S (moved) * uspace/lib/c/arch/arm32/src/fibril.S (modified) * uspace/lib/c/arch/arm32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/arm32/src/thread_entry.S (moved) Merge arm32 switch over to using asmtool.h macros Thu, 21 Apr 2016 20:00:18 GMT Jakub Jermar [73b3ecd] * boot/arch/arm32/src/asm.S (modified) * boot/arch/arm32/src/eabi.S (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/src/asm.S (modified) * kernel/arch/arm32/src/context.S (modified) * kernel/arch/arm32/src/debug/stacktrace_asm.S (modified) * kernel/arch/arm32/src/dummy.S (modified) * kernel/arch/arm32/src/eabi.S (modified) * kernel/arch/arm32/src/exc_handler.S (modified) * kernel/arch/arm32/src/fpu.S (moved) * kernel/arch/arm32/src/start.S (modified) * uspace/lib/c/arch/arm32/Makefile.inc (modified) * uspace/lib/c/arch/arm32/src/eabi.S (modified) * uspace/lib/c/arch/arm32/src/entry.S (moved) * uspace/lib/c/arch/arm32/src/entryjmp.S (moved) * uspace/lib/c/arch/arm32/src/fibril.S (modified) * uspace/lib/c/arch/arm32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/arm32/src/thread_entry.S (moved) arm32: use asmtool.h macros for defining symbols Thu, 21 Apr 2016 14:01:12 GMT Jiri Svoboda [dc0d8b52] * uspace/lib/c/generic/elf/elf_load.c (modified) * uspace/lib/c/include/elf/elf_load.h (modified) Fix build on arches not supporting dynamic linking. Wed, 20 Apr 2016 17:25:48 GMT Jiri Svoboda [17341d4] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/dlfcn.c (modified) * uspace/lib/c/generic/elf/elf_load.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (added) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/rtld/rtld.c (modified) * uspace/lib/c/generic/rtld/symbol.c (modified) * uspace/lib/c/include/elf/elf_load.h (modified) * uspace/lib/c/include/elf/elf_mod.h (added) * uspace/lib/c/include/loader/pcb.h (modified) * uspace/lib/c/include/rtld/module.h (modified) * uspace/lib/c/include/rtld/rtld.h (modified) * uspace/lib/c/include/rtld/rtld_debug.h (modified) * uspace/lib/c/include/types/rtld/module.h (added) * uspace/lib/c/include/types/rtld/rtld.h (added) * uspace/srv/loader/main.c (modified) Move rtld internals out of loader. Stop misusing rtld instance from ... Tue, 19 Apr 2016 17:04:15 GMT Jiri Svoboda [13dfa3f9] * kernel/arch/ia32/include/arch/barrier.h (modified) * uspace/Makefile.common (modified) * uspace/lib/c/generic/libc.c (modified) __IN_SHARED_LIBC__ is not needed. Tue, 19 Apr 2016 16:55:20 GMT Jiri Svoboda [184b600] * uspace/app/corecfg/corecfg.c (modified) Fix corecfg NAME. Tue, 19 Apr 2016 16:54:21 GMT Jiri Svoboda [a7bd30f] * uspace/lib/c/generic/elf/elf_load.c (modified) Fix ELF debug messages with LP64. Fri, 15 Apr 2016 17:35:39 GMT Jiri Svoboda [8539cf2] * boot/Makefile.common (modified) * uspace/Makefile.common (modified) * uspace/lib/softint/Makefile (modified) libsoftint name no longer needs to be abbreviated. Tue, 12 Apr 2016 05:57:00 GMT Jakub Jermar [3b0f1b9a] * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/amd64/src/boot/multiboot.S (modified) * kernel/arch/amd64/src/boot/multiboot2.S (modified) * kernel/arch/amd64/src/context.S (modified) * kernel/arch/amd64/src/debug/stacktrace_asm.S (modified) * kernel/arch/amd64/src/delay.S (modified) * kernel/arch/amd64/src/smp/ap.S (modified) * uspace/lib/c/arch/amd64/Makefile.inc (modified) * uspace/lib/c/arch/amd64/src/entry.S (moved) * uspace/lib/c/arch/amd64/src/entryjmp.S (moved) * uspace/lib/c/arch/amd64/src/fibril.S (modified) * uspace/lib/c/arch/amd64/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/amd64/src/syscall.S (modified) * uspace/lib/c/arch/amd64/src/thread_entry.S (moved) * uspace/lib/math/arch/amd64/src/cos.S (modified) * uspace/lib/math/arch/amd64/src/sin.S (modified) * uspace/lib/math/arch/amd64/src/trunc.S (modified) amd64: use asmtool.h macros for defining symbols Mon, 11 Apr 2016 17:03:47 GMT Jakub Jermar [8844e70] * abi/include/abi/asmtool.h (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia32/src/atomic.S (modified) * kernel/arch/ia32/src/boot/multiboot.S (modified) * kernel/arch/ia32/src/boot/multiboot2.S (modified) * kernel/arch/ia32/src/context.S (modified) * kernel/arch/ia32/src/debug/stacktrace_asm.S (modified) * kernel/arch/ia32/src/delay.S (moved) * kernel/arch/ia32/src/smp/ap.S (modified) * uspace/lib/c/arch/ia32/Makefile.inc (modified) * uspace/lib/c/arch/ia32/src/entry.S (modified) * uspace/lib/c/arch/ia32/src/entryjmp.S (moved) * uspace/lib/c/arch/ia32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/ia32/src/syscall.S (modified) * uspace/lib/c/arch/ia32/src/thread_entry.S (moved) ia32: use asmtool.h macros for defining symbols Sat, 09 Apr 2016 10:41:08 GMT Jiri Svoboda [3a34852] * .bzrignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/sysinst/Makefile (added) * uspace/app/sysinst/futil.c (added) * uspace/app/sysinst/futil.h (added) * uspace/app/sysinst/grub.h (added) * uspace/app/sysinst/sysinst.c (added) Simple system installer. Tue, 05 Apr 2016 18:47:41 GMT Jiri Svoboda [e2e9a8a] * boot/Makefile.common (modified) * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/draw/Makefile (modified) * uspace/lib/graph/Makefile (modified) * uspace/lib/gui/Makefile (modified) * uspace/lib/http/Makefile (modified) * uspace/lib/math/Makefile (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/softint/Makefile (modified) * uspace/lib/softrend/Makefile (modified) * uspace/lib/uri/Makefile (modified) Shared libraries no longer need to observe 8+3 filename limit. Tue, 12 Apr 2016 16:59:41 GMT Jiri Svoboda [0f792c28] * uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) * uspace/lib/c/generic/dlfcn.c (modified) * uspace/lib/c/generic/rtld/symbol.c (modified) * uspace/lib/c/include/rtld/symbol.h (modified) Source for R_*_COPY relocations must be searched for everywhere ... Tue, 05 Apr 2016 05:57:45 GMT Jakub Jermar [da3bc0e] * uspace/srv/bd/vbd/vbd.c (modified) Fix memory leak in vbds_get_disks_srv() Sat, 02 Apr 2016 06:48:20 GMT Jakub Jermar [88ab6e9] * uspace/app/mkmfs/mkmfs.c (modified) Fix a memory leak in mkmfs Wed, 30 Mar 2016 09:47:15 GMT Jakub Jermar [4a0bc99] * uspace/srv/net/tcp/pdu.c (modified) tcp_pdu_encode fixes - Test the return value of tcp_header_encode() ... Tue, 29 Mar 2016 20:37:05 GMT Jakub Jermar [83e69b9] * uspace/srv/net/tcp/pdu.c (modified) Remove a memory leak when tcp_pdu_create() procedure fails Tue, 29 Mar 2016 19:36:43 GMT Jakub Jermar [1558d85] * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/amd64/src/syscall.c (modified) * kernel/arch/ia32/src/drivers/i8254.c (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/debug/symtab.c (modified) * kernel/generic/src/printf/vprintf.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (modified) * uspace/app/bdsh/util.c (modified) * uspace/drv/bus/isa/i8237.c (modified) * uspace/drv/bus/usb/ohci/root_hub.c (modified) * uspace/drv/bus/usb/vhc/hub/virthub.c (modified) * uspace/lib/bithenge/src/helenos/common.h (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/pcut/tests/xmlreport.c (modified) * uspace/lib/usbdev/src/hub.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/locfs/locfs_ops.c (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hw/irc/i8259/i8259.c (modified) Remove duplicate includes Thu, 24 Mar 2016 21:34:38 GMT Jakub Jermar [4c5deac] * uspace/lib/nic/src/nic_driver.c (modified) Do not zero out addr before crashing in nic_query_address() Wed, 16 Mar 2016 16:24:40 GMT Jakub Jermar [485dacd] * uspace/lib/drv/generic/remote_ahci.c (modified) Test and free buffer returned by malloc() in ... Wed, 16 Mar 2016 10:47:32 GMT Jakub Jermar [669e9b5] * uspace/lib/drv/generic/driver.c (modified) Do not leak device name in delete_device(). Wed, 16 Mar 2016 10:34:14 GMT Jakub Jermar [479cc46] * uspace/lib/drv/generic/driver.c (modified) Avoid using dev if create_device() fails. Wed, 16 Mar 2016 10:21:23 GMT Jakub Jermar [562a48b] * uspace/lib/drv/generic/driver.c (modified) Fix a memory leak in error path in driver_dev_add(). Tue, 15 Mar 2016 15:05:13 GMT Jakub Jermar [722bb5a] * uspace/lib/label/src/gpt.c (modified) Do not leak part in gpt_pte_to_part()'s error path (Thanks to ... Sun, 13 Mar 2016 00:00:57 GMT Jakub Jermar [c064b58] * uspace/app/viewer/viewer.c (modified) viewer: support for non-full-screen mode Mon, 29 Feb 2016 19:19:19 GMT Jiri Svoboda [a62ceaf] * uspace/app/dnscfg/dnscfg.c (modified) * uspace/app/inet/inet.c (modified) * uspace/app/netecho/comm.c (modified) * uspace/app/netecho/comm.h (modified) * uspace/app/netecho/netecho.c (modified) * uspace/app/nterm/conn.c (modified) * uspace/app/nterm/conn.h (modified) * uspace/app/nterm/nterm.c (modified) * uspace/app/ping/ping.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/inet/addr.c (modified) * uspace/lib/c/generic/inet/host.c (added) * uspace/lib/c/generic/inet/hostname.c (added) * uspace/lib/c/generic/inet/hostport.c (added) * uspace/lib/c/include/inet/addr.h (modified) * uspace/lib/c/include/inet/dnsr.h (modified) * uspace/lib/c/include/inet/endpoint.h (modified) * uspace/lib/c/include/inet/host.h (added) * uspace/lib/c/include/inet/hostname.h (added) * uspace/lib/c/include/inet/hostport.h (added) * uspace/lib/c/include/types/inet/host.h (added) * uspace/lib/c/include/types/inet/hostport.h (added) * uspace/lib/http/src/http.c (modified) Need better interfaces for handling internet host and host:port ... Sun, 21 Feb 2016 23:48:18 GMT Jiri Svoboda [5147ff1] * .bzrignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/netecho/Makefile (added) * uspace/app/netecho/comm.c (added) * uspace/app/netecho/comm.h (added) * uspace/app/netecho/netecho.c (added) * uspace/app/netecho/netecho.h (added) * uspace/app/nterm/conn.h (modified) * uspace/app/nterm/nterm.h (modified) Bring back netecho for testing UDP. Sat, 20 Feb 2016 19:02:20 GMT Jakub Jermar [ae7bbfd0] * boot/Makefile.build (modified) * kernel/Makefile (modified) * uspace/Makefile.common (modified) * uspace/lib/c/arch/ppc32/Makefile.common (modified) * uspace/lib/c/arch/sparc32/Makefile.common (modified) * uspace/lib/c/arch/sparc64/Makefile.common (modified) build: Turn assembler and linker warnings into errors Sat, 20 Feb 2016 18:50:09 GMT Jakub Jermar [c190b34] * uspace/lib/c/arch/ia64/src/entryjmp.s (modified) ia64: Silence assembler warning Sat, 20 Feb 2016 18:22:36 GMT Jakub Jermar [91889d5] * uspace/lib/c/arch/amd64/src/entryjmp.s (modified) amd64: Silence assembler warning Sat, 20 Feb 2016 18:01:33 GMT Jakub Jermar [321a8e6] * uspace/lib/c/arch/ia32/src/fibril.S (modified) * uspace/lib/math/arch/ia32/src/cos.S (modified) * uspace/lib/math/arch/ia32/src/sin.S (modified) * uspace/lib/math/arch/ia32/src/trunc.S (modified) ia32: Silence linker warnings during for dynamically linked builds Sat, 20 Feb 2016 17:57:07 GMT Jakub Jermar [8f5e80be] * uspace/lib/math/arch/ia32/src/cos.S (modified) * uspace/lib/math/arch/ia32/src/sin.S (modified) ia32: Silence assembler warning Sat, 20 Feb 2016 15:23:57 GMT Jakub Jermar [9e53406] * uspace/Makefile.common (modified) ia32: Fix dynamically linked build. Thu, 18 Feb 2016 17:01:49 GMT Jiri Svoboda [53e3950] * uspace/app/fdisk/Makefile (modified) * uspace/lib/c/include/vbd.h (modified) * uspace/lib/fdisk/Makefile (modified) * uspace/lib/fdisk/include/types/fdisk.h (modified) * uspace/lib/fdisk/src/fdisk.c (modified) * uspace/srv/bd/vbd/disk.c (modified) * uspace/srv/bd/vbd/types/vbd.h (modified) libfdisk should not depend on libblock nor should it access the block ... Thu, 18 Feb 2016 14:31:00 GMT Jiri Svoboda [e11c527] * uspace/srv/bd/vbd/disk.c (modified) * uspace/srv/bd/vbd/types/vbd.h (modified) When disk disappears, VBD should be able to force removal of ... Thu, 18 Feb 2016 09:33:54 GMT Jakub Jermar [8e670dd] * uspace/app/viewer/viewer.c (modified) viewer: Fix condition testing the result of open() Sat, 16 Jan 2016 19:11:12 GMT Jiri Svoboda [3a9cf35] * uspace/srv/bd/vbd/disk.c (modified) * uspace/srv/bd/vbd/types/vbd.h (modified) * uspace/srv/locsrv/locsrv.c (modified) VBD should take note of devices disappearing. Tue, 26 Jan 2016 09:43:56 GMT Vojtech Horky [4f29118] * uspace/srv/net/tcp/service.c (modified) Prevent duplicate IPC answer on error