# # ChangeLog for / in mainline # # Generated by Trac 1.6 # 2024-09-21T14:49:11Z Fri, 22 Jun 2018 20:27:31 GMT Jakub Jermar [9afd2a8] * uspace/lib/virtio/virtio.c (modified) The idx of the avail ring must always grow The index cannot wrap ... Wed, 20 Jun 2018 18:58:44 GMT Jakub Jermar [b8ef198b] * uspace/drv/nic/virtio-net/virtio-net.c (modified) * uspace/lib/virtio/virtio-pci.h (modified) * uspace/lib/virtio/virtio.c (modified) Implement virtio-net interrupt handler Sat, 16 Jun 2018 16:05:39 GMT Jakub Jermar [3d135e9] * uspace/drv/nic/virtio-net/virtio-net.c (modified) * uspace/drv/nic/virtio-net/virtio-net.h (modified) * uspace/lib/virtio/virtio-pci.h (modified) * uspace/lib/virtio/virtio.c (modified) Implement virtio_net_send Sun, 10 Jun 2018 19:56:27 GMT Jakub Jermar [fe96085] * uspace/drv/nic/virtio-net/virtio-net.c (modified) * uspace/drv/nic/virtio-net/virtio-net.h (modified) * uspace/lib/virtio/virtio-pci.c (modified) * uspace/lib/virtio/virtio-pci.h (modified) Register and enable virtio-net IRQ Sun, 10 Jun 2018 19:30:53 GMT Jakub Jermar [848e880f] * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/virtio/virtio-pci.c (modified) * uspace/lib/virtio/virtio-pci.h (modified) Let pio_enable_resource return physical address Wed, 30 May 2018 21:05:31 GMT Jakub Jermar [121ee4fd] * uspace/drv/nic/virtio-net/virtio-net.c (modified) Add least effort virtio_net_send implementation Wed, 30 May 2018 21:01:30 GMT Jakub Jermar [0d3bfb9e] * uspace/drv/nic/virtio-net/virtio-net.c (modified) Add virtio_net broadcast mode change handler Wed, 30 May 2018 20:42:58 GMT Jakub Jermar [0a087ae] * uspace/drv/nic/virtio-net/virtio-net.c (modified) Add basic nic_iface_t ops for virtio-net Mon, 28 May 2018 20:49:51 GMT Jakub Jermar [211b17a1] * uspace/drv/nic/virtio-net/virtio-net.c (modified) Make virtio_net_dev_add more complete Thu, 24 May 2018 18:43:24 GMT Jakub Jermar [b085bbaa] * uspace/drv/nic/virtio-net/virtio-net.c (modified) * uspace/drv/nic/virtio-net/virtio-net.h (modified) Organize the TX and CT buffers in free lists Thu, 24 May 2018 17:54:02 GMT Jakub Jermar [cede6f8] * uspace/lib/virtio/virtio.c (modified) Enable/disable the virtq when it's set/torn down Wed, 23 May 2018 21:22:27 GMT Jakub Jermar [31cf8c3c] * uspace/lib/virtio/virtio.c (modified) Do not zero-initialize the descriptor table twice Wed, 23 May 2018 21:12:28 GMT Jakub Jermar [9af56b6] * uspace/drv/nic/virtio-net/virtio-net.c (modified) * uspace/lib/virtio/virtio-pci.c (modified) * uspace/lib/virtio/virtio.c (modified) Use little-endian accessors for virtio PIO Wed, 23 May 2018 21:04:16 GMT Jakub Jermar [85be731] * uspace/lib/c/include/ddi.h (modified) Add PIO register accessors for both endianities Wed, 23 May 2018 21:04:03 GMT Jakub Jermar [e3887ce] * uspace/lib/virtio/virtio.c (modified) Fix address passed to pio_write_16 Wed, 23 May 2018 20:41:33 GMT Jakub Jermar [5dddac1] * uspace/drv/nic/virtio-net/virtio-net.c (modified) Feed RX buffers to the virtio-net RX queue Wed, 23 May 2018 20:38:54 GMT Jakub Jermar [c1ba24a] * uspace/lib/virtio/virtio-pci.h (modified) * uspace/lib/virtio/virtio.c (modified) Allow descriptors to be set and made available Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [9364ced] * uspace/drv/nic/virtio-net/virtio-net.c (modified) * uspace/drv/nic/virtio-net/virtio-net.h (modified) virtio-net: Setup DMA buffers Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [5b5c286] * uspace/lib/virtio/virtio.c (modified) Do not restrict virtqueues to DMAMEM_4GiB Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [ee0c03a] * uspace/lib/virtio/virtio.c (modified) Require at least the specified queue size Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [7bf16b7e] * tools/ew.py (modified) tools/ew.py: Add support for virtio-net Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [0180c67] * uspace/drv/nic/virtio-net/virtio-net.c (modified) * uspace/lib/virtio/virtio-pci.h (modified) * uspace/lib/virtio/virtio.c (modified) Separate buffers from virtqueues Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [eda41a9e] * uspace/lib/virtio/virtio-pci.h (modified) * uspace/lib/virtio/virtio.c (modified) Calculate the notification address for each virtq Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [2d4faf7] * uspace/lib/virtio/Makefile (modified) * uspace/lib/virtio/virtio-pci.c (modified) * uspace/lib/virtio/virtio.c (added) Split generic and PCI specific virtio code Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [341df5f] * uspace/drv/nic/virtio-net/virtio-net.c (modified) * uspace/drv/nic/virtio-net/virtio-net.h (modified) * uspace/lib/virtio/virtio-pci.c (modified) * uspace/lib/virtio/virtio-pci.h (modified) Factor our generic virtio device initialization Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [cbcb34c] * uspace/drv/nic/virtio-net/virtio-net.c (modified) * uspace/drv/nic/virtio-net/virtio-net.h (modified) * uspace/lib/virtio/virtio-pci.c (modified) * uspace/lib/virtio/virtio-pci.h (modified) Configure the virtqueues Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [1c53d93] * uspace/lib/virtio/virtio-pci.h (modified) Add Virtqueue definitions Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [659bd24] * uspace/drv/nic/virtio-net/virtio-net.c (modified) Do not zero device status bits Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [5f03107] * uspace/lib/virtio/virtio-pci.c (modified) Make sure the cfg structure is inside the resource Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [21ff054] * uspace/lib/virtio/virtio-pci.c (modified) * uspace/lib/virtio/virtio-pci.h (modified) Make sure the PCI capability is big enough Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [4e2d387] * uspace/lib/virtio/virtio-pci.c (modified) Verify the device has the necessary configuration Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [1d0620b] * uspace/drv/nic/virtio-net/virtio-net.c (modified) * uspace/lib/virtio/virtio-pci.c (modified) * uspace/lib/virtio/virtio-pci.h (modified) Cleanup the device if initialization fails Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [1c40351] * uspace/drv/nic/virtio-net/virtio-net.c (modified) Start initializing the virtio-net device Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [f175d22] * uspace/drv/nic/virtio-net/virtio-net.h (added) Add virtio-net specific definitions Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [a38b705] * uspace/lib/virtio/virtio-pci.h (modified) Add device status constants Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [c72cd20] * uspace/lib/virtio/virtio-pci.h (modified) Do not use double underscore for header guard Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [d6f73b92] * uspace/drv/nic/virtio-net/virtio-net.c (modified) * uspace/lib/virtio/virtio-pci.c (modified) * uspace/lib/virtio/virtio-pci.h (modified) Use _initialize instead of _init Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [d6c0016] * uspace/lib/virtio/virtio-pci.c (modified) * uspace/lib/virtio/virtio-pci.h (modified) Factor our resource management, add cleanup Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [9e9ced0] * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/virtio/virtio-pci.c (modified) Return also the size of the enabled resource Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [a86174ec] * uspace/lib/virtio/virtio-pci.h (modified) Make the queue notify base address 16-bit Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [6ccc424] * uspace/lib/drv/include/pci_dev_iface.h (modified) * uspace/lib/virtio/virtio-pci.c (modified) * uspace/lib/virtio/virtio-pci.h (modified) Process VIRTIO PCI configuration structures Tue, 22 May 2018 19:06:49 GMT Jakub Jermar [00192cde] * uspace/Makefile (modified) * uspace/drv/nic/virtio-net/Makefile (modified) * uspace/drv/nic/virtio-net/virtio-net.c (modified) * uspace/lib/virtio/Makefile (added) * uspace/lib/virtio/virtio-pci.c (added) * uspace/lib/virtio/virtio-pci.h (added) Factor out virtio code to libvirtio Tue, 22 May 2018 19:06:49 GMT Jakub Jermar [69927fa] * uspace/drv/nic/virtio-net/virtio-net.c (modified) Start parsing the Virtio PCI Capabilities Tue, 22 May 2018 19:06:49 GMT Jakub Jermar [e07257e] * uspace/lib/drv/include/pci_dev_iface.h (modified) Add primitives for walking the PCI capability list Tue, 22 May 2018 19:06:49 GMT Jakub Jermar [6413967] * boot/Makefile.common (modified) * uspace/drv/nic/virtio-net/virtio-net.c (modified) Add more scaffolding Tue, 22 May 2018 19:06:49 GMT Jakub Jermar [033ebc25] * uspace/Makefile (modified) * uspace/drv/nic/virtio-net/Makefile (added) * uspace/drv/nic/virtio-net/virtio-net.c (added) * uspace/drv/nic/virtio-net/virtio-net.ma (added) Add virtio-net empty implementation Tue, 22 May 2018 16:12:48 GMT Jiri Svoboda [81c6365] * tools/autocheck.awk (modified) * tools/mkarray.py (modified) Fix autogenerated source files not passing ccheck. Tue, 22 May 2018 14:27:01 GMT Jiri Svoboda [86b70c6] * Makefile (modified) Fix ccheck initial checkout. Tue, 22 May 2018 14:21:15 GMT Jiri Svoboda [a4eb3ba2] * Makefile (modified) * tools/build-ccheck.sh (modified) * tools/ccheck.sh (modified) Fail if ccheck issues are found. Make sure we always use the right ... Tue, 22 May 2018 10:36:58 GMT Jiri Svoboda [904b1bc] * boot/generic/src/inflate.c (modified) * kernel/arch/arm32/include/arch/cp15.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/tsb.h (modified) * kernel/arch/sparc64/include/arch/sun4u/cpu.h (modified) * kernel/arch/sparc64/include/arch/sun4v/cpu.h (modified) * kernel/arch/sparc64/src/mm/sun4u/tsb.c (modified) * kernel/arch/sparc64/src/sun4v/md.c (modified) * kernel/doc/doxygroups.h (modified) * kernel/genarch/include/genarch/drivers/omap/irc.h (modified) * kernel/generic/include/ddi/ddi.h (modified) * uspace/app/mkfat/fat.h (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/sbi/src/builtin/bi_error.c (modified) * uspace/app/sbi/src/builtin/bi_textfile.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/app/vuhid/hids/bootkbd.c (modified) * uspace/doc/doxygroups.h (modified) * uspace/doc/main_page.h (modified) * uspace/drv/audio/sb16/dsp_commands.h (modified) * uspace/drv/bus/usb/ehci/hw_struct/iso_transfer_descriptor.h (modified) * uspace/drv/bus/usb/ehci/hw_struct/queue_head.h (modified) * uspace/drv/bus/usb/ehci/hw_struct/split_iso_transfer_descriptor.h (modified) * uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/xhci/commands.h (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/rtl8139/defs.h (modified) * uspace/lib/compress/inflate.c (modified) * uspace/lib/drv/generic/logbuf.c (modified) * uspace/lib/hound/src/protocol.c (modified) * uspace/lib/label/include/std/fat.h (modified) * uspace/lib/posix/src/fnmatch.c (modified) * uspace/lib/usb/include/usb/classes/hub.h (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) * uspace/lib/usbhost/src/usb2_bus.c (modified) * uspace/lib/usbhost/src/utility.c (modified) * uspace/srv/fs/fat/fat.h (modified) Fix remaining ccheck issues. Fri, 18 May 2018 16:29:58 GMT GitHub [4f8772d4] * uspace/drv/nic/ar9271/ar9271.c (modified) Merge pull request #36 from jermar/ar9271 ar9271: Set cable state ... Thu, 17 May 2018 13:46:56 GMT Jiri Svoboda [6ff23ff] * boot/generic/src/printf_core.c (modified) * kernel/arch/arm32/include/arch/barrier.h (modified) * kernel/arch/arm32/src/fpu_context.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * kernel/generic/src/udebug/udebug_ipc.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/websrv/websrv.c (modified) * uspace/drv/hid/atkbd/atkbd.c (modified) * uspace/drv/hid/ps2mouse/ps2mouse.c (modified) * uspace/drv/hid/xtkbd/xtkbd.c (modified) * uspace/lib/c/arch/mips32/src/syscall.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/posix/src/internal/common.h (modified) * uspace/lib/usb/src/port.c (modified) * uspace/lib/usbhid/include/usb/hid/usages/kbdgen.h (modified) * uspace/lib/usbhid/src/hidpath.c (modified) * uspace/srv/fs/udf/udf_volume.c (modified) More comment fixing (ccheck). Thu, 17 May 2018 08:29:01 GMT Jiri Svoboda [7c3fb9b] * abi/include/_bits/NULL.h (modified) * abi/include/_bits/WCHAR_MAX.h (modified) * abi/include/_bits/WCHAR_MIN.h (modified) * abi/include/_bits/WEOF.h (modified) * abi/include/_bits/all.h (modified) * abi/include/_bits/errno.h (modified) * abi/include/_bits/inttypes.h (modified) * abi/include/_bits/limits.h (modified) * abi/include/_bits/macros.h (modified) * abi/include/_bits/native.h (modified) * abi/include/_bits/opaque_handle.h (modified) * abi/include/_bits/ptrdiff_t.h (modified) * abi/include/_bits/size_t.h (modified) * abi/include/_bits/ssize_t.h (modified) * abi/include/_bits/stdint.h (modified) * abi/include/_bits/wchar_t.h (modified) * abi/include/_bits/wint_t.h (modified) * abi/include/abi/errno.h (modified) * boot/arch/arm32/include/arch/mm.h (modified) * boot/arch/arm32/src/mm.c (modified) * boot/genarch/src/multiplication.c (modified) * boot/generic/src/str.c (modified) * kernel/arch/abs32le/include/arch/asm.h (modified) * kernel/arch/abs32le/include/arch/atomic.h (modified) * kernel/arch/abs32le/include/arch/istate.h (modified) * kernel/arch/abs32le/src/userspace.c (modified) * kernel/arch/amd64/include/arch/boot/memmap_struct.h (modified) * kernel/arch/amd64/include/arch/context_struct.h (modified) * kernel/arch/amd64/include/arch/istate_struct.h (modified) * kernel/arch/amd64/include/arch/kseg_struct.h (modified) * kernel/arch/amd64/src/fpu_context.c (modified) * kernel/arch/amd64/src/kseg.c (modified) * kernel/arch/amd64/src/pm.c (modified) * kernel/arch/amd64/src/syscall.c (modified) * kernel/arch/arm32/include/arch/context_struct.h (modified) * kernel/arch/arm32/include/arch/fpu_context.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/exception.c (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mm/page_fault.c (modified) * kernel/arch/ia32/include/arch/boot/memmap_struct.h (modified) * kernel/arch/ia32/include/arch/context_struct.h (modified) * kernel/arch/ia32/include/arch/istate_struct.h (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/ia64/include/arch/context_struct.h (modified) * kernel/arch/ia64/include/arch/istate_struct.h (modified) * kernel/arch/mips32/include/arch/atomic.h (modified) * kernel/arch/mips32/src/exception.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips32/src/mm/frame.c (modified) * kernel/arch/ppc32/src/mm/frame.c (modified) * kernel/arch/sparc64/src/smp/sun4v/smp.c (modified) * kernel/genarch/include/genarch/drivers/am335x/timer_regs.h (modified) * kernel/genarch/include/genarch/multiboot/multiboot_info_struct.h (modified) * kernel/genarch/include/genarch/multiboot/multiboot_memmap_struct.h (modified) * kernel/genarch/src/drivers/omap/uart.c (modified) * kernel/genarch/src/softint/multiplication.c (modified) * kernel/genarch/src/srln/srln.c (modified) * kernel/generic/include/adt/btree.h (modified) * kernel/generic/include/adt/cht.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/lib/str_error.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/printf/vsnprintf.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/synch/workqueue.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/test/mm/slab2.c (modified) * uspace/app/bdsh/cmds/builtin_cmds.c (modified) * uspace/app/bdsh/cmds/builtins/batch/batch.c (modified) * uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) * uspace/app/bdsh/cmds/builtins/exit/exit.c (modified) * uspace/app/bdsh/cmds/cmds.h (modified) * uspace/app/bdsh/cmds/mod_cmds.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/module_aliases.h (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/compl.c (modified) * uspace/app/bdsh/config.h (modified) * uspace/app/bdsh/errors.c (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/scli.c (modified) * uspace/app/bdsh/tok.c (modified) * uspace/app/bdsh/util.c (modified) * uspace/app/edit/sheet.c (modified) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/sbi/src/parse.c (modified) * uspace/app/tester/mm/common.c (modified) * uspace/app/top/top.c (modified) * uspace/app/usbinfo/list.c (modified) * uspace/app/vuhid/device.c (modified) * uspace/app/wavplay/dplay.c (modified) * uspace/dist/src/c/demos/edit/sheet.c (modified) * uspace/dist/src/c/demos/top/top.c (modified) * uspace/drv/audio/sb16/dsp.c (modified) * uspace/drv/audio/sb16/sb16.c (modified) * uspace/drv/block/ahci/ahci_hw.h (modified) * uspace/drv/block/usbmast/bo_trans.c (modified) * uspace/drv/block/usbmast/scsi_ms.c (modified) * uspace/drv/bus/isa/i8237.c (modified) * uspace/drv/bus/usb/ehci/ehci_batch.c (modified) * uspace/drv/bus/usb/ehci/ehci_rh.c (modified) * uspace/drv/bus/usb/ehci/hc.c (modified) * uspace/drv/bus/usb/ehci/hw_struct/queue_head.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/queue_head.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/uhci/uhci_rh.c (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/xhci/commands.c (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/hw_struct/regs.h (modified) * uspace/drv/bus/usb/xhci/rh.c (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (modified) * uspace/drv/hid/usbhid/kbd/kbddev.c (modified) * uspace/drv/hid/usbhid/main.c (modified) * uspace/drv/hid/usbhid/multimedia/multimedia.c (modified) * uspace/drv/hid/usbhid/usbhid.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8139/general.c (modified) * uspace/drv/platform/amdm37x/amdm37x.c (modified) * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/bithenge/include/bithenge/blob.h (modified) * uspace/lib/bithenge/include/bithenge/expression.h (modified) * uspace/lib/bithenge/include/bithenge/print.h (modified) * uspace/lib/bithenge/include/bithenge/transform.h (modified) * uspace/lib/bithenge/include/bithenge/tree.h (modified) * uspace/lib/bithenge/src/blob.c (modified) * uspace/lib/bithenge/src/compound.c (modified) * uspace/lib/bithenge/src/expression.c (modified) * uspace/lib/bithenge/src/failure.c (modified) * uspace/lib/bithenge/src/file.c (modified) * uspace/lib/bithenge/src/helenos/block.c (modified) * uspace/lib/bithenge/src/print.c (modified) * uspace/lib/bithenge/src/script.c (modified) * uspace/lib/bithenge/src/sequence.c (modified) * uspace/lib/bithenge/src/source.c (modified) * uspace/lib/bithenge/src/transform.c (modified) * uspace/lib/bithenge/src/tree.c (modified) * uspace/lib/block/block.c (modified) * uspace/lib/c/arch/abs32le/include/libarch/atomic.h (modified) * uspace/lib/c/arch/amd64/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/arm32/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/ia32/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/ia64/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/mips32/include/libarch/atomic.h (modified) * uspace/lib/c/arch/mips32/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/mips32/include/libarch/tls.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/atomic.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/fibril_context.h (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/double_to_str.c (modified) * uspace/lib/c/generic/elf/elf.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/c/generic/getopt.c (modified) * uspace/lib/c/generic/ieee_double.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/vsnprintf.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/str_error.c (modified) * uspace/lib/c/generic/strtol.c (modified) * uspace/lib/c/generic/vfs/inbox.c (modified) * uspace/lib/c/generic/vol.c (modified) * uspace/lib/c/include/getopt.h (modified) * uspace/lib/c/include/io/pixelmap.h (modified) * uspace/lib/c/include/wchar.h (modified) * uspace/lib/crypto/crc16_ibm.c (modified) * uspace/lib/draw/drawctx.c (modified) * uspace/lib/draw/font.h (modified) * uspace/lib/drv/generic/remote_audio_mixer.c (modified) * uspace/lib/drv/generic/remote_audio_pcm.c (modified) * uspace/lib/ext4/src/balloc.c (modified) * uspace/lib/ext4/src/filesystem.c (modified) * uspace/lib/ext4/src/ops.c (modified) * uspace/lib/fdisk/include/types/fdisk.h (modified) * uspace/lib/fmtutil/fmtutil.c (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/graph/graph.c (modified) * uspace/lib/graph/graph.h (modified) * uspace/lib/gui/widget.h (modified) * uspace/lib/gui/window.h (modified) * uspace/lib/label/include/std/gpt.h (modified) * uspace/lib/nic/include/nic_impl.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/pcm/src/format.c (modified) * uspace/lib/posix/include/posix/float.h (modified) * uspace/lib/posix/include/posix/strings.h (modified) * uspace/lib/posix/src/fcntl.c (modified) * uspace/lib/posix/src/locale.c (modified) * uspace/lib/posix/src/signal.c (modified) * uspace/lib/posix/src/stdio.c (modified) * uspace/lib/posix/src/stdio/scanf.c (modified) * uspace/lib/posix/src/stdlib.c (modified) * uspace/lib/posix/src/string.c (modified) * uspace/lib/posix/src/sys/wait.c (modified) * uspace/lib/posix/src/time.c (modified) * uspace/lib/posix/src/unistd.c (modified) * uspace/lib/softfloat/comparison.c (modified) * uspace/lib/softfloat/div.c (modified) * uspace/lib/softint/generic/multiplication.c (modified) * uspace/lib/trackmod/types/trackmod.h (modified) * uspace/lib/usb/include/usb/descriptor.h (modified) * uspace/lib/usbdev/include/usb/dev/driver.h (modified) * uspace/lib/usbdev/src/altiface.c (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbhid/include/usb/hid/hid_report_items.h (modified) * uspace/lib/usbhid/include/usb/hid/hidpath.h (modified) * uspace/lib/usbhid/include/usb/hid/hidtypes.h (modified) * uspace/lib/usbhid/src/hiddescriptor.c (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified) * uspace/lib/usbhost/include/usb/host/utils/malloc32.h (modified) * uspace/lib/usbhost/src/bandwidth.c (modified) * uspace/lib/usbhost/src/hcd.c (modified) * uspace/srv/audio/hound/audio_device.c (modified) * uspace/srv/bd/vbd/disk.c (modified) * uspace/srv/devman/client_conn.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/mfs/mfs.h (modified) * uspace/srv/fs/mfs/mfs_balloc.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/rfb/rfb.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/net/tcp/test/ucall.c (modified) * uspace/srv/vfs/vfs_ipc.c (modified) Fix block comment formatting (ccheck). Tue, 15 May 2018 18:48:49 GMT Jiří Zárevúcky [fac0ac7] * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/riscv64/src/riscv64.c (modified) * kernel/generic/include/syscall/copy.h (modified) * kernel/generic/src/syscall/copy.c (modified) Fix the return value of memcpy_to/from_uspace(). Tue, 15 May 2018 15:13:02 GMT Jakub Jermar [8800b13] * uspace/drv/nic/ar9271/ar9271.c (modified) ar9271: Set cable state according to connectedness Tue, 15 May 2018 08:32:36 GMT Jiri Svoboda [47e00b83] * kernel/generic/src/udebug/udebug.c (modified) * uspace/app/bdsh/cmds/modules/printf/printf.c (modified) * uspace/drv/audio/hdaudio/stream.c (modified) * uspace/lib/c/generic/io/con_srv.c (modified) * uspace/lib/ext4/src/extent.c (modified) * uspace/lib/minix/minix.h (modified) * uspace/lib/usbdev/include/usb/dev/driver.h (modified) * uspace/lib/usbhid/src/hiddescriptor.c (modified) * uspace/srv/fs/mfs/mfs_rw.c (modified) Fix some block comments (found by ccheck). Sun, 13 May 2018 20:14:39 GMT Jakub Jermar [3a26925] * uspace/drv/nic/ne2k/ne2k.c (modified) ne2k: Implement additional nic_iface_t ops This commit implements ... Sun, 13 May 2018 19:03:33 GMT Jakub Jermar [f134413] * tools/ew.py (modified) ew.py: Start processing next arg after -net pair Sun, 13 May 2018 18:29:06 GMT Jakub Jermar [ad896eb] * uspace/drv/nic/rtl8139/driver.c (modified) rtl8139: Fix unmapping of DMA memory Sun, 13 May 2018 15:19:32 GMT Jiří Zárevúcky [11b285d] * kernel/arch/amd64/src/kseg.c (modified) * kernel/arch/amd64/src/pm.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/ia32/src/pm.c (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/ia64/src/ddi/ddi.c (modified) * kernel/arch/ia64/src/drivers/ski.c (modified) * kernel/arch/riscv64/src/drivers/ucb.c (modified) * kernel/arch/sparc64/src/drivers/niagara.c (modified) * kernel/arch/sparc64/src/drivers/pci.c (modified) * kernel/genarch/src/acpi/madt.c (modified) * kernel/genarch/src/ddi/ddi-bitmap.c (modified) * kernel/genarch/src/drivers/dsrln/dsrlnin.c (modified) * kernel/genarch/src/drivers/dsrln/dsrlnout.c (modified) * kernel/genarch/src/drivers/ega/ega.c (modified) * kernel/genarch/src/drivers/i8042/i8042.c (modified) * kernel/genarch/src/drivers/ns16550/ns16550.c (modified) * kernel/genarch/src/drivers/pl050/pl050.c (modified) * kernel/genarch/src/drivers/s3c24xx/uart.c (modified) * kernel/genarch/src/drivers/via-cuda/cuda.c (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/genarch/src/kbrd/kbrd.c (modified) * kernel/genarch/src/kbrd/kbrd_at.c (modified) * kernel/genarch/src/ofw/ofw_tree.c (modified) * kernel/genarch/src/srln/srln.c (modified) * kernel/generic/include/adt/fifo.h (modified) * kernel/generic/include/mm/slab.h (modified) * kernel/generic/include/synch/rcu.h (modified) * kernel/generic/src/adt/cht.c (modified) * kernel/generic/src/adt/hash_table.c (modified) * kernel/generic/src/cap/cap.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/cpu/cpu.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/ops/dataread.c (modified) * kernel/generic/src/ipc/ops/datawrite.c (modified) * kernel/generic/src/lib/gsort.c (modified) * kernel/generic/src/lib/ra.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/log/log.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_phys.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/workqueue.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/cht/cht1.c (modified) * kernel/test/mm/falloc1.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/synch/rcu1.c (modified) * kernel/test/synch/workq-test-core.h (modified) Use standard signature for `malloc()` in kernel. The remaining ... Sun, 13 May 2018 12:22:31 GMT Jakub Jermar [13db2044] * uspace/drv/audio/hdaudio/hdactl.c (modified) Fix unmapping of virtual address of DMA memory Sun, 13 May 2018 11:00:18 GMT Jakub Jermar [f9597866] * uspace/drv/audio/hdaudio/hdactl.c (modified) Avoid releasing DMA memory twice When hda_corb_init or ... Sun, 13 May 2018 10:34:29 GMT Jakub Jermar [df96271] * uspace/drv/audio/hdaudio/hdactl.c (modified) Test the value returned from dmamem_map_anonymous Sat, 12 May 2018 16:40:25 GMT Jiří Zárevúcky [2021428] * tools/srepl (modified) Improve tools/srepl. - option `-d` for removing the line entirely. ... Sat, 12 May 2018 09:23:51 GMT Jakub Jermar [8a1be76] * kernel/arch/amd64/src/pm.c (modified) Make sure all IDT fields are initialized Fri, 11 May 2018 20:51:17 GMT Jakub Jermar [d2c5159] * uspace/drv/audio/hdaudio/hdactl.c (modified) Test the value returned from dmamem_map_anonymous Fri, 11 May 2018 20:22:42 GMT Jakub Jermar [7473807] * kernel/arch/ia64/src/ddi/ddi.c (modified) * kernel/genarch/src/drivers/ega/ega.c (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/generic/include/synch/rcu.h (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/irq.c (modified) * kernel/generic/src/ipc/ops/dataread.c (modified) * kernel/generic/src/ipc/ops/datawrite.c (modified) * kernel/generic/src/lib/gsort.c (modified) * kernel/generic/src/log/log.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_phys.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/workqueue.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/mm/falloc1.c (modified) * uspace/lib/c/include/rcu.h (modified) Use atomic malloc allocations We can safely use atomic allocations ... Fri, 11 May 2018 17:26:58 GMT Jakub Jermar [ae89656] * kernel/arch/ia32/include/arch/interrupt.h (modified) * kernel/arch/ia32/src/interrupt.c (modified) Provide an empty #DB handler Userspace can trigger a #DB exception ... Fri, 11 May 2018 10:26:18 GMT Jiri Svoboda [8a8771c] * uspace/srv/fs/exfat/exfat_ops.c (modified) Forgot to commit fix to exfat_fsinfo. Fri, 11 May 2018 08:24:26 GMT Vojtech Horky [af7fe18] * .travis.yml (modified) Travis: debugging IRC notifications Fri, 11 May 2018 07:52:14 GMT Vojtech Horky [963c932] * .travis.yml (modified) Travis: send IRC notifications Fri, 11 May 2018 07:46:34 GMT Vojtech Horky [fb7806a7] * .travis.yml (modified) YAML style Fri, 11 May 2018 07:41:53 GMT Vojtech Horky [e4fe58f] * .travis.yml (modified) Travis: do not build all harbours It seems that building all ... Fri, 11 May 2018 07:25:22 GMT Vojtech Horky [1420cae9] * uspace/srv/fs/exfat/exfat_ops.c (modified) Fix broken compilation Thu, 10 May 2018 15:14:02 GMT Jiri Svoboda [e8975278] * boot/arch/arm32/src/putchar.c (modified) * uspace/app/sbi/src/bigint.c (modified) * uspace/app/usbinfo/info.c (modified) * uspace/app/vuhid/hids/logitech_wireless.c (modified) * uspace/drv/audio/hdaudio/codec.c (modified) * uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) * uspace/lib/c/arch/ia32/src/tls.c (modified) * uspace/lib/posix/src/stdio/scanf.c (modified) * uspace/lib/trackmod/trackmod.c (modified) * uspace/lib/trackmod/types/trackmod.h (modified) * uspace/srv/fs/exfat/exfat_directory.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/hid/isdv4_tablet/isdv4.c (modified) * uspace/srv/net/tcp/conn.c (modified) A few more cstyle fixes. Thu, 10 May 2018 13:39:19 GMT Jiri Svoboda [ae7d03c] * abi/include/abi/ipc/methods.h (modified) * boot/arch/arm32/src/mm.c (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/exception.c (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/include/arch/mm/vhpt.h (modified) * kernel/arch/ia64/src/mm/vhpt.c (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/log/log.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/proc/task.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/sbi/src/input.c (modified) * uspace/app/sbi/src/run_expr.c (modified) * uspace/app/sbi/src/stype_expr.c (modified) * uspace/dist/src/c/demos/edit/edit.c (modified) * uspace/drv/audio/hdaudio/hdactl.c (modified) * uspace/drv/block/ahci/ahci_hw.h (modified) * uspace/drv/block/ddisk/ddisk.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/usb/xhci/hw_struct/trb.h (modified) * uspace/drv/nic/ar9271/ar9271.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8169/driver.c (modified) * uspace/drv/platform/malta/malta.c (modified) * uspace/lib/c/arch/amd64/src/tls.c (modified) * uspace/lib/c/arch/arm32/src/tls.c (modified) * uspace/lib/c/arch/ia64/include/libarch/stackarg.h (modified) * uspace/lib/c/arch/ia64/src/tls.c (modified) * uspace/lib/c/arch/ppc32/src/syscall.c (modified) * uspace/lib/c/generic/device/hw_res.c (modified) * uspace/lib/c/generic/device/pio_window.c (modified) * uspace/lib/c/generic/inet/addr.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/drv/generic/private/remote_usbdiag.h (modified) * uspace/lib/drv/generic/remote_ahci.c (modified) * uspace/lib/drv/include/nic_iface.h (modified) * uspace/lib/drv/include/usbdiag_iface.h (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/softfloat/conversion.h (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/net/slip/slip.c (modified) * uspace/srv/net/tcp/segment.c (modified) * uspace/srv/net/tcp/service.c (modified) * uspace/srv/net/udp/assoc.c (modified) Selected ccheck-proposed comment fixes. Thu, 10 May 2018 07:35:59 GMT Jakub Jermar [b277bef] * kernel/arch/amd64/src/syscall.c (modified) Mask TF on SYSCALL Sun, 06 May 2018 17:07:31 GMT GitHub [2f72560a] * tools/travis.sh (modified) Keeping comments in sync with the code Thu, 03 May 2018 05:37:08 GMT Jakub Jermar [f3fdecc] * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (added) * uspace/lib/c/arch/amd64/_link.ld.in (added) * uspace/lib/c/arch/arm32/_link.ld.in (added) * uspace/lib/c/arch/ia32/_link.ld.in (added) * uspace/lib/c/arch/ia64/_link.ld.in (added) * uspace/lib/c/arch/mips32/_link.ld.in (added) * uspace/lib/c/arch/mips32eb/_link.ld.in (added) * uspace/lib/c/arch/ppc32/_link.ld.in (added) * uspace/lib/c/arch/riscv64/_link.ld.in (added) * uspace/lib/c/arch/sparc64/_link.ld.in (added) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/lib/posix/Makefile (modified) Revert "Don't use custom ldscripts in uspace." This reverts commit ... Wed, 02 May 2018 21:22:51 GMT Jakub Jermar [349e04ac] * uspace/lib/c/arch/ia64/src/entry.S (modified) Make sure _start is always aligned to 16 Wed, 02 May 2018 19:48:42 GMT Jiří Zárevúcky [66262a1b] * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (deleted) * uspace/lib/c/arch/amd64/_link.ld.in (deleted) * uspace/lib/c/arch/arm32/_link.ld.in (deleted) * uspace/lib/c/arch/ia32/_link.ld.in (deleted) * uspace/lib/c/arch/ia64/_link.ld.in (deleted) * uspace/lib/c/arch/mips32/_link.ld.in (deleted) * uspace/lib/c/arch/mips32eb/_link.ld.in (deleted) * uspace/lib/c/arch/ppc32/_link.ld.in (deleted) * uspace/lib/c/arch/riscv64/_link.ld.in (deleted) * uspace/lib/c/arch/sparc64/_link.ld.in (deleted) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/lib/posix/Makefile (modified) Don't use custom ldscripts in uspace. Even with the *-linux-gnu ... Wed, 02 May 2018 19:48:42 GMT Jiří Zárevúcky [888a2c6] * abi/include/abi/elf.h (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) Ignore GNU program headers. Wed, 02 May 2018 16:38:38 GMT Jiří Zárevúcky [6e33c2f] * uspace/lib/c/Makefile (modified) Clean up some debris left behind by autogen headers. Tue, 01 May 2018 19:03:38 GMT GitHub [742fc98e] * uspace/lib/c/generic/elf/elf_load.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/rtld.h (modified) Make some effort to allocate the memory area for shared objects. (#33) Tue, 01 May 2018 19:02:23 GMT Jiří Zárevúcky [009c485] * boot/Makefile.build (modified) * boot/arch/mips32/src/Makefile.build (modified) * kernel/Makefile (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/sparc64/Makefile.inc (modified) * tools/xcw/bin/helenos-bld-config (modified) * tools/xcw/bin/helenos-ld (deleted) * tools/xcw/demo/Makefile (modified) * uspace/Makefile.common (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) * uspace/lib/c/arch/ppc32/Makefile.common (modified) * uspace/lib/c/arch/sparc64/Makefile.common (modified) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/srv/loader/Makefile (modified) Always use CC for linking. Tue, 01 May 2018 19:01:37 GMT Jiří Zárevúcky [5261062] * Makefile (modified) Default to `nproc` processes when running `make check`. Tue, 01 May 2018 17:40:15 GMT Jiří Zárevúcky [9e5cc73] * tools/toolchain.sh (modified) Fix inadvertent discrepancy between toolchain.sh and autotool.py Tue, 01 May 2018 16:51:56 GMT Jiří Zárevúcky [0cb53ea5] * tools/travis.sh (modified) Work around Travis limits by replacing each output line with a ... Tue, 01 May 2018 13:58:48 GMT GitHub [232ec3a1] * tools/autotool.py (modified) * tools/toolchain.sh (modified) Revive support for `-helenos` target specification. (#31) * Revive ... Mon, 30 Apr 2018 20:18:55 GMT Jiří Zárevúcky [66855b2] * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/riscv64/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) Fix a linker script issue I introduced. Sat, 28 Apr 2018 17:21:25 GMT Jiří Zárevúcky [4c5f04f] * uspace/lib/c/generic/elf/elf_mod.c (modified) Ensure valid TLS info even if there is no TLS header. Sat, 28 Apr 2018 16:49:48 GMT Jiří Zárevúcky [4c4b53c] * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/abs32le/src/entry.c (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/amd64/src/entry.S (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/arm32/src/entry.S (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/src/entry.S (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/ia64/src/entry.S (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/mips32/src/entry.S (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/src/entry.S (modified) * uspace/lib/c/arch/riscv64/_link.ld.in (modified) * uspace/lib/c/arch/riscv64/src/entry.c (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/src/entry.S (modified) Rename `__entry` to the usual `_start`. Except for MIPS, where the ... Sat, 28 Apr 2018 16:25:27 GMT Jiří Zárevúcky [a947d32] * tools/toolchain-binutils-2.23.1.patch (deleted) * tools/toolchain-gcc-4.8.1-headers.patch (deleted) * tools/toolchain-gcc-4.8.1-targets.patch (deleted) * tools/toolchain-gdb-7.6.1.patch (deleted) * tools/toolchain.sh (modified) Remove old, unused patches. Sat, 28 Apr 2018 16:18:07 GMT Jiří Zárevúcky [e634684] * uspace/lib/c/generic/elf/elf_mod.c (modified) Don't choke on architecture-specific ELF program headers. Sat, 28 Apr 2018 16:18:07 GMT Jiří Zárevúcky [7148abf] * uspace/lib/c/arch/abs32le/src/entry.c (modified) * uspace/lib/c/arch/amd64/src/entry.S (modified) * uspace/lib/c/arch/arm32/src/entry.S (modified) * uspace/lib/c/arch/ia32/src/entry.S (modified) * uspace/lib/c/arch/ia64/src/entry.S (modified) * uspace/lib/c/arch/mips32/src/entry.S (modified) * uspace/lib/c/arch/ppc32/src/entry.S (modified) * uspace/lib/c/arch/riscv64/src/entry.c (modified) * uspace/lib/c/arch/sparc64/src/entry.S (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/private/libc.h (modified) Rename __main to __libc_main, to avoid conflict with libgcc. Fri, 27 Apr 2018 14:15:03 GMT Jiri Svoboda [3fafe5e0] * uspace/app/dltest/dltest.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/wavplay/wave.c (modified) * uspace/drv/audio/hdaudio/codec.c (modified) * uspace/drv/audio/hdaudio/hdactl.c (modified) * uspace/drv/audio/hdaudio/hdaudio.c (modified) * uspace/drv/audio/hdaudio/stream.c (modified) * uspace/drv/bus/usb/ehci/hw_struct/queue_head.c (modified) * uspace/drv/bus/usb/uhci/uhci_rh.c (modified) * uspace/drv/bus/usb/xhci/hw_struct/trb.h (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (modified) * uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/drv/generic/remote_usbhid.c (modified) * uspace/lib/label/src/gpt.c (modified) * uspace/lib/posix/src/sys/mman.c (modified) * uspace/lib/posix/src/time.c (modified) * uspace/lib/usbhid/src/hidreport.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/service.c (modified) * uspace/srv/net/udp/service.c (modified) Fix incorrectly indented double-slash comments. Wed, 25 Apr 2018 08:01:32 GMT Jakub Jermar [a2eb85d] * contrib/qemu/build-from-scratch.sh (modified) Bump QEMU version to 2.12.0 Mon, 23 Apr 2018 18:50:40 GMT Jiří Zárevúcky [4f205248] * uspace/lib/c/arch/abs32le/src/tls.c (modified) * uspace/lib/c/arch/amd64/src/tls.c (modified) * uspace/lib/c/arch/arm32/src/tls.c (modified) * uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) * uspace/lib/c/arch/ia32/src/tls.c (modified) * uspace/lib/c/arch/ia64/src/tls.c (modified) * uspace/lib/c/arch/mips32/src/tls.c (modified) * uspace/lib/c/arch/ppc32/src/tls.c (modified) * uspace/lib/c/arch/riscv64/src/tls.c (modified) * uspace/lib/c/arch/sparc64/src/tls.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/tls.h (modified) * uspace/lib/c/include/types/rtld/module.h (modified) * uspace/lib/c/include/types/rtld/rtld.h (modified) Honor TLS alignment. Sat, 21 Apr 2018 10:52:35 GMT Jakub Jermar [8d58fca] * uspace/srv/net/dhcp/dhcp.c (modified) dhcp: Fix typo Thu, 19 Apr 2018 15:09:32 GMT Jiří Zárevúcky [bfe1fc1] * tools/autocheck.awk (modified) Add licence header.